If I understand this correctly, it is eligible to do the million without recording an imp, assuming TG verifies my score from the Twitch recording? The reason I'm asking is because my Mame control settings reset everytime I try to record an imp.
Hey Victor,
Are you using the "record.bat" batch file supplied with WolfMAME?
If so, there's your problem. The "dkong.cfg" file, which stores your control settings, is temporarily moved to "dkong.bak" before the recording begins. Once the recording is complete, the original file is restored. As a result, all controller mapping assignments are reset to their original values.
As a workaround, you can create your own batch file (without the "move" commands) or manually invoke MAME using the command line:
mame dkong -record dkong.inpThe syntax above is the simplest form, although a number of other options are available.