Jump to content
Sign in to follow this  
Keatah

How do I run Supercharger roms on an emulator?

Recommended Posts

I'm talking about the multi-load ones like Escape From the Mindmaster and DragonStomper? I can load the 1st rom, but how do we retain continuity between loads? Or how do we even get the second or third binary running? I looked through the dox on the stella-gets-a-new-brain disc. Nada. I'll go through this message board thoroughly next.

Share this post


Link to post
Share on other sites

I seem to remember, when I was a kid playing this stuff, that at certain points in the adventure style games it asked you to continue loading by un-pausing the cassette player or playing. This would then load the next part of the game.

 

For example, with party mix, you load it, then it says "stop tape", you play the game, then it asks you to load the next segment. The Stella-gets-a-new-brain manual says to do exactly that too.

 

Are there .bin files where all segments are combined into one?

Edited by Keatah

Share this post


Link to post
Share on other sites

If you're using Stella all you have to do is concatenate the files.

 

In Windows open a command prompt and use the copy command for example Party Mix is broken into three 9k files, just put them together like this:

 

copy /b party1.bin+party2.bin+party3.bin partymix.bin

 

The /b lets the copy command know that they are binary files

Replace party1.bin, party2.bin & party3.bin with your file names and make sure there are no spaces between the file names and the + signs

The destination name partymix.bin in the above example will be created by the copy command it should be 25k when finished

You'll need a space between the last file name and the destination name

Edited by Buzbard

Share this post


Link to post
Share on other sites

Yes, emulators require multiload supercharger games to be concatenated in a single file.

Note that Party Mix is NOT a multiload game: the three parts are actually separate games. If you concatenate them in a single file you will only be able to play the first one.

Share this post


Link to post
Share on other sites

I also did not know you could concatenate the files into one using dos copy command. Neat. Thanks to all I can now finish Escape from the Mindmaster! ha!

Share this post


Link to post
Share on other sites
Note that Party Mix is NOT a multiload game: the three parts are actually separate games. If you concatenate them in a single file you will only be able to play the first one.

 

I did not know this....

 

Thanks for the info. :D

Share this post


Link to post
Share on other sites
Yes, emulators require multiload supercharger games to be concatenated in a single file.

Note that Party Mix is NOT a multiload game: the three parts are actually separate games. If you concatenate them in a single file you will only be able to play the first one.

 

Right, I knew that, must have been a brain fart! :dunce:

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...