Page 7 of 7

Posted: Wed Mar 18, 2015 9:15 pm
by brolly
Thanks a lot .mad.
Great to finally be using Atomulator with these.

Posted: Wed Mar 25, 2015 7:43 pm
by Seiya
emulator doesn't load games.
i have errror 94 or error 174 in any games

Posted: Wed Mar 25, 2015 9:28 pm
by .mad.
could be a few things..

1) the wait before sendkeys are sent.
add +1 to all settings in the script.
Run_Emulator_Send_Keys([3]

2) typing speed of send keys in script.
{Enter}||80)

3) your country key map sending wrong load keys to emulator.
check the photos folder in gamebase to see a pic of what should be typed.

the correct load commands are...
*L."121"
*R."121"
LO."121"
CHAIN"121"

in the emulator '*' is mapped to '@' on a uk keyboard.
And it looks like a diamond when typed the emulator.

check script...
lo.+{2}
this types LO." - (SHIFT KEY + 2 - types QUOTE)

+'r.+{2}
this types *R." - (SHIFT KEY + APOSTROPHE - types @)

so you need to edit script and change all ' (APOSTROPHE) to the correct key on your keyboard.

Posted: Thu Mar 26, 2015 3:49 am
by Seiya
ok