Is there a way to save a file within the scripting system? I see a LOAD FILE function, but not one that saves a .bin within the scripting system.
Got it! Works good so far. Am going through my pile of Ms Pac chips. I noticed that the GQ-4X can run from a command prompt. I also noticed that there are dos commands for checking a .bin file against the MAME database.
Has anyone made a batch file to automate the steps. 1. I physically put the chip in (lets say I am doing a series of the same chip type to verify that the EPROM is good) 2. I invoke a batch file. It - reads the chip with the correct settings - saves the file to "c:\temp\test.bin", automatically overwriting if the old file is still there. - invokes the MAME romident function with C:\temp\test.bin and outputs the results.