Hi DJ
I looked at stopping the pop up's but look like they are pop up's from with MFME so would say that's not doable.
The icons are pooks layout screens
You don't need any keybaord emulator, tell me what you want and i'll make it for you (you have helped me out countless times)
It uses an XML file that you just set up to point at the image and the .gam file. Thinking about it, I can make it much easier. Need to have a play around. Currently it's like:
<Paths>
<Path type="data">
<image>\\Roms\\Cash_Card_DX\\image.jpg</image>
<gam>\\Roms\\Cash_Card_DX\\Cash Card DX.gam</gam>
</Path>
<Path type="data">
<image>\\Roms\\Chinatown_DX\\image.jpg</image>
<gam>\\Roms\\Chinatown_DX\\Chinatown DX.gam</gam>
</Path>
<Path type="data">
<image>\\Roms\\Clockwise_DX\\image.jpg</image>
<gam>\\Roms\\Clockwise_DX\\Clockwise DX.gam</gam>
</Path>
<Path type="data">
<image>\\Roms\\Count_Cash_DX\\image.jpg</image>
<gam>\\Roms\\Count_Cash_DX\\Count Cash DX.gam</gam>
</Path>
<Path type="data">
<image>\\Roms\\Force_Five_DX\\image.jpg</image>
<gam>\\Roms\\Force_Five_DX\\Force Five DX.gam</gam>
</Path>
<Path type="data">
<image>\\Roms\\High_Point_DX\\image.jpg</image>
<gam>\\Roms\\High_Point_DX\\High Point DX.gam</gam>
</Path>
<Path type="data">
<image>\\Roms\\Luvvly_Jubbly_DX\\image.jpg</image>
<gam>\\Roms\\Luvvly_Jubbly_DX\\Luvvly Jubbly DX.gam</gam>
</Path>
<Path type="data">
<image>\\Roms\\Match_of_the_Day_DX\\image.jpg</image>
<gam>\\Roms\\Match_of_the_Day_DX\\Match of the Day DX.gam</gam>
</Path>
<Path type="data">
<image>\\Roms\\Power_Lines_DX\\image.jpg</image>
<gam>\\Roms\\Power_Lines_DX\\Power Lines DX.gam</gam>
</Path>
<Path type="data">
<image>\\Roms\\Public_Enemy_No.1_DX\\image.jpg</image>
<gam>\\Roms\\Public_Enemy_No.1_DX\\Public Enemy No.1 DX.gam</gam>
</Path>
<Path type="data">
<image>\\Roms\\Surprise_Surprize_DX\\image.jpg</image>
<gam>\\Roms\\Surprise_Surprize_DX\\Surprise Surprize DX.gam</gam>
</Path>
<Path type="data">
<image>\\Roms\\Typhoon_Club_DX\\image.jpg</image>
<gam>\\Roms\\Typhoon_Club_DX\\Typhoon Club DX.gam</gam>
</Path>
</Paths>
Your welcome to the code if you want it. It's written in C# in windows forms. Happy to customize it for you if you tell me what you want, just let me know. I was thinking of a new menu....
Opening is manufacturer, once chosen it goes to tech, then games. This is something I would prefere but maybe others wouldn't be bothered about tech.#
Let me know how you wanna proceed
Cheers
John