Tom Collins
Tom Collins
I ran into a strange problem with a Python 3 script I'm working on. On macOS 12.3.1 on an M1 MacBook Pro with Python 3.9.13 with PySerial 3.5 installed via...
I'm getting back to some PinMAME hacking, outside of Visual Pinball. To get started, I pulled the `master` branch, used the `create_vc2022_from_vc2012.bat` script to create the solution file, and then...
We should be able to use GitHub actions to build libraries for distribution so others don't need to. We can then tag specific commits as "official" releases. I'd like to...
At what point is it safe to merge `dev` back to `master` and tag a release? I made a lot of changes to dev, including cleaning up code, merging a...
Multiple users have reported issues with the verify stage of a `pinprocfw` update failing. It's unknown whether the writes are failing or the reads are failing. First step could be...
As recommended by @jabdoa2, we need to clean up our error reporting. * Code in libpinproc shouldn't be printing anything out at all, unless it's a debug build. * The...
Avoids crashing when machine YAML lacks PRFlippers (which Snux has for a System11 game) or PRBumpers.
This branch has the proposed patch to resolve issue #29, and will become part of the `master` branch once approved for release.
Due to the obsolescence of the previously qualified 45ns flash memory for the RCM4110, Digi qualified 55ns flash from the same supplier and started manufacturing boards with that flash in...
I'd like to explore the NBA Fastbreak communications protocol, and it would be helpful if I can use PinMAME as one side of that communications. What sort of work would...