SIMPLYAUSTIN Posted July 31, 2014 Posted July 31, 2014 With the new release of MESS 0.154 I have done a little digging. Seems the emulation on some of the more less emulated systems have improved and I was thinking from starting from scratch for these. The list of systems is amazing and could bring a hell of a load of games I aint played to my system Problem is that the naming convention on these is just as bad as MAME. Is there a way to easily change the names on these roms using the DAT files for them? I could then work on Art etc for them, bringing some new wheels to the flock Simply Austin's YouTube
SIMPLYAUSTIN Posted July 31, 2014 Author Posted July 31, 2014 So I downloaded the whole lot of the more obscure systems to see if they run any good in MESS. I have the Hashfiles and the Data files. With this information, is it possible for me to change the names of the Roms to match an XML for a specific system?? Example: Currently in Shortname... I want to convert to NoIntro Simply Austin's YouTube
ninja2bceen Posted July 31, 2014 Posted July 31, 2014 I think raine was making a tool sometime ago to covert mess to no intro but never finished it. I'm also watching for this because there is a need to display game info via hyperlaunch which looks at a day file that only matches mame/mess roms. To get game info in hyperpause in other systems we need to convert that day file like you are saying. I don't think there is a tool yet but it will be sweet when there is Advance the cause to 100%. http://hyperbase.hyperspin-fe.com/ Planet Geekdom, Subscribe for Tutorials! https://www.youtube.com/channel/UCdcby-s2GwriaOHGmVC2vGA?sub_confirmation=1&app=desktop
SIMPLYAUSTIN Posted August 1, 2014 Author Posted August 1, 2014 Exactly! There is so much potential in getting this to work. I have been googling and youtubing everywhere, its just goign over my head. I know its possible.... just need to find how Simply Austin's YouTube
ninja2bceen Posted August 1, 2014 Posted August 1, 2014 Yeah if u find a tool please private message me :-) I've done the same There is actually a thread on this already, maybe u can give raine a box of chocolates and he could start that project again http://www.hyperspin-fe.com/forum/showthread.php?28810-Question-with-History-dat-and-Hyperlaunch&p=329419#post329419 Advance the cause to 100%. http://hyperbase.hyperspin-fe.com/ Planet Geekdom, Subscribe for Tutorials! https://www.youtube.com/channel/UCdcby-s2GwriaOHGmVC2vGA?sub_confirmation=1&app=desktop
Agrajag Posted August 1, 2014 Posted August 1, 2014 Rain isn't here anymore, and I don't think he'll be back. Sent from my phone using Tapatalk, probably while at work... HyperSpin behaving oddly? Read about known bugs here: http://www.hyperspin-fe.com/topic/4590-known-bugs-and-handy-hints-for-hyperspin/ The installer for HyperSpin now includes HyperLaunch 2. Go here for support: http://www.hyperspin-fe.com/forum/122-hyperlaunch-2/ HyperLaunch3 is now called RocketLauncher. Go here for support: http://www.rlauncher.com/forum/content.php Read this for ftp login info: http://www.hyperspin-fe.com/topic/2320-ftp-access-must-read/ Platinum members get 25% off an Emumovies subscription: http://www.hyperspin-fe.com/topic/1211-emumovies-code/
dragon57 Posted August 2, 2014 Posted August 2, 2014 Could you PM a short sample of what you want to convert from and what you want it converted to? I write code and format converters at work, so I might be able to do something here.
ninja2bceen Posted August 2, 2014 Posted August 2, 2014 Impressive. The dat file is here. It mess names and we need the names to convert to no name intros name. There is an example of what is needed in the first link, they created an ini file for super Mario 3. Downloads:https://code.google.com/p/hyperlaunch-3/source/browse/Data/History/ Explanation: Go to the folder HyperLaunch\Data\History. Over there you will find the history.dat file and a few ini files. Open the System Names.ini (in this file you define the correspondence between the HyperSpin system name and the history.dat system name (that follows MESS conventions for consoles, and have "info" set for MAME). You can find that I included as examples the MAME, Nintendo Entertainment System and Super Nintendo Entertainment System). Just add the correct correspondence for adding any system that you want. Once the system correspondence is settled, HyperPause will search for the correct system name info in history.dat. Even after the systems name correspondence is settled, not always the HyperSpin dbname and the history.dat game names coincide. For that cases you will need to create another ini file to relate the HyperSpin database game name and the history.dat game name. You have a example of that for the Super Nintendo System.ini and the game Super Mario World (USA). This ini file has the same structure as the rom mapping ini files and can be used also on the rom mapping feature if you want to keep your original MESS rom file names. So, for example, for systems like MAME where the hyperspin database name are named after the rom names, you will just need to make the first step. There is no need for a MAME.ini (I believe that the same thing would apply to SNK Neog Geo, and so on). For systems like super nintendo, where the history.dat follows the MESS naming convention and the HyperSpin database follows the NO-Intro naming convention you will need to create the system mapping ini file for the games (see the super nintendo entertainment.ini for an example). Once a complete MESS rom-mapping-ini-file set is created, we will not need to change anything relating to that to have full history dat support on all games and systems. I was hoping to use the Rain tool that he said it was working on for accomplish that but I don't believe we had any news about that tool. I hope it is more clear now how the history dat works. If it is not just let me know and I will try to explain any doubts that you have. For the history dat it is important to have a ini file that makes the relationship between the hyperspin naming scheme and the MESS naming scheme (which the history dat entries are more or less based). This has nothing to do with renaming your roms, it is just a text file that I was hoping that our community would help to create in order to use on this and other features as the rom mapping, and so on. Anyone that would want to help creating that would only need to make the correspondence between the history dat (MESS) rom names and the hyperspin rom names, nothing more. Advance the cause to 100%. http://hyperbase.hyperspin-fe.com/ Planet Geekdom, Subscribe for Tutorials! https://www.youtube.com/channel/UCdcby-s2GwriaOHGmVC2vGA?sub_confirmation=1&app=desktop
Polemicist Posted August 2, 2014 Posted August 2, 2014 Brolly is da man when it comes to this sort of pain. He makes the Mame XML. The naming conventions used are pretty interesting. If you have a look at the naming convention of TOSEC you will find a lot more info in the names. That info can be used in the XML to flesh it out. But the no intro naming convention is short, neat and basically perfect for everyone's needs. Lots of work to do to create a XML and I tip my hat to everyone that puts there hands up to do it properly as I know how much work it is.
dragon57 Posted August 4, 2014 Posted August 4, 2014 Impressive. The dat file is here. It mess names and we need the names to convert to no name intros name. There is an example of what is needed in the first link, they created an ini file for super Mario 3.Downloads:https://code.google.com/p/hyperlaunch-3/source/browse/Data/History/ Explanation: Go to the folder HyperLaunch\Data\History. Over there you will find the history.dat file and a few ini files. Open the System Names.ini (in this file you define the correspondence between the HyperSpin system name and the history.dat system name (that follows MESS conventions for consoles, and have "info" set for MAME). You can find that I included as examples the MAME, Nintendo Entertainment System and Super Nintendo Entertainment System). Just add the correct correspondence for adding any system that you want. Once the system correspondence is settled, HyperPause will search for the correct system name info in history.dat. Even after the systems name correspondence is settled, not always the HyperSpin dbname and the history.dat game names coincide. For that cases you will need to create another ini file to relate the HyperSpin database game name and the history.dat game name. You have a example of that for the Super Nintendo System.ini and the game Super Mario World (USA). This ini file has the same structure as the rom mapping ini files and can be used also on the rom mapping feature if you want to keep your original MESS rom file names. So, for example, for systems like MAME where the hyperspin database name are named after the rom names, you will just need to make the first step. There is no need for a MAME.ini (I believe that the same thing would apply to SNK Neog Geo, and so on). For systems like super nintendo, where the history.dat follows the MESS naming convention and the HyperSpin database follows the NO-Intro naming convention you will need to create the system mapping ini file for the games (see the super nintendo entertainment.ini for an example). Once a complete MESS rom-mapping-ini-file set is created, we will not need to change anything relating to that to have full history dat support on all games and systems. I was hoping to use the Rain tool that he said it was working on for accomplish that but I don't believe we had any news about that tool. I hope it is more clear now how the history dat works. If it is not just let me know and I will try to explain any doubts that you have. For the history dat it is important to have a ini file that makes the relationship between the hyperspin naming scheme and the MESS naming scheme (which the history dat entries are more or less based). This has nothing to do with renaming your roms, it is just a text file that I was hoping that our community would help to create in order to use on this and other features as the rom mapping, and so on. Anyone that would want to help creating that would only need to make the correspondence between the history dat (MESS) rom names and the hyperspin rom names, nothing more. Thanks, I'll check this out as soon as I can. It may be a few days, but be assured, I will be looking at everything and giving it a go. I hate to admit it, but I do enjoy doing stuff like this.
ninja2bceen Posted August 4, 2014 Posted August 4, 2014 That's amazing! This would add a description to every game in hyperpause, good luck Advance the cause to 100%. http://hyperbase.hyperspin-fe.com/ Planet Geekdom, Subscribe for Tutorials! https://www.youtube.com/channel/UCdcby-s2GwriaOHGmVC2vGA?sub_confirmation=1&app=desktop
cowbells Posted August 4, 2014 Posted August 4, 2014 Rain isn't here anymore, and I don't think he'll be back. Not to derail, this project does seem like it's going to be very helpful. Does anyone know what happened to Rain? That dude did so much
SIMPLYAUSTIN Posted August 4, 2014 Author Posted August 4, 2014 I do hope this happens!!! MESS is coming on leaps and bounds, the knock on effect from having this information on the fly would bring so much more to this frontend. To have more people focused on MESS would be amazing. To have more systems stable on this and worked on could bring a new age of emulation. 2 major prgrams to rule them all, both related, making them perfect for a frontend such as hyperspin. Allowing systems hardly worked on with emulation, a new lease of life! Simply Austin's YouTube
Polemicist Posted August 4, 2014 Posted August 4, 2014 Not to derail, this project does seem like it's going to be very helpful. Does anyone know what happened to Rain? That dude did so much Retired like EMB.
dragon57 Posted August 10, 2014 Posted August 10, 2014 After reading the reference material (thanks for all that!), I take it what is needed is system mapping ini files for the systems that have entries in the history.dat file? Then, inside those mapping files, you map the Hyperspin xml database names to the matching history.dat entry. (I am just repeating back my understanding of what the reference material said in slightly different words). I quickly whipped up a utility that extracted all the system+rom name+description from the history.dat file, then I ran a fuzzy match for just the SNES Hyperspin database against it and got the output below. As an initial output, it looks pretty good. There are a few lines that are incorrect and would have to be manually cleaned up, but not that many. What you see below is an interim debug output. The 1st column is the Hyperspin value, the 2nd is the rom value the 1st value would be mapped to. The 3rd is the description that caused the fuzzy match between the 1st and 2nd column. Is this looking ok? 2020 Super Baseball (USA) 2020bb, 2020 Super Baseball (c) 1993 Tradewest, Incorporated. 3 Ninjas Kick Back (USA) 3ninja, 3 Ninjas Kick Back (c) 1994 Sony Imagesoft 7th Saga, The (USA) 7thsaga, The 7th Saga (c) 1993 Enix, Limited. 90 Minutes - European Prime Goal (Europe) 90minute,90minutep, 90 Minutes - European Prime Goal (c) 1995 Ocean. A.S.P. - Air Strike Patrol (USA) asp, A.S.P. - Air Strike Patrol (c) 1994 Seta USA, Incorporated. Aaahh!!! Real Monsters (USA) aaahhrmu, Aaahh!!! Real Monsters (c) 1995 Viacom International, Incorporated. ABC Monday Night Football (USA) abcfootj, ABC Monday Night Football (c) 1993 Data East Corp. ACME Animation Factory (USA) acmeanimu, ACME Animation Factory (c) 1994 Sunsoft ActRaiser (USA) actrais2u, ActRaiser 2 [Model SNS-A8-USA] (c) 1993 Enix, Limited. ActRaiser 2 (USA) actrais2u, ActRaiser 2 [Model SNS-A8-USA] (c) 1993 Enix, Limited. Addams Family Values (USA) addfamvu, Addams Family Values [Model SNS-VY-USA] (c) 1995 Ocean Addams Family, The (USA) addfamu, The Addams Family [Model SNS-AF-USA] (c) 1992 Ocean Software, Limited. Addams Family, The - Pugsley's Scavenger Hunt (USA) pugshuntu,pugshuntup, The Addams Family - Pugsley's Scavenger Hunt [Model SNS-AH-USA] (c) 1993 Ocean Software, Limited.
ninja2bceen Posted August 10, 2014 Posted August 10, 2014 After reading the reference material (thanks for all that!), I take it what is needed is system mapping ini files for the systems that have entries in the history.dat file? Then, inside those mapping files, you map the Hyperspin xml database names to the matching history.dat entry. (I am just repeating back my understanding of what the reference material said in slightly different words).I quickly whipped up a utility that extracted all the system+rom name+description from the history.dat file, then I ran a fuzzy match for just the SNES Hyperspin database against it and got the output below. As an initial output, it looks pretty good. There are a few lines that are incorrect and would have to be manually cleaned up, but not that many. What you see below is an interim debug output. The 1st column is the Hyperspin value, the 2nd is the rom value the 1st value would be mapped to. The 3rd is the description that caused the fuzzy match between the 1st and 2nd column. Is this looking ok? 2020 Super Baseball (USA) 2020bb, 2020 Super Baseball (c) 1993 Tradewest, Incorporated. 3 Ninjas Kick Back (USA) 3ninja, 3 Ninjas Kick Back (c) 1994 Sony Imagesoft 7th Saga, The (USA) 7thsaga, The 7th Saga (c) 1993 Enix, Limited. 90 Minutes - European Prime Goal (Europe) 90minute,90minutep, 90 Minutes - European Prime Goal (c) 1995 Ocean. A.S.P. - Air Strike Patrol (USA) asp, A.S.P. - Air Strike Patrol (c) 1994 Seta USA, Incorporated. Aaahh!!! Real Monsters (USA) aaahhrmu, Aaahh!!! Real Monsters (c) 1995 Viacom International, Incorporated. ABC Monday Night Football (USA) abcfootj, ABC Monday Night Football (c) 1993 Data East Corp. ACME Animation Factory (USA) acmeanimu, ACME Animation Factory (c) 1994 Sunsoft ActRaiser (USA) actrais2u, ActRaiser 2 [Model SNS-A8-USA] (c) 1993 Enix, Limited. ActRaiser 2 (USA) actrais2u, ActRaiser 2 [Model SNS-A8-USA] (c) 1993 Enix, Limited. Addams Family Values (USA) addfamvu, Addams Family Values [Model SNS-VY-USA] (c) 1995 Ocean Addams Family, The (USA) addfamu, The Addams Family [Model SNS-AF-USA] (c) 1992 Ocean Software, Limited. Addams Family, The - Pugsley's Scavenger Hunt (USA) pugshuntu,pugshuntup, The Addams Family - Pugsley's Scavenger Hunt [Model SNS-AH-USA] (c) 1993 Ocean Software, Limited. I can't believe it, I think we are really close here. U nailed it though, system inis based on xml names. Translating x name from dat file to xml name. The Mario example is below.. I bet it has to look exactly like this for it to work though. Can this be cleaned up a little more? Will the tool be available to test? Nice work man, just need a little more polish [super Mario World (USA)] Alternate_Rom_Name=smwj Advance the cause to 100%. http://hyperbase.hyperspin-fe.com/ Planet Geekdom, Subscribe for Tutorials! https://www.youtube.com/channel/UCdcby-s2GwriaOHGmVC2vGA?sub_confirmation=1&app=desktop
dragon57 Posted August 10, 2014 Posted August 10, 2014 Oh yeah, as I said, the output is a debug output so I can see how it is matching. I wanted to post the debug output so others could tell me if I was on the right track. Next steps will be to clean up any records the fuzzy match missed matching, then write out a correctly formatted .ini file. Once I get some .ini files tested and approved by some of you fine upstanding folks, I'll figured out how to polish up and package what I have so others can use what I have.
ninja2bceen Posted August 10, 2014 Posted August 10, 2014 Well done my friend! U r uncapping the history feature in hyperpause which currently mame is the only one working by default. This is going to please many folks. Thanks again for doing this, yep u r on the right track :-) Advance the cause to 100%. http://hyperbase.hyperspin-fe.com/ Planet Geekdom, Subscribe for Tutorials! https://www.youtube.com/channel/UCdcby-s2GwriaOHGmVC2vGA?sub_confirmation=1&app=desktop
SIMPLYAUSTIN Posted August 10, 2014 Author Posted August 10, 2014 YES!! this is AMAZING... I think? But to start with... this has made it possible to switch between various Name Sets? Example, shortname to No intro? If this is possible I have sooooooo many ideas!!! Simply Austin's YouTube
ninja2bceen Posted August 11, 2014 Posted August 11, 2014 I believe we are all saying the same thing :-) Austin will probably have to convert the ini to an xml but yep all is exciting Advance the cause to 100%. http://hyperbase.hyperspin-fe.com/ Planet Geekdom, Subscribe for Tutorials! https://www.youtube.com/channel/UCdcby-s2GwriaOHGmVC2vGA?sub_confirmation=1&app=desktop
dragon57 Posted August 11, 2014 Posted August 11, 2014 Does anyone know what I should do with the ones that have more than one alternate rom name? Do I create more than one Alternate rom name lines in the ini file, or just one line with each short name separated with commas? See below with examples. [Pagemaster, The (USA)] Alternate_Rom_Name=pagemstru,pagemstrup1,pagemstrup2,pagemstrup3 or [Pagemaster, The (USA)] Alternate_Rom_Name=pagemstru Alternate_Rom_Name=pagemstrup1 Alternate_Rom_Name=pagemstrup2 Alternate_Rom_Name=pagemstrup3
ninja2bceen Posted August 13, 2014 Posted August 13, 2014 If I had to guess it would be the second option that does not have commas. Are there really a lot of examples of this? Let's get the core nailed down and see what we have from those results. U r amazing for doing this Advance the cause to 100%. http://hyperbase.hyperspin-fe.com/ Planet Geekdom, Subscribe for Tutorials! https://www.youtube.com/channel/UCdcby-s2GwriaOHGmVC2vGA?sub_confirmation=1&app=desktop
dragon57 Posted August 13, 2014 Posted August 13, 2014 OK, I have uploaded two .ini files to this folder on the ftp server (Atari 5200.ini & Super Nintendo Entertainment System.ini): /Upload Here/dragon57/XML2INI. If someone could test them with your setups and let me know if they function as you expect them to, that would be great. My setup isn't working yet or I would test them myself! They are using the [Pagemaster, The (USA)] Alternate_Rom_Name=pagemstru,pagemstrup1,pagemstru p2,pagemstrup3 format. I figure we have to start somewhere. Thanks!
ninja2bceen Posted August 13, 2014 Posted August 13, 2014 I'd love to test but I don't have FTP access, download the files and send via dropbox and I'm urs Advance the cause to 100%. http://hyperbase.hyperspin-fe.com/ Planet Geekdom, Subscribe for Tutorials! https://www.youtube.com/channel/UCdcby-s2GwriaOHGmVC2vGA?sub_confirmation=1&app=desktop
dragon57 Posted August 13, 2014 Posted August 13, 2014 Sorry, I didn't think of those that might not have ftp access. I have attached the two files below as code snippets. Here is the Atari 5200 [Activision Decathlon, The (USA)] Alternate_Rom_Name=decathln [Astro Chase (USA)] Alternate_Rom_Name=achase [ballblazer (USA)] Alternate_Rom_Name=ballblaz [beamrider (USA)] Alternate_Rom_Name=beamridr [berZerk (USA)] Alternate_Rom_Name=berzerk [blue Print (USA)] Alternate_Rom_Name=blueprnt [bounty Bob Strikes Back! (USA)] Alternate_Rom_Name=bbsb [buck Rogers - Planet of Zoom (USA)] Alternate_Rom_Name=buckrog [Carol Shaw's River Raid (USA)] Alternate_Rom_Name=riveraid [Castle Blast (USA) (Unl)] Alternate_Rom_Name=cblast [Castle Crisis (USA) (Unl)] Alternate_Rom_Name=ccrisis [Centipede (USA)] Alternate_Rom_Name=centiped [Choplifter! (USA)] Alternate_Rom_Name=choplift [Congo Bongo (USA)] Alternate_Rom_Name=congo [Countermeasure (USA)] Alternate_Rom_Name=cntrmsre [David Crane's Pitfall II - Lost Caverns (USA)] Alternate_Rom_Name=pitfall2 [Defender (USA)] Alternate_Rom_Name=defender [Dig Dug (USA)] Alternate_Rom_Name=digdug [Dreadnaught Factor, The (USA)] Alternate_Rom_Name=dfactor [Frogger (USA)] Alternate_Rom_Name=frogger [Frogger II - Threeedeep! (USA)] Alternate_Rom_Name=frogger2 [Galaxian (USA)] Alternate_Rom_Name=galaxian [Gorf (USA)] Alternate_Rom_Name=gorf [Gremlins (USA)] Alternate_Rom_Name=gremlins [Gyruss (USA)] Alternate_Rom_Name=gyruss [H.E.R.O. (USA)] Alternate_Rom_Name=hero [James Bond 007 (USA)] Alternate_Rom_Name=jbond [Joust (USA)] Alternate_Rom_Name=joust [Jungle Hunt (USA)] Alternate_Rom_Name=jungleh [K-Razy Shoot-Out (USA)] Alternate_Rom_Name=kshoot [Kaboom! (USA)] Alternate_Rom_Name=kaboom [Kangaroo (USA)] Alternate_Rom_Name=kangaroo [Keystone Kapers (USA)] Alternate_Rom_Name=keykaper [Koffi - Yellow Kopter (USA) (Unl)] Alternate_Rom_Name=koffiyk [Mario Bros. (USA)] Alternate_Rom_Name=mario [MegaMania (USA)] Alternate_Rom_Name=megmania [Meteorites (USA)] Alternate_Rom_Name=meteorit [Miner 2049er Starring Bounty Bob (USA)] Alternate_Rom_Name=mine2049 [Missile Command (USA)] Alternate_Rom_Name=missile [Montezuma's Revenge featuring Panama Joe (USA)] Alternate_Rom_Name=montezum [Moon Patrol (USA)] Alternate_Rom_Name=mpatrol [Mountain King (USA)] Alternate_Rom_Name=mking [Mr. Do!'s Castle (USA)] Alternate_Rom_Name=docastle [Ms. Pac-Man (USA)] Alternate_Rom_Name=mspacman [Pac-Man (USA)] Alternate_Rom_Name=pacman [Pengo (USA)] Alternate_Rom_Name=pengo [Pitfall! (USA)] Alternate_Rom_Name=pitfall [Pole Position (USA)] Alternate_Rom_Name=polepos [Popeye (USA)] Alternate_Rom_Name=popeye [Q-bert (USA)] Alternate_Rom_Name=qbert [Qix (USA)] Alternate_Rom_Name=qix [Quest for Quintana Roo (USA)] Alternate_Rom_Name=quintana [RealSports Baseball (USA)] Alternate_Rom_Name=rsbaseb [RealSports Football (USA)] Alternate_Rom_Name=rsfootb [RealSports Soccer (USA)] Alternate_Rom_Name=rssoccer [RealSports Tennis (USA)] Alternate_Rom_Name=rstennis [Rescue on Fractalus! (USA)] Alternate_Rom_Name=fractal [Robotron 2084 (USA)] Alternate_Rom_Name=robotron [space Dungeon (USA)] Alternate_Rom_Name=spcedngn [space Invaders (USA)] Alternate_Rom_Name=spaceinv [space Shuttle - A Journey Into Space (USA)] Alternate_Rom_Name=shuttle [star Raiders (USA)] Alternate_Rom_Name=starraid [star Trek - Strategic Operations Simulator (USA)] Alternate_Rom_Name=startrek [star Wars - Return of the Jedi - Death Star Battle (USA)] Alternate_Rom_Name=jedidsb [star Wars - The Arcade Game (USA)] Alternate_Rom_Name=starwars [super Breakout (USA)] Alternate_Rom_Name=sbrkout [super Cobra (USA)] Alternate_Rom_Name=scobra [Vanguard (USA)] Alternate_Rom_Name=vanguard [Wizard of Wor (USA)] Alternate_Rom_Name=wow [Zaxxon (USA)] Alternate_Rom_Name=zaxxon [Zenji (USA)] Alternate_Rom_Name=zenji [Zone Ranger (USA)] Alternate_Rom_Name=zonerngr Here is the Super Nintendo Entertainment System [2020 Super Baseball (USA)] Alternate_Rom_Name=2020bb [3 Ninjas Kick Back (USA)] Alternate_Rom_Name=3ninja [7th Saga, The (USA)] Alternate_Rom_Name=7thsaga [90 Minutes - European Prime Goal (Europe)] Alternate_Rom_Name=90minute,90minutep [A.S.P. - Air Strike Patrol (USA)] Alternate_Rom_Name=asp [Aaahh!!! Real Monsters (USA)] Alternate_Rom_Name=aaahhrmu [ABC Monday Night Football (USA)] Alternate_Rom_Name=abcfootj [ACME Animation Factory (USA)] Alternate_Rom_Name=acmeanimu [ActRaiser (USA)] Alternate_Rom_Name=actraisru [ActRaiser 2 (USA)] Alternate_Rom_Name=actrais2u [Addams Family Values (USA)] Alternate_Rom_Name=addfamvu [Addams Family, The (USA)] Alternate_Rom_Name=addfamu [Addams Family, The - Pugsley's Scavenger Hunt (USA)] Alternate_Rom_Name=pugshuntu,pugshuntup [Adventures of Batman & Robin, The (USA)] Alternate_Rom_Name=advbatru [Adventures of Dr. Franken, The (USA)] Alternate_Rom_Name=drfranknu [Adventures of Kid Kleets, The (USA)] Alternate_Rom_Name=kidkleet [Adventures of Rocky and Bullwinkle and Friends, The (USA)] Alternate_Rom_Name=rockybw [Adventures of Yogi Bear (USA)] Alternate_Rom_Name=yogibearu [Aero Fighters (USA)] Alternate_Rom_Name=aerofgt [Aero the Acro-Bat (USA)] Alternate_Rom_Name=aerou [Aero the Acro-Bat 2 (USA)] Alternate_Rom_Name=aero2u [Aerobiz (USA)] Alternate_Rom_Name=aerobiz [Aerobiz Supersonic (USA)] Alternate_Rom_Name=aerobizs [Air Cavalry (USA)] Alternate_Rom_Name=aircavalu [Al Unser Jr.'s Road to the Top (USA)] Alternate_Rom_Name=alunseru [Aladdin (USA)] Alternate_Rom_Name=aladdinu,aladdinua [Alien 3 (USA)] Alternate_Rom_Name=alien3u,alien3up [Alien vs. Predator (USA)] Alternate_Rom_Name=avspu [American Gladiators (USA)] Alternate_Rom_Name=amerglad [American Tail, An - Fievel Goes West (USA)] Alternate_Rom_Name=fievelu [Andre Agassi Tennis (USA)] Alternate_Rom_Name=agassi [Animaniacs (USA)] Alternate_Rom_Name=animaniau [Arcade's Greatest Hits (USA)] Alternate_Rom_Name=arcadeghu [Arcade's Greatest Hits - The Atari Collection 1 (USA)] Alternate_Rom_Name=arcadeacu [Arcana (USA)] Alternate_Rom_Name=arcana [Archer Maclean's Super Dropzone (Europe)] Alternate_Rom_Name=dropzone [Ardy Lightfoot (USA)] Alternate_Rom_Name=ardyligtu [Arkanoid - Doh It Again (USA)] Alternate_Rom_Name=arkanoidu [Art of Fighting (USA)] Alternate_Rom_Name=aofu [Asterix & Obelix (Europe)] Alternate_Rom_Name=astobelx [Asterix (Europe)] Alternate_Rom_Name=asterix [Axelay (USA)] Alternate_Rom_Name=axelayu,axelayus [b.O.B. (USA)] Alternate_Rom_Name=bobu [ballz 3D - Fighting at Its Ballziest (USA)] Alternate_Rom_Name=ballz3d [barbie Super Model (USA)] Alternate_Rom_Name=barbiesm [barbie Vacation Adventure (USA) (Proto)] Alternate_Rom_Name=barbieva [barkley Shut Up and Jam! (USA)] Alternate_Rom_Name=barkleyu [bASS Masters Classic (USA)] Alternate_Rom_Name=bassmc [bASS Masters Classic - Pro Edition (USA)] Alternate_Rom_Name=bassmprou [bassin's Black Bass (USA)] Alternate_Rom_Name=blackbas [batman Forever (USA)] Alternate_Rom_Name=batmanfu [batman Returns (USA)] Alternate_Rom_Name=batmanrnu [battle Blaze (USA)] Alternate_Rom_Name=batblaz,batblazp [battle Cars (USA)] Alternate_Rom_Name=batlcars [battle Clash (USA)] Alternate_Rom_Name=batlclshu [battle Grand Prix (USA)] Alternate_Rom_Name=battlegp [battletoads & Double Dragon (USA)] Alternate_Rom_Name=btoadsddu [battletoads in Battlemaniacs (USA)] Alternate_Rom_Name=btoadsu,btoadsup [bazooka Blitzkrieg (USA)] Alternate_Rom_Name=bazooka [beauty and the Beast (USA)] Alternate_Rom_Name=beautyu [beavis and Butt-Head (USA)] Alternate_Rom_Name=beavisu [bebe's Kids (USA)] Alternate_Rom_Name=bebekids [beethoven - The Ultimate Canine Caper! (USA)] Alternate_Rom_Name=beethovu,beethovup [best of the Best - Championship Karate (USA)] Alternate_Rom_Name=bestofu [big Sky Trooper (USA)] Alternate_Rom_Name=bigskyu,bigskyup [biker Mice from Mars (USA)] Alternate_Rom_Name=bikermicu [bill Laimbeer's Combat Basketball (USA)] Alternate_Rom_Name=billlaim [bill Walsh College Football (USA)] Alternate_Rom_Name=billwlsh [bioMetal (USA)] Alternate_Rom_Name=biometalu [blackthorne (USA)] Alternate_Rom_Name=blackthr,blackthrp [blaZeon - The Bio-Cyborg Challenge (USA)] Alternate_Rom_Name=blazeon [blues Brothers, The (USA)] Alternate_Rom_Name=bluesbu [bobby's World (USA) (Proto)] Alternate_Rom_Name=bobbywld [bonkers (USA)] Alternate_Rom_Name=bonkers [boogerman - A Pick and Flick Adventure (USA)] Alternate_Rom_Name=boogeru,boogerup [boxing Legends of the Ring (USA)] Alternate_Rom_Name=boxinglgu [brain Lord (USA)] Alternate_Rom_Name=brainlrd [brainies, The (USA)] Alternate_Rom_Name=brainiesu [bram Stoker's Dracula (USA)] Alternate_Rom_Name=draculau,draculaup [brandish (USA)] Alternate_Rom_Name=brandish [brawl Brothers (USA)] Alternate_Rom_Name=brawlbrou [breakThru! (USA)] Alternate_Rom_Name=breaktru [breath of Fire (USA)] Alternate_Rom_Name=bof [breath of Fire II (USA)] Alternate_Rom_Name=bof2u,bof2up [brett Hull Hockey '95 (USA)] Alternate_Rom_Name=bretth95 [brett Hull Hockey (USA)] Alternate_Rom_Name=bretthu [bronkie the Bronchiasaurus (USA)] Alternate_Rom_Name=bronkie [brunswick World Tournament of Champions (USA)] Alternate_Rom_Name=brunswck [brutal - Paws of Fury (USA)] Alternate_Rom_Name=brutalu,brutalup [bubsy II (USA)] Alternate_Rom_Name=bubsy2u [bubsy in Claws Encounters of the Furred Kind (USA)] Alternate_Rom_Name=bubsyu,bubsyup1,bubsyup2 [bugs Bunny - Rabbit Rampage (USA)] Alternate_Rom_Name=bugsbrabu [bulls vs Blazers and the NBA Playoffs (USA) (Rev 1)] Alternate_Rom_Name=bullvsbl1,bullvsbl [bust-A-Move (USA)] Alternate_Rom_Name=bam [Cacoma Knight in Bizyland (USA)] Alternate_Rom_Name=cacoma [Cal Ripken Jr. Baseball (USA)] Alternate_Rom_Name=calripknu,calripknup [California Games II (USA)] Alternate_Rom_Name=calgame2u [Cannon Fodder (Europe)] Alternate_Rom_Name=cfodder [Cannondale Cup (USA)] Alternate_Rom_Name=cdalecup [Capcom's MVP Football (USA)] Alternate_Rom_Name=mvpfoot [Capcom's Soccer Shootout (USA)] Alternate_Rom_Name=capcomss,capcomssp [Captain America and the Avengers (USA)] Alternate_Rom_Name=captaven [Captain Commando (USA)] Alternate_Rom_Name=captcommu,captcommup [Captain Novolin (USA)] Alternate_Rom_Name=captnovo [Carrier Aces (USA)] Alternate_Rom_Name=carrieru [Casper (USA)] Alternate_Rom_Name=casperu [Castlevania - Dracula X (USA)] Alternate_Rom_Name=cvaniadx,cvaniadxp [Champions - World Class Soccer (USA)] Alternate_Rom_Name=champwcsu [Championship Pool (USA)] Alternate_Rom_Name=champoolu [Championship Soccer '94 (USA)] Alternate_Rom_Name=champs94 [Chavez (USA)] Alternate_Rom_Name=chavez,chavezp [Chavez II (USA)] Alternate_Rom_Name=chavez2 [Chessmaster, The (USA)] Alternate_Rom_Name=chessmstu [Chester Cheetah - Too Cool to Fool (USA)] Alternate_Rom_Name=chester [Chester Cheetah - Wild Wild Quest (USA)] Alternate_Rom_Name=chesterw,chesterwp [Choplifter III - Rescue & Survive (USA)] Alternate_Rom_Name=choplft3u,choplft3up [Chrono Trigger (USA)] Alternate_Rom_Name=ctrigger [Chuck Rock (USA)] Alternate_Rom_Name=chuckrcku,chuckrckup [Civilization (USA)] Alternate_Rom_Name=civiliz,civilizp [Clay Fighter (USA)] Alternate_Rom_Name=clayfghtu [Clay Fighter - Tournament Edition (USA)] Alternate_Rom_Name=clayfgte [Clay Fighter 2 - Judgment Clay (USA)] Alternate_Rom_Name=clayfgt2u,clayfgt2up [Claymates (USA)] Alternate_Rom_Name=claymateu,claymateus [Cliffhanger (USA)] Alternate_Rom_Name=cliffhu [Clue (USA)] Alternate_Rom_Name=clue [College Football USA '97 - The Road to New Orleans (USA)] Alternate_Rom_Name=collfoot [College Slam (USA)] Alternate_Rom_Name=collslam [Combatribes, The (USA)] Alternate_Rom_Name=ctribej [Congo's Caper (USA)] Alternate_Rom_Name=congocapu [Contra III - The Alien Wars (USA)] Alternate_Rom_Name=contra3 [Cool Spot (USA)] Alternate_Rom_Name=coolspotu,coolspotup [Cool World (USA)] Alternate_Rom_Name=coolwrld [Cutthroat Island (USA)] Alternate_Rom_Name=cutthru [Cyber Spin (USA)] Alternate_Rom_Name=cybrspin [Cybernator (USA)] Alternate_Rom_Name=cybernatu,cybernatup [D-Force (USA)] Alternate_Rom_Name=dforce [Daffy Duck - The Marvin Missions (USA)] Alternate_Rom_Name=daffyu [Darius Twin (USA)] Alternate_Rom_Name=dariustwu [David Crane's Amazing Tennis (USA)] Alternate_Rom_Name=amazntenu [Daze Before Christmas (Europe)] Alternate_Rom_Name=dazexmas [Death and Return of Superman, The (USA)] Alternate_Rom_Name=deathretu1,deathretu [Demolition Man (USA)] Alternate_Rom_Name=demomanu [Demon's Crest (USA)] Alternate_Rom_Name=demoncrtu [Dennis the Menace (USA)] Alternate_Rom_Name=dennisu [Desert Strike - Return to the Gulf (USA)] Alternate_Rom_Name=dstrikeu [Dig & Spike Volleyball (USA)] Alternate_Rom_Name=digspike [Dino City (USA)] Alternate_Rom_Name=dinocityu [Dino Dini's Soccer! (Europe)] Alternate_Rom_Name=dinodini [Dirt Racer (Europe)] Alternate_Rom_Name=dirtrace [Dirt Trax FX (USA)] Alternate_Rom_Name=dirttraxu [Donkey Kong Country (USA) (Competition Edition)] Alternate_Rom_Name=dkongcu [Donkey Kong Country (USA) (Rev 2)] Alternate_Rom_Name=dkongcub,dkongcua [Donkey Kong Country 2 - Diddy's Kong Quest (USA) (Rev 1)] Alternate_Rom_Name=dkongc2ua,dkongc2u [Donkey Kong Country 3 - Dixie Kong's Double Trouble! (USA)] Alternate_Rom_Name=dkongc3u [Doom (USA)] Alternate_Rom_Name=doomu [Doom Troopers (USA)] Alternate_Rom_Name=doomtrop [Doomsday Warrior (USA)] Alternate_Rom_Name=doomsday [Double Dragon V - The Shadow Falls (USA)] Alternate_Rom_Name=ddragon5u [Dragon - The Bruce Lee Story (USA)] Alternate_Rom_Name=dragonu [Dragon View (USA)] Alternate_Rom_Name=dview [Dragon's Lair (USA)] Alternate_Rom_Name=dlairu [Drakkhen (USA)] Alternate_Rom_Name=drakkhenu [Dream TV (USA)] Alternate_Rom_Name=dreamtv,dreamtvp,dreamtvp1 [Duel, The - Test Drive II (USA)] Alternate_Rom_Name=td2u [Dungeon Master (USA)] Alternate_Rom_Name=dngmsteru [E.V.O. - Search for Eden (USA)] Alternate_Rom_Name=evo [Earth Defense Force (USA)] Alternate_Rom_Name=earthdefu [EarthBound (USA)] Alternate_Rom_Name=earthbnd [Earthworm Jim (USA)] Alternate_Rom_Name=ejimu [Earthworm Jim 2 (USA)] Alternate_Rom_Name=ejim2u,ejim2up [Eek! The Cat (USA)] Alternate_Rom_Name=eeku [Elite Soccer (USA)] Alternate_Rom_Name=elitesoc [Emmitt Smith Football (USA)] Alternate_Rom_Name=emmittsf [Equinox (USA)] Alternate_Rom_Name=equinoxu,equinoxup [ESPN Baseball Tonight (USA)] Alternate_Rom_Name=espnbbu,espnbbup [ESPN National Hockey Night (USA)] Alternate_Rom_Name=espnhn [ESPN Speedworld (USA)] Alternate_Rom_Name=espnsped,espnspedp [ESPN Sunday Night NFL (USA)] Alternate_Rom_Name=espnnfl [Exertainment Mountain Bike Rally & Speed Racer (USA)] Alternate_Rom_Name=mbrallsr,mbrallsru [Exertainment Mountain Bike Rally (USA)] Alternate_Rom_Name=mbrally [Extra Innings (USA)] Alternate_Rom_Name=extrainn [Eye of the Beholder (USA)] Alternate_Rom_Name=eyebehol [F-Zero (USA)] Alternate_Rom_Name=fzerou [F1 Pole Position (USA)] Alternate_Rom_Name=f1polepou,f1polepoup [F1 Pole Position 2 (Europe)] Alternate_Rom_Name=f1polep2 [F1 ROC - Race of Champions (USA)] Alternate_Rom_Name=f1roc [F1 ROC II - Race of Champions (USA)] Alternate_Rom_Name=f1roc2 [F1 World Championship Edition (Europe)] Alternate_Rom_Name=f1wce [Faceball 2000 (USA)] Alternate_Rom_Name=faceball [Family Dog (USA)] Alternate_Rom_Name=famildogu [Family Feud (USA) (Rev 1)] Alternate_Rom_Name=famfeuda,famfeud [Fatal Fury (USA)] Alternate_Rom_Name=fatfuryu [Fatal Fury 2 (USA)] Alternate_Rom_Name=fatfury2u [Fatal Fury Special (USA)] Alternate_Rom_Name=fatfurspu [FIFA 98 - Road to World Cup (Europe)] Alternate_Rom_Name=fifa98 [FIFA International Soccer (USA)] Alternate_Rom_Name=fifau [FIFA Soccer 96 (USA)] Alternate_Rom_Name=fifa96u [FIFA Soccer 97 - Gold Edition (USA)] Alternate_Rom_Name=fifa97u [Fighter's History (USA) (Rev 1)] Alternate_Rom_Name=fghthistp,fghthist [Final Fantasy - Mystic Quest (USA) (Rev 1)] Alternate_Rom_Name=ffmqj [Final Fantasy II (USA) (Rev 1)] Alternate_Rom_Name=ff2a,ff2 [Final Fantasy III (USA) (Rev 1)] Alternate_Rom_Name=ff3a,ff3p,ff3 [Final Fight (USA)] Alternate_Rom_Name=ffightu [Final Fight 2 (USA)] Alternate_Rom_Name=ffight2u [Final Fight 3 (USA)] Alternate_Rom_Name=ffight3u,ffight3up [Final Fight Guy (USA)] Alternate_Rom_Name=ffightgj [Fire Striker (USA)] Alternate_Rom_Name=fstriker,fstrikerp [Firemen, The (Europe)] Alternate_Rom_Name=firemen [Firepower 2000 (USA)] Alternate_Rom_Name=firepowr [First Samurai (USA)] Alternate_Rom_Name=firstsamu [Flashback - The Quest for Identity (USA)] Alternate_Rom_Name=flashbu [Flintstones, The (USA)] Alternate_Rom_Name=flintu,flintup [Flintstones, The - The Treasure of Sierra Madrock (USA)] Alternate_Rom_Name=flintsmu,flintsmp [Football Fury (USA)] Alternate_Rom_Name=footfury [Foreman For Real (USA)] Alternate_Rom_Name=foremanu [Frank Thomas Big Hurt Baseball (USA)] Alternate_Rom_Name=bighurtu [Frantic Flea (USA)] Alternate_Rom_Name=franticu [Frogger (USA)] Alternate_Rom_Name=frogger [Full Throttle - All-American Racing (USA)] Alternate_Rom_Name=fullthrtu,fullthrtup [Fun 'n Games (USA)] Alternate_Rom_Name=funngameu [Gemfire (USA)] Alternate_Rom_Name=gemfire [Genghis Khan II - Clan of the Gray Wolf (USA)] Alternate_Rom_Name=genghis2 [George Foreman's KO Boxing (USA) (Rev 1)] Alternate_Rom_Name=georgekou1,georgekous,georgekou [Ghoul Patrol (USA)] Alternate_Rom_Name=ghoulptru [Goal! (USA)] Alternate_Rom_Name=goal [Gods (USA)] Alternate_Rom_Name=godsu [Goof Troop (USA)] Alternate_Rom_Name=gooftropu,gooftropup [GP-1 (USA)] Alternate_Rom_Name=gp1u [GP-1 - Part II (USA)] Alternate_Rom_Name=gp1part2 [Gradius III (USA)] Alternate_Rom_Name=gradius3 [Great Circus Mystery Starring Mickey & Minnie, The (USA)] Alternate_Rom_Name=mickeycmu [Great Waldo Search, The (USA)] Alternate_Rom_Name=waldo [GunForce - Battle Fire Engulfed Terror Island (USA)] Alternate_Rom_Name=gunforce,gunforceu [Hagane - The Final Conflict (USA)] Alternate_Rom_Name=haganeu [HAL's Hole in One Golf (USA)] Alternate_Rom_Name=holein1u [Hammerlock Wrestling (USA)] Alternate_Rom_Name=hammerlk [HardBall III (USA)] Alternate_Rom_Name=hardbal3 [Harley's Humongous Adventure (USA)] Alternate_Rom_Name=harleyu,harleyup [Harvest Moon (USA)] Alternate_Rom_Name=harvmoonu,harvmoonup [Head-On Soccer (USA)] Alternate_Rom_Name=headon [Hebereke's Popoitto (Europe)] Alternate_Rom_Name=hebepopt [Hebereke's Popoon (Europe)] Alternate_Rom_Name=hebepopn [Hit the Ice (USA)] Alternate_Rom_Name=hitice [Home Alone (USA)] Alternate_Rom_Name=homea [Home Alone 2 - Lost in New York (USA)] Alternate_Rom_Name=homea2u [Home Improvement (USA)] Alternate_Rom_Name=homeimpr [Hook (USA)] Alternate_Rom_Name=hooku,hookup [Humans, The (Europe)] Alternate_Rom_Name=humans [Hungry Dinosaurs (Europe)] Alternate_Rom_Name=hungryd [Hunt for Red October, The (USA)] Alternate_Rom_Name=huntredu [Hurricanes (USA)] Alternate_Rom_Name=hurricanu [Hyper V-Ball (USA)] Alternate_Rom_Name=hyprvbalu [HyperZone (USA)] Alternate_Rom_Name=hyperznu [ignition Factor, The (USA)] Alternate_Rom_Name=ignition [illusion of Gaia (USA)] Alternate_Rom_Name=illgaia,illgaiap [imperium (USA)] Alternate_Rom_Name=imperium [incantation (USA)] Alternate_Rom_Name=incantau [incredible Crash Dummies, The (USA)] Alternate_Rom_Name=crashdumu,crashdumup [incredible Hulk, The (USA)] Alternate_Rom_Name=hulku [indiana Jones' Greatest Adventures (USA)] Alternate_Rom_Name=indyadvu [inindo - Way of the Ninja (USA)] Alternate_Rom_Name=inindo [inspector Gadget (USA)] Alternate_Rom_Name=inspgadg [international Superstar Soccer (Europe)] Alternate_Rom_Name=iss [international Superstar Soccer (USA)] Alternate_Rom_Name=issu [international Superstar Soccer Deluxe (USA)] Alternate_Rom_Name=issdxu [international Tennis Tour (USA)] Alternate_Rom_Name=ittu [irem Skins Game, The (USA)] Alternate_Rom_Name=iremskin [itchy & Scratchy Game, The (USA)] Alternate_Rom_Name=itchyu [izzy's Quest for the Olympic Rings (USA)] Alternate_Rom_Name=izzyqstu,izzyqstup [J.R.R. Tolkien's The Lord of the Rings - Volume 1 (USA)] Alternate_Rom_Name=lotru [Jack Nicklaus Golf (USA)] Alternate_Rom_Name=nicklausu [James Bond Jr (USA)] Alternate_Rom_Name=jbjru [Jammit (USA)] Alternate_Rom_Name=jammit [Jelly Boy (Europe)] Alternate_Rom_Name=jellyboy [Jeopardy! (USA)] Alternate_Rom_Name=jeopardy [Jeopardy! - Deluxe Edition (USA)] Alternate_Rom_Name=jeopardd [Jeopardy! - Sports Edition (USA)] Alternate_Rom_Name=jeopards [Jetsons, The - Invasion of the Planet Pirates (USA)] Alternate_Rom_Name=jetsons [Jim Lee's WildC.A.T.S - Covert Action Teams (USA)] Alternate_Rom_Name=wildcats [Jim Power - The Lost Dimension in 3D (USA)] Alternate_Rom_Name=jimpoweru [Jimmy Connors Pro Tennis Tour (USA)] Alternate_Rom_Name=connorsu [Jimmy Houston's Bass Tournament U.S.A. (USA)] Alternate_Rom_Name=jimmyhou [Joe & Mac (USA)] Alternate_Rom_Name=joemacu [Joe & Mac 2 - Lost in the Tropics (USA)] Alternate_Rom_Name=joemac2u,joemac2up [John Madden Football '93 (USA) (Rev 1)] Alternate_Rom_Name=madden93ua,madden93u [John Madden Football (USA)] Alternate_Rom_Name=madden [Judge Dredd (USA)] Alternate_Rom_Name=jdreddu,jdreddus [Jungle Book, The (USA)] Alternate_Rom_Name=jungleu,jungleup [Jungle Strike (USA)] Alternate_Rom_Name=jstrikeu [Jurassic Park (USA) (Rev 1)] Alternate_Rom_Name=jparkua,jparku [Jurassic Park II - The Chaos Continues (USA)] Alternate_Rom_Name=jpark2u,jpark2up [Justice League Task Force (USA)] Alternate_Rom_Name=jleagueu,jleagueup [Kablooey (USA)] Alternate_Rom_Name=kablooey [Kawasaki Caribbean Challenge (USA)] Alternate_Rom_Name=kawacarb [Kawasaki Superbike Challenge (USA)] Alternate_Rom_Name=kawasakiu [Ken Griffey Jr. Presents Major League Baseball (USA)] Alternate_Rom_Name=kengriff1,kengriff [Ken Griffey Jr.'s Winning Run (USA)] Alternate_Rom_Name=kengrwin [Kendo Rage (USA)] Alternate_Rom_Name=kendo [Kevin Keegan's Player Manager (Europe)] Alternate_Rom_Name=keeganpm [Kick Off (Europe)] Alternate_Rom_Name=kickoff [Kick Off 3 - European Challenge (Europe)] Alternate_Rom_Name=kickoff3,kickoff3p [Kid Klown in Crazy Chase (USA)] Alternate_Rom_Name=kidklownu [Killer Instinct (USA) (Rev 1)] Alternate_Rom_Name=kinstu1,kinstup,kinstu [King Arthur & The Knights of Justice (USA)] Alternate_Rom_Name=kingarth [King Arthur's World (USA)] Alternate_Rom_Name=kingartwu,kingartwup [King of Dragons, The (USA)] Alternate_Rom_Name=kodu [King of the Monsters (USA)] Alternate_Rom_Name=kotmu [King of the Monsters 2 (USA)] Alternate_Rom_Name=kotm2 [Kirby Super Star (USA)] Alternate_Rom_Name=kirbyss [Kirby's Avalanche (USA)] Alternate_Rom_Name=kirbyava [Kirby's Dream Course (USA)] Alternate_Rom_Name=kirbydcu [Kirby's Dream Land 3 (USA)] Alternate_Rom_Name=kirby3 [Knights of the Round (USA)] Alternate_Rom_Name=kotru [Krusty's Super Fun House (USA) (Rev 1)] Alternate_Rom_Name=krustyfhu1,krustyfhu [Kyle Petty's No Fear Racing (USA)] Alternate_Rom_Name=kylepett [Lagoon (USA)] Alternate_Rom_Name=lagoonu [Lamborghini American Challenge (USA)] Alternate_Rom_Name=lamborghu [Last Action Hero (USA)] Alternate_Rom_Name=lastactu [Lawnmower Man, The (USA)] Alternate_Rom_Name=lawnmowru,lawnmowrup [Legend (USA)] Alternate_Rom_Name=legendu,legendup [Legend of the Mystical Ninja, The (USA)] Alternate_Rom_Name=mystninju [Legend of Zelda, The - A Link to the Past (USA)] Alternate_Rom_Name=zelda3c [Lemmings (USA) (Rev 1)] Alternate_Rom_Name=lemmingsu1,lemmingsu [Lemmings 2 - The Tribes (USA)] Alternate_Rom_Name=lemming2u [Lester the Unlikely (USA)] Alternate_Rom_Name=lester [Lethal Enforcers (USA)] Alternate_Rom_Name=lethalenu [Lethal Weapon (USA)] Alternate_Rom_Name=lweaponu [Liberty or Death (USA)] Alternate_Rom_Name=liberty [Lion King, The (USA)] Alternate_Rom_Name=lionkingu [Lock On (USA)] Alternate_Rom_Name=lockon [Looney Tunes B-Ball (USA)] Alternate_Rom_Name=looneybbu [Lost Vikings 2 (USA)] Alternate_Rom_Name=lostvik2u [Lost Vikings, The (USA)] Alternate_Rom_Name=lostviku,lostvikup [Lucky Luke (Europe)] Alternate_Rom_Name=luckyluk [Lufia & The Fortress of Doom (USA)] Alternate_Rom_Name=lufia [Lufia II - Rise of the Sinistrals (USA)] Alternate_Rom_Name=lufia2u [Madden NFL '94 (USA)] Alternate_Rom_Name=madden94u [Madden NFL 95 (USA)] Alternate_Rom_Name=madden95u [Madden NFL 96 (USA)] Alternate_Rom_Name=madden96,madden96s [Madden NFL 97 (USA)] Alternate_Rom_Name=madden97 [Madden NFL 98 (USA)] Alternate_Rom_Name=madden98 [Magic Boy (USA)] Alternate_Rom_Name=magicboyu [Magic Sword (USA)] Alternate_Rom_Name=magswordu [Magical Quest Starring Mickey Mouse, The (USA)] Alternate_Rom_Name=mickeymqu,mickeymqup [Manchester United Championship Soccer (Europe)] Alternate_Rom_Name=manchest,manchestp [Mario Is Missing! (USA)] Alternate_Rom_Name=mariomisu [Mario Paint (Japan, USA)] Alternate_Rom_Name=mariopntu,mariopntup [Mario's Early Years! - Fun with Letters (USA)] Alternate_Rom_Name=mariolet [Mario's Early Years! - Fun with Numbers (USA)] Alternate_Rom_Name=marionum [Mario's Early Years! - Preschool Fun (USA)] Alternate_Rom_Name=mariopsc [Mario's Time Machine (USA)] Alternate_Rom_Name=mariotimu [Mark Davis' The Fishing Master (USA)] Alternate_Rom_Name=fishmast [Marko's Magic Football (Europe)] Alternate_Rom_Name=marko [Marvel Super Heroes - War of the Gems (USA)] Alternate_Rom_Name=mshu,mshup [Mary Shelley's Frankenstein (USA)] Alternate_Rom_Name=franken,frankenp [Mask, The (USA)] Alternate_Rom_Name=masku,maskup [Math Blaster - Episode 1 (USA)] Alternate_Rom_Name=mathblst [Maui Mallard in Cold Shadow (USA)] Alternate_Rom_Name=mauimallu [Mecarobot Golf (USA)] Alternate_Rom_Name=mecarobo [MechWarrior (USA)] Alternate_Rom_Name=mechwarru [MechWarrior 3050 (USA)] Alternate_Rom_Name=mech3050u [Mega lo Mania (Europe)] Alternate_Rom_Name=megalo,megalop [Mega Man 7 (USA)] Alternate_Rom_Name=megaman7u,megaman7p [Mega Man Soccer (USA)] Alternate_Rom_Name=megamans [Mega Man X (USA) (Rev 1)] Alternate_Rom_Name=megamnxua,megamnxu [Mega Man X2 (USA)] Alternate_Rom_Name=megamnx2u [Mega Man X3 (USA)] Alternate_Rom_Name=megamnx3u,megamnx3up [Metal Combat - Falcon's Revenge (USA)] Alternate_Rom_Name=metalcomu [Metal Marines (USA)] Alternate_Rom_Name=metalmaru [Metal Morph (USA)] Alternate_Rom_Name=metalmor [Metal Warriors (USA)] Alternate_Rom_Name=metalwar [Michael Andretti's IndyCar Challenge (USA)] Alternate_Rom_Name=andrindy [Michael Jordan - Chaos in the Windy City (USA)] Alternate_Rom_Name=jordanchu [Mickey Mania - The Timeless Adventures of Mickey Mouse (USA)] Alternate_Rom_Name=mmaniau [Mickey's Playtown Adventure - A Day of Discovery! (USA) (Proto)] Alternate_Rom_Name=mickeypa [Mickey's Ultimate Challenge (USA)] Alternate_Rom_Name=mickeyuc [Micro Machines (USA)] Alternate_Rom_Name=micromacu [Micro Machines 2 - Turbo Tournament (Europe)] Alternate_Rom_Name=micromc2 [Might and Magic II - Gates to Another World (Europe)] Alternate_Rom_Name=mightmg2 [Might and Magic III - Isles of Terra (USA)] Alternate_Rom_Name=mightmg3,mightmg3p [Mighty Max (USA)] Alternate_Rom_Name=mightmaxu,mightmaxup [Mighty Morphin Power Rangers (USA)] Alternate_Rom_Name=mmpru [Mighty Morphin Power Rangers - The Fighting Edition (USA)] Alternate_Rom_Name=mmprfeu [Mighty Morphin Power Rangers - The Movie (USA)] Alternate_Rom_Name=mmprmovu [MLBPA Baseball (USA)] Alternate_Rom_Name=mlbpa [Mohawk & Headphone Jack (USA)] Alternate_Rom_Name=mohawku [Monopoly (USA) (Rev 1)] Alternate_Rom_Name=monopolya,monopoly [Mortal Kombat (USA)] Alternate_Rom_Name=mku,mkua [Mortal Kombat 3 (USA)] Alternate_Rom_Name=mk3u,mk3up,mk3upa [Mortal Kombat II (USA) (Rev 1)] Alternate_Rom_Name=mk2ua,mk2u [Mr. Do! (USA)] Alternate_Rom_Name=mrdou [Mr. Nutz (USA)] Alternate_Rom_Name=mrnutzu,mrnutzup [Ms. Pac-Man (USA)] Alternate_Rom_Name=mspacmanu [Musya (USA)] Alternate_Rom_Name=musya [Natsume Championship Wrestling (USA)] Alternate_Rom_Name=natschwr [NBA All-Star Challenge (USA)] Alternate_Rom_Name=nbaallstu [NBA Give 'n Go (USA)] Alternate_Rom_Name=nbagivgou [NBA Hang Time (USA)] Alternate_Rom_Name=nbahangu [NBA Jam (USA) (Rev 1)] Alternate_Rom_Name=nbajamua,nbajamup,nbajamupa,nbajamu [NBA Jam - Tournament Edition (USA)] Alternate_Rom_Name=nbajamteu,nbajamteup [NBA Live 95 (USA)] Alternate_Rom_Name=nbaliv95u [NBA Live 96 (USA)] Alternate_Rom_Name=nbaliv96u [NBA Live 97 (USA)] Alternate_Rom_Name=nbaliv97u [NBA Live 98 (USA)] Alternate_Rom_Name=nbaliv98 [NBA Showdown (USA)] Alternate_Rom_Name=nbashow,nbashowp [NCAA Basketball (USA) (Rev 1)] Alternate_Rom_Name=ncaabaska,ncaabaskp,ncaabask [NCAA Final Four Basketball (USA)] Alternate_Rom_Name=ncaafin4 [NCAA Football (USA)] Alternate_Rom_Name=ncaafoot [New Horizons (USA)] Alternate_Rom_Name=newhoriz [Newman-Haas IndyCar featuring Nigel Mansell (USA)] Alternate_Rom_Name=newmanhu [NFL Football (USA)] Alternate_Rom_Name=nflfootu [NFL Quarterback Club (USA)] Alternate_Rom_Name=nflqbu,nflqbup [NFL Quarterback Club 96 (USA)] Alternate_Rom_Name=nflqb96u,nflqb96up [NHL '94 (USA)] Alternate_Rom_Name=nhl94u,nhl94up [NHL '95 (USA)] Alternate_Rom_Name=nhl95u [NHL '96 (USA)] Alternate_Rom_Name=nhl96u [NHL '97 (USA)] Alternate_Rom_Name=nhl97u,nhl97up,nhl97ua [NHL '98 (USA)] Alternate_Rom_Name=nhl98 [NHL Stanley Cup (USA)] Alternate_Rom_Name=nhlstanc [NHLPA Hockey '93 (USA)] Alternate_Rom_Name=nhlpa93u [Nickelodeon GUTS (USA)] Alternate_Rom_Name=guts [Nigel Mansell's World Championship Racing (USA)] Alternate_Rom_Name=mansellu [Ninja Gaiden Trilogy (USA)] Alternate_Rom_Name=ngaidntr [Ninja Warriors, The (USA)] Alternate_Rom_Name=ninjawaru [No Escape (USA)] Alternate_Rom_Name=noescape [Nobunaga's Ambition (USA)] Alternate_Rom_Name=nobuamb [Nobunaga's Ambition - Lord of Darkness (USA)] Alternate_Rom_Name=nobuldrk [Nolan Ryan's Baseball (USA)] Alternate_Rom_Name=nolanbb [Nosferatu (USA)] Alternate_Rom_Name=nosferat [Obitus (USA)] Alternate_Rom_Name=obitus [Ogre Battle - The March of the Black Queen (USA)] Alternate_Rom_Name=ogrebatl [Olympic Summer Games (USA)] Alternate_Rom_Name=olympsumu [On the Ball (USA)] Alternate_Rom_Name=onthebalu [Operation Europe - Path to Victory 1939-45 (USA)] Alternate_Rom_Name=opeurope [Operation Logic Bomb (USA)] Alternate_Rom_Name=oplogicbu [Operation Starfish (Europe)] Alternate_Rom_Name=jpond3 [Operation Thunderbolt (USA)] Alternate_Rom_Name=othunder [Oscar (USA)] Alternate_Rom_Name=oscaru [Out of This World (USA)] Alternate_Rom_Name=ootw,ootwp [Out to Lunch (USA)] Alternate_Rom_Name=outlunchu [Outlander (USA)] Alternate_Rom_Name=outlandru [P.T.O. - Pacific Theater of Operations (USA)] Alternate_Rom_Name=pto [P.T.O. II - Pacific Theater of Operations (USA)] Alternate_Rom_Name=pto2 [Pac-Attack (USA)] Alternate_Rom_Name=pacattaku [Pac-in-Time (USA)] Alternate_Rom_Name=pacintimu [Pac-Man 2 - The New Adventures (USA)] Alternate_Rom_Name=pacman2u [Packy & Marlon (USA)] Alternate_Rom_Name=packymar [Pagemaster, The (USA)] Alternate_Rom_Name=pagemstru,pagemstrup1,pagemstrup2,pagemstrup3 [Paladin's Quest (USA)] Alternate_Rom_Name=paladin [Paperboy 2 (USA)] Alternate_Rom_Name=paperbo2u [Parodius (Europe)] Alternate_Rom_Name=parodiusj [Peace Keepers, The (USA)] Alternate_Rom_Name=peacekep [PGA European Tour (USA)] Alternate_Rom_Name=pgau [PGA Tour 96 (USA)] Alternate_Rom_Name=pga96u [PGA Tour Golf (USA)] Alternate_Rom_Name=pgatglf [Phalanx - The Enforce Fighter A-144 (USA)] Alternate_Rom_Name=phalanxu,phalanxup [Phantom 2040 (USA)] Alternate_Rom_Name=phantomu,phantomup [Pieces (USA)] Alternate_Rom_Name=pieces [Pilotwings (USA)] Alternate_Rom_Name=pilotwinu [Pinball Dreams (USA)] Alternate_Rom_Name=pinballdu [Pinball Fantasies (USA)] Alternate_Rom_Name=pinballfu [Pink Goes to Hollywood (USA)] Alternate_Rom_Name=pinku [Pinocchio (USA)] Alternate_Rom_Name=pinocu [Pirates of Dark Water, The (USA)] Alternate_Rom_Name=piratedwu,piratedwup [Pit-Fighter (USA)] Alternate_Rom_Name=pitfightu [Pitfall - The Mayan Adventure (USA)] Alternate_Rom_Name=pitfallu,pitfallup [Plok! (USA)] Alternate_Rom_Name=ploku [Pocky & Rocky (USA)] Alternate_Rom_Name=pockyu [Pocky & Rocky 2 (USA)] Alternate_Rom_Name=pocky2u,pocky2up [Pop'n TwinBee (Europe)] Alternate_Rom_Name=popntwin [Pop'n TwinBee - Rainbow Bell Adventures (Europe)] Alternate_Rom_Name=twinbadv [Populous (USA)] Alternate_Rom_Name=populousu [Populous II - Trials of the Olympian Gods (Europe)] Alternate_Rom_Name=populus2 [Porky Pig's Haunted Holiday (USA)] Alternate_Rom_Name=porkypigu,porkypigua [Power Drive (Europe)] Alternate_Rom_Name=pdrive [Power Instinct (USA)] Alternate_Rom_Name=powerins,powerinsp [Power Moves (USA)] Alternate_Rom_Name=powermov [Power Piggs of the Dark Age (USA)] Alternate_Rom_Name=powerpigu [Power Rangers Zeo - Battle Racers (USA)] Alternate_Rom_Name=przeou [PowerMonger (Europe)] Alternate_Rom_Name=pmonger [Prehistorik Man (USA)] Alternate_Rom_Name=pmanu [Primal Rage (USA)] Alternate_Rom_Name=primalu,primalup [Prince of Persia (USA)] Alternate_Rom_Name=ppersiau [Prince of Persia 2 - The Shadow & The Flame (USA)] Alternate_Rom_Name=ppersia2u [Pro Quarterback (USA)] Alternate_Rom_Name=proqb [Pro Sport Hockey (USA)] Alternate_Rom_Name=prohocky [Push-Over (USA)] Alternate_Rom_Name=pushoveru,pushoverup [Putty Squad (Europe)] Alternate_Rom_Name=puttsqud [Q-bert 3 (USA)] Alternate_Rom_Name=qbert3 [R-Type III - The Third Lightning (USA)] Alternate_Rom_Name=rtype3u [R.P.M. Racing (USA)] Alternate_Rom_Name=rpm,rpmp [Race Drivin' (USA)] Alternate_Rom_Name=racedrivu [Radical Rex (USA)] Alternate_Rom_Name=radrexu,radrexup [Raiden Trad (USA)] Alternate_Rom_Name=raiden [Rampart (USA)] Alternate_Rom_Name=rampart [Ranma 1-2 - Hard Battle (USA)] Alternate_Rom_Name=ranmau [Rap Jam - Volume One (USA)] Alternate_Rom_Name=rapjam [Realm (USA)] Alternate_Rom_Name=realmu [Redline F-1 Racer (USA)] Alternate_Rom_Name=redline [Relief Pitcher (USA)] Alternate_Rom_Name=relief,reliefp [Ren & Stimpy Show, The - Buckeroos! (USA)] Alternate_Rom_Name=renstbuk [Ren & Stimpy Show, The - Fire Dogs (USA)] Alternate_Rom_Name=renstfdg [Ren & Stimpy Show, The - Time Warp (USA)] Alternate_Rom_Name=renstwrpu [Ren & Stimpy Show, The - Veediots! (USA)] Alternate_Rom_Name=renstveeu [Revolution X (USA)] Alternate_Rom_Name=revxu [Rex Ronan - Experimental Surgeon (USA)] Alternate_Rom_Name=rexronan [Riddick Bowe Boxing (USA)] Alternate_Rom_Name=riddick [Rise of the Phoenix (USA)] Alternate_Rom_Name=risephnx [Rise of the Robots (USA)] Alternate_Rom_Name=riserobou,riseroboup [Rival Turf! (USA)] Alternate_Rom_Name=rivaltrfu [Road Riot 4WD (USA)] Alternate_Rom_Name=roadriotu,roadriotup [Road Runner's Death Valley Rally (USA)] Alternate_Rom_Name=roadrunnu [RoboCop 3 (USA)] Alternate_Rom_Name=robocop3u [RoboCop versus The Terminator (USA)] Alternate_Rom_Name=robotermu [Robotrek (USA)] Alternate_Rom_Name=robotrek [Rock n' Roll Racing (USA)] Alternate_Rom_Name=rnrracinu,rnrracinup [Rocketeer, The (USA)] Alternate_Rom_Name=rocketer [Rocko's Modern Life - Spunky's Dangerous Day (USA)] Alternate_Rom_Name=rocko [Rocky Rodent (USA)] Alternate_Rom_Name=rockyrodu [Roger Clemens' MVP Baseball (USA) (Rev 1)] Alternate_Rom_Name=mvpbb1,mvpbb2,mvpbb [Romance of the Three Kingdoms II (USA)] Alternate_Rom_Name=roman3k2 [Romance of the Three Kingdoms III - Dragon of Destiny (USA)] Alternate_Rom_Name=roman3k3 [Romance of the Three Kingdoms IV - Wall of Fire (USA)] Alternate_Rom_Name=roman3k4 [Run Saber (USA)] Alternate_Rom_Name=runsaberu [sailormoon (France)] Alternate_Rom_Name=sailormnf [samurai Shodown (USA)] Alternate_Rom_Name=samshou [saturday Night Slam Masters (USA)] Alternate_Rom_Name=slammastu [scooby-Doo Mystery (USA)] Alternate_Rom_Name=scooby [seaQuest DSV (USA)] Alternate_Rom_Name=seaquestu [secret of Evermore (USA)] Alternate_Rom_Name=evermoreu [secret of Mana (USA)] Alternate_Rom_Name=manau,manaua [shadow, The (USA) (Proto)] Alternate_Rom_Name=shadow,shadowa [shadowrun (USA)] Alternate_Rom_Name=shadowrnu,shadowrnup [shanghai II - Dragon's Eye (USA)] Alternate_Rom_Name=shangh2u [shaq Fu (USA)] Alternate_Rom_Name=shaqfuu,shaqfuup [shien's Revenge (USA)] Alternate_Rom_Name=shien,shienp [side Pocket (USA)] Alternate_Rom_Name=sidepocku [simAnt (USA)] Alternate_Rom_Name=simant,simantp [simCity (USA)] Alternate_Rom_Name=simcityu [simCity 2000 (USA)] Alternate_Rom_Name=simcit2ku [simEarth - The Living Planet (USA)] Alternate_Rom_Name=simearth [simpsons, The - Bart's Nightmare (USA)] Alternate_Rom_Name=bartnighu [sink or Swim (USA)] Alternate_Rom_Name=sinkswimu [skuljagger - Revolt of the Westicans (USA)] Alternate_Rom_Name=skuljagg,skuljaggp [skyblazer (USA)] Alternate_Rom_Name=skyblazru,skyblazrup,skyblazrupa [smart Ball (USA)] Alternate_Rom_Name=smartbal [smash Tennis (Europe)] Alternate_Rom_Name=smashten,smashtenp [smurfs Travel the World, The (Europe)] Alternate_Rom_Name=smurfstw [smurfs, The (Europe)] Alternate_Rom_Name=smurfs [snow White in Happily Ever After (USA)] Alternate_Rom_Name=snowwhit [soldiers of Fortune (USA)] Alternate_Rom_Name=soldfort [sonic Blast Man (USA)] Alternate_Rom_Name=sbmu [sonic Blast Man II (USA)] Alternate_Rom_Name=sbm2 [sOS (USA)] Alternate_Rom_Name=sos [soul Blazer (USA)] Alternate_Rom_Name=soulblzru [space Ace (USA)] Alternate_Rom_Name=spaceaceu,spaceaceup [space Football - One on One (USA)] Alternate_Rom_Name=spacefoo [space Invaders - The Original Game (USA)] Alternate_Rom_Name=spaceinvu [space Megaforce (USA)] Alternate_Rom_Name=spacemeg [spanky's Quest (USA)] Alternate_Rom_Name=spankyu [sparkster (USA)] Alternate_Rom_Name=sparkstru [spawn (USA)] Alternate_Rom_Name=spawnu [spectre (USA)] Alternate_Rom_Name=spectreu [speed Racer in My Most Dangerous Adventures (USA)] Alternate_Rom_Name=speedrac [speedy Gonzales - Los Gatos Bandidos (USA) (Rev 1)] Alternate_Rom_Name=speedyua,speedyup,speedyu,speedyup1 [spider-Man (USA)] Alternate_Rom_Name=spidermnu,spidermnup [spider-Man-Venom - Maximum Carnage (USA)] Alternate_Rom_Name=spidmaxcu [spider-Man-X-Men - Arcade's Revenge (USA)] Alternate_Rom_Name=spidxmenu,spidxmenup [spindizzy Worlds (USA)] Alternate_Rom_Name=spindizzu [spirou (Europe)] Alternate_Rom_Name=spirou [sporting News Power Baseball, The (USA)] Alternate_Rom_Name=sportnew [sports Illustrated Championship Football & Baseball (USA)] Alternate_Rom_Name=spillfb,spillfbp [star Fox (USA) (Rev 2)] Alternate_Rom_Name=starfoxa,starfoxp,starfox [star Fox (USA) (Super Weekend Competition)] Alternate_Rom_Name=starfoxswc [star Trek - Deep Space Nine - Crossroads of Time (USA)] Alternate_Rom_Name=stds9u,stds9up [star Trek - Starfleet Academy - Starship Bridge Simulator (USA)] Alternate_Rom_Name=stsfleetu [star Trek - The Next Generation - Future's Past (USA)] Alternate_Rom_Name=stngu [stargate (USA)] Alternate_Rom_Name=stargateu,stargateup [steel Talons (USA)] Alternate_Rom_Name=steeltal [sterling Sharpe - End 2 End (USA)] Alternate_Rom_Name=sterling [stone Protectors (USA)] Alternate_Rom_Name=stonprot [street Combat (USA)] Alternate_Rom_Name=scombatu [street Fighter Alpha 2 (USA)] Alternate_Rom_Name=sfa2u [street Fighter II (USA)] Alternate_Rom_Name=sf2u [street Fighter II Turbo (USA)] Alternate_Rom_Name=sf2tua,sf2tub,sf2tu [street Hockey '95 (USA)] Alternate_Rom_Name=street95,street95p [street Racer (USA)] Alternate_Rom_Name=sraceru,sracerup [strike Gunner S.T.G (USA)] Alternate_Rom_Name=sgunner [stunt Race FX (USA) (Rev 1)] Alternate_Rom_Name=stuntfxu [sunset Riders (USA)] Alternate_Rom_Name=ssridersu [super Adventure Island (USA)] Alternate_Rom_Name=advislu [super Adventure Island II (USA)] Alternate_Rom_Name=advisl2u [super Alfred Chicken (USA)] Alternate_Rom_Name=alfredu [super Aquatic Games Starring the Aquabats, The (USA)] Alternate_Rom_Name=aquagame,aquagamep [super Baseball Simulator 1.000 (USA)] Alternate_Rom_Name=bbsim1k [super Bases Loaded (USA)] Alternate_Rom_Name=basload [super Bases Loaded 3 - License to Steal (USA)] Alternate_Rom_Name=basload3a,basload3 [super Bases Loaded II (USA)] Alternate_Rom_Name=basload2 [super Batter Up (USA)] Alternate_Rom_Name=batterup [super Battleship (USA)] Alternate_Rom_Name=sbshipu [super Battletank - War in the Gulf (USA) (Rev 1)] Alternate_Rom_Name=sbtankua,sbtanku [super Battletank 2 (USA)] Alternate_Rom_Name=sbtank2u [super Black Bass (USA)] Alternate_Rom_Name=sblkbass [super Bomberman (USA)] Alternate_Rom_Name=sbombmanu [super Bomberman 2 (USA)] Alternate_Rom_Name=sbombmn2u [super Bomberman 3 (Europe)] Alternate_Rom_Name=sbombmn3 [super Bonk (USA)] Alternate_Rom_Name=sbonk [super Bowling (USA)] Alternate_Rom_Name=sbowling [super Buster Bros. (USA) (Rev 1)] Alternate_Rom_Name=sbbrosa,sbbrosp,sbbros [super Caesars Palace (USA)] Alternate_Rom_Name=scaesars,scaesarsp [super Castlevania IV (USA)] Alternate_Rom_Name=scvania4u [super Chase H.Q. (USA)] Alternate_Rom_Name=schasehqu [super Conflict - The Mideast (USA)] Alternate_Rom_Name=conflictu [super Copa (Brazil) (Es,Pt)] Alternate_Rom_Name=suprcopa [super Dany (France)] Alternate_Rom_Name=sdany,sdanyp [super Double Dragon (USA)] Alternate_Rom_Name=sddragon [super Ghouls'n Ghosts (USA)] Alternate_Rom_Name=sgngu [super Goal! 2 (USA)] Alternate_Rom_Name=sgoal2 [super Godzilla (USA)] Alternate_Rom_Name=sgodzilja,sgodzilj [super High Impact (USA)] Alternate_Rom_Name=shimpact,shimpactp [super Ice Hockey (Europe)] Alternate_Rom_Name=superice [super International Cricket (Europe)] Alternate_Rom_Name=sicrickt,sicricktp [super James Pond (USA)] Alternate_Rom_Name=sjpond,sjpondp [super Mario All-Stars (USA)] Alternate_Rom_Name=smasu,smasua,smasup [super Mario All-Stars + Super Mario World (USA)] Alternate_Rom_Name=smaswu [super Mario Kart (USA)] Alternate_Rom_Name=smkartu,smkartup [super Mario RPG - Legend of the Seven Stars (USA)] Alternate_Rom_Name=smrpg [super Mario World (USA)] Alternate_Rom_Name=smwu [super Mario World 2 - Yoshi's Island (USA) (Rev 1)] Alternate_Rom_Name=smw2ua,smw2up,smw2u [super Metroid (Japan, USA)] Alternate_Rom_Name=smetroidj [super Morph (Europe)] Alternate_Rom_Name=smorph [super Ninja Boy (USA)] Alternate_Rom_Name=ninjaboy [super Noah's Ark 3D (USA) (Unl)] Alternate_Rom_Name=noahark [super Nova (USA)] Alternate_Rom_Name=snova [super Off Road (USA)] Alternate_Rom_Name=superoffu [super Off Road - The Baja (USA)] Alternate_Rom_Name=suprbaja,suprbajap [super Pinball - Behind the Mask (USA) (Rev 1)] Alternate_Rom_Name=spinbalua,spinbalu [super Play Action Football (USA)] Alternate_Rom_Name=playactn [super Punch-Out!! (USA)] Alternate_Rom_Name=suppunchu [super Putty (USA)] Alternate_Rom_Name=suprputt,suprputtp [super R-Type (USA)] Alternate_Rom_Name=srtypeu [super R.B.I. Baseball (USA)] Alternate_Rom_Name=superrbi [super Scope 6 (USA)] Alternate_Rom_Name=sscope6 [super Slam Dunk (USA)] Alternate_Rom_Name=sslamdnk [super Slap Shot (USA)] Alternate_Rom_Name=sslapsht [super Smash T.V. (USA)] Alternate_Rom_Name=ssmashtvu [super Soccer (USA)] Alternate_Rom_Name=ssocceru [super Soccer Champ (USA)] Alternate_Rom_Name=ssoccerc [super Solitaire (USA)] Alternate_Rom_Name=supersolu [super Star Wars (USA) (Rev 1)] Alternate_Rom_Name=starwarsua,starwarspa,starwarsp,starwarsu [super Star Wars - Return of the Jedi (USA) (Rev 1)] Alternate_Rom_Name=jediua,jediu [super Star Wars - The Empire Strikes Back (USA) (Rev 1)] Alternate_Rom_Name=esbua,esbu [super Street Fighter II (USA)] Alternate_Rom_Name=ssf2u [super Strike Eagle (USA)] Alternate_Rom_Name=sstrikeu [super Tennis (USA)] Alternate_Rom_Name=stennisu [super Troll Islands (USA)] Alternate_Rom_Name=strollu,strollup [super Turrican (USA)] Alternate_Rom_Name=sturricu [super Turrican 2 (USA)] Alternate_Rom_Name=sturric2u,sturric2up,sturric2upa [super Valis IV (USA)] Alternate_Rom_Name=svalis4 [super Widget (USA)] Alternate_Rom_Name=swidgetu [suzuka 8 Hours (USA)] Alternate_Rom_Name=suzuka8 [sWAT Kats - The Radical Squadron (USA)] Alternate_Rom_Name=swatkats [syndicate (USA)] Alternate_Rom_Name=syndicatu,syndicatup [syvalion (Europe)] Alternate_Rom_Name=syvalionj [T2 - The Arcade Game (USA)] Alternate_Rom_Name=t2agu [Taz-Mania (USA) (Rev 1)] Alternate_Rom_Name=tazmania [Tecmo Secret of the Stars (USA)] Alternate_Rom_Name=secretst,secretstp [Tecmo Super Baseball (USA)] Alternate_Rom_Name=tecmonbau,tecmonbaup [Tecmo Super Bowl (USA)] Alternate_Rom_Name=tecmosbw,tecmosbwp [Tecmo Super Bowl II - Special Edition (USA)] Alternate_Rom_Name=tecmosb2 [Tecmo Super Bowl III - Final Edition (USA)] Alternate_Rom_Name=tecmosb3 [Tecmo Super NBA Basketball (USA)] Alternate_Rom_Name=tecmonbau,tecmonbaup [Teenage Mutant Ninja Turtles - Tournament Fighters (USA)] Alternate_Rom_Name=tmnttfu,tmnttfup [Teenage Mutant Ninja Turtles IV - Turtles in Time (USA)] Alternate_Rom_Name=tmnt4u,tmnt4up,tmnt4up1 [Terminator 2 - Judgment Day (USA)] Alternate_Rom_Name=term2u [Terminator, The (USA)] Alternate_Rom_Name=termintru [Terranigma (Europe)] Alternate_Rom_Name=terranig,terranigs [Tetris & Dr. Mario (USA)] Alternate_Rom_Name=tetrisdru [Tetris 2 (USA) (Rev 1)] Alternate_Rom_Name=tetris2ua,tetris2u [Tetris Attack (USA)] Alternate_Rom_Name=tetrisatu [Theme Park (Europe)] Alternate_Rom_Name=themeprk [Thomas the Tank Engine and Friends (USA)] Alternate_Rom_Name=thomasu [Thunder Spirits (USA)] Alternate_Rom_Name=tspirits [Tick, The (USA)] Alternate_Rom_Name=tick [Time Slip (USA)] Alternate_Rom_Name=timeslipu [Time Trax (USA)] Alternate_Rom_Name=timetraxu,timetraxup [Timecop (USA)] Alternate_Rom_Name=timecopu [Timon & Pumbaa's Jungle Games (USA)] Alternate_Rom_Name=timonu [Tin Star (USA)] Alternate_Rom_Name=tinstar [Tintin - Prisoners of the Sun (Europe)] Alternate_Rom_Name=tintinpr [Tintin in Tibet (Europe)] Alternate_Rom_Name=tintin [Tiny Toon Adventures - Buster Busts Loose! (USA)] Alternate_Rom_Name=ttoonbblu,ttoonbblup [Tiny Toon Adventures - Wacky Sports Challenge (USA)] Alternate_Rom_Name=ttoonwaku [TKO Super Championship Boxing (USA)] Alternate_Rom_Name=tkou,tkous [TNN Bass Tournament of Champions (USA)] Alternate_Rom_Name=tnnbass [Tom & Jerry (USA)] Alternate_Rom_Name=tomjerryu,tomjerryup [Tommy Moe's Winter Extreme - Skiing and Snowboarding (USA)] Alternate_Rom_Name=tommymoe [Tony Meola's Sidekicks Soccer (USA)] Alternate_Rom_Name=tonymeol,tonymeolp [Top Gear (USA)] Alternate_Rom_Name=topgearu [Top Gear 2 (USA)] Alternate_Rom_Name=topgear2u [Top Gear 3000 (USA)] Alternate_Rom_Name=tg3ku [Total Carnage (USA)] Alternate_Rom_Name=totalcaru,totalcarup,totalcarupa [Toy Story (USA)] Alternate_Rom_Name=toystoryu [Toys (USA)] Alternate_Rom_Name=toysu [Troddlers (USA)] Alternate_Rom_Name=troddleru [Troy Aikman NFL Football (USA)] Alternate_Rom_Name=troyaiku [True Golf Classics - Pebble Beach Golf Links (USA)] Alternate_Rom_Name=truepeblu [True Golf Classics - Waialae Country Club (USA)] Alternate_Rom_Name=truewaia [True Golf Classics - Wicked 18 (USA)] Alternate_Rom_Name=truewick [True Lies (USA)] Alternate_Rom_Name=trueliesu,trueliesup [Tuff E Nuff (USA)] Alternate_Rom_Name=tuffnuffu [Turbo Toons (Europe)] Alternate_Rom_Name=turboton [Turn and Burn - No-Fly Zone (USA)] Alternate_Rom_Name=turnburnu [Twisted Tales of Spike McFang, The (USA)] Alternate_Rom_Name=mcfang [u.N. Squadron (USA)] Alternate_Rom_Name=unsquadu [ultima - Runes of Virtue II (USA)] Alternate_Rom_Name=ultimar2,ultimar2p,ultimar2pa [ultima VI - The False Prophet (USA)] Alternate_Rom_Name=ultima6 [ultima VII - The Black Gate (USA)] Alternate_Rom_Name=ultima7,ultima7p [ultimate Fighter (USA)] Alternate_Rom_Name=ultfight [ultimate Mortal Kombat 3 (USA)] Alternate_Rom_Name=umk3u [ultraman - Towards the Future (USA)] Alternate_Rom_Name=ultramanu [uncharted Waters (USA)] Alternate_Rom_Name=unchartd [uniracers (USA)] Alternate_Rom_Name=uniracer [universal Soldier (USA) (Proto)] Alternate_Rom_Name=univsold [untouchables, The (USA)] Alternate_Rom_Name=untouch [urban Strike (USA)] Alternate_Rom_Name=ustrikeu [utopia - The Creation of a Nation (USA)] Alternate_Rom_Name=utopiau,utopiaup [Vegas Stakes (USA)] Alternate_Rom_Name=vegastaku [Venom-Spider-Man - Separation Anxiety (USA)] Alternate_Rom_Name=venomu [Virtual Bart (USA)] Alternate_Rom_Name=vbartu,vbartup [Virtual Soccer (Europe)] Alternate_Rom_Name=vsoccer [Vortex (USA)] Alternate_Rom_Name=vortexu [War 2410 (USA)] Alternate_Rom_Name=war2410 [War 3010 - The Revolution (USA)] Alternate_Rom_Name=war3010 [Wario's Woods (USA)] Alternate_Rom_Name=wariowodu [Warlock (USA)] Alternate_Rom_Name=warlocku,warlockup,warlockupa [WarpSpeed (USA)] Alternate_Rom_Name=warpspedu [Waterworld (Europe)] Alternate_Rom_Name=waterwrd [Wayne Gretzky and the NHLPA All-Stars (USA)] Alternate_Rom_Name=wayneg,waynegp [Wayne's World (USA)] Alternate_Rom_Name=waynewldu [WCW Super Brawl Wrestling (USA)] Alternate_Rom_Name=wcwsuper [We're Back! - A Dinosaur's Story (USA)] Alternate_Rom_Name=werebacku [WeaponLord (USA)] Alternate_Rom_Name=weaponldu [Wheel of Fortune (USA)] Alternate_Rom_Name=wheelfor [Wheel of Fortune - Deluxe Edition (USA)] Alternate_Rom_Name=wheelfdx [Where in the World Is Carmen Sandiego (USA)] Alternate_Rom_Name=carmnwldu [Where in Time Is Carmen Sandiego (USA)] Alternate_Rom_Name=carmntim [Whirlo (Europe)] Alternate_Rom_Name=whirlo [Whizz (USA)] Alternate_Rom_Name=whizzu [Wild Guns (USA)] Alternate_Rom_Name=wildgunsu,wildgunsup [WildSnake (USA)] Alternate_Rom_Name=wildsnak [Wing Commander (USA)] Alternate_Rom_Name=wingcommu [Wing Commander - The Secret Missions (USA)] Alternate_Rom_Name=wingscrtu [Wings 2 - Aces High (USA)] Alternate_Rom_Name=wings2,wings2p [Winter Gold (Europe)] Alternate_Rom_Name=wintgold [Winter Olympic Games - Lillehammer '94 (USA)] Alternate_Rom_Name=wintolu [Wizard of Oz, The (USA)] Alternate_Rom_Name=wizardoz [Wizardry V - Heart of the Maelstrom (USA)] Alternate_Rom_Name=wizardr5 [Wolfchild (USA)] Alternate_Rom_Name=wolfchld [Wolfenstein 3D (USA)] Alternate_Rom_Name=wolfn3du,wolfn3dup [Wolverine - Adamantium Rage (USA)] Alternate_Rom_Name=wolverinu,wolverinup,wolverinupa [Wordtris (USA)] Alternate_Rom_Name=wordtris [World Class Rugby (Europe)] Alternate_Rom_Name=wcrugby [World Cup Striker (Europe)] Alternate_Rom_Name=wcstrikr,wcstrikrp [World Cup USA 94 (USA)] Alternate_Rom_Name=wcup94,wcup94u [World Heroes (USA)] Alternate_Rom_Name=whu [World Heroes 2 (USA)] Alternate_Rom_Name=wh2,wh2p [World League Soccer (USA)] Alternate_Rom_Name=wlsoccer [World Masters Golf (Europe)] Alternate_Rom_Name=wrldmast [World Soccer 94 - Road to Glory (USA)] Alternate_Rom_Name=worldsocu [Worms (Europe)] Alternate_Rom_Name=worms [WWF Raw (USA)] Alternate_Rom_Name=wwfrawu [WWF Royal Rumble (USA)] Alternate_Rom_Name=wwfroyalu [WWF Super WrestleMania (USA)] Alternate_Rom_Name=wwfsupu [WWF WrestleMania - The Arcade Game (USA)] Alternate_Rom_Name=wwfagu [X Zone (Japan, USA)] Alternate_Rom_Name=xzone [X-Kaliber 2097 (USA)] Alternate_Rom_Name=xkaliberu,xkaliberup [X-Men - Mutant Apocalypse (USA)] Alternate_Rom_Name=xmen,xmenu [Xardion (USA)] Alternate_Rom_Name=xardion [Yoshi's Cookie (USA)] Alternate_Rom_Name=yoshicok,yoshicoku,yoshicokup [Yoshi's Safari (USA)] Alternate_Rom_Name=yoshisaf,yoshisafu [Young Merlin (USA)] Alternate_Rom_Name=youngm,youngmu [Ys III - Wanderers from Ys (USA)] Alternate_Rom_Name=ys3 [Zero the Kamikaze Squirrel (USA)] Alternate_Rom_Name=zerou [Zombies Ate My Neighbors (USA)] Alternate_Rom_Name=zombiesu [Zool - Ninja of the Nth Dimension (USA)] Alternate_Rom_Name=zoolu,zoolus [Zoop (USA)] Alternate_Rom_Name=zoop,zoopu,zoopp
Recommended Posts
Archived
This topic is now archived and is closed to further replies.