Zona Arcade. Construye, Restaura y Decora tu Máquina Arcade y Pinball.

proyecto hyperspin by arda, unete

« Older   Newer »
  Share  
Melup
view post Posted on 29/12/2014, 23:43 by: Melup     +1   -1
Avatar


Group:
Member
Posts:
172
Location:
Marbella

Status:


Este modulo es para la Epoch Super Cassette Vision:

CODE
;----------------------------------------------------------------------------
; Epoch Super Cassette Vision
; MESS v0.143
; by djvj
; 1.3
;
; Notes:
; This module assumes you have odyssey2 bios in your MESS roms directory, which might be different than your actual roms directory.
; Exit fade will only work correctly if you don't have Esc, the default MESS exit key,  as your exit key. If you use Esc, turn off the ExitScreen
; MESS does not close normally with ESC while in this emu.
;----------------------------------------------------------------------------

GUI_ID := FadeInStart()

7z1 := 7z(romPath, romName, romExtension, 7zExtractDir)

Run, %executable% scv -cart "%­romPath%%­romName%%­romExtension%" -skip_gameinfo -nowindow, %emuPath%, Hide

WinWait, MESS
WinWaitActive, MESS

GUI_ID2 := FadeInExit()

Process, WaitClose, %executable%
sleep 2500

7z2 := 7zCleanUp()

GUI_ID4 := FadeOutExit()

WinActivate, Hyperspin

ExitApp


CloseProcess:
       GUI_ID3 := FadeOutStart()
       WinClose, MESS
Return


Pruebala tambien para la Game Pocket, quizas te funcione tambien.
 
Top
4170 replies since 8/3/2011, 23:57   215195 views
  Share