Jump to content

SNK Neo Geo Pocket color Module


GraveyardPoems

Recommended Posts

Posted

Hi guys, could someone be kind enough to post a module for this handheld console ? I've tried to compile this module by myself, but it doesn't work. That's the module I have create:

 

;*****************************NEOGEOPOCKETCOLOR*** ***************************
StartModule()
FadeInStart()

else if (systemName = “Neo Geo Pocket Color” && executable = “NeoPop-Win32.exe”)
{
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
RunWait, %executable% “%romPath%%romName%%romExtension%”, %emuPath%, UseErrorLevel
}
ExitModule()
CloseProcess:
    FadeOutStart()
    WinClose("Neopop ahk_class Neopop")
Return

 

  • 1 year later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...