Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - incrediblehark

Pages: [1]
1
General / Re: AutoHotKey script request - makaron
« on: November 20, 2018, 08:07:42 PM »
Got it to work!


#SingleInstance force

#If ( WinActive("NAOMI") )
Esc::
   SetKeyDelay, -1, 110
   Send {F8}
   Sleep, 3100
   WinClose, NAOMI emulator
 
#If
Return

2
General / AutoHotKey script request - makaron
« on: November 20, 2018, 10:30:20 AM »
I was wondering if anyone could help me set up an ahk script to exit makaron properly from attract mode. When you exit makaron with f8 there is still a window open that needs to be closed. So I would like to be able to press esc to send f8 to close the emulator, then wait a second or 2 and send the alt+f4 command to close the remaining window. If possible I would like this function to only work if each of these windows is running, so that pressing esc while not running makaron will not trigger the f8 and alt+f4 commands. Any and all help is very much appreciated! Thanks!

3
I just switched to 2.0.0 rc2 as per jimmer's suggestion in another thread and it solved my problem!

4
General / Re: The dreaded MAME black screen on exit
« on: November 17, 2018, 07:55:26 PM »
2.0.0.cr2 is the ONLY version in the 2's that works properly on my arcade cabinet:  Win7 64bit SP1 aerotheme (necessary) Intel HD2000 integrated graphics.

Give it a go and report back. It could be a good clue for the developers.

^ This - solved all of my problems and 3 days of trying to get AM working with my mame build. Even reinstalled windows 1o because I thought I screwed up something. Thank you jimmer! Going to stick with this version indefinitely.

5
any progress with this? I'm setting up AM with groovymame .203 and having no success... launches mame behind attract mode in a maximized window instead of fullscreen, and no option settings or command arguments will resolve it. attract.exe, attract-console.exe and running them by command line all get the same result. resfix doesnt help, and I even tried attract true black with no luck either. running mame on its own in command line or by clicking exe in windows works fine, its just with AM.

Pages: [1]