Jump to content
  • Announcement

    The HyperSpin 2 early access beta is here!

    We’re starting the first public testing phase with Platinum Members to keep the scope manageable while we test the current feature set and begin to add more. In the future, we’ll provide a version for basic members as well.  On behalf of the entire HyperSpin team, we look forward to another exciting adventure with our community.

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...