mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
Added kPRMachineTypeWPCAlphanumeric to differentiate between WPC machines needing an Aux port for alphanumeric control versus those using a DMD. Also added default driver code to configure the FPGA's Manager Config register.
This commit is contained in:
@@ -181,6 +181,10 @@ int main(int argc, const char **argv)
|
||||
yamlDoc["PRGame"]["machineType"] >> machineTypeString;
|
||||
if (machineTypeString == "wpc")
|
||||
machineType = kPRMachineWPC;
|
||||
else if (machineTypeString == "wpc95")
|
||||
machineType = kPRMachineWPC95;
|
||||
else if (machineTypeString == "wpcAlphanumeric")
|
||||
machineType = kPRMachineWPCAlphanumeric;
|
||||
else if(machineTypeString == "sternWhitestar")
|
||||
machineType = kPRMachineSternWhitestar;
|
||||
else if(machineTypeString == "sternSAM")
|
||||
|
||||
Reference in New Issue
Block a user