Which system emlator should I use? I only want to play "Space Invaders"
-
@Riverstorm Wow!
That is a great explanation of the ROM issue! I realize that much of this information was already on the wiki, but your explanation finally made it 'click' for me. (And I've been reading here for quite a while now).Thanks so much for taking the time to write that all down!
(We should really see how to add this info to the wiki, as it currently focusses mainly on the workflow for clrmamepro, and not on understanding the issue. )
-
@Zigurana said in Which system emlator should I use? I only want to play "Space Invaders":
@Riverstorm Wow!
That is a great explanation of the ROM issue! I realize that much of this information was already on the wiki, but your explanation finally made it 'click' for me. (And I've been reading here for quite a while now).Thanks so much for taking the time to write that all down!
(We should really see how to add this info to the wiki, as it currently focusses mainly on the workflow for clrmamepro, and not on understanding the issue. )
You're welcome. That makes it worth the time. The Wiki is spot on but it reads more like a technical manual. I always understand better when it can be applied like a real scenario/example.
-
@Riverstorm said in Which system emlator should I use? I only want to play "Space Invaders":
- Merged Set - All the ROMs for a specific game are put in one big single archive file. What this basically means is they place all the ROMs for ALL versions and variations of an arcade game into one zip archive. This allows you to play ANY version of a game. Master, clone, bootleg, etc.
This probably the best use of space but has a drawback. When you load an emulator like MAME and want to play a game. It might contain a game like Defender and it will be listed 5 times. So you're looking at this list going why is Defender listed 5 times. Well it might be the master game, 2 clones and 2 bootlegs. Most people probably don't care about the variations but some do. It's a bit messy because with multiple variations of potentially 100's of games your game list tends to get long. Do you want every variation possible?
your game list where? if you use a merged set, your game list in emulationstation should only have one entry for each game (as there is only one zip), so it's much shorter. it's up to the emulator itself to parse that zip for all the various clones/bootlegs/etc and present you with a menu once the emulator is loaded. the problem is, i'm not sure if any arcade emulators shipped with retropie do this (?) so will just load the parent, or maybe nothing at all?
- Split Set - This is the most common way you will find ROM archive sets on websites. It designates one version of a game to be the master. For example defender.zip. Now defender.zip contains all the ROMs needed to run the game.
Now let's say they find a variation of the same game and rip the code from all the chips in that arcade game and call it defendw.zip. They compare the two archives and notice that both archives contain defend.1, defend.2 and defend.3. So what they do is remove those duplicate files from the clone, bootleg, etc. and tell the emulator to look to the master ROM archive because it will have the additional files needed to run the game.
This is the best use of space because no files are duplicated
actually merged sets are the smallest by some margin, although i'm not sure why as in my head they're just a different arrangement of the same files in split sets. weird!
-
@dankcushions said in Which system emlator should I use? I only want to play "Space Invaders":
It's up to the emulator itself to parse that zip for all the various clones/bootlegs/etc and present you with a menu once the emulator is loaded. the problem is, i'm not sure if any arcade emulators shipped with retropie do this (?) so will just load the parent, or maybe nothing at all?
Hey Dank, it should work that way but I am not sure with RetroPie. I will have to merge a game set and see if it presents a list. Yeah it's the emulator/front ends job.
actually merged sets are the smallest by some margin, although i'm not sure why as in my head they're just a different arrangement of the same files in split sets. weird!
You're right as a merged set contains way fewer files. So it depends on your hard disk sector size and where a file ends can potentially waste a lot more space with more files. If you have a 512k sector and the file uses only 3k of the "next" sector the rest of that sector is wasted space. I believe each file has to start on a sector boundary. The more files you have the more wasted space. That might be the marginal difference you're talking about.
A merged set vs a split set contains way fewer files.
A non-merged set vs a split-set contain the same number of files but the non-merged set file sizes are larger as they are complete games. A split-set moves all common ROM files from the clones, bootlegs, etc. to the master. The split-set is the only type with a dependency on the master ROM archive.
-
@dankcushions Ok I did a quick test and it's based off the name. I used Donkey Kong 3 for my test and I merged two versions of the game. Donkey Kong 3 (US) and Donkey Kong 3 (Japan). If it was named dkong3.zip it showed up as Donkey Kong 3 (US) and launched that game fine. If I changed the name to dkong3j.zip it showed up as Donkey Kong 3 (Japan) and launched the game fine too. I think the front-end of the emulator has to be "aware" of that you're using merged sets.
I think the Wiki states it will launch the master/parent in a merge set. Which it will but only because the merge set borrows the master ROM name. Technically you could name a merge set any valid name from the set and it will launch.
-
@Riverstorm yeah perhaps we should add a note about rom names with merged sets for the wiki just for those that want to play clones or in the odd case the clone works but the parent doesnt
-
@herb_fargus said in Which system emlator should I use? I only want to play "Space Invaders":
@Riverstorm yeah perhaps we should add a note about rom names with merged sets for the wiki just for those that want to play clones or in the odd case the clone works but the parent doesnt
That's a good point I never thought of that. The clone or bootleg on other hardware might work fine but the parent is broke in which case it would require a rename to a working/preferred version. Especially on these older versions of MAME.
-
@Riverstorm said in Which system emlator should I use? I only want to play "Space Invaders":
@dankcushions Ok I did a quick test and it's based off the name. I used Donkey Kong 3 for my test and I merged two versions of the game. Donkey Kong 3 (US) and Donkey Kong 3 (Japan). If it was named dkong3.zip it showed up as Donkey Kong 3 (US) and launched that game fine. If I changed the name to dkong3j.zip it showed up as Donkey Kong 3 (Japan) and launched the game fine too. I think the front-end of the emulator has to be "aware" of that you're using merged sets.
thanks for the test! but what you mean by "front end"? emulation station figures out the names by the file name and a hard-coded cross reference of 'full' names. it doesn't know anything about the contents or type of file. you could rename outrun.zip to dkong3.zip and get the same result i think :) i'm more curious as to what is actually being loaded by the emulators in this scenario.
-
@dankcushions said in Which system emlator should I use? I only want to play "Space Invaders":
@Riverstorm said in Which system emlator should I use? I only want to play "Space Invaders":
@dankcushions Ok I did a quick test and it's based off the name. I used Donkey Kong 3 for my test and I merged two versions of the game. Donkey Kong 3 (US) and Donkey Kong 3 (Japan). If it was named dkong3.zip it showed up as Donkey Kong 3 (US) and launched that game fine. If I changed the name to dkong3j.zip it showed up as Donkey Kong 3 (Japan) and launched the game fine too. I think the front-end of the emulator has to be "aware" of that you're using merged sets.
thanks for the test! but what you mean by "front end"? emulation station figures out the names by the file name and a hard-coded cross reference of 'full' names. it doesn't know anything about the contents or type of file. you could rename outrun.zip to dkong3.zip and get the same result i think :) i'm more curious as to what is actually being loaded by the emulators in this scenario.
Hey Dank, I've been on holiday and I usually don't do much with technology during that time, well, mostly. ;)
I would call ES a front-end. Like Attract Mode, Hyperspin, Maximus Arcade, etc. there's a lot of front-ends for MAME. They just make running games a bit more aesthetically pleasing and usually easier by passing command line parameters and setting different options.
I agree it probably does scan the folder for archives, cross references another list to add the full name in place of the shortened archive name or something similar. Unless it's an unknown archive name then it would probably leave the name as is.
You could rename outrun.zip to dkong3.zip but it will fail immediately complaining of missing ROMs like dk3c.5h and other files from the archive.
The only point I was trying to make above is that you can use a merged archive which could contain all the ROM files needed to run a parent, clone, bootleg, etc. Then name it accordingly and it will run successfully. The front-end/emulator doesn't care about "extra" files it just needs to contain the correct files the run the game as it's named.
So when I dumped both the US and Japan versions of Donkey Kong 3 into one archive it could run either game completely dependent upon the name as you were saying. Once the front-end passes control to the emulator it is looking for specific ROMs within the archive needed to run that game and in this case the archive contains all the files needed to run multiple versions from the parent down to a bootleg.
When I said front-end aware basically it would need to scan the master/parent archive looking for complete ROM sets. If it's missing a single file then it would not list the game as working. I don't know what criteria they use (one file, multiple files, complete set) to generate a game list from a merged set but I suppose it would be something like that.
-
@Riverstorm the reason i asked what you meant by 'frontend' is that some people mean different things (retroarch, mame tab menu, etc) by it, but luckily my assumption you meant emulation station was correct :)
The only point I was trying to make above is that you can use a merged archive which could contain all the ROM files needed to run a parent, clone, bootleg, etc. Then name it accordingly and it will run successfully. The front-end/emulator doesn't care about "extra" files it just needs to contain the correct files the run the game as it's named.
So when I dumped both the US and Japan versions of Donkey Kong 3 into one archive it could run either game completely dependent upon the name as you were saying. Once the front-end passes control to the emulator it is looking for specific ROMs within the archive needed to run that game and in this case the archive contains all the files needed to run multiple versions from the parent down to a bootleg.ahh, i understand what you mean :) emulation station is 'dumb' in this regard because it just looks at the .zip name and then cross references it with a list of full games, and displays the title. BUT the underlying mame emulator, when launched, will take the .zip name as the game to load, and attempt to locate the relevant rom files of that game within that .zip, and either succeeds or fails. in this manner it can run all variants of a game in a merged .zip.
so contrary to what i said before, there is no need for underlying mame emulator to present the user with a menu to choose what variant from the merged .zip you are loading - it just loads whatever one the name is for. if you want to load something other than the parent/normal, you just rename :)
-
@dankcushions said in Which system emlator should I use? I only want to play "Space Invaders":
so contrary to what i said before, there is no need for underlying mame emulator to present the user with a menu to choose what variant from the merged .zip you are loading - it just loads whatever one the name is for. if you want to load something other than the parent/normal, you just rename :)
Exactly! The one thing I am not quite sure on is who (front-end or emulator) contains the parent/clone relationship information to use a merged set.
I know the current versions of MAME have approximately twice as many clones/variants as it does parents so it could be useful when using a merged set especially for different regions that want to play the game as remembered.
-
@Riverstorm said in Which system emlator should I use? I only want to play "Space Invaders":
@dankcushions said in Which system emlator should I use? I only want to play "Space Invaders":
so contrary to what i said before, there is no need for underlying mame emulator to present the user with a menu to choose what variant from the merged .zip you are loading - it just loads whatever one the name is for. if you want to load something other than the parent/normal, you just rename :)
Exactly! The one thing I am not quite sure on is who (front-end or emulator) contains the parent/clone relationship information to use a merged set.
emulator i guess. all emulationstation does is pass run a command line which is basically (for a libretro emulator):
/some/dir/retroarch -L /some/dir/libretro-core.so /roms/mame/gamename.zip
so the emulator works out what it is trying to run from the game name, and then looks for the individual files within that. so if you had this game:
game1.zip: game1.rom game2.rom commonfile.rom
if you call it game1.zip, mame would look for game1.rom, and commonfile.rom (and find them), and if you rename it to game2.zip, it would look for game2.rom, and commonfile.rom (and find them). that is basically my understanding of merged sets :)
-
@dankcushions said in Which system emlator should I use? I only want to play "Space Invaders":
if you call it game1.zip, mame would look for game1.rom, and commonfile.rom (and find them), and if you rename it to game2.zip, it would look for game2.rom, and commonfile.rom (and find them). that is basically my understanding of merged sets :)
I agree completely but by renaming the archive you're basically using a non-merged or split set parent with extra files.
We know in non-merged and split sets that all archive names exist as an actual folder file entry so it's pretty straight forward.
With merged it's not quite the same. The DAT files are created from the mame.exe file in each version. That means the DAT has all the information on interdependence between the parent and clones for a merged set.
Is MAME aware of merged sets. When I look at the command line I don't see any way to run say dkong3j.zip from dkong3.zip. Dkong3.zip has all the dkong3j.zip ROM files in it's archive but I don't see command line parameters. A hypothetical example:
mame.exe dkong3.zip dkong3j.zip
where you might specify the parent and then the clone to run. MAME is aware of the children but I don't see the options to work with them.That's why I was asking is the front-end delving into the archives to verify all the clones and creating lists and archives for clones on the fly which doesn't seem likely. A front-end is more like an extension of the emulator passing the command line parameters by checking boxes here and there in a GUI and sprucing up the looks. The other possibility is the emulator is handling it.
I mean to cross reference a list by hand and rename an archive to the correct clone almost seems silly as they are such short archaic names from the 8.3 filename era and difficult to remember. That's why I keep thinking there must be some way to run any game from a merged set with the correct command line parameters without renaming it every time. Some clones like Gauntlet you might have a dozen versions.
If not then it's just a nice way to save a bit of space. With a big drawback of dropping out to a command prompt to rename your archive when you want to try an alternate version. If that's the case a split set would be more appropriate.
-
Is MAME aware of merged sets. When I look at the command line I don't see any way to run say dkong3j.zip from dkong3.zip. Dkong3.zip has all the dkong3j.zip ROM files in it's archive but I don't see command line parameters. A hypothetical example: mame.exe dkong3.zip dkong3j.zip where you might specify the parent and then the clone to run. MAME is aware of the children but I don't see the options to work with them.
That's why I was asking is the front-end delving into the archives to verify all the clones which doesn't seem likely. A front-end is more like an extension of the emulator passing the command line parameters by checking boxes here and there in a GUI and sprucing up the looks of it. The other possibility is the emulator is handling it.Currently, no, emulationstation has absolutely no idea what it's running. All the fancy mame names are derived from a simple cross reference, I believe, purely based on the zip name. this is why we get lots of users complaining that ES shows the mame games in its gamelist, but they still don't work. well, es is happy as long as the filename is right.. the actual contents of the files is mame's problem :)
we're dealing in hypotheticals here, really. mame might have ways of handling loading sets via command line (i can't find any), but you also need our forks of mame (advmame, lr-mame*) to pass the same commands, and the frontend/runcommand to provide an interface to let the user choose. right now you're stuck with renaming.
-
All the fancy mame names are derived from a simple cross reference
Can I ask how this works a little more? Genuinely trying to get my head around it! -
@dankcushions said in Which system emlator should I use? I only want to play "Space Invaders":
we're dealing in hypotheticals here, really. mame might have ways of handling loading sets via command line (i can't find any), but you also need our forks of mame (advmame, lr-mame*) to pass the same commands, and the frontend/runcommand to provide an interface to let the user choose. right now you're stuck with renaming.
Good point but most MAME forks have the same core functionality plus whatever "extra" features they want to add. I would imagine if it works in MAME then all the forks would port the code over too.
I was more curious rather than a wanted feature. I've been using MAME since the first year of it's release and I've never used merged sets except for quick and dirty testing. I basically stick to non-merge or split. They just come with the territory when doing ROM management.
After typing it all out it's really a straight forward question that maybe I can post on a MAME forum to get a better understanding of their purpose and how to use them. Usually they have good creative reasons for what they had in mind or where trying to accomplish, usually! ;)
-
@chavatar PS Ignore the formatting, and don't dumb it down ;)
-
I don't know if this helps or hurts the discussion, but for those of us who would rather manage a subset of ROMs on our systems (saves space, cleaner--no clones), I have always just generated non-merged archives as needed.
For example, I typically play Joust (Solid, Red Label). This is, of course, a specific clone. From a split set, you can't play joustr.zip unless you also have joust.zip (parent). But I don't want both of these in my menu. Solution: simply create a non-merged archive by unzipping both and copying the files from joust.zip into joustr.zip. Re-zip. Delete the parent. Done. Now, ES sees only Joust (Solid Red Label) and when launched, MAME finds the parent ROMs inside too.
If you have a merged archive (joust.zip with ALL clone components) You don't have to stop and rename it when you want to play a clone--just make a copy and give each copy the name of the clone/parent that you want to play and they will both be in the ES menu.
-
I think the points in my example have already been made, but even if MAME could launch a specific clone based on command line params, it wouldn't matter because you still need to represent the specific clones to ES which builds the menu based on the ROMs it finds. In other words, you'd have to drop an archaically-named file into the ROMs folder anyway, so it might as well be an actual ROM with the merged parts inside.
-
@dankcushions said in Which system emlator should I use? I only want to play "Space Invaders":
right now you're stuck with renaming.
It does indeed work. I just finished building a 0.78 set (lr-mame2003) and merged dkong3.zip, dkong3j.zip and dkong3b.zip into one archive. When using -verifyroms switch it does indeed see 3 working versions.
C:\Temp\MAME\mame078b>mame -verifyroms dkong3b : dk3b-c.1d 512 bytes ROM NEEDS REDUMP dkong3b : dk3b-c.1c 512 bytes ROM NEEDS REDUMP dkong3b : dk3b-v.2n 256 bytes ROM NEEDS REDUMP romset dkong3b [dkong3] is best available 3 romsets found, 3 were OK.
All 3 games run fine. The US and Japan version work with no issues. The bootleg on Donkey Kong Jr. hardware complains of needed ROM redumps but does run with improper colors from the Donkey Jr. color pallete (this has nothing to do with what we were trying to test but the bootleg hardware it runs on).
The only file present in the ROMs folder is the parent dkong3.zip but when I run
mame dkong3j
ormame dkong3b
they work like a champ.With that information we know MAME is aware and can use all variants of the parent without the "physical" file being present. Now it's just a question of populating the game directory list (not necessarily with files) as it knows to look to the parent automatically when the proper clone/child name is passed.
It could cut down on directory entries if you use a lot of variants by combining a parent and maybe a clone or regional version you might like to play.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.