Description
I have been trying to get autoboot commands to work in Jupiter Ace and came across an interesting bug:
-autoboot_command "load GR\n" results in typing load R and enter instead of the expected load GR and enter.
However, -autoboot_command "load gr\n" outputs the correct load gr and enter.
The issue is that the GR is case sensitive for some, but not all games. Example: Ace invaders (Forth Dimension) aka invader1
In kkong, -autoboot_command "load CHARACTERS\n" results in output of load HRCES.
Secondly, the platform is heavily reliant on typing a command, play the tape a bit, pause the tape, type 2nd command, play more tape, etc, etc.... is there a way of doing this in mame?
Third, how does one type a character that requires holding shift? ex: shift+2 = @ instead of 2.