Jump to content

Videopac Plus G7400


craiganderson

Recommended Posts

Posted

From what I can gather from reading other forums etc, there were only 6 games that ONLY played on this system. (those six games are seen in the background image, fyi) Would anybody be interested in me finishing this one? It is very preliminary. Just got started.

 

I cannot find a copy of HELICOPTER RESCUE that works on an emulator. Even the frontend for O2EM states that the rom "does not work on O2EM".

 

(fyi there are two versions of HELICOPTER RESCUE (only one is only playable on this system, it is a cool "3d" type game, the other one is not)

 

HELICOPTER RESCUE also does not play on MESS.

 

I have tried multiple versions from forums etc.

Anyway......

 

Posted

Always interested in the obscure systems you manage to find and building up my HS system tally, craig.

 

I check your website regulary to see what you have found and added.

Posted

I am using O2EM for the emulator. Inside the emulator set the bios to the G7400 choice before using it for this system. I do not plan on having the module be able to change bios choices for different models. So what i plan on doing is just having a separate folder for each "version/bios" that I want to use.

 

Meaning

 

Folder O2EM Videopac Plus G7400 

Folder O2EM Videopac 7200 etc

MEmu = 
MEmuV =  
MURL = 
MAuthor = craiganderson
MVersion = 
MCRC = 
iCRC =
MID = 
MSystem = "Videopac Plus G7400"
;----------------------------------------------------------------------------
; Notes:
;----------------------------------------------------------------------------
StartModule()
BezelGUI()
FadeInStart()
7z(romPath, romName, romExtension, 7zExtractPath)
 
BezelStart("fixResMode")
 
Run(executable . " """ . romPath . "\" . romName . romExtension . """", emuPath)
 
WinWait("ahk_class AllegroWindow")
WinWaitActive("ahk_class AllegroWindow")
 
BezelDraw()
FadeInExit()
Process("WaitClose", executable)
7zCleanUp()
BezelExit()
FadeOutExit()
ExitModule()
 
 
CloseProcess:
FadeOutStart()
WinClose("ahk_class AllegroWindow")
Return
 

Archived

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

×
×
  • Create New...