Jump to content
Download Section Back Up, Navigate the Right Hand Menu to find files, ignore the 0s

Module for SimCoupe (MGT Sam Coupe emulator)


craiganderson

Recommended Posts

Somebody asked me to make this module because apparently MESS does not load all games. This is what I am told. I have not tested MESS.

I tested this module (for SimCoupe) with one .dsk game, one .sad game, one .sdf game and it worked with all three.

There is no associated .isd file.

The BEZEL function has been added and works on my system. (FYI)

Read the notes in the module to see how to set FULLSCREEN.

I did not test it with zipped games. (FYI)

MEmu = SimCoupe
MEmuV =  v1.0
MURL = http://www.simcoupe.org/download/
MAuthor = craiganderson
MVersion = 1.0
MCRC = 
iCRC =
MID = 
MSystem = "MGT Sam Coupe"
;----------------------------------------------------------------------------
; Notes:
; To set fullscreen ON, open the emulator, click "View", and then check "Fullscreen AND THEN YOU MUST exit the emulator by hitting CTRL+F12. The emulator will remember it's fullscreen status if you exit with CTRL+F12. If you exit via the TASK MANAGER it will not remember its FullScreen status. (FYI: F8 toggles between fullscreen and windowed).
;----------------------------------------------------------------------------

StartModule()
BezelGUI()
FadeInStart()

7z(romPath, romName, romExtension, 7zExtractPath)

BezelStart()

Run(executable . " """ . romPath . "\" . romName . romExtension . """", emuPath)

WinWait("ahk_class SimCoupeClass")
WinWaitActive("ahk_class SimCoupeClass")

BezelDraw()
FadeInExit()
Process("WaitClose", executable)
7zCleanUp()
BezelExit()
FadeOutExit()
ExitModule()

CloseProcess:
FadeOutStart()
WinClose("ahk_class SimCoupeClass")
Return

here is my version of the already made awesome themes

i am not taking credit for these

i just moved things around, added some strokes etc....for my own personal taste

BfZE3yFZCUI

(the wheel art and the original themes are in the hyperspin FTP of Floatinyeti)

(my versions of the main menu theme and default theme are in my hyperspin ftp)

Link to comment
Share on other sites

Great job Craig. One question regarding the roms, Prince of Persia is both a .DSK and .SDF file extension in the set of games available from TOSEC. Is there a preferred game extension between the three of them? Also it does work with zipped games.

Link to comment
Share on other sites

Great job Craig. One question regarding the roms, Prince of Persia is both a .DSK and .SDF file extension in the set of games available from TOSEC. Is there a preferred game extension between the three of them? Also it does work with zipped games.

i have no idea about preferred roms

the first time i ever played with this system was the little module i posted

as far as zipped roms, yes it should work

it works on my system

Link to comment
Share on other sites

  • 5 months later...

Archived

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

×
×
  • Create New...