craiganderson Posted June 24, 2014 Share Posted June 24, 2014 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 More sharing options...
craiganderson Posted June 24, 2014 Author Share Posted June 24, 2014 here is a pic of the bezel working need to add controller images Link to comment Share on other sites More sharing options...
yashijoe Posted June 24, 2014 Share Posted June 24, 2014 Thank you Craig, as always a great job! Link to comment Share on other sites More sharing options...
fieldgoal00 Posted June 24, 2014 Share Posted June 24, 2014 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 More sharing options...
craiganderson Posted June 25, 2014 Author Share Posted June 25, 2014 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 More sharing options...
Konamito Posted December 6, 2014 Share Posted December 6, 2014 Thanks for this module. I was looking for it a long time. It works fine. Link to comment Share on other sites More sharing options...
craiganderson Posted December 6, 2014 Author Share Posted December 6, 2014 later on i will update my little page and share my most recent version i honestly dont remember if it is any different thanks craig http://craigandersonthemes.weebly.com/ Link to comment Share on other sites More sharing options...
craiganderson Posted December 6, 2014 Author Share Posted December 6, 2014 updated my little page http://craigandersonthemes.weebly.com/ (i did not create the original theme, but modified for my own liking) Link to comment Share on other sites More sharing options...
Konamito Posted December 6, 2014 Share Posted December 6, 2014 As a MSX fan, I'm specially interested in your MSX themes. They look good. I'll give them a try. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.