<?xml version="1.0"?>
<!DOCTYPE mame [
<!ELEMENT mame (game+)>
	<!ATTLIST mame build CDATA #IMPLIED>
	<!ELEMENT game (description, year?, manufacturer, biosset*, rom*, disk*, sample*, chip*, display*, sound?, input?, dipswitch*, driver?)>
		<!ATTLIST game name CDATA #REQUIRED>
		<!ATTLIST game sourcefile CDATA #IMPLIED>
		<!ATTLIST game runnable (yes|no) "yes">
		<!ATTLIST game cloneof CDATA #IMPLIED>
		<!ATTLIST game romof CDATA #IMPLIED>
		<!ATTLIST game sampleof CDATA #IMPLIED>
		<!ELEMENT description (#PCDATA)>
		<!ELEMENT year (#PCDATA)>
		<!ELEMENT manufacturer (#PCDATA)>
		<!ELEMENT biosset EMPTY>
			<!ATTLIST biosset name CDATA #REQUIRED>
			<!ATTLIST biosset description CDATA #REQUIRED>
			<!ATTLIST biosset default (yes|no) "no">
		<!ELEMENT rom EMPTY>
			<!ATTLIST rom name CDATA #REQUIRED>
			<!ATTLIST rom bios CDATA #IMPLIED>
			<!ATTLIST rom size CDATA #REQUIRED>
			<!ATTLIST rom crc CDATA #IMPLIED>
			<!ATTLIST rom md5 CDATA #IMPLIED>
			<!ATTLIST rom sha1 CDATA #IMPLIED>
			<!ATTLIST rom merge CDATA #IMPLIED>
			<!ATTLIST rom region CDATA #IMPLIED>
			<!ATTLIST rom offset CDATA #IMPLIED>
			<!ATTLIST rom status (baddump|nodump|good) "good">
			<!ATTLIST rom dispose (yes|no) "no">
		<!ELEMENT disk EMPTY>
			<!ATTLIST disk name CDATA #REQUIRED>
			<!ATTLIST disk md5 CDATA #IMPLIED>
			<!ATTLIST disk sha1 CDATA #IMPLIED>
			<!ATTLIST disk merge CDATA #IMPLIED>
			<!ATTLIST disk region CDATA #IMPLIED>
			<!ATTLIST disk index CDATA #IMPLIED>
			<!ATTLIST disk status (baddump|nodump|good) "good">
		<!ELEMENT sample EMPTY>
			<!ATTLIST sample name CDATA #REQUIRED>
		<!ELEMENT chip EMPTY>
			<!ATTLIST chip name CDATA #REQUIRED>
			<!ATTLIST chip type (cpu|audio) #REQUIRED>
			<!ATTLIST chip clock CDATA #IMPLIED>
		<!ELEMENT display EMPTY>
			<!ATTLIST display type (raster|vector) #REQUIRED>
			<!ATTLIST display rotate (0|90|180|270) #REQUIRED>
			<!ATTLIST display flipx (yes|no) "no">
			<!ATTLIST display width CDATA #IMPLIED>
			<!ATTLIST display height CDATA #IMPLIED>
			<!ATTLIST display refresh CDATA #REQUIRED>
		<!ELEMENT sound EMPTY>
			<!ATTLIST sound channels CDATA #REQUIRED>
		<!ELEMENT input (control*)>
			<!ATTLIST input service (yes|no) "no">
			<!ATTLIST input tilt (yes|no) "no">
			<!ATTLIST input players CDATA #REQUIRED>
			<!ATTLIST input buttons CDATA #IMPLIED>
			<!ATTLIST input coins CDATA #IMPLIED>
			<!ELEMENT control EMPTY>
				<!ATTLIST control type CDATA #REQUIRED>
				<!ATTLIST control minimum CDATA #IMPLIED>
				<!ATTLIST control maximum CDATA #IMPLIED>
				<!ATTLIST control sensitivity CDATA #IMPLIED>
				<!ATTLIST control keydelta CDATA #IMPLIED>
				<!ATTLIST control reverse (yes|no) "no">
		<!ELEMENT dipswitch (dipvalue*)>
			<!ATTLIST dipswitch name CDATA #REQUIRED>
			<!ELEMENT dipvalue EMPTY>
				<!ATTLIST dipvalue name CDATA #REQUIRED>
				<!ATTLIST dipvalue default (yes|no) "no">
		<!ELEMENT driver EMPTY>
			<!ATTLIST driver status (good|imperfect|preliminary) #REQUIRED>
			<!ATTLIST driver emulation (good|imperfect|preliminary) #REQUIRED>
			<!ATTLIST driver color (good|imperfect|preliminary) #REQUIRED>
			<!ATTLIST driver sound (good|imperfect|preliminary) #REQUIRED>
			<!ATTLIST driver graphic (good|imperfect|preliminary) #REQUIRED>
			<!ATTLIST driver cocktail (good|imperfect|preliminary) #IMPLIED>
			<!ATTLIST driver protection (good|imperfect|preliminary) #IMPLIED>
			<!ATTLIST driver savestate (supported|unsupported) #REQUIRED>
			<!ATTLIST driver palettesize CDATA #REQUIRED>
]>

<mame build="0.113 (Mar 17 2007)">
	<game name="puckman" sourcefile="pacman.c">
		<description>PuckMan (Japan set 1, Probably Bootleg)</description>
		<year>1980</year>
		<manufacturer>Namco</manufacturer>
		<rom name="namcopac.6e" size="4096" crc="fee263b3" sha1="87117ba5082cd7a615b4ec7c02dd819003fbd669" region="cpu1" offset="0"/>
		<rom name="namcopac.6f" size="4096" crc="39d1fc83" sha1="326dbbf94c6fa2e96613dedb53702f8832b47d59" region="cpu1" offset="1000"/>
		<rom name="namcopac.6h" size="4096" crc="02083b03" sha1="7e1945f6eb51f2e51806d0439f975f7a2889b9b8" region="cpu1" offset="2000"/>
		<rom name="namcopac.6j" size="4096" crc="7a36fe55" sha1="01b4c38108d9dc4e48da4f8d685248e1e6821377" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="crush" sourcefile="pacman.c">
		<description>Crush Roller (Kural Samno)</description>
		<year>1981</year>
		<manufacturer>Kural Samno Electric</manufacturer>
		<rom name="crushkrl.6e" size="4096" crc="a8dd8f54" sha1="4e3a973ea74a9e145c6997513b98fc80aa478442" region="cpu1" offset="0"/>
		<rom name="crushkrl.6f" size="4096" crc="91387299" sha1="3ad8c28e02c45667e32860953b157832445a82c8" region="cpu1" offset="1000"/>
		<rom name="crushkrl.6h" size="4096" crc="d4455f27" sha1="53f8ffc28be664fa8a2d756b4c70045a3f041bea" region="cpu1" offset="2000"/>
		<rom name="crushkrl.6j" size="4096" crc="d59fc251" sha1="024605e4485b0ac826217256e5356ed9a6c8ef34" region="cpu1" offset="3000"/>
		<rom name="maketrax.5e" size="4096" crc="91bad2da" sha1="096197d0cb6d55bf72b5be045224f4bd6a9cfa1b" region="gfx1" dispose="yes" offset="0"/>
		<rom name="maketrax.5f" size="4096" crc="aea79f55" sha1="279021e6771dfa5bd0b7c557aae44434286d91b7" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="2s140.4a" size="256" crc="63efb927" sha1="5c144a613fc4960a1dfd7ead89e7fee258a63171" region="proms" offset="20"/>
		<rom name="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="First Pattern">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Teleport Holes">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="mspacman" sourcefile="pacman.c">
		<description>Ms. Pac-Man</description>
		<year>1981</year>
		<manufacturer>Midway</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacman.6j" size="4096" crc="817d94e3" sha1="d4a70d56bb01d27d094d73db8667ffb00ca69cb9" region="cpu1" offset="3000"/>
		<rom name="u5" size="2048" crc="f45fbbcd" sha1="b26cc1c8ee18e9b1daa97956d2159b954703a0ec" region="cpu1" offset="8000"/>
		<rom name="u6" size="4096" crc="a90e7000" sha1="e4df96f1db753533f7d770aa62ae1973349ea4cf" region="cpu1" offset="9000"/>
		<rom name="u7" size="4096" crc="c82cd714" sha1="1d8ac7ad03db2dc4c8c18ade466e12032673f874" region="cpu1" offset="b000"/>
		<rom name="5e" size="4096" crc="5c281d01" sha1="5e8b472b615f12efca3fe792410c23619f067845" region="gfx1" dispose="yes" offset="0"/>
		<rom name="5f" size="4096" crc="615af909" sha1="fd6a1dde780b39aea76bf1c4befa5882573c2ef4" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="pengo" sourcefile="pengo.c">
		<description>Pengo (set 1 rev c)</description>
		<year>1982</year>
		<manufacturer>Sega</manufacturer>
		<rom name="ep1689c.8" size="4096" crc="f37066a8" sha1="0930de17a763a527057f60783a92662b09554426" region="cpu1" offset="0"/>
		<rom name="ep1690b.7" size="4096" crc="baf48143" sha1="4c97529e61eeca5d94938b1dfbeac41bf8cbaf7d" region="cpu1" offset="1000"/>
		<rom name="ep1691b.15" size="4096" crc="adf0eba0" sha1="c8949fbdbfe5023ee17a789ef60205e834a76c81" region="cpu1" offset="2000"/>
		<rom name="ep1692b.14" size="4096" crc="a086d60f" sha1="7079769d14dfe3873ffe29623ba0a93413706c6d" region="cpu1" offset="3000"/>
		<rom name="ep1693b.21" size="4096" crc="b72084ec" sha1="c0508951c2ad8dc31481be8b3bfee2063e3fb0d7" region="cpu1" offset="4000"/>
		<rom name="ep1694b.20" size="4096" crc="94194a89" sha1="7b47aec61593efd758e2a031f72a854bb0ba8af1" region="cpu1" offset="5000"/>
		<rom name="ep5118b.32" size="4096" crc="af7b12c4" sha1="207ed466546f40ca60a38031b83aef61446902e2" region="cpu1" offset="6000"/>
		<rom name="ep5119c.31" size="4096" crc="933950fe" sha1="fec7236b3dee2ea6e39c68440a6d2d9e3f72675a" region="cpu1" offset="7000"/>
		<rom name="ep1640.92" size="8192" crc="d7eec6cd" sha1="e542bcc28f292be9a0a29d949de726e0b55e654a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="ep1695.105" size="8192" crc="5bfd26e9" sha1="bdec535e486b43a8f5550334beff423eeace10b2" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pr1633.78" size="32" crc="3a5844ec" sha1="680eab0e1204c9b74adc11588461651b474021bb" region="proms" offset="0"/>
		<rom name="pr1634.88" size="1024" crc="766b139b" sha1="3fcd66610fcaee814953a115bf5e04788923181f" region="proms" offset="20"/>
		<rom name="pr1635.51" size="256" crc="c29dea27" sha1="563c9770028fe39188e62630711589d6ed242a66" region="sound1" offset="0"/>
		<rom name="pr1636.70" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3020000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="3" service="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Bonus Life">
			<dipvalue name="30000" default="yes"/>
			<dipvalue name="50000"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit 5/3"/>
			<dipvalue name="2 Coins/1 Credit 4/3"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/1 Credit 5/6"/>
			<dipvalue name="1 Coin/1 Credit 4/5"/>
			<dipvalue name="1 Coin/1 Credit 2/3"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/2 Credits 5/11"/>
			<dipvalue name="1 Coin/2 Credits 4/9"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit 5/3"/>
			<dipvalue name="2 Coins/1 Credit 4/3"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/1 Credit 5/6"/>
			<dipvalue name="1 Coin/1 Credit 4/5"/>
			<dipvalue name="1 Coin/1 Credit 2/3"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/2 Credits 5/11"/>
			<dipvalue name="1 Coin/2 Credits 4/9"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jrpacman" sourcefile="jrpacman.c">
		<description>Jr. Pac-Man</description>
		<year>1983</year>
		<manufacturer>Bally Midway</manufacturer>
		<rom name="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jrp2c.bin" size="8192" crc="0527ff9b" sha1="37fe3176b0d125b7d629e108e7ebdc1196e4a132" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jrp2e.bin" size="8192" crc="73477193" sha1="f00a488958ea0438642d345693787bdf771219ad" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="galaxian" sourcefile="galaxian.c">
		<description>Galaxian (Namco set 1)</description>
		<year>1979</year>
		<manufacturer>Namco</manufacturer>
		<rom name="galmidw.u" size="2048" crc="745e2d61" sha1="e65f74e35b1bfaccd407e168ea55678ae9b68edf" region="cpu1" offset="0"/>
		<rom name="galmidw.v" size="2048" crc="9c999a40" sha1="02fdcd95d8511e64c0d2b007b874112d53e41045" region="cpu1" offset="800"/>
		<rom name="galmidw.w" size="2048" crc="b5894925" sha1="0046b9ed697a34d088de1aead8bd7cbe526a2396" region="cpu1" offset="1000"/>
		<rom name="galmidw.y" size="2048" crc="6b3ca10b" sha1="18d8714e5ef52f63ba8888ecc5a25b17b3bf17d1" region="cpu1" offset="1800"/>
		<rom name="7l" size="2048" crc="1b933207" sha1="8b44b0f74420871454e27894d0f004859f9e59a9" region="cpu1" offset="2000"/>
		<rom name="1h.bin" size="2048" crc="39fb43a4" sha1="4755609bd974976f04855d51e08ec0d62ab4bc07" region="gfx1" dispose="yes" offset="0"/>
		<rom name="1k.bin" size="2048" crc="7e3f56a2" sha1="a9795d8b7388f404f3b0e2c6ce15d713a4c5bafa" region="gfx1" dispose="yes" offset="800"/>
		<rom name="6l.bpr" size="32" crc="c3ac9467" sha1="f382ad5a34d282056c78a5ec00c30ec43772bae2" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="7000" default="yes"/>
			<dipvalue name="10000"/>
			<dipvalue name="12000"/>
			<dipvalue name="20000"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="98"/>
	</game>
	<game name="mooncrst" sourcefile="galaxian.c">
		<description>Moon Cresta (Nichibutsu)</description>
		<year>1980</year>
		<manufacturer>Nichibutsu</manufacturer>
		<rom name="mc1" size="2048" crc="7d954a7a" sha1="a93ee403cfd7887538ad12d33f6dd6c71bea2a32" region="cpu1" offset="0"/>
		<rom name="mc2" size="2048" crc="44bb7cfa" sha1="349c2e23a9fce73f95bb8168d369082fa129fe3d" region="cpu1" offset="800"/>
		<rom name="mc3" size="2048" crc="9c412104" sha1="1b40054ebb1ace965a8522119bb23f09797bc5f6" region="cpu1" offset="1000"/>
		<rom name="mc4" size="2048" crc="7e9b1ab5" sha1="435f603c0c3e788a509dd144a7916a34e791ae44" region="cpu1" offset="1800"/>
		<rom name="mc5.7r" size="2048" crc="16c759af" sha1="3b48050411f65f9d3fb41ff22901e22d82bf1cf6" region="cpu1" offset="2000"/>
		<rom name="mc6.8d" size="2048" crc="69bcafdb" sha1="939c8c6ed1cd4660a3d99b8f17ed99cbd7e1352a" region="cpu1" offset="2800"/>
		<rom name="mc7.8e" size="2048" crc="b50dbc46" sha1="4fa084fd1ba5f78e7703e684c57af15ca7a844e4" region="cpu1" offset="3000"/>
		<rom name="mc8" size="2048" crc="18ca312b" sha1="39219059003b949e38305553fea2d33071062c64" region="cpu1" offset="3800"/>
		<rom name="mcs_b" size="2048" crc="fb0f1f81" sha1="38a6679a8b69bc1870a0e67e692131c42f9535c8" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mcs_d" size="2048" crc="13932a15" sha1="b8885c555c6ad7021be55c6925a0a0872c1b6abd" region="gfx1" dispose="yes" offset="800"/>
		<rom name="mcs_a" size="2048" crc="631ebb5a" sha1="5bc9493afa76c55858b8c8849524cbc77dc838fc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="mcs_c" size="2048" crc="24cfd145" sha1="08c6599db170dd6ee364c44f70a0f5c0f881b6ef" region="gfx1" dispose="yes" offset="1800"/>
		<rom name="mmi6331.6l" size="32" crc="6a0c7d87" sha1="140335d85c67c75b65689d4e76d29863c209cf32" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="30000" default="yes"/>
			<dipvalue name="50000"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="Japanese"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="98"/>
	</game>
	<game name="rockclim" sourcefile="galaxian.c">
		<description>Rock Climber</description>
		<year>1981</year>
		<manufacturer>Taito</manufacturer>
		<rom name="lc01.a1" size="4096" crc="8601ae8d" sha1="6e0c3b34ce5e6879ce7a116c5c2660889a68320d" region="cpu1" offset="0"/>
		<rom name="lc02.a2" size="4096" crc="2dde9d4c" sha1="7e343113116b94894558819a7f77f77e4e952da7" region="cpu1" offset="1000"/>
		<rom name="lc03.a3" size="4096" crc="82c48a67" sha1="abf95062eb5c9bd4bb3c9b9af59396a4ca6905d8" region="cpu1" offset="2000"/>
		<rom name="lc04.a4" size="4096" crc="7cd3a04a" sha1="756c12288e120e6f761b266b91920d17cab6926c" region="cpu1" offset="3000"/>
		<rom name="lc05.a5" size="4096" crc="5e542149" sha1="425a5a8769c3fa0887db8ff04e2a4f32f18d2679" region="cpu1" offset="6000"/>
		<rom name="lc06.a6" size="4096" crc="b2bdca64" sha1="e72e63725164c922816dda90ac964a94062eab1b" region="cpu1" offset="7000"/>
		<rom name="lc08.a9" size="2048" crc="7f18e1ef" sha1="2a160b994708ec0f06774dde3ec613af7e3f32c6" region="gfx1" dispose="yes" offset="0"/>
		<rom name="lc07.a7" size="2048" crc="f18b50ac" sha1="a2328eb55882a09403cae1a497c611b494649cac" region="gfx1" dispose="yes" offset="800"/>
		<rom name="lc10.c9" size="2048" crc="dec5781b" sha1="b6277fc890d153db24bd48293780cf239a6aa0e7" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="lc09.c7" size="2048" crc="06c0b5de" sha1="561cf99a6be03205c7bc5fd15d4d51ee4d6d164b" region="gfx1" dispose="yes" offset="1800"/>
		<rom name="lc13.g5" size="4096" crc="19475f2b" sha1="5d42aa45a7b519dacdecd3d2edbfee6971693034" region="gfx2" dispose="yes" offset="0"/>
		<rom name="lc14.g7" size="4096" crc="cc96d1db" sha1="9713b47b723a5d8837f2a8e8c43e46dc41a62e5b" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="lc12.e9" size="32" crc="f6e76547" sha1="c9ea78d1876156561b3bbf327d7e0299e1d9fd4a" region="proms" offset="0"/>
		<rom name="lc11.f4" size="32" crc="6a0c7d87" sha1="140335d85c67c75b65689d4e76d29863c209cf32" region="proms" offset="20"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="180" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="1" coins="2">
			<control type="doublejoy8way"/>
		</input>
		<dipswitch name="Unknown 1">
			<dipvalue name="0"/>
			<dipvalue name="1" default="yes"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="30,000"/>
			<dipvalue name="50,000" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin Slots">
			<dipvalue name="2"/>
			<dipvalue name="1" default="yes"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="9 Coins/1 Credit"/>
			<dipvalue name="8 Coins/1 Credit"/>
			<dipvalue name="7 Coins/1 Credit"/>
			<dipvalue name="6 Coins/1 Credit"/>
			<dipvalue name="5 Coins/1 Credit"/>
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
			<dipvalue name="1 Coin/8 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="9 Coins/1 Credit"/>
			<dipvalue name="8 Coins/1 Credit"/>
			<dipvalue name="7 Coins/1 Credit"/>
			<dipvalue name="6 Coins/1 Credit"/>
			<dipvalue name="5 Coins/1 Credit"/>
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
			<dipvalue name="1 Coin/8 Credits"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="130"/>
	</game>
	<game name="scramble" sourcefile="scramble.c">
		<description>Scramble</description>
		<year>1981</year>
		<manufacturer>Konami</manufacturer>
		<rom name="s1.2d" size="2048" crc="ea35ccaa" sha1="1dcb375987fe21e0483c27d485c405de53848d61" region="cpu1" offset="0"/>
		<rom name="s2.2e" size="2048" crc="e7bba1b3" sha1="240877576045fddcc9ff01d97dc78139454ac4f1" region="cpu1" offset="800"/>
		<rom name="s3.2f" size="2048" crc="12d7fc3e" sha1="a84d191c7be8700f630a83ddad798be9e83b5d55" region="cpu1" offset="1000"/>
		<rom name="s4.2h" size="2048" crc="b59360eb" sha1="5d155808c19dcf2e14aa8e29c0ee41a6d3d3c43a" region="cpu1" offset="1800"/>
		<rom name="s5.2j" size="2048" crc="4919a91c" sha1="9cb5861c61e4783e5fbaa3869d51195f127b1129" region="cpu1" offset="2000"/>
		<rom name="s6.2l" size="2048" crc="26a4547b" sha1="67c0fa81729370631647b5d78bb5a61433facd7f" region="cpu1" offset="2800"/>
		<rom name="s7.2m" size="2048" crc="0bb49470" sha1="05a6fe3010c2136284ca76352dac147797c79778" region="cpu1" offset="3000"/>
		<rom name="s8.2p" size="2048" crc="6a5740e5" sha1="e3b09141cee26857d626412e9d1a0e759469b97a" region="cpu1" offset="3800"/>
		<rom name="ot1.5c" size="2048" crc="bcd297f0" sha1="8ed78487d76fd0a917ab7b258937a46e2cd9800c" region="cpu2" offset="0"/>
		<rom name="ot2.5d" size="2048" crc="de7912da" sha1="8558b4eff5d7e63029b325edef9914feda5834c3" region="cpu2" offset="800"/>
		<rom name="ot3.5e" size="2048" crc="ba2fa933" sha1="1f976d8595706730e29f93027e7ab4620075c078" region="cpu2" offset="1000"/>
		<rom name="c2.5f" size="2048" crc="4708845b" sha1="a8b1ad19a95a9d35050a2ab7194cc96fc5afcdc9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="c1.5h" size="2048" crc="11fd2887" sha1="69844e48bb4d372cac7ae83c953df573c7ecbb7f" region="gfx1" dispose="yes" offset="800"/>
		<rom name="c01s.6e" size="32" crc="4e3caeab" sha1="a25083c3e36d28afdefe4af6e6d4f3155e303625" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<chip type="audio" name="RC Filter"/>
		<chip type="audio" name="RC Filter"/>
		<chip type="audio" name="RC Filter"/>
		<chip type="audio" name="RC Filter"/>
		<chip type="audio" name="RC Filter"/>
		<chip type="audio" name="RC Filter"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="255 (Cheat)"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="A 1/1  B 2/1  C 1/1" default="yes"/>
			<dipvalue name="A 1/2  B 1/1  C 1/2"/>
			<dipvalue name="A 1/3  B 3/1  C 1/3"/>
			<dipvalue name="A 1/4  B 4/1  C 1/4"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="99"/>
	</game>
	<game name="mimonkey" sourcefile="scobra.c">
		<description>Mighty Monkey</description>
		<manufacturer>Universal Video Games</manufacturer>
		<rom name="mm1.2e" size="4096" crc="9019f1b1" sha1="0c45f64e39b9a182f6162ab520ced6ef0686466c" region="cpu1" offset="0"/>
		<rom name="mm2.2e" size="4096" crc="043e97d6" sha1="924c0165dfcf01182696b0d259718ac625573d9a" region="cpu1" offset="1000"/>
		<rom name="mm3.2f" size="4096" crc="1052726a" sha1="2fdd3064f02babd2d496a38c7aee094cb3666f24" region="cpu1" offset="2000"/>
		<rom name="mm4.2h" size="4096" crc="7b3f35ff" sha1="b52c46c3f166346d3b25cd2ab09781afc703de08" region="cpu1" offset="3000"/>
		<rom name="mm5.2j" size="4096" crc="b4e5c32d" sha1="18e53519e8f4e813109cfaf45f2f66444e6fa1a2" region="cpu1" offset="c000"/>
		<rom name="mm6.2l" size="4096" crc="409036c4" sha1="a9640da91156504bfc8fedcda30f81169b28a0c9" region="cpu1" offset="d000"/>
		<rom name="mm7.2m" size="4096" crc="119c08fa" sha1="6e19ab874b735fe7339bcf651111664263ea4ef9" region="cpu1" offset="e000"/>
		<rom name="mm8.2p" size="4096" crc="f7989f04" sha1="d6e301414a807f5e9feed92ce53ab73d6bd46c45" region="cpu1" offset="f000"/>
		<rom name="mm13.11d" size="4096" crc="2d14c527" sha1="062414ce0415b6c471149319ecae22f465df3a4f" region="cpu2" offset="0"/>
		<rom name="mm14.10d" size="4096" crc="35ed0f96" sha1="5aaacae5c2acf97540b72491f71ea823f5eeae1a" region="cpu2" offset="1000"/>
		<rom name="mm12.5h" size="4096" crc="f73a8412" sha1="9baf4336cceb9b039372b0a1c733910aeab5ec6d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mm10.5h" size="4096" crc="3828c9db" sha1="eaf9e81c803ad2be6c2db3104f07f80788378286" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="mm11.5f" size="4096" crc="9e0e9289" sha1="79d412dbceb364bc798feda658b15792feb63338" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="mm9.5f" size="4096" crc="92085b0c" sha1="a791703fa9f17e42450c871d902430fc3c6b10ef" region="gfx1" dispose="yes" offset="3000"/>
		<rom name="82s123.6e" size="32" crc="4e3caeab" sha1="a25083c3e36d28afdefe4af6e6d4f3155e303625" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Infinite Lives (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="99"/>
	</game>
	<game name="frogger" sourcefile="frogger.c">
		<description>Frogger</description>
		<year>1981</year>
		<manufacturer>Konami</manufacturer>
		<rom name="frogger.26" size="4096" crc="597696d6" sha1="e7e021776cad00f095a1ebbef407b7c0a8f5d835" region="cpu1" offset="0"/>
		<rom name="frogger.27" size="4096" crc="b6e6fcc3" sha1="5e8692f2b0c7f4b3642b3ee6670e1c3b20029cdc" region="cpu1" offset="1000"/>
		<rom name="frsm3.7" size="4096" crc="aca22ae0" sha1="5a99060ea2506a3ac7d61ca5876ce5cb3e493565" region="cpu1" offset="2000"/>
		<rom name="frogger.608" size="2048" crc="e8ab0256" sha1="f090afcfacf5f13cdfa0dfda8e3feb868c6ce8bc" region="cpu2" offset="0"/>
		<rom name="frogger.609" size="2048" crc="7380a48f" sha1="75582a94b696062cbdb66a4c5cf0bc0bb94f81ee" region="cpu2" offset="800"/>
		<rom name="frogger.610" size="2048" crc="31d7eb27" sha1="2e1d34ae4da385fd7cac94707d25eeddf4604e1a" region="cpu2" offset="1000"/>
		<rom name="frogger.607" size="2048" crc="05f7d883" sha1="78831fd287da18928651a8adb7e578d291493eff" region="gfx1" dispose="yes" offset="0"/>
		<rom name="frogger.606" size="2048" crc="f524ee30" sha1="dd768967add61467baa08d5929001f157d6cd911" region="gfx1" dispose="yes" offset="800"/>
		<rom name="pr-91.6l" size="32" crc="413703bf" sha1="66648b2b28d3dcbda5bdb2605d1977428939dd3c" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="7"/>
			<dipvalue name="256 (Cheat)"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="A 2/1 B 2/1 C 2/1"/>
			<dipvalue name="A 2/1 B 1/3 C 2/1"/>
			<dipvalue name="A 1/1 B 1/1 C 1/1" default="yes"/>
			<dipvalue name="A 1/1 B 1/6 C 1/1"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="99"/>
	</game>
	<game name="froggrmc" sourcefile="frogger.c" cloneof="frogger" romof="frogger">
		<description>Frogger (Moon Cresta hardware)</description>
		<year>1981</year>
		<manufacturer>bootleg?</manufacturer>
		<rom name="epr-1031.15" size="4096" crc="4b7c8d11" sha1="9200b33cac0ef5a6647c95ebd25237fa62fcdf30" region="cpu1" offset="0"/>
		<rom name="epr-1032.16" size="4096" crc="ac00b9d9" sha1="6414d2aa2c0ccb8cb567ffde3acdb693cfd28dbb" region="cpu1" offset="1000"/>
		<rom name="epr-1033.33" size="4096" crc="bc1d6fbc" sha1="c9c040418f0bf7b7fce599592f806e7aaf448c3d" region="cpu1" offset="2000"/>
		<rom name="epr-1034.34" size="4096" crc="9efe7399" sha1="77355160169db256f45286e60ebf6a406527d346" region="cpu1" offset="3000"/>
		<rom name="epr-1082.42" size="4096" crc="802843c2" sha1="059b26ddf1cdc8076d160b872f9d50b97af7f316" region="cpu2" offset="0"/>
		<rom name="epr-1035.43" size="2048" crc="14e74148" sha1="0023394e971f191c41ff20b47835f1dafb924d15" region="cpu2" offset="1000"/>
		<rom name="frogger.607" merge="frogger.607" size="2048" crc="05f7d883" sha1="78831fd287da18928651a8adb7e578d291493eff" region="gfx1" dispose="yes" offset="0"/>
		<rom name="epr-1036.1k" size="2048" crc="658745f8" sha1="e4e5c3e011c8a7233a36d29e10e08905873500aa" region="gfx1" dispose="yes" offset="800"/>
		<rom name="pr-91.6l" merge="pr-91.6l" size="32" crc="413703bf" sha1="66648b2b28d3dcbda5bdb2605d1977428939dd3c" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="7"/>
			<dipvalue name="256 (Cheat)"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="A 2/1 B 2/1 C 2/1"/>
			<dipvalue name="A 2/1 B 1/3 C 2/1"/>
			<dipvalue name="A 1/1 B 1/1 C 1/1" default="yes"/>
			<dipvalue name="A 1/1 B 1/6 C 1/1"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="99"/>
	</game>
	<game name="amidar" sourcefile="amidar.c">
		<description>Amidar</description>
		<year>1981</year>
		<manufacturer>Konami</manufacturer>
		<rom name="amidar.2c" size="4096" crc="c294bf27" sha1="399325bf1559e8cdbddf7cfbf0dc739f9ed72ef0" region="cpu1" offset="0"/>
		<rom name="amidar.2e" size="4096" crc="e6e96826" sha1="e9c4f8c594640424b456505e676352a98b758c03" region="cpu1" offset="1000"/>
		<rom name="amidar.2f" size="4096" crc="3656be6f" sha1="9d652f66bedcf17a6453c0e0ead30bfd7ea0bd0a" region="cpu1" offset="2000"/>
		<rom name="amidar.2h" size="4096" crc="1be170bd" sha1="c047bc393b297c0d47668a5f6f4870e3fac937ef" region="cpu1" offset="3000"/>
		<rom name="amidar.5c" size="4096" crc="c4b66ae4" sha1="9d09dbde4019f7be3abe0815b0e06d542c01c255" region="cpu2" offset="0"/>
		<rom name="amidar.5d" size="4096" crc="806785af" sha1="c8c85e3a6a204feccd7859b4527bd649e96134b4" region="cpu2" offset="1000"/>
		<rom name="amidar.5f" size="2048" crc="5e51e84d" sha1="dfe84db7e2b1a45a1d484fcf37291f536bc5324c" region="gfx1" dispose="yes" offset="0"/>
		<rom name="amidar.5h" size="2048" crc="2f7f1c30" sha1="83c330eca20dfcc6a4099001943b9ed7a7c3db5b" region="gfx1" dispose="yes" offset="800"/>
		<rom name="amidar.clr" size="32" crc="f940dcc3" sha1="1015e56f37c244a850a8f4bf0e36668f047fd46d" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="255 (Cheat)"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="30000 50000" default="yes"/>
			<dipvalue name="50000 50000"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="4 Coins/3 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="3 Coins/4 Credits"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="2 Coins/5 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="4 Coins/3 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="3 Coins/4 Credits"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="2 Coins/5 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
			<dipvalue name="Disable All Coins"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="106"/>
	</game>
	<game name="scorpion" sourcefile="scramble.c">
		<description>Scorpion (set 1)</description>
		<year>1982</year>
		<manufacturer>Zaccaria</manufacturer>
		<rom name="1.2d" size="4096" crc="ba1219b4" sha1="33c7843dba44152a8bc3223ea0c30b13609b80ba" region="cpu1" offset="0"/>
		<rom name="2.2f" size="4096" crc="c3909ab6" sha1="0bec902ae4291fa0530f4c89ad45cc7aab888b7a" region="cpu1" offset="1000"/>
		<rom name="3.2g" size="4096" crc="43261352" sha1="49468cbed7e0286b260eef297bd5fad0ab9fd45b" region="cpu1" offset="2000"/>
		<rom name="4.2h" size="4096" crc="aba2276a" sha1="42b0378f06d2bdb4faaaa95274a6c0f965716877" region="cpu1" offset="3000"/>
		<rom name="5.2k" size="4096" crc="952f78f2" sha1="9562037b104fc1852c2d2650209a77ffce2cb90e" region="cpu1" offset="6000"/>
		<rom name="32_a4.7c" size="4096" crc="361b8a36" sha1="550ac5f721aaa9fea5f6d63ba590d6b367525c23" region="cpu2" offset="0"/>
		<rom name="32_a5.7d" size="4096" crc="addecdd4" sha1="ba28f1d9c7c6b5e8ecef56a4b3f64be13fc10d43" region="cpu2" offset="1000"/>
		<rom name="32_f5.5f" size="4096" crc="1e5da9d6" sha1="ca8b27e6dd40e4ca13e7e6b5f813bafca78b62f4" region="gfx1" dispose="yes" offset="0"/>
		<rom name="32_h5.5h" size="4096" crc="a57adb0a" sha1="d97c7dc4a6c5efb59cc0148e2498156c682c6714" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="32_a3.6e" size="4096" crc="279ae6f9" sha1="a93b1d68c9f4b6ad62fdb8816285e61bd3b4b884" region="sound1" offset="0"/>
		<rom name="32_a2.6d" size="4096" crc="90352dd4" sha1="62c261a2f2fbd8eff31d5c72cf532d5e43d86dd3" region="sound1" offset="1000"/>
		<rom name="32_a1.6c" size="4096" crc="3bf2452d" sha1="7a163e0ef108dd40d3beab5e9805886e45be744b" region="sound1" offset="2000"/>
		<rom name="prom.6e" size="32" crc="4e3caeab" sha1="a25083c3e36d28afdefe4af6e6d4f3155e303625" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="255"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="A 1/1  B 1/1" default="yes"/>
			<dipvalue name="A 1/1  B 1/3"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Very Hard"/>
		</dipswitch>
		<driver status="imperfect" emulation="good" color="good" sound="imperfect" graphic="good" savestate="supported" palettesize="99"/>
	</game>
	<game name="scrpiona" sourcefile="scramble.c" cloneof="scorpion" romof="scorpion">
		<description>Scorpion (set 2)</description>
		<year>1982</year>
		<manufacturer>Zaccaria</manufacturer>
		<rom name="scor_d2.bin" size="4096" crc="c5b9daeb" sha1="faf7a22013dd5f063eb8f506f3722cfd5522539a" region="cpu1" status="baddump" offset="0"/>
		<rom name="scor_e2.bin" size="4096" crc="82308d05" sha1="26bc7c8b3ea0020fd1b93f6aaa29d82d04ae64b2" region="cpu1" status="baddump" offset="1000"/>
		<rom name="scor_g2.bin" size="4096" crc="756b09cd" sha1="9aec34e063fe8c0d1392db09daea2875d06eec46" region="cpu1" status="baddump" offset="2000"/>
		<rom name="scor_h2.bin" size="4096" crc="a0457b93" sha1="5ed32e117a97660dae001bd97fcb3f31e0debb24" region="cpu1" status="baddump" offset="3000"/>
		<rom name="scor_k2.bin" size="2048" crc="42ec34d8" sha1="b358d10a96490f325420b992e8e03bb3884e415a" region="cpu1" status="baddump" offset="5800"/>
		<rom name="scor_l2.bin" size="2048" crc="6623da33" sha1="99110005d00c80d674bde5d21608f50b85ee488c" region="cpu1" status="baddump" offset="6000"/>
		<rom name="32_a4.7c" merge="32_a4.7c" size="4096" crc="361b8a36" sha1="550ac5f721aaa9fea5f6d63ba590d6b367525c23" region="cpu2" offset="0"/>
		<rom name="32_a5.7d" merge="32_a5.7d" size="4096" crc="addecdd4" sha1="ba28f1d9c7c6b5e8ecef56a4b3f64be13fc10d43" region="cpu2" offset="1000"/>
		<rom name="scor_f5.bin" size="4096" crc="60180a38" sha1="518c1267523139aa4e27860012a722b67fe25b6d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="32_h5.5h" merge="32_h5.5h" size="4096" crc="a57adb0a" sha1="d97c7dc4a6c5efb59cc0148e2498156c682c6714" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="scor_a3.bin" size="4096" crc="04abf178" sha1="2e7f231413d9ec461ca21840f31d1d6b8b17c4d5" region="sound1" offset="0"/>
		<rom name="scor_a2.bin" size="4096" crc="452d6354" sha1="3d5397fddcc17b4d03b9cdc53a6439f159d1bfcc" region="sound1" offset="1000"/>
		<rom name="32_a1.6c" merge="32_a1.6c" size="4096" crc="3bf2452d" sha1="7a163e0ef108dd40d3beab5e9805886e45be744b" region="sound1" offset="2000"/>
		<rom name="prom.6e" merge="prom.6e" size="32" crc="4e3caeab" sha1="a25083c3e36d28afdefe4af6e6d4f3155e303625" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="255"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="A 1/1  B 1/1" default="yes"/>
			<dipvalue name="A 1/1  B 1/3"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Very Hard"/>
		</dipswitch>
		<driver status="preliminary" emulation="preliminary" color="good" sound="imperfect" graphic="good" savestate="supported" palettesize="99"/>
	</game>
	<game name="ad2083" sourcefile="scramble.c">
		<description>A. D. 2083</description>
		<year>1983</year>
		<manufacturer>Midcoin</manufacturer>
		<rom name="ad0.10o" size="8192" crc="4d34325a" sha1="4a0eb1cd94382c44ab2642d734d3da9025872eba" region="cpu1" offset="0"/>
		<rom name="ad1.9o" size="8192" crc="0f37134b" sha1="a935ae013e9fb26b5ef44f7ebd2a043763b146db" region="cpu1" offset="2000"/>
		<rom name="ad2.8o" size="8192" crc="bcfa655f" sha1="6a552c67f48e9ece6c6d38b4151ff6f3dbfd8dcb" region="cpu1" offset="a000"/>
		<rom name="ad3.7o" size="8192" crc="60655225" sha1="628796b23ad66f8f7b2c160d923ecbea10fd7553" region="cpu1" offset="c000"/>
		<rom name="ad1s.3d" size="8192" crc="80f39b0f" sha1="35671eaf6fc7643ad691414349f1b2772d020e9a" region="cpu2" offset="0"/>
		<rom name="ad2s.4d" size="4096" crc="5177fe2b" sha1="9aee953ae43131c4db9db71ca69a8ce9ad62ff05" region="cpu2" offset="2000"/>
		<rom name="ad4.5k" size="8192" crc="388cdd21" sha1="52f97d8e4f7c7f45a2875f03eadc622b540693e7" region="gfx1" dispose="yes" offset="0"/>
		<rom name="ad5.3k" size="8192" crc="f53f3449" sha1="0711f2e47504f256d46eea1e225e35f9bde8b9fb" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="ad1v.9a" size="4096" crc="4cb93fff" sha1="2cc686a9a58a85f2bb04fb6ced4626e9952635bb" region="sound1" offset="0"/>
		<rom name="ad2v.10a" size="4096" crc="4b530ea7" sha1="8793b3497b598f33b34bf9524e360c6c62e8001d" region="sound1" offset="1000"/>
		<rom name="prom-am27s19dc.1m" size="32" crc="2759aebd" sha1="644fd2c95ca49cbbc0ee1b88ca2563451ddd4fe0" region="proms" offset="0"/>
		<rom name="prom-sn74s188.8a" size="32" crc="5e395112" sha1="427d6a5b5d0837db4bf804f392d77ba5a86ffd72" region="user1" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<chip type="audio" name="TMS5110" clock="640000"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="1" buttons="1" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="2 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="2 Coins/4 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="2 Coins/5 Credits"/>
			<dipvalue name="2 Coins/6 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="2 Coins/7 Credits"/>
			<dipvalue name="2 Coins/8 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
			<dipvalue name="1 Coin/8 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="2 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="2 Coins/4 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="2 Coins/5 Credits"/>
			<dipvalue name="2 Coins/6 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="2 Coins/7 Credits"/>
			<dipvalue name="2 Coins/8 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
			<dipvalue name="1 Coin/8 Credits"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
			<dipvalue name="5" default="yes"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="None"/>
			<dipvalue name="150000"/>
			<dipvalue name="100000"/>
			<dipvalue name="200000" default="yes"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<driver status="imperfect" emulation="good" color="good" sound="imperfect" graphic="good" savestate="supported" palettesize="106"/>
	</game>
	<game name="cclimber" sourcefile="cclimber.c">
		<description>Crazy Climber (US)</description>
		<year>1980</year>
		<manufacturer>Nichibutsu</manufacturer>
		<rom name="cc11" size="4096" crc="217ec4ff" sha1="334604c3a051d57440a9d0bfc34b809418ef1d2d" region="cpu1" offset="0"/>
		<rom name="cc10" size="4096" crc="b3c26cef" sha1="f52cb5482c12a9c5fb56e2e2aec7cab0ed23e5a5" region="cpu1" offset="1000"/>
		<rom name="cc09" size="4096" crc="6db0879c" sha1="c0ba1976c1dcd6edadd78073173a26851ae8dd4f" region="cpu1" offset="2000"/>
		<rom name="cc08" size="4096" crc="f48c5fe3" sha1="79072bbbf37387998ffd031afe8eb569a16fa9bd" region="cpu1" offset="3000"/>
		<rom name="cc07" size="4096" crc="3e873baf" sha1="8870dc5948cdd3c8d2fe9e54a20cf6c311c94e53" region="cpu1" offset="4000"/>
		<rom name="cc06" size="2048" crc="481b64cc" sha1="3f35c545fc784ed4f969aba2d7be6e13a5ae32b7" region="gfx1" dispose="yes" offset="0"/>
		<rom name="cc04" size="2048" crc="332347cb" sha1="4115ca32af73f1791635b7d9e093bf77088a8222" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="cc05" size="2048" crc="2c33b760" sha1="2edea8fe13376fbd51a5586d97aba3b30d78e94b" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="cc03" size="2048" crc="4e4b3658" sha1="0d39a8cb5cd6cf06008be60707f9b277a8a32a2d" region="gfx1" dispose="yes" offset="3000"/>
		<rom name="cc02" size="2048" crc="14f3ecc9" sha1="a1b5121abfbe8f07580eb3fa6384352d239a3d75" region="gfx2" dispose="yes" offset="0"/>
		<rom name="cc01" size="2048" crc="21c0f9fb" sha1="44fad56d302a439257216ddac9fd62b3666589f1" region="gfx2" dispose="yes" offset="800"/>
		<rom name="cclimber.pr1" size="32" crc="751c3325" sha1="edce2bc883996c1d72dc6c1c9f62799b162d415a" region="proms" offset="0"/>
		<rom name="cclimber.pr2" size="32" crc="ab1940fa" sha1="8d98e05cbaa6f55770c12e0a9a8ed9c73cc54423" region="proms" offset="20"/>
		<rom name="cclimber.pr3" size="32" crc="71317756" sha1="1195f0a037e379cc1a3c0314cb746f5cd2bffe50" region="proms" offset="40"/>
		<rom name="cc13" size="4096" crc="e0042f75" sha1="86cb31b110742a0f7ae33052c88f42d00deb5468" region="sound1" offset="0"/>
		<rom name="cc12" size="4096" crc="5da13aaa" sha1="b2d41e69435d09c456648a10e33f5e1fbb0bc64c" region="sound1" offset="1000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="AY8910" clock="1536000"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="0" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" coins="2">
			<control type="doublejoy8way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="96"/>
	</game>
	<game name="ckong" sourcefile="cclimber.c">
		<description>Crazy Kong (set 1)</description>
		<year>1981</year>
		<manufacturer>Falcon</manufacturer>
		<rom name="d05-07.bin" size="4096" crc="b27df032" sha1="57f9be139c610405e3c2fddd7093dfb1277e450e" region="cpu1" offset="0"/>
		<rom name="f05-08.bin" size="4096" crc="5dc1aaba" sha1="42b9e5946ffce7c156d114bde68f37c2c34853c4" region="cpu1" offset="1000"/>
		<rom name="h05-09.bin" size="4096" crc="c9054c94" sha1="1aa08d2501ee620759fd5c111e12f6d432c25294" region="cpu1" offset="2000"/>
		<rom name="k05-10.bin" size="4096" crc="069c4797" sha1="03be185e6914ec7f3770ce3da4eb49cdb97adc85" region="cpu1" offset="3000"/>
		<rom name="l05-11.bin" size="4096" crc="ae159192" sha1="d467256a3a366e246243e7828ff4a45d4c146e2c" region="cpu1" offset="4000"/>
		<rom name="n05-12.bin" size="4096" crc="966bc9ab" sha1="4434fc620169ffea1b1f227b61674e1daf79b54b" region="cpu1" offset="5000"/>
		<rom name="n11-06.bin" size="4096" crc="2dcedd12" sha1="dfdcfc21bcba7c8e148ee54daae511ca78c58e70" region="gfx1" dispose="yes" offset="0"/>
		<rom name="k11-04.bin" size="4096" crc="3375b3bd" sha1="a00b3c31cff123aab6ac0833aabfdd663302971a" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="l11-05.bin" size="4096" crc="fa7cbd91" sha1="0208d2ebc59f3600005476b6987472685bc99d67" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="h11-03.bin" size="4096" crc="5655cc11" sha1="5195e9b2a60c54280b48b32ee8248090904dbc51" region="gfx1" dispose="yes" offset="3000"/>
		<rom name="c11-02.bin" size="2048" crc="d1352c31" sha1="da726a63a8be830d695afeddc1717749af8c9d47" region="gfx2" dispose="yes" offset="0"/>
		<rom name="a11-01.bin" size="2048" crc="a7a2fdbd" sha1="529865f8bbfbdbbf34ac39c70ef17e6d5bd0f845" region="gfx2" dispose="yes" offset="800"/>
		<rom name="prom.v6" size="32" crc="b3fc1505" sha1="5b94adde0428a26b815c7eb9b3f3716470d349c7" region="proms" offset="0"/>
		<rom name="prom.u6" size="32" crc="26aada9e" sha1="f59645e606ea4f0dd0fc4ea47dd03f526c534941" region="proms" offset="20"/>
		<rom name="prom.t6" size="32" crc="676b3166" sha1="29b9434cd34d43ea5664e436e2a24b54f8d88aac" region="proms" offset="40"/>
		<rom name="cc13j.bin" size="4096" crc="5f0bcdfb" sha1="7f79bf6de117348f606696ed7ea1937bbf926612" region="sound1" offset="0"/>
		<rom name="cc12j.bin" size="4096" crc="9003ffbd" sha1="fd016056aabc23957643f37230f03842294f795e" region="sound1" offset="1000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="AY8910" clock="1536000"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="270" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="7000" default="yes"/>
			<dipvalue name="10000"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="5 Coins/1 Credit"/>
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="96"/>
	</game>
	<game name="cannonb" sourcefile="cclimber.c">
		<description>Cannon Ball (Crazy Climber hardware)</description>
		<year>1985</year>
		<manufacturer>Soft</manufacturer>
		<rom name="canballs.5d" size="4096" crc="43ad0d16" sha1="682f1ee15e41bb5a161287536bb97704c0d3be9c" region="cpu1" offset="10000"/>
		<rom name="canballs.5f" size="4096" crc="3e0dacdd" sha1="cdd3684a6962f2fb582b8a415383c06a5e5059dd" region="cpu1" offset="1000"/>
		<rom name="canballs.5h" size="4096" crc="e18a836b" sha1="19b90a55db82914c5db18486e05d9f59aba1b442" region="cpu1" offset="2000"/>
		<rom name="canballs.5k" size="2048" crc="6ed3cbf4" sha1="070ba61dc97df6be8004f7e052a4cef836234888" region="cpu1" offset="3000"/>
		<rom name="canballs.5m" size="4096" crc="4f0088ab" sha1="a8009f5b8517ba4d84fbc483b199f2514f24eae8" region="cpu1" offset="4000"/>
		<rom name="canballs.5n" size="4096" crc="91570033" sha1="7cd7fe9541da36c3919324bc65e6db1d1ca635e0" region="cpu1" offset="5000"/>
		<rom name="canballs.11n" size="4096" crc="a95b8e03" sha1="e78125023e1af6de292292b875b45401b2173ca9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="canballs.11k" size="4096" crc="dbbe8263" sha1="efe4bba25a03261bc8309e6d83d5600def875b0c" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="canballs.11l" size="4096" crc="060b044c" sha1="3121f07adb661663a2303085eea1b662968f8f98" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="canballs.11h" size="4096" crc="8043bc1a" sha1="bd2f3dfe26cf8d987d9ecaa41eac4bdc4e16a692" region="gfx1" dispose="yes" offset="3000"/>
		<rom name="canballs.11c" size="2048" crc="d1352c31" sha1="da726a63a8be830d695afeddc1717749af8c9d47" region="gfx2" dispose="yes" offset="0"/>
		<rom name="canballs.11a" size="2048" crc="a7a2fdbd" sha1="529865f8bbfbdbbf34ac39c70ef17e6d5bd0f845" region="gfx2" dispose="yes" offset="800"/>
		<rom name="prom.v6" size="32" crc="b3fc1505" sha1="5b94adde0428a26b815c7eb9b3f3716470d349c7" region="proms" offset="0"/>
		<rom name="prom.u6" size="32" crc="26aada9e" sha1="f59645e606ea4f0dd0fc4ea47dd03f526c534941" region="proms" offset="20"/>
		<rom name="prom.t6" size="32" crc="676b3166" sha1="29b9434cd34d43ea5664e436e2a24b54f8d88aac" region="proms" offset="40"/>
		<rom name="canballs.5s" size="4096" crc="5f0bcdfb" sha1="7f79bf6de117348f606696ed7ea1937bbf926612" region="sound1" offset="0"/>
		<rom name="canballs.5p" size="4096" crc="9003ffbd" sha1="fd016056aabc23957643f37230f03842294f795e" region="sound1" offset="1000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="AY8910" clock="1536000"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Player title">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="7000" default="yes"/>
			<dipvalue name="10000"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="5 Coins/1 Credit"/>
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
		</dipswitch>
		<dipswitch name="Unknown 1">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="imperfect" emulation="good" color="good" sound="good" graphic="imperfect" savestate="unsupported" palettesize="96"/>
	</game>
	<game name="cannonb2" sourcefile="cclimber.c" cloneof="cannonb" romof="cannonb">
		<description>Cannonball (set 2)</description>
		<year>1985</year>
		<manufacturer>TV Game Gruenberg</manufacturer>
		<rom name="cb1.bin" size="4096" crc="7a3cba7c" sha1="08b8b356fdbe642e80d42b5ab4164a1bd6ad93ba" region="cpu1" offset="0"/>
		<rom name="cb2.bin" size="4096" crc="58ef3118" sha1="51ae36c21147e99d4060034520f6eebf3210937c" region="cpu1" offset="1000"/>
		<rom name="cb3.bin" merge="canballs.5h" size="4096" crc="e18a836b" sha1="19b90a55db82914c5db18486e05d9f59aba1b442" region="cpu1" offset="2000"/>
		<rom name="cb4.bin" size="4096" crc="696ebdb0" sha1="0bff115e4710199641722ca12af4e16dc5b0ec13" region="cpu1" offset="3000"/>
		<rom name="cb10.bin" size="4096" crc="602a6c2d" sha1="788f83bcb0667d8a42c209f3d51708d496be58df" region="gfx1" dispose="yes" offset="0"/>
		<rom name="cb9.bin" size="4096" crc="2d036026" sha1="b6eada3e67edd7db59d9ca823b798cd20f0afca9" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="cb7.bin" size="2048" crc="80eb517d" sha1="fef4111f656c58b28e7eac5aa5b5cc7e07ccb2fd" region="gfx2" dispose="yes" offset="0"/>
		<rom name="cb8.bin" size="2048" crc="f67c80f1" sha1="d1fbcce1b6242f810e106ff50812636e3168ebc1" region="gfx2" dispose="yes" offset="800"/>
		<rom name="v6.bin" size="32" crc="751c3325" sha1="edce2bc883996c1d72dc6c1c9f62799b162d415a" region="proms" offset="0"/>
		<rom name="u6.bin" size="32" crc="c0539747" sha1="1bc70057b59b8cb11299fb6b0d84a46da6c0a025" region="proms" offset="20"/>
		<rom name="t6.bin" size="32" crc="b4e827a5" sha1="31a5a5ad54417a474d22bb16c473415d99a2b6f1" region="proms" offset="40"/>
		<rom name="cb6.bin" merge="canballs.5s" size="4096" crc="5f0bcdfb" sha1="7f79bf6de117348f606696ed7ea1937bbf926612" region="sound1" offset="0"/>
		<rom name="cb5.bin" merge="canballs.5p" size="4096" crc="9003ffbd" sha1="fd016056aabc23957643f37230f03842294f795e" region="sound1" offset="1000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="AY8910" clock="1536000"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Player title">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="7000" default="yes"/>
			<dipvalue name="10000"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="5 Coins/1 Credit"/>
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
		</dipswitch>
		<dipswitch name="Unknown 1">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="96"/>
	</game>
	<game name="phoenix" sourcefile="phoenix.c">
		<description>Phoenix (Amstar)</description>
		<year>1980</year>
		<manufacturer>Amstar</manufacturer>
		<rom name="ic45" size="2048" crc="9f68086b" sha1="fc3cef299bf03bf0586c4047c6b96ca666846220" region="cpu1" offset="0"/>
		<rom name="ic46" size="2048" crc="273a4a82" sha1="6f3019a074e73ff50ceb92f655fcf15659f34919" region="cpu1" offset="800"/>
		<rom name="ic47" size="2048" crc="3d4284b9" sha1="6e69f8f0d537fe89140cd95d2398531d7e93d102" region="cpu1" offset="1000"/>
		<rom name="ic48" size="2048" crc="cb5d9915" sha1="49bcf55a5721cfcc02c3b811a4b601e35ea576db" region="cpu1" offset="1800"/>
		<rom name="h5-ic49.5a" size="2048" crc="a105e4e7" sha1="b35142a91b6b7fdf7535202671793393c9f4685f" region="cpu1" offset="2000"/>
		<rom name="h6-ic50.6a" size="2048" crc="ac5e9ec1" sha1="0402e5241d99759d804291998efd43f37ce99917" region="cpu1" offset="2800"/>
		<rom name="h7-ic51.7a" size="2048" crc="2eab35b4" sha1="849bf8273317cc869bdd67e50c68399ee8ece81d" region="cpu1" offset="3000"/>
		<rom name="h8-ic52.8a" size="2048" crc="aff8e9c5" sha1="e4164f85ec12d4d9bcbffba27ab1f51b3599f6d0" region="cpu1" offset="3800"/>
		<rom name="ic23.3d" size="2048" crc="3c7e623f" sha1="e7ff5fc371664af44785c079e92eeb2d8530187b" region="gfx1" dispose="yes" offset="0"/>
		<rom name="ic24.4d" size="2048" crc="59916d3b" sha1="71aec70a8e096ed1f0c2297b3ae7dca1b8ecc38d" region="gfx1" dispose="yes" offset="800"/>
		<rom name="b1-ic39.3b" size="2048" crc="53413e8f" sha1="d772358505b973b10da840d204afb210c0c746ec" region="gfx2" dispose="yes" offset="0"/>
		<rom name="b2-ic40.4b" size="2048" crc="0be2ba91" sha1="af9243ee23377b632b9b7d0b84d341d06bf22480" region="gfx2" dispose="yes" offset="800"/>
		<rom name="mmi6301.ic40" size="256" crc="79350b25" sha1="57411be4c1d89677f7919ae295446da90612c8a8" region="proms" offset="0"/>
		<rom name="mmi6301.ic41" size="256" crc="e176b768" sha1="e2184dd495ed579f10b6da0b78379e02d7a6229f" region="proms" offset="100"/>
		<chip type="cpu" name="8085A" clock="2750000"/>
		<chip type="audio" name="TMS36XX" clock="372"/>
		<chip type="audio" name="Custom"/>
		<chip type="audio" name="Discrete" clock="120000"/>
		<display type="raster" rotate="90" width="248" height="208" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="1">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="3K 30K" default="yes"/>
			<dipvalue name="4K 40K"/>
			<dipvalue name="5K 50K"/>
			<dipvalue name="6K 60K"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="rallyx" sourcefile="rallyx.c">
		<description>Rally X</description>
		<year>1980</year>
		<manufacturer>Namco</manufacturer>
		<rom name="1b" size="4096" crc="5882700d" sha1="b6029e9730f1694894fe8b729ac0ba8d6712dea9" region="cpu1" offset="0"/>
		<rom name="rallyxn.1e" size="4096" crc="ed1eba2b" sha1="82d3a4b34b0ff5cfdb8ca7c18ad5c63d943b8484" region="cpu1" offset="1000"/>
		<rom name="rallyxn.1h" size="4096" crc="4f98dd1c" sha1="8a20fadcea76802d1c412ba62086abb846ad54a8" region="cpu1" offset="2000"/>
		<rom name="rallyxn.1k" size="4096" crc="9aacccf0" sha1="9b22079972c0f9970d62d62751db4783a87796d5" region="cpu1" offset="3000"/>
		<rom name="8e" size="4096" crc="277c1de5" sha1="30bc57263e8dad870c501c76bce6f42d69ab9e00" region="gfx1" dispose="yes" offset="0"/>
		<rom name="im5623.8m" size="256" crc="3c16f62c" sha1="7a3800be410e306cf85753b9953ffc5575afbcd6" region="gfx2" dispose="yes" offset="0"/>
		<rom name="m3-7603.11n" size="32" crc="c7865434" sha1="70c1c9610ba6f1ead77f347e7132958958bccb31" region="proms" offset="0"/>
		<rom name="im5623.8p" size="256" crc="834d4fda" sha1="617864d3df0917a513e8255ad8d96ae7a04da5a1" region="proms" offset="20"/>
		<rom name="r-2.4n" size="32" crc="8f574815" sha1="4f84162db9d58b64742c67dc689eb665b9862fb3" region="proms" offset="120"/>
		<rom name="r-3.7k" size="32" crc="b8861096" sha1="26fad384ed7a1a1e0ba719b5578e2dbb09334a25" region="proms" offset="140"/>
		<rom name="im5623.3p" size="256" crc="4bad7017" sha1="3e6da9d798f5e07fa18d6ce7d0b148be98c766d5" region="sound1" offset="0"/>
		<rom name="im5623.2m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<sample name="bang.wav"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="0" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="1 Car, Medium"/>
			<dipvalue name="1 Car, Hard"/>
			<dipvalue name="2 Cars, Easy"/>
			<dipvalue name="2 Cars, Medium"/>
			<dipvalue name="2 Cars, Hard"/>
			<dipvalue name="3 Cars, Easy" default="yes"/>
			<dipvalue name="3 Cars, Medium"/>
			<dipvalue name="3 Cars, Hard"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000" default="yes"/>
			<dipvalue name="15000" default="yes"/>
			<dipvalue name="15000" default="yes"/>
			<dipvalue name="20000" default="yes"/>
			<dipvalue name="20000" default="yes"/>
			<dipvalue name="20000" default="yes"/>
			<dipvalue name="20000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
			<dipvalue name="30000"/>
			<dipvalue name="30000"/>
			<dipvalue name="40000"/>
			<dipvalue name="40000"/>
			<dipvalue name="40000"/>
			<dipvalue name="30000"/>
			<dipvalue name="30000"/>
			<dipvalue name="40000"/>
			<dipvalue name="40000"/>
			<dipvalue name="40000"/>
			<dipvalue name="60000"/>
			<dipvalue name="60000"/>
			<dipvalue name="60000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="galaga" sourcefile="galaga.c">
		<description>Galaga (Namco rev. B)</description>
		<year>1981</year>
		<manufacturer>Namco</manufacturer>
		<rom name="gg1-1b.3p" size="4096" crc="ab036c9f" sha1="ca7f5da42d4e76fd89bb0b35198a23c01462fbfe" region="cpu1" offset="0"/>
		<rom name="gg1-2b.3m" size="4096" crc="d9232240" sha1="ab202aa259c3d332ef13dfb8fc8580ce2a5a253d" region="cpu1" offset="1000"/>
		<rom name="gg1-3.2m" size="4096" crc="753ce503" sha1="481f443aea3ed3504ec2f3a6bfcf3cd47e2f8f81" region="cpu1" offset="2000"/>
		<rom name="gg1-4b.2l" size="4096" crc="499fcc76" sha1="ddb8b121903646c320939c7d13f4aa4ebb130378" region="cpu1" offset="3000"/>
		<rom name="gg1-5b.3f" size="4096" crc="bb5caae3" sha1="e957a581463caac27bc37ca2e2a90f27e4f62b6f" region="cpu2" offset="0"/>
		<rom name="gg1-7b.2c" size="4096" crc="d016686b" sha1="44c1a04fba3c7c826ff484185cb881b4b22e6657" region="cpu3" offset="0"/>
		<rom name="54xx.bin" size="1024" crc="ee7357e0" sha1="01bdf984a49e8d0cc8761b2cc162fd6434d5afbe" region="cpu4" offset="0"/>
		<rom name="gg1-9.4l" size="4096" crc="58b2f47c" sha1="62f1279a784ab2f8218c4137c7accda00e6a3490" region="gfx1" dispose="yes" offset="0"/>
		<rom name="gg1-11.4d" size="4096" crc="ad447c80" sha1="e697c180178cabd1d32483c5d8889a40633f7857" region="gfx2" dispose="yes" offset="0"/>
		<rom name="gg1-10.4f" size="4096" crc="dd6f1afc" sha1="c340ed8c25e0979629a9a1730edc762bd72d0cff" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="prom-5.5n" size="32" crc="54603c6b" sha1="1a6dea13b4af155d9cb5b999a75d4f1eb9c71346" region="proms" offset="0"/>
		<rom name="prom-4.2n" size="256" crc="59b6edab" sha1="0281de86c236c88739297ff712e0a4f5c8bf8ab9" region="proms" offset="20"/>
		<rom name="prom-3.1c" size="256" crc="4a04bb6b" sha1="cdd4bc1013f5c11984fdc4fd10e2d2e27120c1e5" region="proms" offset="120"/>
		<rom name="prom-1.1d" size="256" crc="7a2815b4" sha1="085ada18c498fdb18ecedef0ea8fe9217edb7b46" region="sound1" offset="0"/>
		<rom name="prom-2.5c" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="MB88xx" clock="256000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Discrete"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Rack Test">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20K 60K 60K"/>
			<dipvalue name="20K 60K"/>
			<dipvalue name="20K 70K 70K" default="yes"/>
			<dipvalue name="20K 80K 80K"/>
			<dipvalue name="30K 80K"/>
			<dipvalue name="30K 100K 100K"/>
			<dipvalue name="30K 120K 120K"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="imperfect" emulation="good" color="good" sound="good" graphic="imperfect" savestate="supported" palettesize="96"/>
	</game>
	<game name="xevious" sourcefile="galaga.c">
		<description>Xevious (Namco)</description>
		<year>1982</year>
		<manufacturer>Namco</manufacturer>
		<rom name="xvi_1.3p" size="4096" crc="09964dda" sha1="4882b25b0938a903f3a367455ba788a30759b5b0" region="cpu1" offset="0"/>
		<rom name="xvi_2.3m" size="4096" crc="60ecce84" sha1="8adc60a5fcbca74092518dbc570ffff0f04c5b17" region="cpu1" offset="1000"/>
		<rom name="xvi_3.2m" size="4096" crc="79754b7d" sha1="c6a154858716e1f073b476824b183de20e06d093" region="cpu1" offset="2000"/>
		<rom name="xvi_4.2l" size="4096" crc="c7d4bbf0" sha1="4b846de204d08651253d3a141677c8a31626af07" region="cpu1" offset="3000"/>
		<rom name="xvi_5.3f" size="4096" crc="c85b703f" sha1="15f1c005b9d806a384ab1f2240b9c580bfe83893" region="cpu2" offset="0"/>
		<rom name="xvi_6.3j" size="4096" crc="e18cdaad" sha1="6b79efee1a9642edb9f752101737132401248aed" region="cpu2" offset="1000"/>
		<rom name="xvi_7.2c" size="4096" crc="dd35cf1c" sha1="f8d1f8e019d8198308443c2e7e815d0d04b23d14" region="cpu3" offset="0"/>
		<rom name="54xx.bin" size="1024" crc="ee7357e0" sha1="01bdf984a49e8d0cc8761b2cc162fd6434d5afbe" region="cpu4" offset="0"/>
		<rom name="xvi_12.3b" size="4096" crc="088c8b26" sha1="9c3b61dfca2f84673a78f7f66e363777a8f47a59" region="gfx1" dispose="yes" offset="0"/>
		<rom name="xvi_13.3c" size="4096" crc="de60ba25" sha1="32bc09be5ff8b52ee3a26e0ac3ebc2d4107badb7" region="gfx2" dispose="yes" offset="0"/>
		<rom name="xvi_14.3d" size="4096" crc="535cdbbc" sha1="fb9ffe5fc43e0213231267e98d605d43c15f61e8" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="xvi_15.4m" size="8192" crc="dc2c0ecb" sha1="19ddbd9805f77f38c9a9a1bb30dba6c720b8609f" region="gfx3" dispose="yes" offset="0"/>
		<rom name="xvi_17.4p" size="8192" crc="dfb587ce" sha1="acff2bf5cde85a16cdc98a52cdea11f77fadf25a" region="gfx3" dispose="yes" offset="2000"/>
		<rom name="xvi_16.4n" size="4096" crc="605ca889" sha1="3bf380ef76c03822a042ecc73b5edd4543c268ce" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="xvi_18.4r" size="8192" crc="02417d19" sha1="b5f830dd2cf25cf154308d2e640f0ecdcda5d8cd" region="gfx3" dispose="yes" offset="5000"/>
		<rom name="xvi_9.2a" size="4096" crc="57ed9879" sha1="3106d1aacff06cf78371bd19967141072b32b7d7" region="gfx4" offset="0"/>
		<rom name="xvi_10.2b" size="8192" crc="ae3ba9e5" sha1="49064b25667ffcd81137cd5e800df4b78b182a46" region="gfx4" offset="1000"/>
		<rom name="xvi_11.2c" size="4096" crc="31e244dd" sha1="3f7eac12863697a98e1122111801606759e44b2a" region="gfx4" offset="3000"/>
		<rom name="xvi_8bpr.6a" size="256" crc="5cc2727f" sha1="0dc1e63a47a4cb0ba75f6f1e0c15e408bb0ee2a1" region="proms" offset="0"/>
		<rom name="xvi_9bpr.6d" size="256" crc="5c8796cc" sha1="63015e3c0874afc6b1ca032f1ffb8f90562c77c8" region="proms" offset="100"/>
		<rom name="xvi10bpr.6e" size="256" crc="3cb60975" sha1="c94d5a5dd4d8a08d6d39c051a4a722581b903f45" region="proms" offset="200"/>
		<rom name="xvi_7bpr.4h" size="512" crc="22d98032" sha1="ec6626828c79350417d08b98e9631ad35edd4a41" region="proms" offset="300"/>
		<rom name="xvi_6bpr.4f" size="512" crc="3a7599f0" sha1="a4bdf58c190ca16fc7b976c97f41087a61fdb8b8" region="proms" offset="500"/>
		<rom name="xvi_4bpr.3l" size="512" crc="fd8b9d91" sha1="87ddf0b9d723aabb422d6d416aa9ec6bc246bf34" region="proms" offset="700"/>
		<rom name="xvi_5bpr.3m" size="512" crc="bf906d82" sha1="776168a73d3b9f0ce05610acc8a623deae0a572b" region="proms" offset="900"/>
		<rom name="xvi_2bpr.7n" size="256" crc="550f06bc" sha1="816a0fafa0b084ac11ae1af70a5186539376fc2a" region="sound1" offset="0"/>
		<rom name="xvi_1bpr.5n" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="MB88xx" clock="256000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Discrete"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10K 40K 40K"/>
			<dipvalue name="10K 50K 50K"/>
			<dipvalue name="20K 50K 50K"/>
			<dipvalue name="20K 60K 60K" default="yes"/>
			<dipvalue name="20K 70K 70K"/>
			<dipvalue name="20K 80K 80K"/>
			<dipvalue name="20K 60K"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Flags Award Bonus Life">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="129"/>
	</game>
	<game name="superpac" sourcefile="mappy.c">
		<description>Super Pac-Man</description>
		<year>1982</year>
		<manufacturer>Namco</manufacturer>
		<rom name="sp1-2.1c" size="8192" crc="4bb33d9c" sha1="dd87f71b4db090a32a6b791079eedd17580cc741" region="cpu1" offset="c000"/>
		<rom name="sp1-1.1b" size="8192" crc="846fbb4a" sha1="f6bf90281986b9b7a3ef1dbbeddb722182e84d7c" region="cpu1" offset="e000"/>
		<rom name="spc-3.1k" size="4096" crc="04445ddb" sha1="ce7d14963d5ddaefdeaf433a6f82c43cd1611d9b" region="cpu2" offset="f000"/>
		<rom name="sp1-6.3c" size="4096" crc="91c5935c" sha1="10579edabc26a0910253fab7d41b4c19ecdaaa09" region="gfx1" dispose="yes" offset="0"/>
		<rom name="spv-2.3f" size="8192" crc="670a42f2" sha1="9171922df07e31fd1dc415766f7d2cc50a9d10dc" region="gfx2" dispose="yes" offset="0"/>
		<rom name="superpac.4c" size="32" crc="9ce22c46" sha1="d97f53ef4c5ef26659a22ed0de4ce7ef3758c924" region="proms" offset="0"/>
		<rom name="superpac.4e" size="256" crc="1253c5c1" sha1="df46a90170e9761d45c90fbd04ef2aa1e8c9944b" region="proms" offset="20"/>
		<rom name="superpac.3l" size="256" crc="d4d7026f" sha1="a486573437c54bfb503424574ad82655491e85e1" region="proms" offset="120"/>
		<rom name="superpac.3m" size="256" crc="ad43688f" sha1="072f427453efb1dda8147da61804fff06e1bc4d5" region="sound1" offset="0"/>
		<chip type="cpu" name="M6809" clock="1536000"/>
		<chip type="cpu" name="M6809" clock="1536000"/>
		<chip type="audio" name="Namco 15XX" clock="24000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Rank 0-Normal" default="yes"/>
			<dipvalue name="Rank 1-Easiest"/>
			<dipvalue name="Rank 2"/>
			<dipvalue name="Rank 3"/>
			<dipvalue name="Rank 4"/>
			<dipvalue name="Rank 5"/>
			<dipvalue name="Rank 6-Medium"/>
			<dipvalue name="Rank 7"/>
			<dipvalue name="Rank 8-Default"/>
			<dipvalue name="Rank 9"/>
			<dipvalue name="Rank A"/>
			<dipvalue name="Rank B-Hardest"/>
			<dipvalue name="Rank C-Easy Auto"/>
			<dipvalue name="Rank D-Auto"/>
			<dipvalue name="Rank E-Auto"/>
			<dipvalue name="Rank F-Hard Auto"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="30k"/>
			<dipvalue name="30k 80k"/>
			<dipvalue name="30k 80k 80k"/>
			<dipvalue name="30k 100k" default="yes"/>
			<dipvalue name="30k 100k 100k"/>
			<dipvalue name="30k 120k"/>
			<dipvalue name="30k 120k 120k"/>
			<dipvalue name="None"/>
			<dipvalue name="30k"/>
			<dipvalue name="30k 100k" default="yes"/>
			<dipvalue name="30k 100k 100k"/>
			<dipvalue name="30k 120k"/>
			<dipvalue name="40k"/>
			<dipvalue name="40k 120k"/>
			<dipvalue name="40k 120k 120k"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mappy" sourcefile="mappy.c">
		<description>Mappy (US)</description>
		<year>1983</year>
		<manufacturer>Namco</manufacturer>
		<rom name="mpx_3.1d" size="8192" crc="52e6c708" sha1="b9722941438e93325e84691ada4e95620bec73b2" region="cpu1" offset="a000"/>
		<rom name="mp1_2.1c" size="8192" crc="a958a61c" sha1="e5198703cdf47b2cd7fc9f2a5fde7bf4ab2275db" region="cpu1" offset="c000"/>
		<rom name="mpx_1.1b" size="8192" crc="203766d4" sha1="1dbc4f42d4c16a08240a221bec27dcc3a8dd7461" region="cpu1" offset="e000"/>
		<rom name="mp1_4.1k" size="8192" crc="8182dd5b" sha1="f36b57f7f1e79f00b3f07afe1960bca5f5325ee2" region="cpu2" offset="e000"/>
		<rom name="mp1_5.3b" size="4096" crc="16498b9f" sha1="76610149c65f955484fef1c033ddc3fed3f4e568" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mp1_6.3m" size="8192" crc="f2d9647a" sha1="3cc216793c6a5f73c437ad2524563deb3b5e2890" region="gfx2" dispose="yes" offset="0"/>
		<rom name="mp1_7.3n" size="8192" crc="757cf2b6" sha1="8dfbf03953d5219d9eb5fc654ec3392442ba1dc4" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="mp1-5.5b" size="32" crc="56531268" sha1="2e356706c07f43eeb67783fb122bdc7fed1b3589" region="proms" offset="0"/>
		<rom name="mp1-6.4c" size="256" crc="50765082" sha1="f578e14f15783acb2073644db4a2f0d196cc0957" region="proms" offset="20"/>
		<rom name="mp1-7.5k" size="256" crc="5396bd78" sha1="2e387e5d8b8cab005f67f821b4db65d0ae8bd362" region="proms" offset="120"/>
		<rom name="mp1-3.3m" size="256" crc="16a9166a" sha1="847cbaf7c88616576c410177e066ae1d792ac0ba" region="sound1" offset="0"/>
		<chip type="cpu" name="M6809" clock="1536000"/>
		<chip type="cpu" name="M6809" clock="1536000"/>
		<chip type="audio" name="Namco 15XX" clock="24000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Rank A" default="yes"/>
			<dipvalue name="Rank B"/>
			<dipvalue name="Rank C"/>
			<dipvalue name="Rank D"/>
			<dipvalue name="Rank E"/>
			<dipvalue name="Rank F"/>
			<dipvalue name="Rank G"/>
			<dipvalue name="Rank H"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20k"/>
			<dipvalue name="20k 60k"/>
			<dipvalue name="20k 70k" default="yes"/>
			<dipvalue name="20k 70k and every 70k"/>
			<dipvalue name="20k 80k"/>
			<dipvalue name="20k 80k and every 80k"/>
			<dipvalue name="30k 100k"/>
			<dipvalue name="30k"/>
			<dipvalue name="30k 80k" default="yes"/>
			<dipvalue name="30k 100k"/>
			<dipvalue name="30k 100k and every 100k"/>
			<dipvalue name="30k 120k"/>
			<dipvalue name="40k"/>
			<dipvalue name="40k 120k and every 120k"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacland" sourcefile="pacland.c">
		<description>Pac-Land (set 1)</description>
		<year>1984</year>
		<manufacturer>Namco</manufacturer>
		<rom name="pl5_01b.bin" size="16384" crc="b0ea7631" sha1="424afa6f397310c7af39c9e8b580aa9ccd42c39c" region="cpu1" offset="8000"/>
		<rom name="pl5_02.bin" size="16384" crc="d903e84e" sha1="25338726227bfbec65847879aac5228a6a307db4" region="cpu1" offset="c000"/>
		<rom name="pl1-3" size="16384" crc="aa9fa739" sha1="7b1f7857eb5f68e166b1f8988c82051aaf05df48" region="cpu1" offset="10000"/>
		<rom name="pl1-4" size="16384" crc="2b895a90" sha1="820f8873c6a5a736089406d0f03d491dfb82d00d" region="cpu1" offset="14000"/>
		<rom name="pl1-5" size="16384" crc="7af66200" sha1="f44161ded1633e9801b7a9cd84d481e53823f5d9" region="cpu1" offset="18000"/>
		<rom name="pl3_06.bin" size="16384" crc="2ffe3319" sha1="c2540321cd5a1fe29ecb077abdf8f997893192e9" region="cpu1" offset="1c000"/>
		<rom name="pl1-7" size="8192" crc="8c5becae" sha1="14d67136395c4c64472980a69648ce2d479ae67f" region="cpu2" offset="8000"/>
		<rom name="cus60-60a1.mcu" size="4096" crc="076ea82a" sha1="22b5e62e26390d7d5cacc0503c7aa5ed524204df" region="cpu2" offset="f000"/>
		<rom name="pl2_12.bin" size="8192" crc="a63c8726" sha1="b15903fa2267375280af03af0a7157e1b0bcb86d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pl4_13.bin" size="8192" crc="3ae582fd" sha1="696b2cfadb6b071de8e43d20cd65b37713ca3b30" region="gfx2" dispose="yes" offset="0"/>
		<rom name="pl1-9" size="16384" crc="f5d5962b" sha1="8d008a9bc06dc562c241955d9c551647b5c1f4e9" region="gfx3" dispose="yes" offset="0"/>
		<rom name="pl1-8" size="16384" crc="a2ebfa4a" sha1="4a2a2b43a23a7a46266751415d1bde118143429c" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="pl1-10" size="16384" crc="c7cf1904" sha1="7ca8ed20ee32eb8609ac96b4e4fcb3b6027b598a" region="gfx3" dispose="yes" offset="8000"/>
		<rom name="pl1-11" size="16384" crc="6621361a" sha1="4efa40adba803006e86d5e12514983d4132b5efb" region="gfx3" dispose="yes" offset="c000"/>
		<rom name="pl1-2.bin" size="1024" crc="472885de" sha1="8d552c90b8d5bc6ad6c60934c00f4303cd180ce7" region="proms" offset="0"/>
		<rom name="pl1-1.bin" size="1024" crc="a78ebdaf" sha1="8ea215701eb5e1a2a329ef92c19fc69b18fc28c7" region="proms" offset="400"/>
		<rom name="pl1-5.bin" size="1024" crc="4b7ee712" sha1="dd0ec4c632d8b160f7b54d8f18fcf4ef1508d832" region="proms" offset="800"/>
		<rom name="pl1-4.bin" size="1024" crc="3a7be418" sha1="475cdc68205e3acce83fe79b00b74c6a7e28dde4" region="proms" offset="c00"/>
		<rom name="pl1-3.bin" size="1024" crc="80558da8" sha1="7e1483467817295f36d1e2bdb32934c4f2617d52" region="proms" offset="1000"/>
		<chip type="cpu" name="M6809" clock="1536000"/>
		<chip type="cpu" name="HD63701" clock="1536000"/>
		<chip type="audio" name="Namco CUS30" clock="24000"/>
		<display type="raster" rotate="0" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" service="yes">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="30K 80K 130K 300K 500K 1M" default="yes"/>
			<dipvalue name="30K 80K every 100K"/>
			<dipvalue name="30K 80K 150K"/>
			<dipvalue name="30K 100K 200K 400K 600K 1M"/>
			<dipvalue name="40K 100K 180K 300K 500K 1M"/>
			<dipvalue name="40K 100K 200K"/>
			<dipvalue name="40K"/>
			<dipvalue name="50K 150K every 200K"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="B (Easy)"/>
			<dipvalue name="A (Average)" default="yes"/>
			<dipvalue name="C (Hard)"/>
			<dipvalue name="D (Very Hard)"/>
		</dipswitch>
		<dipswitch name="Round Select">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Trip Select">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="mrdo" sourcefile="mrdo.c">
		<description>Mr. Do!</description>
		<year>1982</year>
		<manufacturer>Universal</manufacturer>
		<rom name="a4-01.bin" size="8192" crc="03dcfba2" sha1="c15e3d0c4225e0ca120bcd28aca39632575f8e11" region="cpu1" offset="0"/>
		<rom name="c4-02.bin" size="8192" crc="0ecdd39c" sha1="c64b3363593911a676c647bf3dba8fe063fcb0de" region="cpu1" offset="2000"/>
		<rom name="e4-03.bin" size="8192" crc="358f5dc2" sha1="9fed1f5d1d04935d1b77687c8b2f3bfce970dc08" region="cpu1" offset="4000"/>
		<rom name="f4-04.bin" size="8192" crc="f4190cfc" sha1="24f5125d900f944294d4eda068b710c8f1c6d39f" region="cpu1" offset="6000"/>
		<rom name="s8-09.bin" size="4096" crc="aa80c5b6" sha1="76f9f90deb74598470e7ed565237da38dd07e4e9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="u8-10.bin" size="4096" crc="d20ec85b" sha1="9762bbe34d3fa209ea719807c723f57cb6bf4e01" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="r8-08.bin" size="4096" crc="dbdc9ffa" sha1="93f29fc106283eecbba3fd69cf3c4658aa38ab9f" region="gfx2" dispose="yes" offset="0"/>
		<rom name="n8-07.bin" size="4096" crc="4b9973db" sha1="8766c51a345a5e63446e65614c6f665ab5fbe0d7" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="h5-05.bin" size="4096" crc="e1218cc5" sha1="d946613a1cf1c97f7533a4f8c2d0078d1b7daaa8" region="gfx3" dispose="yes" offset="0"/>
		<rom name="k5-06.bin" size="4096" crc="b1f68b04" sha1="25709cd81c03df51f27cd730fecf86a1daa9e27e" region="gfx3" dispose="yes" offset="1000"/>
		<rom name="u02--2.bin" size="32" crc="238a65d7" sha1="a5b20184a1989db23544296331462ec4d7be7516" region="proms" offset="0"/>
		<rom name="t02--3.bin" size="32" crc="ae263dc0" sha1="7072c100b9d692f5bb12b0c9e304425f534481e2" region="proms" offset="20"/>
		<rom name="f10--1.bin" size="32" crc="16ee4ca2" sha1="fcba4d103708b9711452009cd29c4f88d2f64cd3" region="proms" offset="40"/>
		<rom name="j10--4.bin" size="32" crc="ff7fe284" sha1="3ac8e30011c1fcba0ee8f4dc932f82296c3ba143" region="proms" offset="60"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<display type="raster" rotate="270" width="240" height="192" refresh="61.166569" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Special">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Extra">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="dorunrun" sourcefile="docastle.c">
		<description>Do! Run Run (set 1)</description>
		<year>1984</year>
		<manufacturer>Universal</manufacturer>
		<rom name="2764.p1" size="8192" crc="95c86f8e" sha1="9fe44911e0aa8d4c7299472a31c401e064d63d17" region="cpu1" offset="0"/>
		<rom name="2764.l1" size="8192" crc="e9a65ba7" sha1="fbee57d68352fd4062aac55cd1070f001714d0a3" region="cpu1" offset="4000"/>
		<rom name="2764.k1" size="8192" crc="b1195d3d" sha1="095ad2ee1f53be3203830263cb0c9efbe4710c56" region="cpu1" offset="6000"/>
		<rom name="2764.n1" size="8192" crc="6a8160d1" sha1="12101c351bf800319172c459b5e7c69cb5603806" region="cpu1" offset="8000"/>
		<rom name="27128.p7" size="16384" crc="8b06d461" sha1="2434478810c6301197997be76505f5fc6beba5d3" region="cpu2" offset="0"/>
		<rom name="bprom2.bin" size="512" crc="2747ca77" sha1="abc0ca05925974c4b852827605ee2f1caefb8524" region="cpu3" offset="200"/>
		<rom name="27128.a3" size="16384" crc="4be96dcf" sha1="f9b45e6297cbbc4d1ee2df7ac377c5daf5181b0f" region="gfx1" dispose="yes" offset="0"/>
		<rom name="2764.m4" size="8192" crc="4bb231a0" sha1="350423a1e602e23b229095021942d4b14a4736a7" region="gfx2" dispose="yes" offset="0"/>
		<rom name="2764.l4" size="8192" crc="0c08508a" sha1="1e235a0f44207c53af2c8da631e5a8e08b231258" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="2764.j4" size="8192" crc="79287039" sha1="e2e3c056f35a22e48115557e10fcd172ad2f91f1" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="2764.h4" size="8192" crc="523aa999" sha1="1d4aa0af79a2ed7b935d4ce92d978bf738f08eb3" region="gfx2" dispose="yes" offset="6000"/>
		<rom name="dorunrun.clr" size="256" crc="d5bab5d5" sha1="7a465fe30b6008793d33f6e07086c89111e1e407" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3900000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<display type="raster" rotate="0" width="240" height="192" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2" service="yes" tilt="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="1 (Beginner)" default="yes"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4 (Advanced)"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty of EXTRA">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Difficult"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Special">
			<dipvalue name="Given" default="yes"/>
			<dipvalue name="Not Given"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="258"/>
	</game>
	<game name="dkong" sourcefile="dkong.c">
		<description>Donkey Kong (US set 1)</description>
		<year>1981</year>
		<manufacturer>Nintendo of America</manufacturer>
		<rom name="c_5et_g.bin" size="4096" crc="ba70b88b" sha1="d76ebecfea1af098d843ee7e578e480cd658ac1a" region="cpu1" offset="0"/>
		<rom name="c_5ct_g.bin" size="4096" crc="5ec461ec" sha1="acb11a8fbdbb3ab46068385fe465f681e3c824bd" region="cpu1" offset="1000"/>
		<rom name="c_5bt_g.bin" size="4096" crc="1c97d324" sha1="c7966261f3a1d3296927e0b6ee1c58039fc53c1f" region="cpu1" offset="2000"/>
		<rom name="c_5at_g.bin" size="4096" crc="b9005ac0" sha1="3fe3599f6fa7c496f782053ddf7bacb453d197c4" region="cpu1" offset="3000"/>
		<rom name="s_3i_b.bin" size="2048" crc="45a4ed06" sha1="144d24464c1f9f01894eb12f846952290e6e32ef" region="cpu2" offset="0"/>
		<rom name="s_3j_b.bin" size="2048" crc="4743fe92" sha1="6c82b57637c0212a580591397e6a5a1718f19fd2" region="cpu2" offset="800"/>
		<rom name="v_5h_b.bin" size="2048" crc="12c8c95d" sha1="a57ff5a231c45252a63b354137c920a1379b70a3" region="gfx1" dispose="yes" offset="0"/>
		<rom name="v_3pt.bin" size="2048" crc="15e9c5e9" sha1="976eb1e18c74018193a35aa86cff482ebfc5cc4e" region="gfx1" dispose="yes" offset="800"/>
		<rom name="l_4m_b.bin" size="2048" crc="59f8054d" sha1="793dba9bf5a5fe76328acdfb90815c243d2a65f1" region="gfx2" dispose="yes" offset="0"/>
		<rom name="l_4n_b.bin" size="2048" crc="672e4714" sha1="92e5d379f4838ac1fa44d448ce7d142dae42102f" region="gfx2" dispose="yes" offset="800"/>
		<rom name="l_4r_b.bin" size="2048" crc="feaa59ee" sha1="ecf95db5a20098804fc8bd59232c66e2e0ed3db4" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="l_4s_b.bin" size="2048" crc="20f2ef7e" sha1="3bc482a38bf579033f50082748ee95205b0f673d" region="gfx2" dispose="yes" offset="1800"/>
		<rom name="c-2k.bpr" size="256" crc="e273ede5" sha1="b50ec9e1837c00c20fb2a4369ec7dd0358321127" region="proms" offset="0"/>
		<rom name="c-2j.bpr" size="256" crc="d6412358" sha1="f9c872da2fe8e800574ae3bf483fb3ccacc92eb3" region="proms" offset="100"/>
		<rom name="v-5e.bpr" size="256" crc="b869b8f5" sha1="c2bdccbf2654b64ea55cd589fd21323a9178a660" region="proms" offset="200"/>
		<sample name="run01.wav"/>
		<sample name="run02.wav"/>
		<sample name="run03.wav"/>
		<sample name="jump.wav"/>
		<sample name="dkstomp.wav"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="I8035" clock="400000"/>
		<chip type="audio" name="DAC"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="1" service="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="7000" default="yes"/>
			<dipvalue name="10000"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="5 Coins/1 Credit"/>
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="256"/>
	</game>
	<game name="mario" sourcefile="mario.c">
		<description>Mario Bros. (US)</description>
		<year>1983</year>
		<manufacturer>Nintendo of America</manufacturer>
		<rom name="mario.7f" size="8192" crc="c0c6e014" sha1="36a04f9ca1c2a583477cb8a6f2ef94e044e08296" region="cpu1" offset="0"/>
		<rom name="mario.7e" size="8192" crc="116b3856" sha1="e372f846d0e5a2b9b47ebd0330293fcc8a12363f" region="cpu1" offset="2000"/>
		<rom name="mario.7d" size="8192" crc="dcceb6c1" sha1="b19804e69ce2c98cf276c6055c3a250316b96b45" region="cpu1" offset="4000"/>
		<rom name="mario.7c" size="4096" crc="4a63d96b" sha1="b09060b2c84ab77cc540a27b8f932cb60ec8d442" region="cpu1" offset="f000"/>
		<rom name="tma1c-a.6k" size="4096" crc="06b9ff85" sha1="111a29bcb9cda0d935675fa26eca6b099a88427f" region="cpu2" offset="0"/>
		<rom name="mario.3f" size="4096" crc="28b0c42c" sha1="46749568aff88a28c3b6a1ac423abd1b90742a4d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mario.3j" size="4096" crc="0c8cc04d" sha1="15fae47d701dc1ef15c943cee6aa991776ecffdf" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="mario.7m" size="4096" crc="22b7372e" sha1="4a1c1e239cb6d483e76f50d7a3b941025963c6a3" region="gfx2" dispose="yes" offset="0"/>
		<rom name="mario.7n" size="4096" crc="4f3a1f47" sha1="0747d693b9482f6dd28b0bc484fd1d3e29d35654" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="mario.7p" size="4096" crc="56be6ccd" sha1="15a6e16c189d45f72761ebcbe9db5001bdecd659" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="mario.7s" size="4096" crc="56f1d613" sha1="9af6844dbaa3615433d0595e9e85e72493e31a54" region="gfx2" dispose="yes" offset="3000"/>
		<rom name="mario.7t" size="4096" crc="641f0008" sha1="589fe108c7c11278fd897f2ded8f0498bc149cfd" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="mario.7u" size="4096" crc="7baf5309" sha1="d9194ff7b89a18273d37b47228fc7fb7e2a0ed1f" region="gfx2" dispose="yes" offset="5000"/>
		<rom name="mario.4p" size="512" crc="afc9bd41" sha1="90b739c4c7f24a88b6ac5ca29b06c032906a2801" region="proms" offset="0"/>
		<sample name="ice.wav"/>
		<sample name="coin.wav"/>
		<sample name="skid.wav"/>
		<sample name="run.wav"/>
		<sample name="luigirun.wav"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="I8039" clock="730000"/>
		<chip type="audio" name="DAC"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="180" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" service="yes">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20000" default="yes"/>
			<dipvalue name="30000"/>
			<dipvalue name="40000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="256"/>
	</game>
	<game name="spclforc" sourcefile="dkong.c">
		<description>Special Forces</description>
		<year>1985</year>
		<manufacturer>Senko Industries (Magic Eletronics Inc. licence)</manufacturer>
		<rom name="27128.8f" size="16384" crc="1e9b8d26" sha1="783e733cfb5d8fa560a6e6a7b49f782abc60bb58" region="cpu1" offset="0"/>
		<rom name="2716.3n" size="2048" crc="68c28bcb" sha1="12a12cd4d639fea649f4baf40c60994fba303cf0" region="gfx1" dispose="yes" offset="0"/>
		<rom name="2716.3p" size="2048" crc="dfb18c81" sha1="a7a17b14f0c1194da1e771cd1291b59d330e4307" region="gfx1" dispose="yes" offset="800"/>
		<rom name="2732.7c" size="4096" crc="c1ea2b17" sha1="6e95b15e7fdd04023622e8c521560e47e98acf28" region="gfx2" dispose="yes" offset="0"/>
		<rom name="2732.7d" size="4096" crc="fe5501f0" sha1="ab7d1e02400659ebedfed2837823f228af017a94" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="2732.7e" size="4096" crc="f6a113bd" sha1="2f8776780284081f7858334766be6a6fde3a3371" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="2732.7f" size="4096" crc="42857a7a" sha1="267dd954480bc87f14c758803cb26b7812d323b8" region="gfx2" dispose="yes" offset="3000"/>
		<rom name="82s126.2e" size="256" crc="b3751a25" sha1="4b444e8fd02ac8674ecaba2fee083cb9feb99fa0" region="proms" offset="0"/>
		<rom name="82s126.2f" size="256" crc="1026d438" sha1="927009e6ed520c39c36c1d7966589c6778df1a3a" region="proms" offset="100"/>
		<rom name="82s126.2n" size="256" crc="9735998d" sha1="c3f50f97369547b1fd25da64507a5c8b725de6d0" region="proms" offset="200"/>
		<chip type="cpu" name="S2650" clock="1536000"/>
		<chip type="audio" name="DAC"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="1">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="40000" default="yes"/>
			<dipvalue name="50000"/>
			<dipvalue name="60000"/>
			<dipvalue name="70000"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="5 Coins/1 Credit"/>
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
		</dipswitch>
		<driver status="preliminary" emulation="good" color="good" sound="preliminary" graphic="good" savestate="supported" palettesize="256"/>
	</game>
	<game name="spcfrcii" sourcefile="dkong.c">
		<description>Special Forces II</description>
		<year>1985</year>
		<manufacturer>Senko Industries (Magic Eletronics Inc. licence)</manufacturer>
		<rom name="spfc2.8f" size="16384" crc="87f9bb6c" sha1="f432ff205336280ae11ef4b3061be48e19e07d76" region="cpu1" offset="0"/>
		<rom name="spfc2.3n" size="2048" crc="7aba051a" sha1="d9c9f9932991fbc8a2130d3025fdc027e7f89511" region="gfx1" dispose="yes" offset="0"/>
		<rom name="spfc2.3p" size="2048" crc="efeed826" sha1="d62c5c75f9c77f7313cb4a60c22368a85807a39a" region="gfx1" dispose="yes" offset="800"/>
		<rom name="spfc2.7c" size="4096" crc="c1ea2b17" sha1="6e95b15e7fdd04023622e8c521560e47e98acf28" region="gfx2" dispose="yes" offset="0"/>
		<rom name="spfc2.7d" size="4096" crc="fe5501f0" sha1="ab7d1e02400659ebedfed2837823f228af017a94" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="spfc2.7e" size="4096" crc="f6a113bd" sha1="2f8776780284081f7858334766be6a6fde3a3371" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="spfc2.7f" size="4096" crc="42857a7a" sha1="267dd954480bc87f14c758803cb26b7812d323b8" region="gfx2" dispose="yes" offset="3000"/>
		<rom name="spfc2.2e" size="256" crc="b3751a25" sha1="4b444e8fd02ac8674ecaba2fee083cb9feb99fa0" region="proms" offset="0"/>
		<rom name="spfc2.2f" size="256" crc="1026d438" sha1="927009e6ed520c39c36c1d7966589c6778df1a3a" region="proms" offset="100"/>
		<rom name="spfc2.2n" size="256" crc="9735998d" sha1="c3f50f97369547b1fd25da64507a5c8b725de6d0" region="proms" offset="200"/>
		<chip type="cpu" name="S2650" clock="1536000"/>
		<chip type="audio" name="DAC"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="1">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="40000" default="yes"/>
			<dipvalue name="50000"/>
			<dipvalue name="60000"/>
			<dipvalue name="70000"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="5 Coins/1 Credit"/>
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
		</dipswitch>
		<driver status="preliminary" emulation="good" color="good" sound="preliminary" graphic="good" savestate="supported" palettesize="256"/>
	</game>
	<game name="suprmrio" sourcefile="vsnes.c">
		<description>Vs. Super Mario Bros.</description>
		<year>1986</year>
		<manufacturer>Nintendo</manufacturer>
		<rom name="mds-sm4.1d" size="8192" crc="be4d5436" sha1="08162a7c987f1939d09bebdb676f596c86abf465" region="cpu1" offset="8000"/>
		<rom name="mds-sm4.1c" size="8192" crc="0011fc5a" sha1="5c2c49938a12affc03e64e5bdab307998be20020" region="cpu1" offset="a000"/>
		<rom name="mds-sm4.1b" size="8192" crc="b1b87893" sha1="8563ceaca664cf4495ef1020c07179ca7e4af9f3" region="cpu1" offset="c000"/>
		<rom name="mds-sm4.1a" size="8192" crc="1abf053c" sha1="f17db88ce0c9bf1ed88dc16b9650f11d10835cec" region="cpu1" offset="e000"/>
		<rom name="mds-sm4.2b" size="8192" crc="42418d40" sha1="22ab61589742cfa4cc6856f7205d7b4b8310bc4d" region="gfx1" offset="0"/>
		<rom name="mds-sm4.2a" size="8192" crc="15506b86" sha1="69ecf7a3cc8bf719c1581ec7c0d68798817d416f" region="gfx1" offset="2000"/>
		<chip type="cpu" name="N2A03" clock="1789772"/>
		<chip type="audio" name="N2A03" clock="1789772"/>
		<chip type="audio" name="DAC"/>
		<display type="raster" rotate="0" width="256" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coinage">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="100" default="yes"/>
			<dipvalue name="150"/>
			<dipvalue name="200"/>
			<dipvalue name="250"/>
		</dipswitch>
		<dipswitch name="Timer">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Fast"/>
		</dipswitch>
		<dipswitch name="Continue Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="512"/>
	</game>
	<game name="shollow" sourcefile="mcr.c">
		<description>Satan's Hollow (set 1)</description>
		<year>1981</year>
		<manufacturer>Bally Midway</manufacturer>
		<rom name="sh-pro.00" size="8192" crc="95e2b800" sha1="8781295e21e5202288293fb9eb558cb1835b11ea" region="cpu1" offset="0"/>
		<rom name="sh-pro.01" size="8192" crc="b99f6ff8" sha1="575cdba5bf9965c7765ce913a3376c7ba36b8291" region="cpu1" offset="2000"/>
		<rom name="sh-pro.02" size="8192" crc="1202c7b2" sha1="ebae4711f124a34f19305da16657ece805e1da26" region="cpu1" offset="4000"/>
		<rom name="sh-pro.03" size="8192" crc="0a64afb9" sha1="3ac6660d2b0166c58ec4fecfe37ce36e545064df" region="cpu1" offset="6000"/>
		<rom name="sh-pro.04" size="8192" crc="22fa9175" sha1="fd8ea76b3a7ffaf48fc11dd3b7c58e548e3e57c5" region="cpu1" offset="8000"/>
		<rom name="sh-pro.05" size="8192" crc="1716e2bb" sha1="771e4c20d63e4e1d99723e6355db67064a278ae5" region="cpu1" offset="a000"/>
		<rom name="sh-snd.01" size="4096" crc="55a297cc" sha1="b34f37fca61cdba26b5671feee991d133b8697a4" region="cpu2" offset="0"/>
		<rom name="sh-snd.02" size="4096" crc="46fc31f6" sha1="9b1a56962b2d210b1013bc35de780c6d5b3eb4bc" region="cpu2" offset="1000"/>
		<rom name="sh-snd.03" size="4096" crc="b1f4a6a8" sha1="ba724f9cc0cc35dd31d4ad8b36a51da9d6cbfbcf" region="cpu2" offset="2000"/>
		<rom name="sh-bg.00" size="8192" crc="3e2b333c" sha1="b4347d0b3d6149e94da4a38684c0fab931e76cc5" region="gfx1" dispose="yes" offset="0"/>
		<rom name="sh-bg.01" size="8192" crc="d1d70cc4" sha1="550e2e8c0bcbf7913b218fe48cd3324622c8d0f4" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="sh-fg.00" size="8192" crc="33f4554e" sha1="88dd803158d3c65429b79d2aaf8334130315aa93" region="gfx2" dispose="yes" offset="0"/>
		<rom name="sh-fg.01" size="8192" crc="ba1a38b4" sha1="cee5f0a66e40c779f1bfbb4bfafe5301385e7dae" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="sh-fg.02" size="8192" crc="6b57f6da" sha1="71165df59dd5ca037116dc0f46fd4f6aac6dbfd1" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="sh-fg.03" size="8192" crc="37ea9d07" sha1="82e006b01ee12390308be530d4b68fc2404b6b91" region="gfx2" dispose="yes" offset="6000"/>
		<rom name="82s123.12d" size="32" crc="e1281ee9" sha1="9ac9b01d24affc0ee9227a4364c4fd8f8290343a" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="2496000"/>
		<chip type="cpu" name="Z80" clock="2000000"/>
		<chip type="audio" name="AY8910" clock="2000000"/>
		<chip type="audio" name="AY8910" clock="2000000"/>
		<display type="raster" rotate="90" width="512" height="480" refresh="30.000000" />
		<sound channels="2"/>
		<input players="2" buttons="2" coins="2" tilt="yes">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Meters">
			<dipvalue name="1" default="yes"/>
			<dipvalue name="2"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="64"/>
	</game>
	<game name="tron" sourcefile="mcr.c">
		<description>Tron (set 1)</description>
		<year>1982</year>
		<manufacturer>Bally Midway</manufacturer>
		<rom name="scpu_pga.bin" size="8192" crc="5151770b" sha1="26f4d830de7be228528e462dd628f439629a2641" region="cpu1" offset="0"/>
		<rom name="scpu_pgb.bin" size="8192" crc="8ddf8717" sha1="e0c294afa8ba0b0ba89e3e0fb3ff6d8fc4398e32" region="cpu1" offset="2000"/>
		<rom name="scpu_pgc.bin" size="8192" crc="4241e3a0" sha1="24c1bd2f31e194542571c391c5dccf21354115c2" region="cpu1" offset="4000"/>
		<rom name="scpu_pgd.bin" size="8192" crc="035d2fe7" sha1="1b827ca30a439d2f4cc94fcc0e90ee0cf87e018c" region="cpu1" offset="6000"/>
		<rom name="scpu_pge.bin" size="8192" crc="24c185d8" sha1="45ac7c53f6f4eba5c7bf3fc6559cddd3821eddad" region="cpu1" offset="8000"/>
		<rom name="scpu_pgf.bin" size="8192" crc="38c4bbaf" sha1="a7cd496ce75199b8279ea963520cf70d5f562bb2" region="cpu1" offset="a000"/>
		<rom name="ssi_0a.bin" size="4096" crc="765e6eba" sha1="42efeefc8571dfc237c0be3368248f1e56add92e" region="cpu2" offset="0"/>
		<rom name="ssi_0b.bin" size="4096" crc="1b90ccdd" sha1="0876e5eeaa63bb8cc97f3634a6ddd8a29a9b012f" region="cpu2" offset="1000"/>
		<rom name="ssi_0c.bin" size="4096" crc="3a4bc629" sha1="ce8452a99a313ae7429de471bbea39de08c9fd4b" region="cpu2" offset="2000"/>
		<rom name="scpu_bgg.bin" size="8192" crc="1a9ed2f5" sha1="b0d85b47873ac8ad475da18b9540d37232cb2b7c" region="gfx1" dispose="yes" offset="0"/>
		<rom name="scpu_bgh.bin" size="8192" crc="3220f974" sha1="a38ea5f1db27f05d9689db838ce7a8de98f34837" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="vg_3.bin" size="8192" crc="bc036d1d" sha1="c5d54d0b80ac768ccf6fdd32cad1ef6359fa324c" region="gfx2" dispose="yes" offset="0"/>
		<rom name="vg_2.bin" size="8192" crc="58ee14d3" sha1="5fb4268c9c73bdfc3b1e866618979aea3f219bbc" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="vg_1.bin" size="8192" crc="3329f9d4" sha1="11f4d744374e475d2c5b195a9f70888414529dd3" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="vg_0.bin" size="8192" crc="9743f873" sha1="71ed80ecd8caaf9fce1d7010f95c4678c9bd7102" region="gfx2" dispose="yes" offset="6000"/>
		<rom name="82s123.d12" size="32" crc="e1281ee9" sha1="9ac9b01d24affc0ee9227a4364c4fd8f8290343a" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="2496000"/>
		<chip type="cpu" name="Z80" clock="2000000"/>
		<chip type="audio" name="AY8910" clock="2000000"/>
		<chip type="audio" name="AY8910" clock="2000000"/>
		<display type="raster" rotate="90" width="512" height="480" refresh="30.000000" />
		<sound channels="2"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy8way"/>
			<control type="dial" minimum="0" maximum="255" sensitivity="50" keydelta="10" reverse="yes"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Meters">
			<dipvalue name="1"/>
			<dipvalue name="2" default="yes"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="64"/>
	</game>
	<game name="tapper" sourcefile="mcr.c">
		<description>Tapper (Budweiser)</description>
		<year>1983</year>
		<manufacturer>Bally Midway</manufacturer>
		<rom name="tappg0.bin" size="16384" crc="127171d1" sha1="373e9a9d73b71e100c02862662d025f5ead2f94d" region="cpu1" offset="0"/>
		<rom name="tappg1.bin" size="16384" crc="9d6a47f7" sha1="e493e46fc70a765e54bfdd7ba7ca570e6a5c79d6" region="cpu1" offset="4000"/>
		<rom name="tappg2.bin" size="16384" crc="3a1f8778" sha1="cb46a2248289ced7282b1463f433dcb970c42c1a" region="cpu1" offset="8000"/>
		<rom name="tappg3.bin" size="8192" crc="e8dcdaa4" sha1="45bf1571a2418c7dc00ccc7061a3e04e65cb6bff" region="cpu1" offset="c000"/>
		<rom name="tapsnda7.bin" size="4096" crc="0e8bb9d5" sha1="9e281c340b7702523c86d56317efad9e3688e585" region="cpu2" offset="0"/>
		<rom name="tapsnda8.bin" size="4096" crc="0cf0e29b" sha1="14334b9d2bfece3fe5bda0cbd53158ead8d27e53" region="cpu2" offset="1000"/>
		<rom name="tapsnda9.bin" size="4096" crc="31eb6dc6" sha1="b38bba5f12516d899e023f99147868e3402fbd7b" region="cpu2" offset="2000"/>
		<rom name="tapsda10.bin" size="4096" crc="01a9be6a" sha1="0011407c1e886071282808c0a561789b1245a789" region="cpu2" offset="3000"/>
		<rom name="tapbg1.bin" size="16384" crc="2a30238c" sha1="eb30b9bb654324340f0fc5b44776ac2440c1e869" region="gfx1" dispose="yes" offset="0"/>
		<rom name="tapbg0.bin" size="16384" crc="394ab576" sha1="23e29ec942e1e7516ae8068837af2d1c79592378" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="tapfg1.bin" size="16384" crc="32509011" sha1="a38667573d235efe2dc515e52af05825fe4e0f30" region="gfx2" dispose="yes" offset="0"/>
		<rom name="tapfg0.bin" size="16384" crc="8412c808" sha1="2077f79177fda26f9c674b2ab525ec3833802059" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="tapfg3.bin" size="16384" crc="818fffd4" sha1="930142dd73fb30c4d3ec09a1e37517c6c6774024" region="gfx2" dispose="yes" offset="8000"/>
		<rom name="tapfg2.bin" size="16384" crc="67e37690" sha1="d553b8517c1d03a2be0b065f4da2fa99d9e6fb30" region="gfx2" dispose="yes" offset="c000"/>
		<rom name="tapfg5.bin" size="16384" crc="800f7c8a" sha1="8aead89e1adaee5f0b679661c4bfba36e0d639e8" region="gfx2" dispose="yes" offset="10000"/>
		<rom name="tapfg4.bin" size="16384" crc="32674ee6" sha1="402c166d50b4a693959b3f0706a7931a5daef6ce" region="gfx2" dispose="yes" offset="14000"/>
		<rom name="tapfg7.bin" size="16384" crc="070b4c81" sha1="95879a455ecfe2e3de7fe2a75078f9e6934960f5" region="gfx2" dispose="yes" offset="18000"/>
		<rom name="tapfg6.bin" size="16384" crc="a37aef36" sha1="a24696f16d467d9eea4f25aef5f4c5ff55bf51ff" region="gfx2" dispose="yes" offset="1c000"/>
		<rom name="5784" size="32" crc="e1281ee9" sha1="9ac9b01d24affc0ee9227a4364c4fd8f8290343a" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="5000000"/>
		<chip type="cpu" name="Z80" clock="2000000"/>
		<chip type="audio" name="AY8910" clock="2000000"/>
		<chip type="audio" name="AY8910" clock="2000000"/>
		<display type="raster" rotate="0" width="512" height="480" refresh="30.000000" />
		<sound channels="2"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coin Meters">
			<dipvalue name="1" default="yes"/>
			<dipvalue name="2"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="64"/>
	</game>
	<game name="mpatrol" sourcefile="mpatrol.c">
		<description>Moon Patrol</description>
		<year>1982</year>
		<manufacturer>Irem</manufacturer>
		<rom name="mpa-1.3m" size="4096" crc="5873a860" sha1="8c03726d6e049c3edbc277440184e31679f78258" region="cpu1" offset="0"/>
		<rom name="mpa-2.3l" size="4096" crc="f4b85974" sha1="dfb2efb57378a20af6f20569f4360cde95596f93" region="cpu1" offset="1000"/>
		<rom name="mpa-3.3k" size="4096" crc="2e1a598c" sha1="112c3c9678db8a8540a8df3708020c87fd10c91b" region="cpu1" offset="2000"/>
		<rom name="mpa-4.3j" size="4096" crc="dd05b587" sha1="727961b0dafa4a96b580d51013336db2a18aff1e" region="cpu1" offset="3000"/>
		<rom name="mp-s1.1a" size="4096" crc="561d3108" sha1="4998c68a9e9a8002251fa8f07aa1082444a9dc80" region="cpu2" offset="f000"/>
		<rom name="mpe-5.3e" size="4096" crc="e3ee7f75" sha1="b03d0d56150d3e9da4a4c871338097b4f450b649" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mpe-4.3f" size="4096" crc="cca6d023" sha1="fecb3059fb09897a096add9452b50aec55c07545" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="mpb-2.3m" size="4096" crc="707ace5e" sha1="93c682e13e74bce29ced3a87bffb29569c114c3b" region="gfx2" dispose="yes" offset="0"/>
		<rom name="mpb-1.3n" size="4096" crc="9b72133a" sha1="1393ef92ae1ad58a4b62ca1660c0793d30a8b5e2" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="mpe-1.3l" size="4096" crc="c46a7f72" sha1="8bb7c9acaf6833fb6c0575b015991b873a305a84" region="gfx3" dispose="yes" offset="0"/>
		<rom name="mpe-2.3k" size="4096" crc="c7aa1fb0" sha1="14c6c76e1d0db2c0745e5d6d33ea6945fac8e9ee" region="gfx4" dispose="yes" offset="0"/>
		<rom name="mpe-3.3h" size="4096" crc="a0919392" sha1="8a090cb8d483a3d67c7360058e3fdd70e151cd62" region="gfx5" dispose="yes" offset="0"/>
		<rom name="mpc-4.2a" size="512" crc="07f99284" sha1="dfc52958f2520e1ce4446dd4c84c91413bbacf76" region="proms" offset="0"/>
		<rom name="mpc-3.1m" size="32" crc="6a57eff2" sha1="2d1c12dab5915da2ccd466e39436c88be434d634" region="proms" offset="200"/>
		<rom name="mpc-1.1f" size="32" crc="26979b13" sha1="8c41a8cce4f3384c392a9f7a223a50d7be0e14a5" region="proms" offset="220"/>
		<rom name="mpc-2.2h" size="256" crc="7ae4cd97" sha1="bc0662fac82ffe65f02092d912b2c2b0c7a8ac2b" region="proms" offset="240"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="M6803" clock="894886"/>
		<chip type="audio" name="AY8910" clock="894886"/>
		<chip type="audio" name="AY8910" clock="894886"/>
		<chip type="audio" name="MSM5205" clock="384000"/>
		<chip type="audio" name="MSM5205" clock="384000"/>
		<display type="raster" rotate="0" width="240" height="248" refresh="57.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="3">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000 30000 50000" default="yes"/>
			<dipvalue name="20000 40000 60000"/>
			<dipvalue name="10000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coin Mode">
			<dipvalue name="Mode 1" default="yes"/>
			<dipvalue name="Mode 2"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Stop Mode (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Sector Selection (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Invulnerability (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coinage Mode 1">
			<dipvalue name="7 Coins/1 Credit"/>
			<dipvalue name="6 Coins/1 Credit"/>
			<dipvalue name="5 Coins/1 Credit"/>
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
			<dipvalue name="1 Coin/8 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Coin A  Mode 2">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Coin B  Mode 2">
			<dipvalue name="1 Coin/2 Credits" default="yes"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="576"/>
	</game>
	<game name="qbert" sourcefile="gottlieb.c">
		<description>Q*bert (US set 1)</description>
		<year>1982</year>
		<manufacturer>Gottlieb</manufacturer>
		<rom name="qb-rom2.bin" size="8192" crc="fe434526" sha1="4cfc5d52dd6c82163e035af82d6112c0c93a3797" region="cpu1" offset="a000"/>
		<rom name="qb-rom1.bin" size="8192" crc="55635447" sha1="ca6acdef1c9e06b33efe1f0a2df2dfb03723cfbe" region="cpu1" offset="c000"/>
		<rom name="qb-rom0.bin" size="8192" crc="8e318641" sha1="7f8f66d1e6a7905e93cce07fc92e8801370b7194" region="cpu1" offset="e000"/>
		<rom name="qb-snd1.bin" size="2048" crc="15787c07" sha1="8b7d03fbf2ebaa71b3a7e2f636a0d1bb9b796e43" region="cpu2" offset="f000"/>
		<rom name="qb-snd2.bin" size="2048" crc="58437508" sha1="09d8053e7e99679b602dcda230d64db7fe6cb7f5" region="cpu2" offset="f800"/>
		<rom name="qb-bg0.bin" size="4096" crc="7a9ba824" sha1="12aa6df499eb6996ee35f56acac403ff6290f844" region="gfx1" dispose="yes" offset="0"/>
		<rom name="qb-bg1.bin" size="4096" crc="22e5b891" sha1="5bb67e333255c0ea679ab4312256a8a71a950db8" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="qb-fg3.bin" size="8192" crc="dd436d3a" sha1="ae16087a6ceec84551b5d7aae4036e0ed432cbb7" region="gfx2" dispose="yes" offset="0"/>
		<rom name="qb-fg2.bin" size="8192" crc="f69b9483" sha1="06894a1474c79c1274efbd32d7371179e7e0a661" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="qb-fg1.bin" size="8192" crc="224e8356" sha1="f7f26b879aa8b964ff6311136ed8157e44de736c" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="qb-fg0.bin" size="8192" crc="2f695b85" sha1="807d16459838f129e10b913890bbc95065d5dd40" region="gfx2" dispose="yes" offset="6000"/>
		<sample name="fx_17a.wav"/>
		<sample name="fx_17b.wav"/>
		<sample name="fx_17c.wav"/>
		<sample name="fx_17d.wav"/>
		<sample name="fx_17e.wav"/>
		<sample name="fx_17f.wav"/>
		<sample name="fx_17g.wav"/>
		<sample name="fx_17h.wav"/>
		<sample name="fx_18a.wav"/>
		<sample name="fx_18b.wav"/>
		<sample name="fx_18c.wav"/>
		<sample name="fx_18d.wav"/>
		<sample name="fx_18e.wav"/>
		<sample name="fx_18f.wav"/>
		<sample name="fx_18g.wav"/>
		<sample name="fx_18h.wav"/>
		<sample name="fx_19a.wav"/>
		<sample name="fx_19b.wav"/>
		<sample name="fx_19c.wav"/>
		<sample name="fx_19d.wav"/>
		<sample name="fx_19e.wav"/>
		<sample name="fx_19f.wav"/>
		<sample name="fx_19g.wav"/>
		<sample name="fx_19h.wav"/>
		<sample name="fx_20a.wav"/>
		<sample name="fx_20b.wav"/>
		<sample name="fx_20c.wav"/>
		<sample name="fx_20d.wav"/>
		<sample name="fx_20e.wav"/>
		<sample name="fx_20f.wav"/>
		<sample name="fx_20g.wav"/>
		<sample name="fx_20h.wav"/>
		<sample name="fx_21a.wav"/>
		<sample name="fx_21b.wav"/>
		<sample name="fx_21c.wav"/>
		<sample name="fx_21d.wav"/>
		<sample name="fx_21e.wav"/>
		<sample name="fx_21f.wav"/>
		<sample name="fx_21g.wav"/>
		<sample name="fx_21h.wav"/>
		<sample name="fx_22.wav"/>
		<sample name="fx_23.wav"/>
		<sample name="fx_28.wav"/>
		<sample name="fx_36.wav"/>
		<sample name="knocker.wav"/>
		<chip type="cpu" name="I8086" clock="5000000"/>
		<chip type="cpu" name="M6502" clock="894886"/>
		<chip type="audio" name="DAC"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="270" width="256" height="240" refresh="61.000000" />
		<sound channels="1"/>
		<input players="2" coins="2" service="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Kicker">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Auto Round Advance (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="SW5">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="SW7">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="SW8">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="16"/>
	</game>
	<game name="bublbobl" sourcefile="bublbobl.c">
		<description>Bubble Bobble</description>
		<year>1986</year>
		<manufacturer>Taito Corporation</manufacturer>
		<rom name="a78-06-1.51" size="32768" crc="567934b6" sha1="b0c4d49fd551f465d148c25c3e80b278835e2f0d" region="cpu1" offset="0"/>
		<rom name="a78-05-1.52" size="65536" crc="9f8ee242" sha1="924150d4e7e087a9b2b0a294c2d0e9903a266c6c" region="cpu1" offset="10000"/>
		<rom name="a78-08.37" size="32768" crc="ae11a07b" sha1="af7a335c8da637103103cc274e077f123908ebb7" region="cpu2" offset="0"/>
		<rom name="a78-07.46" size="32768" crc="4f9a26e8" sha1="3105b34b88a7134493c2b3f584729f8b0407a011" region="cpu3" offset="0"/>
		<rom name="a78-01.17" size="4096" crc="b1bfb53d" sha1="31b8f31acd3aa394acd80db362774749842e1285" region="cpu4" offset="f000"/>
		<rom name="a78-09.12" size="32768" crc="20358c22" sha1="2297af6c53d5807bf90a8e081075b8c72a994fc5" region="gfx1" dispose="yes" offset="0"/>
		<rom name="a78-10.13" size="32768" crc="930168a9" sha1="fd358c3c3b424bca285f67a1589eb98a345ff670" region="gfx1" dispose="yes" offset="8000"/>
		<rom name="a78-11.14" size="32768" crc="9773e512" sha1="33c1687ee575d66bf0e98add45d06da827813765" region="gfx1" dispose="yes" offset="10000"/>
		<rom name="a78-12.15" size="32768" crc="d045549b" sha1="0c12077d3ddc2ce6aa45a0224ad5540f3f218446" region="gfx1" dispose="yes" offset="18000"/>
		<rom name="a78-13.16" size="32768" crc="d0af35c5" sha1="c5a89f4d73acc0db86654540b3abfd77b3757db5" region="gfx1" dispose="yes" offset="20000"/>
		<rom name="a78-14.17" size="32768" crc="7b5369a8" sha1="1307b26d80e6f36ebe6c442bebec41d20066eaf9" region="gfx1" dispose="yes" offset="28000"/>
		<rom name="a78-15.30" size="32768" crc="6b61a413" sha1="44eddf12fb46fceca2addbe6da929aaea7636b13" region="gfx1" dispose="yes" offset="40000"/>
		<rom name="a78-16.31" size="32768" crc="b5492d97" sha1="d5b045e3ebaa44809757a4220cefb3c6815470da" region="gfx1" dispose="yes" offset="48000"/>
		<rom name="a78-17.32" size="32768" crc="d69762d5" sha1="3326fef4e0bd86681a3047dc11886bb171ecb609" region="gfx1" dispose="yes" offset="50000"/>
		<rom name="a78-18.33" size="32768" crc="9f243b68" sha1="32dce8d311a4be003693182a999e4053baa6bb0a" region="gfx1" dispose="yes" offset="58000"/>
		<rom name="a78-19.34" size="32768" crc="66e9438c" sha1="b94e62b6fbe7f4e08086d0365afc5cff6e0ccafd" region="gfx1" dispose="yes" offset="60000"/>
		<rom name="a78-20.35" size="32768" crc="9ef863ad" sha1="29f91b5a3765e4d6e6c3382db1d8d8297b6e56c8" region="gfx1" dispose="yes" offset="68000"/>
		<rom name="a71-25.41" size="256" crc="2d0f8545" sha1="089c31e2f614145ef2743164f7b52ae35bc06808" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="6000000"/>
		<chip type="cpu" name="Z80" clock="6000000"/>
		<chip type="cpu" name="Z80" clock="3000000"/>
		<chip type="cpu" name="M6801" clock="1000000"/>
		<chip type="audio" name="YM2203" clock="3000000"/>
		<chip type="audio" name="YM3526" clock="3000000"/>
		<display type="raster" rotate="0" width="256" height="224" refresh="59.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2" tilt="yes">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Mode">
			<dipvalue name="Game, English" default="yes"/>
			<dipvalue name="Game, Japanese"/>
			<dipvalue name="Test (Grid and Inputs)"/>
			<dipvalue name="Test (RAM and Sound)"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Very Hard"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20K 80K 300K"/>
			<dipvalue name="30K 100K 400K" default="yes"/>
			<dipvalue name="40K 200K 500K"/>
			<dipvalue name="50K 250K 500K"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="ROM Type">
			<dipvalue name="IC52=512kb, IC53=none" default="yes"/>
			<dipvalue name="IC52=256kb, IC53=256kb"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="arkanoid" sourcefile="arkanoid.c">
		<description>Arkanoid (World)</description>
		<year>1986</year>
		<manufacturer>Taito Corporation Japan</manufacturer>
		<rom name="a75-01-1.rom" size="32768" crc="5bcda3b0" sha1="52cadd38b5f8e8856f007a9c602d6b508f30be65" region="cpu1" offset="0"/>
		<rom name="a75-11.rom" size="32768" crc="eafd7191" sha1="d2f8843b716718b1de209e97a874e8ce600f3f87" region="cpu1" offset="8000"/>
		<rom name="arkanoid.uc" size="2048" crc="515d77b6" sha1="a302937683d11f663abd56a2fd7c174374e4d7fb" region="cpu2" offset="0"/>
		<rom name="a75-03.rom" size="32768" crc="038b74ba" sha1="ac053cc4908b4075f918748b89570e07a0ba5116" region="gfx1" dispose="yes" offset="0"/>
		<rom name="a75-04.rom" size="32768" crc="71fae199" sha1="5d253c46ccf4cd2976a5fb8b8713f0f345443d06" region="gfx1" dispose="yes" offset="8000"/>
		<rom name="a75-05.rom" size="32768" crc="c76374e2" sha1="7520dd48de20db60a2038f134dcaa454988e7874" region="gfx1" dispose="yes" offset="10000"/>
		<rom name="a75-07.bpr" size="512" crc="0af8b289" sha1="6bc589e8a609b4cf450aebedc8ce02d5d45c970f" region="proms" offset="0"/>
		<rom name="a75-08.bpr" size="512" crc="abb002fb" sha1="c14f56b8ef103600862e7930709d293b0aa97a73" region="proms" offset="200"/>
		<rom name="a75-09.bpr" size="512" crc="a7c6c277" sha1="adaa003dcd981576ea1cc5f697d709b2d6b2ea29" region="proms" offset="400"/>
		<chip type="cpu" name="Z80" clock="6000000"/>
		<chip type="cpu" name="M68705" clock="500000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="dial" minimum="0" maximum="255" sensitivity="30" keydelta="15"/>
		</input>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20K 60K 60K+" default="yes"/>
			<dipvalue name="20K"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="512"/>
	</game>
	<game name="volfied" sourcefile="volfied.c">
		<description>Volfied (World)</description>
		<year>1989</year>
		<manufacturer>Taito Corporation Japan</manufacturer>
		<rom name="c04-12-1.30" size="65536" crc="afb6a058" sha1="fca488e86725a0a673332afeb0002f0e77ef2dbf" region="cpu1" offset="0"/>
		<rom name="c04-08-1.10" size="65536" crc="19f7e66b" sha1="51b5d0d00ec398ed717154286bec24b05c3f81b8" region="cpu1" offset="1"/>
		<rom name="c04-11-1.29" size="65536" crc="1aaf6e9b" sha1="4be643283dc78eb57e9fe4c5afebdc427e4354e8" region="cpu1" offset="20000"/>
		<rom name="c04-25-1.9" size="65536" crc="b39e04f9" sha1="7ae2cfbea30bc510e3ed6d2de8281bdfb0d75182" region="cpu1" offset="20001"/>
		<rom name="c04-20.7" size="131072" crc="0aea651f" sha1="a438a37ec9dc764c841561608924da158ddde66f" region="cpu1" offset="80000"/>
		<rom name="c04-22.9" size="131072" crc="f405d465" sha1="67f6a4baf640dc74d9534ffda790f76677e944e8" region="cpu1" offset="80001"/>
		<rom name="c04-19.6" size="131072" crc="231493ae" sha1="2658e6556fd0e75ddd0f0b8628cfa5237c187a06" region="cpu1" offset="c0000"/>
		<rom name="c04-21.8" size="131072" crc="8598d38e" sha1="4ec1b819586b50e2f6aff2aaa5e3b06704b9bec2" region="cpu1" offset="c0001"/>
		<rom name="c04-16.2" size="131072" crc="8c2476ef" sha1="972ddc8e47a669f1aeca67d02b4a0bed867ddb7d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="c04-18.4" size="131072" crc="7665212c" sha1="b816ac2a95ee273aaf90991f53766d7f0d5d9238" region="gfx1" dispose="yes" offset="1"/>
		<rom name="c04-15.1" size="131072" crc="7c50b978" sha1="aa9cad5f09f5d9dceaf4e06bcd347f1d5d02d292" region="gfx1" dispose="yes" offset="40000"/>
		<rom name="c04-17.3" size="131072" crc="c62fdeb8" sha1="a9f6ca8335071169d772e65a9f5315a22a310b25" region="gfx1" dispose="yes" offset="40001"/>
		<rom name="c04-10.15" size="65536" crc="429b6b49" sha1="dcb0c8bc9d67643d96b2ffdf5ccd747318704c37" region="gfx1" dispose="yes" offset="80000"/>
		<rom name="c04-09.14" size="65536" crc="c78cf057" sha1="097982e57b1d20fbdf21986c23684adefe6f1ce1" region="gfx1" dispose="yes" offset="80001"/>
		<rom name="c04-06.71" size="32768" crc="b70106b2" sha1="d71062f9d9b11492e13fc93982b95883f564f902" region="cpu2" offset="0"/>
		<chip type="cpu" name="68000" clock="8000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2203" clock="4000000"/>
		<display type="raster" rotate="270" width="320" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="1 Coin/2 Credits" default="yes"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20k,40k,120k,480k,2400k"/>
			<dipvalue name="50k,150k,600k,3000k" default="yes"/>
			<dipvalue name="70k,280k,1400k"/>
			<dipvalue name="100k,500k"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Infinite Lives (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="Japanese"/>
			<dipvalue name="English" default="yes"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="8192"/>
	</game>
	<game name="pbobble" sourcefile="taito_b.c">
		<description>Puzzle Bobble (Japan, B-System)</description>
		<year>1994</year>
		<manufacturer>Taito Corporation</manufacturer>
		<rom name="pb-1c18.bin" size="262144" crc="5de14f49" sha1="91d537748f26e19a5c32de4b8dad341750de39ef" region="cpu1" offset="0"/>
		<rom name="pb-ic2.bin" size="262144" crc="2abe07d1" sha1="2bb78b606a7341d74cced0447f8bd5ccc635cc4c" region="cpu1" offset="1"/>
		<rom name="pb-ic27.bin" size="131072" crc="26efa4c4" sha1="795af8f6d23c2cbe2c811ec9ab1f14a4eee3f99e" region="cpu2" offset="0"/>
		<rom name="pb-ic14.bin" size="524288" crc="55f90ea4" sha1="793c79e5b72171124368ad09dd31235252c541f5" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pb-ic9.bin" size="524288" crc="3253aac9" sha1="916d85aa96e2914630833292a0655b0389b4a39b" region="gfx1" dispose="yes" offset="80000"/>
		<rom name="pb-ic15.bin" size="1048576" crc="0840cbc4" sha1="1adbd7aef44fa80832f63dfb8efdf69fd7256a57" region="sound1" offset="0"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610B" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="4" buttons="3" coins="4" service="yes" tilt="yes">
			<control type="joy8way"/>
		</input>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="4096"/>
	</game>
	<game name="liquidk" sourcefile="taito_f2.c">
		<description>Liquid Kids (World)</description>
		<year>1990</year>
		<manufacturer>Taito Corporation Japan</manufacturer>
		<rom name="c49-09.12" size="131072" crc="6ae09eb9" sha1="0f2527a1b231ecf8c6a937bf56d1245fdd270695" region="cpu1" offset="0"/>
		<rom name="c49-11.14" size="131072" crc="42d2be6e" sha1="c7953af2a561159d739d05dc06a4c905b6c40e64" region="cpu1" offset="1"/>
		<rom name="c49-10.13" size="131072" crc="50bef2e0" sha1="54afd46dde81ac0fc272417c53aba1e9e8c90606" region="cpu1" offset="40000"/>
		<rom name="c49-12.15" size="131072" crc="cb16bad5" sha1="900c28761200f261cb217f09f492895753ef16f7" region="cpu1" offset="40001"/>
		<rom name="lk_scr.bin" size="524288" crc="c3364f9b" sha1="3512a8c352df8b8f19590c859afb8fdec758eb91" region="gfx1" dispose="yes" offset="0"/>
		<rom name="lk_obj0.bin" size="524288" crc="67cc3163" sha1="f898d52c136f07497ec6be214f016cbadc700055" region="gfx2" dispose="yes" offset="0"/>
		<rom name="lk_obj1.bin" size="524288" crc="d2400710" sha1="082aa0336dbc066d8bb0dd6eb362340f49e87b67" region="gfx2" dispose="yes" offset="80000"/>
		<rom name="c49-08.9" size="65536" crc="413c310c" sha1="cecb1c0c9fe3c8b744f95ce29009650a289107ab" region="cpu2" offset="0"/>
		<rom name="lk_snd.bin" size="524288" crc="474d45a4" sha1="20cb818d753a185973098007e645f1aa75c5528d" region="sound1" offset="0"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="60.000000" />
		<sound channels="2"/>
		<input players="2" buttons="2" coins="2" tilt="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="1 Coin/2 Credits" default="yes"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="30k and 100k" default="yes"/>
			<dipvalue name="30k and 150k"/>
			<dipvalue name="50k and 250k"/>
			<dipvalue name="50k and 350k"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Upright Controls">
			<dipvalue name="Single"/>
			<dipvalue name="Dual" default="yes"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="dariusg" sourcefile="taito_f3.c">
		<description>Darius Gaiden - Silver Hawk (Ver 2.5O 1994/09/19)</description>
		<year>1994</year>
		<manufacturer>Taito Corporation Japan</manufacturer>
		<rom name="d87-12.bin" size="524288" crc="de78f328" sha1="126464a826685f5bfab6cc099448ce4df207a407" region="cpu1" offset="0"/>
		<rom name="d87-11.bin" size="524288" crc="f7bed18e" sha1="db7d92680f9f406a5295ee85ce110c1a56ed386f" region="cpu1" offset="1"/>
		<rom name="d87-10.bin" size="524288" crc="4149f66f" sha1="57d36a62d490d9e53b6b80a92ea0e8c41d61799f" region="cpu1" offset="2"/>
		<rom name="d87-16.bin" size="524288" crc="8f7e5901" sha1="b920f43374af30e2f7d7d01049af6746206c8ece" region="cpu1" offset="3"/>
		<rom name="d87-03.bin" size="2097152" crc="4be1666e" sha1="35ba7bcf29ec7a8f8b6944ee3544693d4df1bfc2" region="gfx1" dispose="yes" offset="0"/>
		<rom name="d87-04.bin" size="2097152" crc="2616002c" sha1="003f98b740a697274385b8da03c78f3c6f7b5e89" region="gfx1" dispose="yes" offset="1"/>
		<rom name="d87-05.bin" size="2097152" crc="4e5891a9" sha1="fd08d848079841c9237fa359a850980fd00114d8" region="gfx1" dispose="yes" offset="600000"/>
		<rom name="d87-06.bin" size="2097152" crc="3b97a07c" sha1="72cdeffedeab0c1bd0e47f03172085390a2be393" region="gfx2" dispose="yes" offset="0"/>
		<rom name="d87-17.bin" size="2097152" crc="e601d63e" sha1="256a6aeb5633fe1db407fad567169a9d0c911219" region="gfx2" dispose="yes" offset="1"/>
		<rom name="d87-08.bin" size="2097152" crc="76d23602" sha1="ca53ea6641182c44a4038bbeaa5effb1687f1980" region="gfx2" dispose="yes" offset="600000"/>
		<rom name="d87-13.bin" size="262144" crc="15b1fff4" sha1="28692b731ae98a47c2c5e11a8a71b61a813d9a64" region="cpu2" offset="100000"/>
		<rom name="d87-14.bin" size="262144" crc="eecda29a" sha1="6eb238e47bc7bf635ffbdbb25fb06a37db980ef8" region="cpu2" offset="100001"/>
		<rom name="d87-01.bin" size="2097152" crc="3848a110" sha1="802e91695a526f665c7fd261f0a7639a0b883c9e" region="sound1" offset="0"/>
		<rom name="d87-02.bin" size="2097152" crc="9250abae" sha1="07cae8edbc3cca0a95022d9b40a5c18a55350b67" region="sound1" offset="400000"/>
		<chip type="cpu" name="68EC020" clock="16000000"/>
		<chip type="cpu" name="68000" clock="16000000"/>
		<chip type="audio" name="ES5505" clock="15238050"/>
		<display type="raster" rotate="0" width="320" height="232" refresh="58.970001" />
		<sound channels="2"/>
		<input players="4" buttons="4" coins="4" service="yes" tilt="yes">
			<control type="joy8way"/>
			<control type="dial" minimum="0" maximum="4095" sensitivity="25" keydelta="25"/>
		</input>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="8192"/>
	</game>
	<game name="pbobble2" sourcefile="taito_f3.c">
		<description>Puzzle Bobble 2 (Ver 2.2O 1995/07/20)</description>
		<year>1995</year>
		<manufacturer>Taito Corporation Japan</manufacturer>
		<rom name="e10-11.20" size="262144" crc="b82f81da" sha1="2cd0fb321c853497058545525f430b52c0788fb1" region="cpu1" offset="0"/>
		<rom name="e10-10.19" size="262144" crc="f432267a" sha1="f9778fc627773e4e254faa0ce10e68407251ce95" region="cpu1" offset="1"/>
		<rom name="e10-09.18" size="262144" crc="e0b1b599" sha1="99ef34b014db7c52f2ced05b2b90099a9c873259" region="cpu1" offset="2"/>
		<rom name="e10-15.17" size="262144" crc="a2c0a268" sha1="c96bb8a2959266c5c832fb77d119ad129b9ef9ee" region="cpu1" offset="3"/>
		<rom name="e10-02.rom" size="1048576" crc="c0564490" sha1="cbe9f880192c08f4d1db21d5ba14073b97e5f1d3" region="gfx1" dispose="yes" offset="0"/>
		<rom name="e10-01.rom" size="1048576" crc="8c26ff49" sha1="cbb514c061106003d2ae2b6c43958b24feaad656" region="gfx1" dispose="yes" offset="1"/>
		<rom name="e10-07.rom" size="1048576" crc="dcb3c29b" sha1="b80c3a8ce53d696c57675e654c9927ef8687759e" region="gfx2" dispose="yes" offset="0"/>
		<rom name="e10-06.rom" size="1048576" crc="1b0f20e2" sha1="66b44d059c2896abac2f0e7fc932489dee440ba0" region="gfx2" dispose="yes" offset="1"/>
		<rom name="e10-05.rom" size="1048576" crc="81266151" sha1="aa3b144f32995425db97efce440e234a3c7a6715" region="gfx2" dispose="yes" offset="300000"/>
		<rom name="e10-12.32" size="262144" crc="b92dc8ad" sha1="0c1428d313507b1ae5a2af3b2fbaaa5650135e1e" region="cpu2" offset="100000"/>
		<rom name="e10-13.33" size="262144" crc="87842c13" sha1="d15b47c7430e677ae172f86fd5be595e4fe72e42" region="cpu2" offset="100001"/>
		<rom name="e10-04.rom" size="2097152" crc="5c0862a6" sha1="f916f63b8629239e3221e1e231e1b39962ef38ba" region="sound1" offset="0"/>
		<rom name="e10-03.rom" size="2097152" crc="46d68ac8" sha1="ad014e9f0d458308014959ca6823077f581ab088" region="sound1" offset="400000"/>
		<chip type="cpu" name="68EC020" clock="16000000"/>
		<chip type="cpu" name="68000" clock="16000000"/>
		<chip type="audio" name="ES5505" clock="15238050"/>
		<display type="raster" rotate="0" width="320" height="232" refresh="58.970001" />
		<sound channels="2"/>
		<input players="4" buttons="4" coins="4" service="yes" tilt="yes">
			<control type="joy8way"/>
			<control type="dial" minimum="0" maximum="4095" sensitivity="25" keydelta="25"/>
		</input>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="8192"/>
	</game>
	<game name="gekirido" sourcefile="taito_f3.c">
		<description>Gekirindan (Ver 2.3J 1995/09/21)</description>
		<year>1995</year>
		<manufacturer>Taito Corporation</manufacturer>
		<rom name="e11-12.bin" size="262144" crc="6a7aaacf" sha1="a8114c84e76c75c908a61d985d96aa4eb9a0ac5a" region="cpu1" offset="0"/>
		<rom name="e11-11.bin" size="262144" crc="2284a08e" sha1="3dcb91be0d3491ad5e77efd30bacd506dad0f848" region="cpu1" offset="1"/>
		<rom name="e11-10.bin" size="262144" crc="8795e6ba" sha1="9128c29fdce3276f55aad47451e4a507470c8b9f" region="cpu1" offset="2"/>
		<rom name="e11-09.bin" size="262144" crc="b4e17ef4" sha1="ab06ab68aaa487cc3046a15fef3dde8581197391" region="cpu1" offset="3"/>
		<rom name="e11-03.bin" size="2097152" crc="f73877c5" sha1="1f6b7c0b8a0aaab3e5427d21de7fad3d3cbf737a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="e11-02.bin" size="2097152" crc="5722a83b" sha1="823c20a33016a5506ca5415ec615c3d2546ca9ab" region="gfx1" dispose="yes" offset="1"/>
		<rom name="e11-01.bin" size="2097152" crc="c2cd1069" sha1="9744dd3d8a6d9200cea4429dafce5620b60e2960" region="gfx1" dispose="yes" offset="600000"/>
		<rom name="e11-08.bin" size="2097152" crc="907f69d3" sha1="0899ed58edcae22144625c349c9d2fe4d46d11e3" region="gfx2" dispose="yes" offset="0"/>
		<rom name="e11-07.bin" size="2097152" crc="ef018607" sha1="61b602b13754c3be21caf76acbfc10c87518ba47" region="gfx2" dispose="yes" offset="1"/>
		<rom name="e11-06.bin" size="2097152" crc="200ce305" sha1="c80a0b96510913a6411e6763fb72bf413fb792da" region="gfx2" dispose="yes" offset="600000"/>
		<rom name="e11-13.bin" size="131072" crc="51a11ff7" sha1="c03042489d71423667f25856d15aa6a363ea6c92" region="cpu2" offset="100000"/>
		<rom name="e11-14.bin" size="131072" crc="dce2ba91" sha1="00bc353c7747a7954365b587d7bc759ee5dc09c2" region="cpu2" offset="100001"/>
		<rom name="e11-04.bin" size="2097152" crc="e0ff4fb1" sha1="81e186e3a692af1da316b8085a729c4f103d9a52" region="sound1" offset="0"/>
		<rom name="e11-05.bin" size="2097152" crc="a4d08cf1" sha1="ae2cabef7b7bcb8a788988c73d7af6fa4bb2c444" region="sound1" offset="400000"/>
		<chip type="cpu" name="68EC020" clock="16000000"/>
		<chip type="cpu" name="68000" clock="16000000"/>
		<chip type="audio" name="ES5505" clock="15238050"/>
		<display type="raster" rotate="270" width="320" height="232" refresh="58.970001" />
		<sound channels="2"/>
		<input players="4" buttons="4" coins="4" service="yes" tilt="yes">
			<control type="joy8way"/>
			<control type="dial" minimum="0" maximum="4095" sensitivity="25" keydelta="25"/>
		</input>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="8192"/>
	</game>
	<game name="cleopatr" sourcefile="taito_f3.c">
		<description>Cleopatra Fortune (Ver 2.1J 1996/09/05)</description>
		<year>1996</year>
		<manufacturer>Taito Corporation</manufacturer>
		<rom name="e28-10.bin" size="524288" crc="013fbc39" sha1="d36ac44609b88e1da35c98dda381042e0112ea00" region="cpu1" offset="0"/>
		<rom name="e28-09.bin" size="524288" crc="1c48a1f9" sha1="791d321c03073cdd0269b970f926897446d2a6fb" region="cpu1" offset="1"/>
		<rom name="e28-08.bin" size="524288" crc="7564f199" sha1="ec4b19edb0660ad478f6c0ec27d701368696a2e4" region="cpu1" offset="2"/>
		<rom name="e28-07.bin" size="524288" crc="a507797b" sha1="6fa04091df1fa8c08f03b1ee378b4ec4a6ef7f51" region="cpu1" offset="3"/>
		<rom name="e28-02.bin" size="524288" crc="b20d47cb" sha1="6888e5564688840fed1c123ab38467066cd59c7f" region="gfx1" dispose="yes" offset="0"/>
		<rom name="e28-01.bin" size="524288" crc="4440e659" sha1="71dece81bac8d638473c6531fed5c32798096af9" region="gfx1" dispose="yes" offset="1"/>
		<rom name="e28-06.bin" size="1048576" crc="21d0c454" sha1="f4c815984b19321cfab303fa6f21d9cad35b09f2" region="gfx2" dispose="yes" offset="0"/>
		<rom name="e28-05.bin" size="1048576" crc="2870dbbc" sha1="4e412b90cbd9a05956cde3d8cff615ebadca9db6" region="gfx2" dispose="yes" offset="1"/>
		<rom name="e28-04.bin" size="1048576" crc="57aef029" sha1="5c07209015d4749d1ffb3e9c1a890e6cfeec8cb0" region="gfx2" dispose="yes" offset="300000"/>
		<rom name="e28-11.bin" size="131072" crc="01a06950" sha1="94d22cd839f9027e9d45264c366e0cb5d698e0b6" region="cpu2" offset="100000"/>
		<rom name="e28-12.bin" size="131072" crc="dc19260f" sha1="fa0ca03a236326652e4f9898d07cd837c1507a9d" region="cpu2" offset="100001"/>
		<rom name="e28-03.bin" size="2097152" crc="15c7989d" sha1="7cc63d93e5c1f9f52f889e973bbefd5e6f7ce807" region="sound1" offset="0"/>
		<chip type="cpu" name="68EC020" clock="16000000"/>
		<chip type="cpu" name="68000" clock="16000000"/>
		<chip type="audio" name="ES5505" clock="15238050"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="58.970001" />
		<sound channels="2"/>
		<input players="4" buttons="4" coins="4" service="yes" tilt="yes">
			<control type="joy8way"/>
			<control type="dial" minimum="0" maximum="4095" sensitivity="25" keydelta="25"/>
		</input>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="8192"/>
	</game>
	<game name="arkretrn" sourcefile="taito_f3.c">
		<description>Arkanoid Returns (Ver 2.02J 1997/02/10)</description>
		<year>1997</year>
		<manufacturer>Taito Corporation</manufacturer>
		<rom name="e36-11" size="262144" crc="b50cfb92" sha1="dac69fc9ef03315b11bb94d19e3dfdc8867b08ed" region="cpu1" offset="0"/>
		<rom name="e36-10" size="262144" crc="c940dba1" sha1="ec87c9e4250f8b2f15094681a4783bca8c68f576" region="cpu1" offset="1"/>
		<rom name="e36-09" size="262144" crc="f16985e0" sha1="a74cfee8f958e7a32354d4353eeb199a7fb1ce64" region="cpu1" offset="2"/>
		<rom name="e36-08" size="262144" crc="aa699e1b" sha1="6bde0759940e0f238e4fa5bd228115574ff927d8" region="cpu1" offset="3"/>
		<rom name="e36-12" size="262144" crc="3bae39be" sha1="777142ecc24799b934ed51ac4cd8700bb6da7e3c" region="cpu2" offset="100000"/>
		<rom name="e36-13" size="262144" crc="94448e82" sha1="d7766490318623be770545918391c5e6144dd619" region="cpu2" offset="100001"/>
		<rom name="e36-03" size="262144" crc="1ea8558b" sha1="b8ea4d6e1fb551b3c47f336a5e60ec33f7be525f" region="gfx1" dispose="yes" offset="0"/>
		<rom name="e36-02" size="262144" crc="694eda31" sha1="1a6f85057395052571491f85c633d5632ab64865" region="gfx1" dispose="yes" offset="1"/>
		<rom name="e36-01" size="262144" crc="54b9b2cd" sha1="55ae964ea1d2cc40a6578c5339754a270096f01f" region="gfx1" dispose="yes" offset="c0000"/>
		<rom name="e36-07" size="524288" crc="266bf1c1" sha1="489549478d7016400af2e643d4b98bf605237d34" region="gfx2" dispose="yes" offset="0"/>
		<rom name="e36-06" size="524288" crc="110ab729" sha1="0ccc0a5abbcfd79a069daf5162cd344a5fb225d5" region="gfx2" dispose="yes" offset="1"/>
		<rom name="e36-05" size="524288" crc="db18bce2" sha1="b6653facc7f5c624f5710a51f2b2abfe640177e2" region="gfx2" dispose="yes" offset="180000"/>
		<rom name="e36-04" size="2097152" crc="2250959b" sha1="06943f1b72bdf325485356a01278d88aeae93d87" region="sound1" offset="0"/>
		<rom name="pal16l8a-d77-09.bin" size="260" crc="b371532b" sha1="7f875f380e69d14326a036a09d2fda7554b73664" region="0xa3" dispose="yes" offset="0"/>
		<rom name="pal16l8a-d77-10.bin" size="260" crc="42f59227" sha1="1f0db7489b49c00603ea51d130c9dfc237545390" region="0xa3" dispose="yes" offset="200"/>
		<rom name="palce16v8-d77-11.bin" size="279" crc="eacc294e" sha1="90679d523d90c1f8d2ecbd7b6fac2861f94cf107" region="0xa3" dispose="yes" offset="400"/>
		<rom name="palce16v8-d77-12.bin" size="279" crc="e9920cfe" sha1="58b73fe65f118d57fdce56d781593fc70c797f1b" region="0xa3" dispose="yes" offset="600"/>
		<rom name="palce16v8-d77-14.bin" size="279" crc="7427e777" sha1="e692cedb13e5bc02edc4b25e9dcea51e6715de85" region="0xa3" dispose="yes" offset="800"/>
		<chip type="cpu" name="68EC020" clock="16000000"/>
		<chip type="cpu" name="68000" clock="16000000"/>
		<chip type="audio" name="ES5505" clock="15238050"/>
		<display type="raster" rotate="0" width="320" height="232" refresh="58.970001" />
		<sound channels="2"/>
		<input players="4" buttons="4" coins="4" service="yes" tilt="yes">
			<control type="joy8way"/>
			<control type="dial" minimum="0" maximum="4095" sensitivity="25" keydelta="25"/>
		</input>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="8192"/>
	</game>
	<game name="landmakr" sourcefile="taito_f3.c">
		<description>Land Maker (Ver 2.01J 1998/06/01)</description>
		<year>1998</year>
		<manufacturer>Taito Corporation</manufacturer>
		<rom name="e61-13.20" size="524288" crc="0af756a2" sha1="2dadac6873f2491ee77703f07f00dde2aa909355" region="cpu1" offset="0"/>
		<rom name="e61-12.19" size="524288" crc="636b3df9" sha1="78a5bf4977bb90d710942188ce5016f3df499feb" region="cpu1" offset="1"/>
		<rom name="e61-11.18" size="524288" crc="279a0ee4" sha1="08380286737b33db76a79b27d0df5faba17dfb96" region="cpu1" offset="2"/>
		<rom name="e61-10.17" size="524288" crc="daabf2b2" sha1="dbfbe38841fc2f937052353eff1202790d364b9f" region="cpu1" offset="3"/>
		<rom name="e61-03.12" size="2097152" crc="e8abfc46" sha1="fbde006f9822af3ed8debec525270d329981ea21" region="gfx1" dispose="yes" offset="0"/>
		<rom name="e61-02.08" size="2097152" crc="1dc4a164" sha1="33b412d9653099aaff8ed5e62d1ba4fc30aa9058" region="gfx1" dispose="yes" offset="1"/>
		<rom name="e61-01.04" size="2097152" crc="6cdd8311" sha1="7810a5a81f3b5a730d2088c79b12fffd77659b5b" region="gfx1" dispose="yes" offset="600000"/>
		<rom name="e61-09.47" size="2097152" crc="6ba29987" sha1="b63c12523e19da66b3ca07c3548ac81bf57b59a1" region="gfx2" dispose="yes" offset="0"/>
		<rom name="e61-08.45" size="2097152" crc="76c98e14" sha1="c021c325ab4ae410fa54e2eab61d34318867432b" region="gfx2" dispose="yes" offset="1"/>
		<rom name="e61-07.43" size="2097152" crc="4a57965d" sha1="8e80788e0f47fb242da9af3aa19077dc0ec829b8" region="gfx2" dispose="yes" offset="600000"/>
		<rom name="e61-14.32" size="131072" crc="b905f4a7" sha1="613b954e3e129fd44b4ce64958f16e5636012d6e" region="cpu2" offset="100000"/>
		<rom name="e61-15.33" size="131072" crc="87909869" sha1="7b90c23899a673966cac3352d375d17b83e66596" region="cpu2" offset="100001"/>
		<rom name="e61-04.38" size="2097152" crc="c27aec0c" sha1="e95da2db07a20a53662ebd45c033966e8a22a15a" region="sound1" offset="400000"/>
		<rom name="e61-05.39" size="2097152" crc="83920d9d" sha1="019e39ae85d1129f6d3b8460c4b1bd925f868ee2" region="sound1" offset="800000"/>
		<rom name="e61-06.40" size="2097152" crc="2e717bfe" sha1="1be54cd2ec65d8fd49a5c09b5d27791fd7a320d4" region="sound1" offset="c00000"/>
		<chip type="cpu" name="68EC020" clock="16000000"/>
		<chip type="cpu" name="68000" clock="16000000"/>
		<chip type="audio" name="ES5505" clock="15238050"/>
		<display type="raster" rotate="0" width="320" height="232" refresh="58.970001" />
		<sound channels="2"/>
		<input players="4" buttons="4" coins="4" service="yes" tilt="yes">
			<control type="joy8way"/>
			<control type="dial" minimum="0" maximum="4095" sensitivity="25" keydelta="25"/>
		</input>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="8192"/>
	</game>
	<game name="twincobr" sourcefile="twincobr.c">
		<description>Twin Cobra (World)</description>
		<year>1987</year>
		<manufacturer>[Toaplan] Taito Corporation</manufacturer>
		<rom name="tc16" size="65536" crc="07f64d13" sha1="864ce0f9369c40c3ae792fc4ab2444a168214749" region="cpu1" offset="0"/>
		<rom name="tc14" size="65536" crc="41be6978" sha1="4784804b738a332c7f24a43bcbb7a1e607365735" region="cpu1" offset="1"/>
		<rom name="tc15" size="32768" crc="3a646618" sha1="fc1ed8f3c491f5cf16a17e5ce08c5d8f3ce03683" region="cpu1" offset="20000"/>
		<rom name="tc13" size="32768" crc="d7d1e317" sha1="57b8433b1677a390a7c7e00a1464bb8ed9cbfc73" region="cpu1" offset="20001"/>
		<rom name="tc12" size="32768" crc="e37b3c44" sha1="5fed10b29c14e27aee0cd92ecde5c5cb422273b1" region="cpu2" offset="0"/>
		<rom name="dsp_22.bin" size="2048" crc="79389a71" sha1="14ec4c1c9b06702319e89a7a250d0038393437f4" region="cpu3" offset="1"/>
		<rom name="dsp_21.bin" size="2048" crc="2d135376" sha1="67a2cc774d272ee1cd6e6bc1c5fc33fc6968837e" region="cpu3" offset="0"/>
		<rom name="tc11" size="16384" crc="0a254133" sha1="17e9cc5e36fb4696012d0f9229fa172034cd843a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="tc03" size="16384" crc="e9e2d4b1" sha1="e0a19dd46a9ba85d95bba7fbf81d8dc36dbfeabd" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="tc04" size="16384" crc="a599d845" sha1="732001f2d378d890f148e6b616c287d71fae832a" region="gfx1" dispose="yes" offset="8000"/>
		<rom name="tc01" size="65536" crc="15b3991d" sha1="f5e7ed7a7721ed7e6dfd440634160390b7a294e4" region="gfx2" dispose="yes" offset="0"/>
		<rom name="tc02" size="65536" crc="d9e2e55d" sha1="0409e6df836d1d5198b64b21b42192631aa6d096" region="gfx2" dispose="yes" offset="10000"/>
		<rom name="tc06" size="65536" crc="13daeac8" sha1="1cb103f434e2ecf193fa936ca7ea9194064c5b39" region="gfx2" dispose="yes" offset="20000"/>
		<rom name="tc05" size="65536" crc="8cc79357" sha1="31064df2b796ca85ad3caccf626b684dff1104a1" region="gfx2" dispose="yes" offset="30000"/>
		<rom name="tc07" size="32768" crc="b5d48389" sha1="a00c5b9c231d3d580fa20c7ad3f8b6fd990e6594" region="gfx3" dispose="yes" offset="0"/>
		<rom name="tc08" size="32768" crc="97f20fdc" sha1="7cb3cd0637b0db889a3d552fd7c1a916eee5ca27" region="gfx3" dispose="yes" offset="8000"/>
		<rom name="tc09" size="32768" crc="170c01db" sha1="f4c5a1600f6cbb48abbace66c6f7514f79138e8b" region="gfx3" dispose="yes" offset="10000"/>
		<rom name="tc10" size="32768" crc="44f5accd" sha1="2f9bdebe71c8be195332356df68992fd38d86994" region="gfx3" dispose="yes" offset="18000"/>
		<rom name="tc20" size="65536" crc="cb4092b8" sha1="35b1d1e04af760fa106124bd5a94174d63ff9705" region="gfx4" dispose="yes" offset="0"/>
		<rom name="tc19" size="65536" crc="9cb8675e" sha1="559c21d505c60401f7368d4ab2b686b15075c5c5" region="gfx4" dispose="yes" offset="10000"/>
		<rom name="tc18" size="65536" crc="806fb374" sha1="3eebefadcbdf713bf2a65b438092746b07edd3f0" region="gfx4" dispose="yes" offset="20000"/>
		<rom name="tc17" size="65536" crc="4264bff8" sha1="3271b8b23f51346d1928ae01f8b547fed49181e6" region="gfx4" dispose="yes" offset="30000"/>
		<rom name="82s129.d3" size="256" crc="24e7d62f" sha1="1c06a1ef1b6a722794ca1d5ee2c476ecaa5178a3" region="proms" offset="0"/>
		<rom name="82s129.d4" size="256" crc="a50cef09" sha1="55cafb5b2551b80ae708e9b966cf37c70a16d310" region="proms" offset="100"/>
		<rom name="82s123.d2" size="32" crc="f72482db" sha1="b0cb911f9c81f6088a5aa8760916ddae1f8534d7" region="proms" offset="200"/>
		<rom name="82s123.e18" size="32" crc="bc88cced" sha1="5055362710c0f58823c05fb4c0e0eec638b91e3d" region="proms" offset="220"/>
		<rom name="82s123.b24" size="32" crc="4fb5df2a" sha1="506ef2c8e4cf45c256d6831a0a5760732f2de422" region="proms" offset="240"/>
		<chip type="cpu" name="68000" clock="7000000"/>
		<chip type="cpu" name="Z80" clock="3500000"/>
		<chip type="cpu" name="TMS32010" clock="3500000"/>
		<chip type="audio" name="YM3812" clock="3500000"/>
		<display type="raster" rotate="270" width="320" height="240" refresh="54.877857" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="3" tilt="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cross Hatch Pattern">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="1 Coin/2 Credits" default="yes"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="50K, then every 150K" default="yes"/>
			<dipvalue name="70K, then every 200K"/>
			<dipvalue name="50000"/>
			<dipvalue name="100000"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Show DIP SW Settings">
			<dipvalue name="No" default="yes"/>
			<dipvalue name="Yes"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cross Hatch Pattern">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="1792"/>
	</game>
	<game name="gyrodine" sourcefile="kyugo.c">
		<description>Gyrodine</description>
		<year>1984</year>
		<manufacturer>Taito Corporation</manufacturer>
		<rom name="a21.02" size="8192" crc="c5ec4a50" sha1="4d012aabdc248143a4d3bab190ecb6e335c93427" region="cpu1" offset="0"/>
		<rom name="a21.03" size="8192" crc="4e9323bd" sha1="86ae4c6a29898fdb0e559ec2aac99fc874910fea" region="cpu1" offset="2000"/>
		<rom name="a21.04" size="8192" crc="57e659d4" sha1="4c0e73d0661360731691a32a6e94f41b69315f93" region="cpu1" offset="4000"/>
		<rom name="a21.05" size="8192" crc="1e7293f3" sha1="64695b80b409b02314334fb325f4d0c42a6d4d5b" region="cpu1" offset="6000"/>
		<rom name="a21.01" size="8192" crc="b2ce0aa2" sha1="576754105819aec64781a5c8e8540b21fcfd346b" region="cpu2" offset="0"/>
		<rom name="a21.15" size="4096" crc="adba18d0" sha1="b1afd7d8f2a8545a00525a23e087d9ca975a6401" region="gfx1" dispose="yes" offset="0"/>
		<rom name="a21.08" size="8192" crc="a57df1c9" sha1="63505f63e978c52c43fe863dca056b52f7ebd501" region="gfx2" dispose="yes" offset="0"/>
		<rom name="a21.07" size="8192" crc="63623ba3" sha1="bcb80fc0edf7c4d1f82a2ff6d0bad9d2ccaf48c6" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="a21.06" size="8192" crc="4cc969a9" sha1="0b89f4142c2fcc0a882fbc3514d8d11027e78e01" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="a21.14" size="8192" crc="9c5c4d5b" sha1="0d0c9efb63b761acfaf51d17c525f94430ad703d" region="gfx3" dispose="yes" offset="0"/>
		<rom name="a21.13" size="8192" crc="d36b5aad" sha1="8fac23474ffd3a62e2283eadbc8d278cd9c70105" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="a21.12" size="8192" crc="f387aea2" sha1="de4aad7ad9ecc6a058b88c67bb18ee02605d9951" region="gfx3" dispose="yes" offset="8000"/>
		<rom name="a21.11" size="8192" crc="87967d7d" sha1="d8026df749947a16f643d9b28640c9d293edd4a7" region="gfx3" dispose="yes" offset="c000"/>
		<rom name="a21.10" size="8192" crc="59640ab4" sha1="747cb265f4504399837111c0dd48f07e05a57cc4" region="gfx3" dispose="yes" offset="10000"/>
		<rom name="a21.09" size="8192" crc="22ad88d8" sha1="3bdf93ca582d7454fc9e70bd6ce3cd076e0762aa" region="gfx3" dispose="yes" offset="14000"/>
		<rom name="a21.16" size="256" crc="cc25fb56" sha1="5f533c4b4f49ba147c83d6a20d1e795c71db3c41" region="proms" offset="0"/>
		<rom name="a21.17" size="256" crc="ca054448" sha1="4bad8147905cbe9ec8bb5bcd8016e9950c5d95a9" region="proms" offset="100"/>
		<rom name="a21.18" size="256" crc="23c0c449" sha1="4a37821a6a16ae0cfdcfb0fa64733c03ba9e4815" region="proms" offset="200"/>
		<rom name="a21.20" size="32" crc="efc4985e" sha1="b2fa02e388fbbe1077e79699efccb2d47cb83ba5" region="proms" offset="300"/>
		<rom name="m1.2c" size="32" crc="83a39201" sha1="4fdc722c9e20ee152c890342ef0dce18e35e2ef8" region="proms" offset="320"/>
		<chip type="cpu" name="Z80" clock="4608000"/>
		<chip type="cpu" name="Z80" clock="4608000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20000 50000" default="yes"/>
			<dipvalue name="40000 70000"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="5 Coins/1 Credit"/>
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="3 Coins/4 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="stargate" sourcefile="williams.c">
		<description>Stargate</description>
		<year>1981</year>
		<manufacturer>Williams</manufacturer>
		<rom name="10" size="4096" crc="60b07ff7" sha1="ba833f48ddfc1bd04ddb41b1d1c840d66ee7da30" region="cpu1" offset="d000"/>
		<rom name="11" size="4096" crc="7d2c5daf" sha1="6ca39f493eb8b370154ad46ef01976d352c929e1" region="cpu1" offset="e000"/>
		<rom name="12" size="4096" crc="a0396670" sha1="c46872550e0ca031453c6513f8f0448ecc9b5572" region="cpu1" offset="f000"/>
		<rom name="01" size="4096" crc="88824d18" sha1="f003a5a9319c4eb8991fa2aae3f10c72d6b8e81a" region="cpu1" offset="10000"/>
		<rom name="02" size="4096" crc="afc614c5" sha1="087c6da93318e8dc922d3d22e0a2af7b9759701c" region="cpu1" offset="11000"/>
		<rom name="03" size="4096" crc="15077a9d" sha1="7badb4318b208f49d7fa65e915d0aa22a1e37915" region="cpu1" offset="12000"/>
		<rom name="04" size="4096" crc="a8b4bf0f" sha1="6b4d47c2899fe9f14f9dab5928499f12078c437d" region="cpu1" offset="13000"/>
		<rom name="05" size="4096" crc="2d306074" sha1="54f871983699113e31bb756d4ca885c26c2d66b4" region="cpu1" offset="14000"/>
		<rom name="06" size="4096" crc="53598dde" sha1="54b02d944caf95283c9b6f0160e75ea8c4ccc97b" region="cpu1" offset="15000"/>
		<rom name="07" size="4096" crc="23606060" sha1="a487ffcd4920d1056b87469735f7e1002f6a2e49" region="cpu1" offset="16000"/>
		<rom name="08" size="4096" crc="4ec490c7" sha1="8726ebaf048db9608dfe365bf434ed5ca9452db7" region="cpu1" offset="17000"/>
		<rom name="09" size="4096" crc="88187b64" sha1="efacc4a6d4b2af9a236c9d520de6d605c79cc5a8" region="cpu1" offset="18000"/>
		<rom name="sg.snd" size="2048" crc="2fcf6c4d" sha1="9c4334ac3ff15d94001b22fc367af40f9deb7d57" region="cpu2" offset="f800"/>
		<rom name="decoder.4" size="512" crc="e6631c23" sha1="9988723269367fb44ef83f627186a1c88cf7877e" region="proms" offset="0"/>
		<rom name="decoder.5" size="512" crc="f921c5fe" sha1="9cebb8bb935315101d248140d1b4503993ebdf8a" region="proms" offset="200"/>
		<chip type="cpu" name="M6809" clock="1000000"/>
		<chip type="cpu" name="M6808" clock="894750"/>
		<chip type="audio" name="DAC"/>
		<display type="raster" rotate="0" width="292" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="1" buttons="6" coins="3" tilt="yes">
			<control type="vjoy2way"/>
		</input>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="16"/>
	</game>
	<game name="1942" sourcefile="1942.c">
		<description>1942 (set 1)</description>
		<year>1984</year>
		<manufacturer>Capcom</manufacturer>
		<rom name="1-n3a.bin" size="16384" crc="40201bab" sha1="4886c07a4602223c21419118e10aadce9c99fa5a" region="cpu1" offset="0"/>
		<rom name="1-n4.bin" size="16384" crc="a60ac644" sha1="f37862db3cf5e6cc9ab3276f3bc45fd629fd70dd" region="cpu1" offset="4000"/>
		<rom name="1-n5.bin" size="16384" crc="835f7b24" sha1="24b66827f08c43fbf5b9517d638acdfc38e1b1e7" region="cpu1" offset="10000"/>
		<rom name="1-n6.bin" size="8192" crc="821c6481" sha1="06becb6bf8b4bde3a458098498eecad566a87711" region="cpu1" offset="14000"/>
		<rom name="1-n7.bin" size="16384" crc="5df525e1" sha1="70cd2910e2945db76bd6ebfa0ff09a5efadc2d0b" region="cpu1" offset="18000"/>
		<rom name="1-c11.bin" size="16384" crc="bd87f06b" sha1="821f85cf157f81117eeaba0c3cf0337eac357e58" region="cpu2" offset="0"/>
		<rom name="1-f2.bin" size="8192" crc="6ebca191" sha1="0dbddadde54a0ab66994c4a8726be05c6ca88a0e" region="gfx1" dispose="yes" offset="0"/>
		<rom name="2-a1.bin" size="8192" crc="3884d9eb" sha1="5cbd9215fa5ba5a61208b383700adc4428521aed" region="gfx2" dispose="yes" offset="0"/>
		<rom name="2-a2.bin" size="8192" crc="999cf6e0" sha1="5b8b685038ec98b781908b92eb7fb9506db68544" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="2-a3.bin" size="8192" crc="8edb273a" sha1="85fdd4c690ed31e6396e3c16aa02140ee7ea2d61" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="2-a4.bin" size="8192" crc="3a2726c3" sha1="187c92ef591febdcbd1d42ab850e0cbb62c00873" region="gfx2" dispose="yes" offset="6000"/>
		<rom name="2-a5.bin" size="8192" crc="1bd3d8bb" sha1="ef4dce605eb4dc8035985a415315ec61c21419c6" region="gfx2" dispose="yes" offset="8000"/>
		<rom name="2-a6.bin" size="8192" crc="658f02c4" sha1="f087d69e49e38cf3107350cde18fcf85a8fa04f0" region="gfx2" dispose="yes" offset="a000"/>
		<rom name="2-l1.bin" size="16384" crc="2528bec6" sha1="29f7719f18faad6bd1ec6735cc24e69168361470" region="gfx3" dispose="yes" offset="0"/>
		<rom name="2-l2.bin" size="16384" crc="f89287aa" sha1="136fff6d2a4f48a488fc7c620213761459c3ada0" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="2-n1.bin" size="16384" crc="024418f8" sha1="145b8d5d6c8654cd090955a98f6dd8c8dbafe7c1" region="gfx3" dispose="yes" offset="8000"/>
		<rom name="2-n2.bin" size="16384" crc="e2c7e489" sha1="d4b5d575c021f58f6966df189df94e08c5b3621c" region="gfx3" dispose="yes" offset="c000"/>
		<rom name="08e_sb-5.bin" size="256" crc="93ab8153" sha1="a792f24e5c0c3c4a6b436102e7a98199f878ece1" region="proms" offset="0"/>
		<rom name="09e_sb-6.bin" size="256" crc="8ab44f7d" sha1="f74680a6a987d74b3acb32e6396f20e127874149" region="proms" offset="100"/>
		<rom name="10e_sb-7.bin" size="256" crc="f4ade9a4" sha1="62ad31d31d183cce213b03168daa035083b2f28e" region="proms" offset="200"/>
		<rom name="f01_sb-0.bin" size="256" crc="6047d91b" sha1="1ce025f9524c1033e48c5294ee7d360f8bfebe8d" region="proms" offset="300"/>
		<rom name="06d_sb-4.bin" size="256" crc="4858968d" sha1="20b5dbcaa1a4081b3139e7e2332d8fe3c9e55ed6" region="proms" offset="400"/>
		<rom name="03k_sb-8.bin" size="256" crc="f6fad943" sha1="b0a24ea7805272e8ebf72a99b08907bc00d5f82f" region="proms" offset="500"/>
		<rom name="01d_sb-2.bin" size="256" crc="8bb8b3df" sha1="49de2819c4c92057fedcb20425282515d85829aa" region="proms" offset="600"/>
		<rom name="02d_sb-3.bin" size="256" crc="3b0c99af" sha1="38f30ac1e48632634e409f328ee3051b987de7ad" region="proms" offset="700"/>
		<rom name="k06_sb-1.bin" size="256" crc="712ac508" sha1="5349d722ab6733afdda65f6e0a98322f0d515e86" region="proms" offset="800"/>
		<rom name="01m_sb-9.bin" size="256" crc="4921635c" sha1="aee37d6cdc36acf0f11ff5f93e7b16e4b12f6c39" region="proms" offset="900"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="cpu" name="Z80" clock="3000000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<display type="raster" rotate="270" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20K 80K 80K+" default="yes"/>
			<dipvalue name="20K 100K 100K+"/>
			<dipvalue name="30K 80K 80K+"/>
			<dipvalue name="30K 100K 100K+"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2" default="yes"/>
			<dipvalue name="3"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Difficult"/>
			<dipvalue name="Very Difficult"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="256"/>
	</game>
	<game name="commando" sourcefile="commando.c">
		<description>Commando (World)</description>
		<year>1985</year>
		<manufacturer>Capcom</manufacturer>
		<rom name="cm04.9m" size="32768" crc="8438b694" sha1="e154478d8f1b635355bd777370acabe49cb9d309" region="cpu1" offset="0"/>
		<rom name="cm03.8m" size="16384" crc="35486542" sha1="531a85c9e03970ce037be84f2240c2df6f6e3ec1" region="cpu1" offset="8000"/>
		<rom name="cm02.9f" size="16384" crc="f9cc4a74" sha1="ee8dd73919c6f47f62cc6d999de9510db9f79b8f" region="cpu2" offset="0"/>
		<rom name="vt01.5d" size="16384" crc="505726e0" sha1="2435c87c9c9d78a6e703cf0e1f6a0288207fcd4c" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vt11.5a" size="16384" crc="7b2e1b48" sha1="5d49e1d8146e4ef744445b68f35677302e875a85" region="gfx2" dispose="yes" offset="0"/>
		<rom name="vt12.6a" size="16384" crc="81b417d3" sha1="5ec7e3f0c8069384a5f6eb39232c228b9d7b8c0c" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="vt13.7a" size="16384" crc="5612dbd2" sha1="9e4e1a22b6cbf60607b9a81dae34482ae55f7c47" region="gfx2" dispose="yes" offset="8000"/>
		<rom name="vt14.8a" size="16384" crc="2b2dee36" sha1="8792278464fa3da47176582025f6673a15a581e2" region="gfx2" dispose="yes" offset="c000"/>
		<rom name="vt15.9a" size="16384" crc="de70babf" sha1="6717e23baf55f84d3143fb432140a7c3e102ac26" region="gfx2" dispose="yes" offset="10000"/>
		<rom name="vt16.10a" size="16384" crc="14178237" sha1="f896e71c7004349c9a46155edfd9f0aaa186065d" region="gfx2" dispose="yes" offset="14000"/>
		<rom name="vt05.7e" size="16384" crc="79f16e3d" sha1="04e1f03a4d6b4cc2b81bce3a290bbb95de900d35" region="gfx3" dispose="yes" offset="0"/>
		<rom name="vt06.8e" size="16384" crc="26fee521" sha1="2fbfc73ee860f72a20229a01d4da9f5cc2e858d3" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="vt07.9e" size="16384" crc="ca88bdfd" sha1="548b05460bc7983cc81f15c70e87f47d10db2812" region="gfx3" dispose="yes" offset="8000"/>
		<rom name="vt08.7h" size="16384" crc="2019c883" sha1="883c0156ceab99f4849fe36972c4162b4ac8c216" region="gfx3" dispose="yes" offset="c000"/>
		<rom name="vt09.8h" size="16384" crc="98703982" sha1="ba9a9b0dcadd4f52502828408c4a19b0bd518351" region="gfx3" dispose="yes" offset="10000"/>
		<rom name="vt10.9h" size="16384" crc="f069d2f8" sha1="2c92300a9407470b34965021de882f1f7a84730c" region="gfx3" dispose="yes" offset="14000"/>
		<rom name="vtb1.1d" size="256" crc="3aba15a1" sha1="8b057f6e26155dd9e48bde182e680fce4519f600" region="proms" offset="0"/>
		<rom name="vtb2.2d" size="256" crc="88865754" sha1="ca6dddca98baf00a65b2fb70b69cf4704ef8c831" region="proms" offset="100"/>
		<rom name="vtb3.3d" size="256" crc="4c14c3f6" sha1="644ac17c7413f094ec9a15cba87bbd421b26321f" region="proms" offset="200"/>
		<rom name="vtb4.1h" size="256" crc="b388c246" sha1="038f9851699331ad887b6281a9df053dca3db8fd" region="proms" offset="300"/>
		<rom name="vtb5.6l" size="256" crc="712ac508" sha1="5349d722ab6733afdda65f6e0a98322f0d515e86" region="proms" offset="400"/>
		<rom name="vtb6.6e" size="256" crc="0eaf5158" sha1="bafd4108708f66cd7b280e47152b108f3e254fc9" region="proms" offset="500"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="cpu" name="Z80" clock="3000000"/>
		<chip type="audio" name="YM2203" clock="1500000"/>
		<chip type="audio" name="YM2203" clock="1500000"/>
		<display type="raster" rotate="270" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Starting Area">
			<dipvalue name="0 (Forest 1)" default="yes"/>
			<dipvalue name="2 (Desert 1)"/>
			<dipvalue name="4 (Forest 2)"/>
			<dipvalue name="6 (Desert 2)"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10K 50K+" default="yes"/>
			<dipvalue name="10K 60K+"/>
			<dipvalue name="20K 60K+"/>
			<dipvalue name="20K 70K+"/>
			<dipvalue name="30K 70K+"/>
			<dipvalue name="30K 80K+"/>
			<dipvalue name="40K 100K+"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Difficult"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Upright Two Players"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="blktiger" sourcefile="blktiger.c">
		<description>Black Tiger</description>
		<year>1987</year>
		<manufacturer>Capcom</manufacturer>
		<rom name="bdu-01a.5e" size="32768" crc="a8f98f22" sha1="f77c0d0ebf3e52a21d2c0c5004350a408b8e6d24" region="cpu1" offset="0"/>
		<rom name="bdu-02a.6e" size="65536" crc="7bef96e8" sha1="6d05a73d8400dead78c561b904bf6ef8311e7b91" region="cpu1" offset="10000"/>
		<rom name="bdu-03a.8e" size="65536" crc="4089e157" sha1="7972b1c745057802d4fd66d88b0101eb3c03e701" region="cpu1" offset="20000"/>
		<rom name="bd-04.9e" size="65536" crc="ed6af6ec" sha1="bed303c51bcddf233ad0701306d557a60ce9f5a5" region="cpu1" offset="30000"/>
		<rom name="bd-05.10e" size="65536" crc="ae59b72e" sha1="6e72214b71f2f337af236c8be891a18570cb6fbb" region="cpu1" offset="40000"/>
		<rom name="bd-06.1l" size="32768" crc="2cf54274" sha1="87df100c65999ba1e9d358ffd0fe4bba23ae0efb" region="cpu2" offset="0"/>
		<rom name="bd-15.2n" size="32768" crc="70175d78" sha1="2f02be2785d1824002145ea20db79821d0393929" region="gfx1" dispose="yes" offset="0"/>
		<rom name="bd-12.5b" size="65536" crc="c4524993" sha1="9aa6c58004ca1117e5ac44ba8fc51e9128b921b8" region="gfx2" dispose="yes" offset="0"/>
		<rom name="bd-11.4b" size="65536" crc="7932c86f" sha1="b3b1bc1e2b0db5c2eb8772f8a2c35129cc80d511" region="gfx2" dispose="yes" offset="10000"/>
		<rom name="bd-14.9b" size="65536" crc="dc49593a" sha1="e4ef42ba9f238fd43c8217657c92896f31d3912c" region="gfx2" dispose="yes" offset="20000"/>
		<rom name="bd-13.8b" size="65536" crc="7ed7a122" sha1="3acc6d4c9731db0609c2e26e3bd255847149ca33" region="gfx2" dispose="yes" offset="30000"/>
		<rom name="bd-08.5a" size="65536" crc="e2f17438" sha1="3e5fdae07d40febedc59c7c7c4d9c6f0d72b58b5" region="gfx3" dispose="yes" offset="0"/>
		<rom name="bd-07.4a" size="65536" crc="5fccbd27" sha1="33c55aa9c12b3121ca5c3b4c39a9b152b6946461" region="gfx3" dispose="yes" offset="10000"/>
		<rom name="bd-10.9a" size="65536" crc="fc33ccc6" sha1="d492626a88565c2626f98ecb1d74535f1ad68e4c" region="gfx3" dispose="yes" offset="20000"/>
		<rom name="bd-09.8a" size="65536" crc="f449de01" sha1="f6b40e9eb2471b89c42ab84f4214295d284db0c3" region="gfx3" dispose="yes" offset="30000"/>
		<rom name="bd01.8j" size="256" crc="29b459e5" sha1="0034734a533df3dea16b7b48e072485d7f26f850" region="proms" offset="0"/>
		<rom name="bd02.9j" size="256" crc="8b741e66" sha1="6c1fda59936a7217b05949f5c54b1f91f4b49dbe" region="proms" offset="100"/>
		<rom name="bd03.11k" size="256" crc="27201c75" sha1="c54d87f06bfe0b0908389c005014d97156e272c2" region="proms" offset="200"/>
		<rom name="bd04.11l" size="256" crc="e5490b68" sha1="40f9f92efe7dd97b49144aec02eb509834056915" region="proms" offset="300"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="cpu" name="Z80" clock="3000000"/>
		<chip type="audio" name="YM2203" clock="3579545"/>
		<chip type="audio" name="YM2203" clock="3579545"/>
		<display type="raster" rotate="0" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="7"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="1 (Easiest)"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
			<dipvalue name="5 (Normal)" default="yes"/>
			<dipvalue name="6"/>
			<dipvalue name="7"/>
			<dipvalue name="8 (Hardest)"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="1024"/>
	</game>
	<game name="ffight" sourcefile="cps1.c">
		<description>Final Fight (World)</description>
		<year>1989</year>
		<manufacturer>Capcom</manufacturer>
		<rom name="ff30-36.bin" size="131072" crc="f9a5ce83" sha1="0756ae576a1f6d5b8b22f8630dca40ef38567ea6" region="cpu1" offset="0"/>
		<rom name="ff35-42.bin" size="131072" crc="65f11215" sha1="5045a467f3e228c02b4a355b52f58263ffa90113" region="cpu1" offset="1"/>
		<rom name="ff31-37.bin" size="131072" crc="e1033784" sha1="38f44434c8befd623953ae23d6e5ff4e201d6627" region="cpu1" offset="40000"/>
		<rom name="ff36-43.bin" size="131072" crc="995e968a" sha1="de16873d1639ac1738be0937270b108a9914f263" region="cpu1" offset="40001"/>
		<rom name="ff32-32m.bin" size="524288" crc="c747696e" sha1="d3362dadded31ccb7eaf71ef282d698d18edd722" region="cpu1" offset="80000"/>
		<rom name="ff05-05m.bin" size="524288" crc="9c284108" sha1="7868f5801347340867720255f8380548ad1a65a7" region="gfx1" offset="0"/>
		<rom name="ff07-07m.bin" size="524288" crc="a7584dfb" sha1="f7b00a3ca8cb85264ab293089f9f540a8292b49c" region="gfx1" offset="2"/>
		<rom name="ff01-01m.bin" size="524288" crc="0b605e44" sha1="5ce16af72858a57aefbf6efed820c2c51935882a" region="gfx1" offset="4"/>
		<rom name="ff03-03m.bin" size="524288" crc="52291cd2" sha1="df5f3d3aa96a7a33ff22f2a31382942c4c4f1111" region="gfx1" offset="6"/>
		<rom name="ff09-09.bin" size="65536" crc="b8367eb5" sha1="ec3db29fdd6200e9a8f4f8073a7e34aef731354f" region="cpu2" offset="0"/>
		<rom name="ff18-18.bin" size="131072" crc="375c66e7" sha1="36189e23209ce4ae5d9cbabd1574540d0591e7b3" region="sound1" offset="0"/>
		<rom name="ff19-19.bin" size="131072" crc="1ef137f9" sha1="974b5e72aa28b87ebfa7438efbdfeda769dedf5e" region="sound1" offset="20000"/>
		<chip type="cpu" name="68000" clock="10000000"/>
		<chip type="cpu" name="Z80" clock="3579545"/>
		<chip type="audio" name="YM2151" clock="3579545"/>
		<chip type="audio" name="OKI6295" clock="1000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="3" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="2 Coins to Start, 1 to Continue">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty Level 1">
			<dipvalue name="Easiest"/>
			<dipvalue name="Easier"/>
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Harder"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Difficulty Level 2">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="100k" default="yes"/>
			<dipvalue name="200k"/>
			<dipvalue name="100k and every 200k"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2" default="yes"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Game Mode">
			<dipvalue name="Game" default="yes"/>
			<dipvalue name="Test"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="knights" sourcefile="cps1.c">
		<description>Knights of the Round (World 911127)</description>
		<year>1991</year>
		<manufacturer>Capcom</manufacturer>
		<rom name="kr_23e.rom" size="524288" crc="1b3997eb" sha1="724b68eff319fcdf0dd3bc1eb6662996c1f6ecd9" region="cpu1" offset="0"/>
		<rom name="kr_22.rom" size="524288" crc="d0b671a9" sha1="9865472c5fc3f617345e23b5de5a9ba177945b5a" region="cpu1" offset="80000"/>
		<rom name="kr_gfx1.rom" size="524288" crc="9e36c1a4" sha1="772daae74e119371dfb76fde9775bda78a8ba125" region="gfx1" offset="0"/>
		<rom name="kr_gfx3.rom" size="524288" crc="c5832cae" sha1="a188cf401cd3a2909b377d3059f14d22ec3b0643" region="gfx1" offset="2"/>
		<rom name="kr_gfx2.rom" size="524288" crc="f095be2d" sha1="0427d1574062f277a9d04440019d5638b05de561" region="gfx1" offset="4"/>
		<rom name="kr_gfx4.rom" size="524288" crc="179dfd96" sha1="b1844e69da7ab13474da569978d5b47deb8eb2be" region="gfx1" offset="6"/>
		<rom name="kr_gfx5.rom" size="524288" crc="1f4298d2" sha1="4b162a7f649b0bcd676f8ca0c5eee9a1250d6452" region="gfx1" offset="200000"/>
		<rom name="kr_gfx7.rom" size="524288" crc="37fa8751" sha1="b88b39d1f08621f15a5620095aef998346fa9891" region="gfx1" offset="200002"/>
		<rom name="kr_gfx6.rom" size="524288" crc="0200bc3d" sha1="c900b1be2b4e49b951e5c1e3fd1e19d21b82986e" region="gfx1" offset="200004"/>
		<rom name="kr_gfx8.rom" size="524288" crc="0bb2b4e7" sha1="983b800925d58e4aeb4e5105f93ed5faf66d009c" region="gfx1" offset="200006"/>
		<rom name="kr_09.rom" size="65536" crc="5e44d9ee" sha1="47a7503321be8d52b5c44af838e3bb82ee15a415" region="cpu2" offset="0"/>
		<rom name="kr_18.rom" size="131072" crc="da69d15f" sha1="9616207e693bae85705f786cef60b9f6951b5067" region="sound1" offset="0"/>
		<rom name="kr_19.rom" size="131072" crc="bfc654e9" sha1="01b3d92e4dedf55ea3933d387c7ddb9ba2549773" region="sound1" offset="20000"/>
		<chip type="cpu" name="68000" clock="10000000"/>
		<chip type="cpu" name="Z80" clock="3579545"/>
		<chip type="audio" name="YM2151" clock="3579545"/>
		<chip type="audio" name="OKI6295" clock="1000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="3" buttons="2" coins="3" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coinage">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="2 Coins to Start, 1 to Continue">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Enemy's attack frequency">
			<dipvalue name="1 (Easiest)"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4 (Normal)" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
			<dipvalue name="7"/>
			<dipvalue name="8 (Hardest)"/>
		</dipswitch>
		<dipswitch name="Enemy's attack power">
			<dipvalue name="1 (Easiest)"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4 (Normal)" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
			<dipvalue name="7"/>
			<dipvalue name="8 (Hardest)"/>
		</dipswitch>
		<dipswitch name="Coin Slots">
			<dipvalue name="1"/>
			<dipvalue name="3" default="yes"/>
		</dipswitch>
		<dipswitch name="Play Mode">
			<dipvalue name="2 Players"/>
			<dipvalue name="3 Players" default="yes"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2" default="yes"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Game Mode">
			<dipvalue name="Game" default="yes"/>
			<dipvalue name="Test"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="sf2ce" sourcefile="cps1.c">
		<description>Street Fighter II' - Champion Edition (World 920313)</description>
		<year>1992</year>
		<manufacturer>Capcom</manufacturer>
		<rom name="sf2ce.23" size="524288" crc="3f846b74" sha1="c8d7a01b626771870123f1663a01a81f9c8fe582" region="cpu1" offset="0"/>
		<rom name="sf2ce.22" size="524288" crc="99f1cca4" sha1="64111eba81d743fc3fd51d7a89cd0b2eefcc900d" region="cpu1" offset="80000"/>
		<rom name="s92_21a.bin" size="524288" crc="925a7877" sha1="1960dca35f0ca6f2b399a9fccfbc0132ac6425d1" region="cpu1" offset="100000"/>
		<rom name="s92_01.bin" size="524288" crc="03b0d852" sha1="f370f25c96ad2b94f8c53d6b7139100285a25bef" region="gfx1" offset="0"/>
		<rom name="s92_02.bin" size="524288" crc="840289ec" sha1="2fb42a242f60ba7e74009b5a90eb26e035ba1e82" region="gfx1" offset="2"/>
		<rom name="s92_03.bin" size="524288" crc="cdb5f027" sha1="4c7d944fef200fdfcaf57758b901b5511188ed2e" region="gfx1" offset="4"/>
		<rom name="s92_04.bin" size="524288" crc="e2799472" sha1="27d3796429338d82a8de246a0ea06dd487a87768" region="gfx1" offset="6"/>
		<rom name="s92_05.bin" size="524288" crc="ba8a2761" sha1="4b696d66c51611e43522bed752654314e76d33b6" region="gfx1" offset="200000"/>
		<rom name="s92_06.bin" size="524288" crc="e584bfb5" sha1="ebdf1f5e2638eed3a65dda82b1ed9151a355f4c9" region="gfx1" offset="200002"/>
		<rom name="s92_07.bin" size="524288" crc="21e3f87d" sha1="4a4961bb68c3a1ce15f9d393d9c03ecb2466cc29" region="gfx1" offset="200004"/>
		<rom name="s92_08.bin" size="524288" crc="befc47df" sha1="520390420da3a0271ba90b0a933e65143265e5cf" region="gfx1" offset="200006"/>
		<rom name="s92_10.bin" size="524288" crc="960687d5" sha1="2868c31121b1c7564e9767b9a19cdbf655c7ed1d" region="gfx1" offset="400000"/>
		<rom name="s92_11.bin" size="524288" crc="978ecd18" sha1="648a59706b93c84b4206a968ecbdc3e834c476f6" region="gfx1" offset="400002"/>
		<rom name="s92_12.bin" size="524288" crc="d6ec9a0a" sha1="ed6143f8737013b6ef1684e37c05e037e7a80dae" region="gfx1" offset="400004"/>
		<rom name="s92_13.bin" size="524288" crc="ed2c67f6" sha1="0083c0ffaf6fe7659ff0cf822be4346cd6e61329" region="gfx1" offset="400006"/>
		<rom name="s92_09.bin" size="65536" crc="08f6b60e" sha1="8258fcaca4ac419312531eec67079b97f471179c" region="cpu2" offset="0"/>
		<rom name="s92_18.bin" size="131072" crc="7f162009" sha1="346bf42992b4c36c593e21901e22c87ae4a7d86d" region="sound1" offset="0"/>
		<rom name="s92_19.bin" size="131072" crc="beade53f" sha1="277c397dc12752719ec6b47d2224750bd1c07f79" region="sound1" offset="20000"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="3579545"/>
		<chip type="audio" name="YM2151" clock="3579545"/>
		<chip type="audio" name="OKI6295" clock="1000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="6" coins="2" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="2 Coins to Start, 1 to Continue">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="1 (Easiest)"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4 (Normal)" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
			<dipvalue name="7"/>
			<dipvalue name="8 (Hardest)"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Game Mode">
			<dipvalue name="Game" default="yes"/>
			<dipvalue name="Test"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="wof" sourcefile="cps1.c">
		<description>Warriors of Fate (World 921002)</description>
		<year>1992</year>
		<manufacturer>Capcom</manufacturer>
		<rom name="tk2e_23b.rom" size="524288" crc="11fb2ed1" sha1="19e09ad6f9edc7997b030cddfe1d9c96d88135f2" region="cpu1" offset="0"/>
		<rom name="tk2e_22b.rom" size="524288" crc="479b3f24" sha1="9fb8ae06856fe115addfb6794c28978a4f6716ec" region="cpu1" offset="80000"/>
		<rom name="tk2_gfx1.rom" size="524288" crc="0d9cb9bf" sha1="cc7140e9a01a14b252cb1090bcea32b0de461928" region="gfx1" offset="0"/>
		<rom name="tk2_gfx3.rom" size="524288" crc="45227027" sha1="b21afc593f0d4d8909dfa621d659cbb40507d1b2" region="gfx1" offset="2"/>
		<rom name="tk2_gfx2.rom" size="524288" crc="c5ca2460" sha1="cbe14867f7b94b638ca80db7c8e0c60881183469" region="gfx1" offset="4"/>
		<rom name="tk2_gfx4.rom" size="524288" crc="e349551c" sha1="1d977bdf256accf750ad9930ec4a0a19bbf86964" region="gfx1" offset="6"/>
		<rom name="tk2_gfx5.rom" size="524288" crc="291f0f0b" sha1="094baf0f960f25fc2525b3b1cc378a49d9a0955d" region="gfx1" offset="200000"/>
		<rom name="tk2_gfx7.rom" size="524288" crc="3edeb949" sha1="c155698dd9ee9eb24bbc97a21118ef2e897ea82f" region="gfx1" offset="200002"/>
		<rom name="tk2_gfx6.rom" size="524288" crc="1abd14d6" sha1="dffff3126f102b4ec028a81405fc5b9bd7bb65b3" region="gfx1" offset="200004"/>
		<rom name="tk2_gfx8.rom" size="524288" crc="b27948e3" sha1="870d5d23f56798831c641e877ea94217058b2ddc" region="gfx1" offset="200006"/>
		<rom name="tk2_qa.rom" size="131072" crc="c9183a0d" sha1="d8b1d41c572f08581f8ab9eb878de77d6ea8615d" region="cpu2" offset="0"/>
		<rom name="tk2_q1.rom" size="524288" crc="611268cf" sha1="83ab059f2110fb25fdcff928d56b790fc1f5c975" region="sound1" offset="0"/>
		<rom name="tk2_q2.rom" size="524288" crc="20f55ca9" sha1="90134e9a9c4749bb65c728b66ea4dac1fd4d88a4" region="sound1" offset="80000"/>
		<rom name="tk2_q3.rom" size="524288" crc="bfcf6f52" sha1="2a85ff3fc89b4cbabd20779ec12da2e116333c7c" region="sound1" offset="100000"/>
		<rom name="tk2_q4.rom" size="524288" crc="36642e88" sha1="8ab25b19e2b67215a5cb1f3aa81b9d26009cfeb8" region="sound1" offset="180000"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="8000000"/>
		<chip type="audio" name="Q-Sound" clock="4000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="2"/>
		<input players="3" buttons="2" coins="3" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="dino" sourcefile="cps1.c">
		<description>Cadillacs and Dinosaurs (World 930201)</description>
		<year>1993</year>
		<manufacturer>Capcom</manufacturer>
		<rom name="cde_23a.rom" size="524288" crc="8f4e585e" sha1="55ecba3652066cdafad140c4524b1fc81228e69b" region="cpu1" offset="0"/>
		<rom name="cde_22a.rom" size="524288" crc="9278aa12" sha1="58cbbd53a98abe640ccb233f8dbd8ca6d63475e7" region="cpu1" offset="80000"/>
		<rom name="cde_21a.rom" size="524288" crc="66d23de2" sha1="19b8a365f630411d524d055459020f4c8cf930f1" region="cpu1" offset="100000"/>
		<rom name="cd_gfx01.rom" size="524288" crc="8da4f917" sha1="4f7b2304b7d9b545d6707d7ec921d3e28200699d" region="gfx1" offset="0"/>
		<rom name="cd_gfx03.rom" size="524288" crc="6c40f603" sha1="cdbd11dfcec08e87355d7e21e9fd39f7eacab016" region="gfx1" offset="2"/>
		<rom name="cd_gfx02.rom" size="524288" crc="09c8fc2d" sha1="d0c0a1258ec5dd484ab6ec1c5663425431f929ee" region="gfx1" offset="4"/>
		<rom name="cd_gfx04.rom" size="524288" crc="637ff38f" sha1="859926b33b9955b3ed67471c61faa442d42b9696" region="gfx1" offset="6"/>
		<rom name="cd_gfx05.rom" size="524288" crc="470befee" sha1="a42e38319e9b7424381352512f11bd8edf0bbb96" region="gfx1" offset="200000"/>
		<rom name="cd_gfx07.rom" size="524288" crc="22bfb7a3" sha1="c44959bd3d42b9fc8ecb482dfaf63fbd469d2c3e" region="gfx1" offset="200002"/>
		<rom name="cd_gfx06.rom" size="524288" crc="e7599ac4" sha1="0e788a38547a8701115d01190ddeaca64388db4d" region="gfx1" offset="200004"/>
		<rom name="cd_gfx08.rom" size="524288" crc="211b4b15" sha1="374f6b185faa0f14f5c45b9b1d60d0772d93fb17" region="gfx1" offset="200006"/>
		<rom name="cd_q.rom" size="131072" crc="605fdb0b" sha1="9da90ddc6513aaaf2260f0c69719c6b0e585ba8c" region="cpu2" offset="0"/>
		<rom name="cd_q1.rom" size="524288" crc="60927775" sha1="f8599bc84c38573ebbe8685822c58b6a38b50462" region="sound1" offset="0"/>
		<rom name="cd_q2.rom" size="524288" crc="770f4c47" sha1="fec8ef00a6669d4d5e37787ecc7b58ee46709326" region="sound1" offset="80000"/>
		<rom name="cd_q3.rom" size="524288" crc="2f273ffc" sha1="f0de462f6c4d251911258e0ebd886152c14d1586" region="sound1" offset="100000"/>
		<rom name="cd_q4.rom" size="524288" crc="2c67821d" sha1="6e2528d0b22508300a6a142a796dd3bf53a66946" region="sound1" offset="180000"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="8000000"/>
		<chip type="audio" name="Q-Sound" clock="4000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="2"/>
		<input players="3" buttons="2" coins="3" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="pnickj" sourcefile="cps1.c">
		<description>Pnickies (Japan 940608)</description>
		<year>1994</year>
		<manufacturer>Compile (Capcom license)</manufacturer>
		<rom name="pnij36.bin" size="131072" crc="2d4ffb2b" sha1="6e49cf89a36834fd1de8b4b860fe66f3d7d67a84" region="cpu1" offset="0"/>
		<rom name="pnij42.bin" size="131072" crc="c085dfaf" sha1="a31ededc3413ec4f3f5e3a1fb615b60c6197f4a5" region="cpu1" offset="1"/>
		<rom name="pnij09.bin" size="131072" crc="48177b0a" sha1="eba5de6cd9bb0c4ad76a13bddc9cdeb2e4380122" region="gfx1" offset="0"/>
		<rom name="pnij01.bin" size="131072" crc="01a0f311" sha1="9bcd8716f90ccd410543ffcdc5c2916077b8d4c3" region="gfx1" offset="1"/>
		<rom name="pnij13.bin" size="131072" crc="406451b0" sha1="5a7a7fecba7de8b8cf4a284b2ae7adae901623f6" region="gfx1" offset="2"/>
		<rom name="pnij05.bin" size="131072" crc="8c515dc0" sha1="aa1e13cf9e7cf0458bb5c4332b1ea73034f9a874" region="gfx1" offset="3"/>
		<rom name="pnij26.bin" size="131072" crc="e2af981e" sha1="3c2b28b4a4d457aa94a760dfca0181a9f050c319" region="gfx1" offset="4"/>
		<rom name="pnij18.bin" size="131072" crc="f17a0e56" sha1="7c89aca230f176e12f995892f9d1bce22c57fbdf" region="gfx1" offset="5"/>
		<rom name="pnij38.bin" size="131072" crc="eb75bd8c" sha1="2129460e06eb64019fc5f7eab6334ff43229b995" region="gfx1" offset="6"/>
		<rom name="pnij32.bin" size="131072" crc="84560bef" sha1="9e94ae434b50ecf82781080e11d0c4741e992d0d" region="gfx1" offset="7"/>
		<rom name="pnij10.bin" size="131072" crc="c2acc171" sha1="7c86db3f2acca1252d403c5f12c871d0357fa109" region="gfx1" offset="100000"/>
		<rom name="pnij02.bin" size="131072" crc="0e21fc33" sha1="c4a29d45c4257c8871038d3c9b13140e874db0c1" region="gfx1" offset="100001"/>
		<rom name="pnij14.bin" size="131072" crc="7fe59b19" sha1="a273b8b8fbfd5d31d25479a9ede09ce35e1cc873" region="gfx1" offset="100002"/>
		<rom name="pnij06.bin" size="131072" crc="79f4bfe3" sha1="bc17cc1c8535e3d202588893713926b6c06f92fd" region="gfx1" offset="100003"/>
		<rom name="pnij27.bin" size="131072" crc="83d5cb0e" sha1="44c93fa5eedcafc8dc6d88ee827c6cadc9c671f0" region="gfx1" offset="100004"/>
		<rom name="pnij19.bin" size="131072" crc="af08b230" sha1="a3b5b3013012efa1860699648518f8d8031c5f30" region="gfx1" offset="100005"/>
		<rom name="pnij39.bin" size="131072" crc="70fbe579" sha1="b5b7ed5588ecd884b20dd50bfc5385a9af03c5d8" region="gfx1" offset="100006"/>
		<rom name="pnij33.bin" size="131072" crc="3ed2c680" sha1="0afe84d8d89f8d45afc79f6172337e622e29a8a2" region="gfx1" offset="100007"/>
		<rom name="pnij17.bin" size="65536" crc="e86f787a" sha1="de04cbe89c655faf04afe169bfd9913049ccc4a8" region="cpu2" offset="0"/>
		<rom name="pnij24.bin" size="131072" crc="5092257d" sha1="95dc9d10940653b2fb37baf5c1ed27145b02104e" region="sound1" offset="0"/>
		<rom name="pnij25.bin" size="131072" crc="22109aaa" sha1="cf21e75674d81b2daae2083d02f9f4b6e52722c6" region="sound1" offset="20000"/>
		<chip type="cpu" name="68000" clock="10000000"/>
		<chip type="cpu" name="Z80" clock="3579545"/>
		<chip type="audio" name="YM2151" clock="3579545"/>
		<chip type="audio" name="OKI6295" clock="1000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="3" coins="2" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coinage">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin Slots">
			<dipvalue name="1" default="yes"/>
			<dipvalue name="2"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="1 (Easiest)"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4 (Normal)" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
			<dipvalue name="7"/>
			<dipvalue name="8 (Hardest)"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Vs Play Mode">
			<dipvalue name="1 Game Match" default="yes"/>
			<dipvalue name="3 Games Match"/>
			<dipvalue name="5 Games Match"/>
			<dipvalue name="7 Games Match"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Game Mode">
			<dipvalue name="Game" default="yes"/>
			<dipvalue name="Test"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="pang" sourcefile="mitchell.c">
		<description>Pang (World)</description>
		<year>1989</year>
		<manufacturer>Mitchell</manufacturer>
		<rom name="pang6.bin" size="32768" crc="68be52cd" sha1="67b9ac15f4cbd3959c417f979beae36ae17334c1" region="cpu1" offset="0"/>
		<rom name="pang7.bin" size="131072" crc="4a2e70f6" sha1="039db1b51374e5637b5c2ba8e18ccd08816613a7" region="cpu1" offset="10000"/>
		<rom name="pang_09.bin" size="131072" crc="3a5883f5" sha1="a8a33071e10f5992e80afdb782c334829f9ae27f" region="gfx1" dispose="yes" offset="0"/>
		<rom name="bb3.bin" size="131072" crc="79a8ed08" sha1="c1e43889e29b80c7fe2c09b11eecde24450a1ff5" region="gfx1" dispose="yes" offset="20000"/>
		<rom name="pang_11.bin" size="131072" crc="166a16ae" sha1="7f907c78b7ac8c99e3d79761a6ae689c77e3a1f5" region="gfx1" dispose="yes" offset="80000"/>
		<rom name="bb5.bin" size="131072" crc="2fb3db6c" sha1="328814d28569fec763975a8ae4c2767517a680af" region="gfx1" dispose="yes" offset="a0000"/>
		<rom name="bb10.bin" size="131072" crc="fdba4f6e" sha1="9a2412a97682bbd25b8942520a0c02616bd59353" region="gfx2" dispose="yes" offset="0"/>
		<rom name="bb9.bin" size="131072" crc="39f47a63" sha1="05675ad45909a7d723acaf4d53b4e588d4e048b9" region="gfx2" dispose="yes" offset="20000"/>
		<rom name="bb1.bin" size="131072" crc="c52e5b8e" sha1="933b954bfdd2d67e28b032ffabde192531249c1f" region="sound1" offset="0"/>
		<chip type="cpu" name="Z80" clock="8000000"/>
		<chip type="audio" name="OKI6295" clock="990000"/>
		<chip type="audio" name="YM2413" clock="4000000"/>
		<display type="raster" rotate="0" width="384" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="1" service="yes">
			<control type="joy8way"/>
		</input>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="2048"/>
	</game>
	<game name="gtg" sourcefile="itech8.c">
		<description>Golden Tee Golf (Joystick, v3.1)</description>
		<year>1990</year>
		<manufacturer>Strata/Incredible Technologies</manufacturer>
		<rom name="u5.bin" size="65536" crc="61984272" sha1="be735f8576fb2cccc0e9e6ea6f2fd54b6c0b3bb3" region="cpu1" offset="4000"/>
		<rom name="u27.bin" size="32768" crc="358d2440" sha1="7b09350c89f9d2c86dc187d8812bbf26b576a38f" region="cpu2" offset="8000"/>
		<rom name="grom0.bin" size="131072" crc="a29c688a" sha1="32dbb996a5e4c23cfd44b79312ac4a767658f20a" region="gfx1" offset="0"/>
		<rom name="grom1.bin" size="131072" crc="b52a23f6" sha1="092961acf47875179b44342e2dd8955670e67ea2" region="gfx1" offset="20000"/>
		<rom name="grom2.bin" size="131072" crc="9b8e3a61" sha1="1b5682b1328d6c97b604fb71512e8f72322a688f" region="gfx1" offset="40000"/>
		<rom name="grom3.bin" size="131072" crc="b6e9fb15" sha1="c1b28ea911696cb4ed56bfba212848693530b59f" region="gfx1" offset="60000"/>
		<rom name="grom4.bin" size="131072" crc="faa16729" sha1="5d46cddda66b6d23c9ebdf2fb4cebce15586b4ad" region="gfx1" offset="80000"/>
		<rom name="grom5.bin" size="131072" crc="5b393314" sha1="9e314a75ea52373369904915ec786f09eee725a9" region="gfx1" offset="a0000"/>
		<rom name="srom0.bin" size="131072" crc="1cccbfdf" sha1="546059fea2e7cd5627a666d80b1fc3ed8fcc0762" region="sound1" offset="0"/>
		<chip type="cpu" name="M6809" clock="2000000"/>
		<chip type="cpu" name="M6809" clock="2000000"/>
		<chip type="audio" name="OKI6295" clock="1000000"/>
		<chip type="audio" name="YM2203" clock="4000000"/>
		<display type="raster" rotate="0" width="256" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="astrob" sourcefile="segag80r.c">
		<description>Astro Blaster (version 3)</description>
		<year>1981</year>
		<manufacturer>Sega</manufacturer>
		<rom name="829b.cpu-u25" size="2048" crc="14ae953c" sha1="eb63d1b95faa5193db7fa6ab245e99325d519b5e" region="cpu1" offset="0"/>
		<rom name="907a.prom-u1" size="2048" crc="a9aaaf38" sha1="73c2b9421b267563acb33d63fbbbda818793c4c1" region="cpu1" offset="800"/>
		<rom name="908a.prom-u2" size="2048" crc="897f2b87" sha1="5468e68053c9a29791f367658630d5c0af332f03" region="cpu1" offset="1000"/>
		<rom name="909a.prom-u3" size="2048" crc="55a339e6" sha1="10f603c2105761ce22c3977e3b76ab568bcde1b3" region="cpu1" offset="1800"/>
		<rom name="910a.prom-u4" size="2048" crc="7972b60a" sha1="17f6a8a9a45c46ccb03242bac7906b235391cffc" region="cpu1" offset="2000"/>
		<rom name="911a.prom-u5" size="2048" crc="af87520f" sha1="df92d0c38c1ab6dc0464d986d89afe3cc02f3dd6" region="cpu1" offset="2800"/>
		<rom name="912a.prom-u6" size="2048" crc="b656f929" sha1="1b8545603f724a37727d175614fcca340714a7e3" region="cpu1" offset="3000"/>
		<rom name="913a.prom-u7" size="2048" crc="321074b3" sha1="73c306326cea202f9481daf52a76bd9d72ef691a" region="cpu1" offset="3800"/>
		<rom name="914a.prom-u8" size="2048" crc="90d2493e" sha1="6343cdd61a6e47edcbc6d60c8d124a56d3060e96" region="cpu1" offset="4000"/>
		<rom name="915a.prom-u9" size="2048" crc="aaf828d1" sha1="ac175746ff24b5ebdc78a4b7ca0c37185ffa3046" region="cpu1" offset="4800"/>
		<rom name="916a.prom-u10" size="2048" crc="56d92ab9" sha1="fd024fd178c9714fd55241f0d7081f4f3c07c463" region="cpu1" offset="5000"/>
		<rom name="917a.prom-u11" size="2048" crc="9dcdaf2d" sha1="21d0b1e555c31ec9db14cf297be4965f9eb162ec" region="cpu1" offset="5800"/>
		<rom name="918a.prom-u12" size="2048" crc="c9d09655" sha1="c9f642a9daab994a6d58a5f8a2f058041a0df5c2" region="cpu1" offset="6000"/>
		<rom name="919a.prom-u13" size="2048" crc="448bd318" sha1="ba1467ebc3667e935a0153b207763ee4fcef6007" region="cpu1" offset="6800"/>
		<rom name="920a.prom-u14" size="2048" crc="3524a383" sha1="310340218ce2881137a0781dc51fe406b220d140" region="cpu1" offset="7000"/>
		<rom name="921a.prom-u15" size="2048" crc="98c14834" sha1="5a5a25d9eb92eaf820b10dbed1820a4210493d8f" region="cpu1" offset="7800"/>
		<rom name="922a.prom-u16" size="2048" crc="4311513c" sha1="ec2e4d92eb128b3b75464379324f7e0341ae2494" region="cpu1" offset="8000"/>
		<rom name="923a.prom-u17" size="2048" crc="50f0462c" sha1="659552ff8d6e6cf71f9f250d95e025371a10a2d0" region="cpu1" offset="8800"/>
		<rom name="924a.prom-u18" size="2048" crc="120a39c7" sha1="d8fdf97290725cf9ebddab9eeb34d7adba097394" region="cpu1" offset="9000"/>
		<rom name="925a.prom-u19" size="2048" crc="790a7f4e" sha1="16b7b8e864a8f5f59da6bf2ad17f1e4791f34abe" region="cpu1" offset="9800"/>
		<rom name="808b.speech-u7" size="2048" crc="5988c767" sha1="3b91a8cd46aa7e714028cc40f700fea32287afb1" region="cpu2" offset="0"/>
		<rom name="809a.speech-u6" size="2048" crc="893f228d" sha1="41c08210d322105f5446cfaa1258c194dd078a34" region="sound1" offset="0"/>
		<rom name="810.speech-u5" size="2048" crc="ff0163c5" sha1="158a12f9bf01d25c7e98f34fce56df51d49e5a85" region="sound1" offset="800"/>
		<rom name="811.speech-u4" size="2048" crc="219f3978" sha1="728edb9251f7cde237fa3b005971366a099c6342" region="sound1" offset="1000"/>
		<rom name="812a.speech-u3" size="2048" crc="410ad0d2" sha1="9b5f05bb64a6ecfe3543025a10c6ec67de797333" region="sound1" offset="1800"/>
		<sample name="invadr1.wav"/>
		<sample name="winvadr1.wav"/>
		<sample name="invadr2.wav"/>
		<sample name="winvadr2.wav"/>
		<sample name="invadr3.wav"/>
		<sample name="winvadr3.wav"/>
		<sample name="invadr4.wav"/>
		<sample name="winvadr4.wav"/>
		<sample name="asteroid.wav"/>
		<sample name="refuel.wav"/>
		<sample name="pbullet.wav"/>
		<sample name="ebullet.wav"/>
		<sample name="eexplode.wav"/>
		<sample name="pexplode.wav"/>
		<sample name="deedle.wav"/>
		<sample name="sonar.wav"/>
		<chip type="cpu" name="Z80" clock="3867000"/>
		<chip type="cpu" name="I8035" clock="208000"/>
		<chip type="audio" name="Samples"/>
		<chip type="audio" name="SP0250" clock="3120000"/>
		<display type="raster" rotate="270" width="256" height="224" refresh="59.998135" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2" service="yes">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Demo Speech">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit 5/3 6/4"/>
			<dipvalue name="2 Coins/1 Credit 4/3"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/1 Credit 5/6"/>
			<dipvalue name="1 Coin/1 Credit 4/5"/>
			<dipvalue name="1 Coin/1 Credit 2/3"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/2 Credits 4/9"/>
			<dipvalue name="1 Coin/2 Credits 5/11"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit 5/3 6/4"/>
			<dipvalue name="2 Coins/1 Credit 4/3"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/1 Credit 5/6"/>
			<dipvalue name="1 Coin/1 Credit 4/5"/>
			<dipvalue name="1 Coin/1 Credit 2/3"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/2 Credits 4/9"/>
			<dipvalue name="1 Coin/2 Credits 5/11"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="64"/>
	</game>
	<game name="wbml" sourcefile="system1.c">
		<description>Wonder Boy in Monster Land (Japan New Ver.)</description>
		<year>1987</year>
		<manufacturer>Sega / Westone</manufacturer>
		<rom name="ep11031a.90" size="32768" crc="bd3349e5" sha1="65cc16e5d3b08429388946df254b8122ad1da339" region="cpu1" offset="0"/>
		<rom name="epr11032.91" size="32768" crc="9d03bdb2" sha1="7dbab23e7c7972d9b51a0d3d046374720b7d6af5" region="cpu1" offset="10000"/>
		<rom name="epr11033.92" size="32768" crc="7076905c" sha1="562fbd9bd60851f7e4e60b725193395b4f193479" region="cpu1" offset="18000"/>
		<rom name="epr11037.126" size="32768" crc="7a4ee585" sha1="050436106cced5dcbf40a3d94d48202eedddc3ad" region="cpu2" offset="0"/>
		<rom name="epr11034.4" size="32768" crc="37a2077d" sha1="57f032a98022bf03ff98cb2e563178ba97e4b63c" region="gfx1" dispose="yes" offset="0"/>
		<rom name="epr11035.5" size="32768" crc="cdf2a21b" sha1="db2553866f21e03bd9d668c179be3352adbaf8a6" region="gfx1" dispose="yes" offset="8000"/>
		<rom name="epr11036.6" size="32768" crc="644687fa" sha1="d6c5bc95da4fc7e81091dcfe6205b6f47d54af76" region="gfx1" dispose="yes" offset="10000"/>
		<rom name="epr11028.87" size="32768" crc="af0b3972" sha1="413825f66b84c7e45aa1855131482abead8f7f3b" region="gfx2" offset="0"/>
		<rom name="epr11027.86" size="32768" crc="277d8f1d" sha1="7854673503ed03d276abe971805a11f8c992f6d6" region="gfx2" offset="8000"/>
		<rom name="epr11030.89" size="32768" crc="f05ffc76" sha1="f3dbb518240f86430840c3d4cda04bac79c20f69" region="gfx2" offset="10000"/>
		<rom name="epr11029.88" size="32768" crc="cedc9c61" sha1="dbe5744f9b6f2a406b52b910dd4e133db7bce6b2" region="gfx2" offset="18000"/>
		<rom name="pr11026.20" size="256" crc="27057298" sha1="654be7abb937bb0720263ee6512e31194662effe" region="proms" offset="0"/>
		<rom name="pr11025.14" size="256" crc="41e4d86b" sha1="a86e8bb0a465d01b04410edfbb82eb96f12b909f" region="proms" offset="100"/>
		<rom name="pr11024.8" size="256" crc="08d71954" sha1="df045dbfb3d669e4d42fbdba1e7191cd046f7b47" region="proms" offset="200"/>
		<rom name="pr5317.37" size="256" crc="648350b8" sha1="c7986aa9127ef5b50b845434cb4e81dff9861cd2" region="proms" offset="300"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="2000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<display type="raster" rotate="0" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3"/>
			<dipvalue name="4" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="30000 100000 200000" default="yes"/>
			<dipvalue name="50000 150000 250000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Test Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit 5/3 6/4"/>
			<dipvalue name="2 Coins/1 Credit 4/3"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/1 Credit 5/6"/>
			<dipvalue name="1 Coin/1 Credit 4/5"/>
			<dipvalue name="1 Coin/1 Credit 2/3"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit 5/3 6/4"/>
			<dipvalue name="2 Coins/1 Credit 4/3"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/1 Credit 5/6"/>
			<dipvalue name="1 Coin/1 Credit 4/5"/>
			<dipvalue name="1 Coin/1 Credit 2/3"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" cocktail="preliminary" savestate="supported" palettesize="1536"/>
	</game>
	<game name="tetris" sourcefile="segas16a.c">
		<description>Tetris (set 4, Japan, System 16A, FD1094 317-0093)</description>
		<year>1988</year>
		<manufacturer>Sega</manufacturer>
		<rom name="epr12201.rom" size="32768" crc="338e9b51" sha1="f56a1124c963d4ad72a806b26f9aa906aaa37d2b" region="cpu1" offset="0"/>
		<rom name="epr12200.rom" size="32768" crc="fb058779" sha1="0045985ea943ebc7e44bd95127c5e5212c2821e8" region="cpu1" offset="1"/>
		<rom name="317-0093.key" size="8192" crc="e0064442" sha1="cc70b1a2c66729c4540dabd6a24a5f5615beedcd" region="user1" offset="0"/>
		<rom name="epr12202.rom" size="65536" crc="2f7da741" sha1="51a685673b4a57a13818eca65d122230f20bd9a0" region="gfx1" dispose="yes" offset="0"/>
		<rom name="epr12203.rom" size="65536" crc="a6e58ec5" sha1="5a6c43c989768270e0ab61cfaa5ef86d4607fe20" region="gfx1" dispose="yes" offset="10000"/>
		<rom name="epr12204.rom" size="65536" crc="0ae98e23" sha1="f067b81b85f9e03a6373c7c53ff52d5395b8a985" region="gfx1" dispose="yes" offset="20000"/>
		<rom name="epr12169.b1" size="32768" crc="dacc6165" sha1="87b1a7643e3630ff73b2b117752496e1ea5da23d" region="gfx2" offset="1"/>
		<rom name="epr12170.b5" size="32768" crc="87354e42" sha1="e7fd55aee59b51d82cb9b619fbb815ad6839560c" region="gfx2" offset="0"/>
		<rom name="epr12205.rom" size="32768" crc="6695dc99" sha1="08123aa24c302bc9243329384bd9c2545a4d50c3" region="cpu2" offset="0"/>
		<chip type="cpu" name="68000" clock="10000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2151" clock="4000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit 5/3 6/4"/>
			<dipvalue name="2 Coins/1 Credit 4/3"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/1 Credit 2/3"/>
			<dipvalue name="1 Coin/1 Credit 4/5"/>
			<dipvalue name="1 Coin/1 Credit 5/6"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="Free Play (if Coin B too) or 1/1"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit 5/3 6/4"/>
			<dipvalue name="2 Coins/1 Credit 4/3"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/1 Credit 2/3"/>
			<dipvalue name="1 Coin/1 Credit 4/5"/>
			<dipvalue name="1 Coin/1 Credit 5/6"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="Free Play (if Coin A too) or 1/1"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="A" default="yes"/>
			<dipvalue name="B"/>
			<dipvalue name="C"/>
			<dipvalue name="D"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="6144"/>
	</game>
	<game name="btime" sourcefile="btime.c">
		<description>Burger Time (Data East set 1)</description>
		<year>1982</year>
		<manufacturer>Data East Corporation</manufacturer>
		<rom name="aa04.9b" size="4096" crc="368a25b5" sha1="ed3f3712423979dcb351941fa85dce6a0a7bb16b" region="cpu1" offset="c000"/>
		<rom name="aa06.13b" size="4096" crc="b4ba400d" sha1="8c77397e934907bc47a739f263196a0f2f81ba3d" region="cpu1" offset="d000"/>
		<rom name="aa05.10b" size="4096" crc="8005bffa" sha1="d0da4e360039f6a8d8142a4e8e05c1f90c0af68a" region="cpu1" offset="e000"/>
		<rom name="aa07.15b" size="4096" crc="086440ad" sha1="4a32bc92f8ff5fbe112f56e62d2c03da8851a7b9" region="cpu1" offset="f000"/>
		<rom name="ab14.12h" size="4096" crc="f55e5211" sha1="27940026d0c6212d1138d2fd88880df697218627" region="cpu2" offset="f000"/>
		<rom name="aa12.7k" size="4096" crc="c4617243" sha1="24204d591aa2c264a852ee9ba8c4be63efd97728" region="gfx1" dispose="yes" offset="0"/>
		<rom name="ab13.9k" size="4096" crc="ac01042f" sha1="e64b6381a9298eaf74e79fa5f1ea8e9596c58a49" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="ab10.10k" size="4096" crc="854a872a" sha1="3d2ecfd54a5a9d68b53cf4b4ee1f2daa6aef2123" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="ab11.12k" size="4096" crc="d4848014" sha1="0a55b091cd4e7f317c35defe13d5051b26042eee" region="gfx1" dispose="yes" offset="3000"/>
		<rom name="aa8.13k" size="4096" crc="8650c788" sha1="d9b1ee2d1f2fd66705d497c80252861b49aa9254" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="ab9.15k" size="4096" crc="8dec15e6" sha1="b72633de6268ce16742bba4dcba835df860d6c2f" region="gfx1" dispose="yes" offset="5000"/>
		<rom name="ab00.1b" size="2048" crc="c7a14485" sha1="6a0a8e6b7860859f22daa33634e34fbf91387659" region="gfx2" dispose="yes" offset="0"/>
		<rom name="ab01.3b" size="2048" crc="25b49078" sha1="4abdcbd4f3362c3e4463a1274731289f1a72d2e6" region="gfx2" dispose="yes" offset="800"/>
		<rom name="ab02.4b" size="2048" crc="b8ef56c3" sha1="4a03bf011dc1fb2902f42587b1174b880cf06df1" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="ab03.6b" size="2048" crc="d26bc1f3" sha1="737af6e264183a1f151f277a07cf250d6abb3fd8" region="gfx3" offset="0"/>
		<chip type="cpu" name="M6502" clock="1500000"/>
		<chip type="cpu" name="M6502" clock="500000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<display type="raster" rotate="270" width="256" height="240" refresh="57.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cross Hatch Pattern">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Enemies">
			<dipvalue name="4" default="yes"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="End of Level Pepper">
			<dipvalue name="No" default="yes"/>
			<dipvalue name="Yes"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="16"/>
	</game>
	<game name="brubber" sourcefile="btime.c">
		<description>Burnin' Rubber</description>
		<year>1982</year>
		<manufacturer>Data East</manufacturer>
		<rom name="brubber.12c" size="8192" crc="b5279c70" sha1="5fb1c50040dc4e9444aed440e2c3cf4c79b72311" region="cpu1" offset="c000"/>
		<rom name="brubber.12d" size="8192" crc="b2ce51f5" sha1="5e38ea24bcafef1faba023def96532abd6f97d38" region="cpu1" offset="e000"/>
		<rom name="bnj6c.bin" size="4096" crc="8c02f662" sha1="1279d564e65fd3ccac25b1f9fbb40d910de2b544" region="cpu2" offset="f000"/>
		<rom name="bnj4e.bin" size="8192" crc="b864d082" sha1="cacf71fa6c0f7121d077381a0ff6222f534295ab" region="gfx1" dispose="yes" offset="0"/>
		<rom name="bnj4f.bin" size="8192" crc="6c31d77a" sha1="5e52554f594f569527af4768d244cc40a7b4460a" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="bnj4h.bin" size="8192" crc="5824e6fb" sha1="e98f0eb476b8f033f5cc70a6e503afc4e651fd45" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="bnj10e.bin" size="4096" crc="f4e9eb49" sha1="b356512d2ebd4e2005e76496b434e5ecebadb251" region="gfx2" dispose="yes" offset="0"/>
		<rom name="bnj10f.bin" size="4096" crc="a9ffacb4" sha1="49d5f9c0b695f474197fbb761bacc065b6b5808a" region="gfx2" dispose="yes" offset="1000"/>
		<chip type="cpu" name="M6502" clock="750000"/>
		<chip type="cpu" name="M6502" clock="500000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<display type="raster" rotate="270" width="256" height="240" refresh="57.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="Every 30000" default="yes"/>
			<dipvalue name="Every 70000"/>
			<dipvalue name="20000 Only"/>
			<dipvalue name="30000 Only"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="16"/>
	</game>
	<game name="astrof" sourcefile="astrof.c">
		<description>Astro Fighter (set 1)</description>
		<year>1979</year>
		<manufacturer>Data East</manufacturer>
		<rom name="afii.6" size="2048" crc="d6cd13a4" sha1="359b00b02f4256f1138c8526214c6a34d2e5b47a" region="cpu1" offset="d000"/>
		<rom name="afii.5" size="2048" crc="6fd3c4df" sha1="73aad03e2588ac9f249d5751eb4a7c7cd12fd3b9" region="cpu1" offset="d800"/>
		<rom name="afii.4" size="2048" crc="9612dae3" sha1="8ee1797c212e06c381972b7b555f240ff317d75d" region="cpu1" offset="e000"/>
		<rom name="afii.3" size="2048" crc="5a0fef42" sha1="92a575abdf17bbb5ed6bc67479049523a985aa75" region="cpu1" offset="e800"/>
		<rom name="afii.2" size="2048" crc="69f8a4fc" sha1="9f9a935f19187640018009ade92f8993912ef6c2" region="cpu1" offset="f000"/>
		<rom name="afii.1" size="2048" crc="322c09d2" sha1="89723e3d998ff9cb9b174bca4b072b412b290c04" region="cpu1" offset="f800"/>
		<rom name="astrf.clr" size="32" crc="61329fd1" sha1="15782d8757d4dda5a8b97815e94c90218f0e08dd" region="proms" offset="0"/>
		<sample name="fire.wav"/>
		<sample name="ekilled.wav"/>
		<sample name="wave1.wav"/>
		<sample name="wave2.wav"/>
		<sample name="wave3.wav"/>
		<sample name="wave4.wav"/>
		<sample name="bossfire.wav"/>
		<sample name="fuel.wav"/>
		<sample name="death.wav"/>
		<sample name="bosshit.wav"/>
		<sample name="bosskill.wav"/>
		<chip type="cpu" name="M6502" clock="662187"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="90" width="240" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="1">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="3000" default="yes"/>
			<dipvalue name="5000"/>
			<dipvalue name="7000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="16"/>
	</game>
	<game name="baddudes" sourcefile="dec0.c">
		<description>Bad Dudes vs. Dragonninja (US)</description>
		<year>1988</year>
		<manufacturer>Data East USA</manufacturer>
		<rom name="baddudes.4" size="65536" crc="4bf158a7" sha1="e034f64cec3e8596a2d86dd83462592178f19611" region="cpu1" offset="0"/>
		<rom name="baddudes.1" size="65536" crc="74f5110c" sha1="9b8ff24e69505846a1406f5ab82b855b84a5cdf2" region="cpu1" offset="1"/>
		<rom name="baddudes.6" size="65536" crc="3ff8da57" sha1="eea8125a3eac33d76d22e72b69633eaae138efe5" region="cpu1" offset="40000"/>
		<rom name="baddudes.3" size="65536" crc="f8f2bd94" sha1="622c66fea00cabb2cce16bf621b07d38a660708d" region="cpu1" offset="40001"/>
		<rom name="baddudes.7" size="32768" crc="9fb1ef4b" sha1="f4dd0773be93c2ad8b0faacd12939c531b5aa130" region="cpu2" offset="8000"/>
		<rom name="baddudes.25" size="32768" crc="bcf59a69" sha1="486727e19c12ea55b47e2ef773d0d0471cf50083" region="gfx1" dispose="yes" offset="0"/>
		<rom name="baddudes.26" size="32768" crc="9aff67b8" sha1="18c3972a9f17a48897463f48be0d723ea0cf5aba" region="gfx1" dispose="yes" offset="8000"/>
		<rom name="baddudes.18" size="65536" crc="05cfc3e5" sha1="a0163921c77dc9706463a402c3dd45ec4341cd21" region="gfx2" dispose="yes" offset="0"/>
		<rom name="baddudes.20" size="65536" crc="e11e988f" sha1="0c59f0d8d1abe414c7e1ebd49d454179fed2cd00" region="gfx2" dispose="yes" offset="10000"/>
		<rom name="baddudes.22" size="65536" crc="b893d880" sha1="99e228174677f2e3e96154f77bfa9bf0f1c0a6a5" region="gfx2" dispose="yes" offset="20000"/>
		<rom name="baddudes.24" size="65536" crc="6f226dda" sha1="65ebb16a292c57d49c135fce7ed7537146226eb5" region="gfx2" dispose="yes" offset="30000"/>
		<rom name="baddudes.30" size="65536" crc="982da0d1" sha1="d819a587905624d793988f2ea726783da527d9f2" region="gfx3" dispose="yes" offset="8000"/>
		<rom name="baddudes.28" size="65536" crc="f01ebb3b" sha1="1686690cb0c87d9e687b2abb4896cf285ab8378f" region="gfx3" dispose="yes" offset="18000"/>
		<rom name="baddudes.15" size="65536" crc="a38a7d30" sha1="5cb1fb97605829fc733c79a7e169fa52adc6863b" region="gfx4" dispose="yes" offset="0"/>
		<rom name="baddudes.16" size="32768" crc="17e42633" sha1="405f5296a741901677cca978a1b287d894eb1e54" region="gfx4" dispose="yes" offset="10000"/>
		<rom name="baddudes.11" size="65536" crc="3a77326c" sha1="4de81752329cde6210a9c250a9f8ebe3dad9fe92" region="gfx4" dispose="yes" offset="20000"/>
		<rom name="baddudes.12" size="32768" crc="fea2a134" sha1="525dd5f48993db1fe1e3c095442884178f75e8e0" region="gfx4" dispose="yes" offset="30000"/>
		<rom name="baddudes.13" size="65536" crc="e5ae2751" sha1="4e4a3c68b11e9b0c8da70121b23296128063d4e9" region="gfx4" dispose="yes" offset="40000"/>
		<rom name="baddudes.14" size="32768" crc="e83c760a" sha1="d08db381658b8b3288c5eaa9048a906126e0f712" region="gfx4" dispose="yes" offset="50000"/>
		<rom name="baddudes.9" size="65536" crc="6901e628" sha1="1162c8cee20450780774cad54a9af40ebf0f0826" region="gfx4" dispose="yes" offset="60000"/>
		<rom name="baddudes.10" size="32768" crc="eeee8a1a" sha1="2bf8378ff38f6a7c7cbd4cbd489de25cb1f0fe71" region="gfx4" dispose="yes" offset="70000"/>
		<rom name="baddudes.8" size="65536" crc="3c87463e" sha1="f17c98507b562e91e9b27599614b3249fe68ff7a" region="sound1" offset="0"/>
		<chip type="cpu" name="68000" clock="10000000"/>
		<chip type="cpu" name="M6502" clock="1500000"/>
		<chip type="audio" name="YM2203" clock="1500000"/>
		<chip type="audio" name="YM3812" clock="3000000"/>
		<chip type="audio" name="OKI6295" clock="1023924"/>
		<display type="raster" rotate="0" width="256" height="240" refresh="57.410000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="Infinite (Cheat)"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="1024"/>
	</game>
	<game name="bombjack" sourcefile="bombjack.c">
		<description>Bomb Jack (set 1)</description>
		<year>1984</year>
		<manufacturer>Tehkan</manufacturer>
		<rom name="09_j01b.bin" size="8192" crc="c668dc30" sha1="51dd6a2688b42e9f28f0882bd76f75be7ec3222a" region="cpu1" offset="0"/>
		<rom name="10_l01b.bin" size="8192" crc="52a1e5fb" sha1="e1cdc4b4efbc6c7a1e4fa65019486617f2acba1b" region="cpu1" offset="2000"/>
		<rom name="11_m01b.bin" size="8192" crc="b68a062a" sha1="43bae56494ac0202aaa8f1ed5c1ed1bff775b2b8" region="cpu1" offset="4000"/>
		<rom name="12_n01b.bin" size="8192" crc="1d3ecee5" sha1="8b3c49e21ea4952cae7042890d1be2115f7d6fda" region="cpu1" offset="6000"/>
		<rom name="13.1r" size="8192" crc="70e0244d" sha1="67654155e42821ea78a655f869fb81c8d6387f63" region="cpu1" offset="c000"/>
		<rom name="01_h03t.bin" size="8192" crc="8407917d" sha1="318face9f7a7ab6c7eeac773995040425e780aaf" region="cpu2" offset="0"/>
		<rom name="03_e08t.bin" size="4096" crc="9f0470d5" sha1="94ef52ef47b4399a03528fe3efeac9c1d6983446" region="gfx1" dispose="yes" offset="0"/>
		<rom name="04_h08t.bin" size="4096" crc="81ec12e6" sha1="e29ba193f21aa898499187603b25d2e226a07c7b" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="05_k08t.bin" size="4096" crc="e87ec8b1" sha1="a66808ef2d62fca2854396898b86bac9be5f17a3" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="06_l08t.bin" size="8192" crc="51eebd89" sha1="515128a3971fcb97b60c5b6bdd2b03026aec1921" region="gfx2" dispose="yes" offset="0"/>
		<rom name="07_n08t.bin" size="8192" crc="9dd98e9d" sha1="6db6006a6e20ff7c243d88293ca53681c4703ea5" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="08_r08t.bin" size="8192" crc="3155ee7d" sha1="e7897dca4c145f10b7d975b8ef0e4d8aa9354c25" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="16_m07b.bin" size="8192" crc="94694097" sha1="de71bcd67f97d05527f2504fc8430be333fb9ec2" region="gfx3" dispose="yes" offset="0"/>
		<rom name="15_l07b.bin" size="8192" crc="013f58f2" sha1="20c64593ab9fcb04cefbce0cd5d17ce3ff26441b" region="gfx3" dispose="yes" offset="2000"/>
		<rom name="14_j07b.bin" size="8192" crc="101c858d" sha1="ed1746c15cdb04fae888601d940183d5c7702282" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="02_p04t.bin" size="4096" crc="398d4a02" sha1="ac18a8219f99ba9178b96c9564de3978e39c59fd" region="gfx4" offset="0"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Initial High Score?">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="100000"/>
			<dipvalue name="30000"/>
			<dipvalue name="50000"/>
			<dipvalue name="100000"/>
			<dipvalue name="50000"/>
			<dipvalue name="100000"/>
			<dipvalue name="50000"/>
		</dipswitch>
		<dipswitch name="Bird Speed">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Enemies Number &amp; Speed">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Special Coin">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="128"/>
	</game>
	<game name="tehkanwc" sourcefile="tehkanwc.c">
		<description>Tehkan World Cup</description>
		<year>1985</year>
		<manufacturer>Tehkan</manufacturer>
		<rom name="twc-1.bin" size="16384" crc="34d6d5ff" sha1="72f4d408b8a7766d348f6a229d395e0c98215c40" region="cpu1" offset="0"/>
		<rom name="twc-2.bin" size="16384" crc="7017a221" sha1="4b4700af0a6ff64f976db369ba4b9d97cee1fd5f" region="cpu1" offset="4000"/>
		<rom name="twc-3.bin" size="16384" crc="8b662902" sha1="13bcd4bf23e34dd7193545561e05bb2cb2c95f9b" region="cpu1" offset="8000"/>
		<rom name="twc-4.bin" size="32768" crc="70a9f883" sha1="ace04359265271eb37512a89eb0217eb013aecb7" region="cpu2" offset="0"/>
		<rom name="twc-6.bin" size="16384" crc="e3112be2" sha1="7859e51b4312dc5df01c88e1d97cf608abc7ca72" region="cpu3" offset="0"/>
		<rom name="twc-12.bin" size="16384" crc="a9e274f8" sha1="02b46e1b149a856f0be74a23faaeb792935b66c7" region="gfx1" dispose="yes" offset="0"/>
		<rom name="twc-8.bin" size="32768" crc="055a5264" sha1="fe294ba57c2c858952e2fab0be1b8859730846cb" region="gfx2" dispose="yes" offset="0"/>
		<rom name="twc-7.bin" size="32768" crc="59faebe7" sha1="85dad90928369601e039467d575750539410fcf6" region="gfx2" dispose="yes" offset="8000"/>
		<rom name="twc-11.bin" size="32768" crc="669389fc" sha1="a93e8455060ce5242cb65f78e47b4840aa13ab13" region="gfx3" dispose="yes" offset="0"/>
		<rom name="twc-9.bin" size="32768" crc="347ef108" sha1="bb9c2f51d65f28655404e10c3be44d7ade98711b" region="gfx3" dispose="yes" offset="8000"/>
		<rom name="twc-5.bin" size="16384" crc="444b5544" sha1="0786d6d9ada7fe49c8ab9751b049095474d2e598" region="sound1" offset="0"/>
		<chip type="cpu" name="Z80" clock="4608000"/>
		<chip type="cpu" name="Z80" clock="4608000"/>
		<chip type="cpu" name="Z80" clock="4608000"/>
		<chip type="audio" name="AY8910" clock="1536000"/>
		<chip type="audio" name="AY8910" clock="1536000"/>
		<chip type="audio" name="MSM5205" clock="384000"/>
		<display type="raster" rotate="0" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy8way"/>
			<control type="trackball" minimum="0" maximum="255" sensitivity="100"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Start Credits (P1&amp;P2)/Extra">
			<dipvalue name="1&amp;1/200%"/>
			<dipvalue name="1&amp;2/100%" default="yes"/>
			<dipvalue name="2&amp;2/100%"/>
			<dipvalue name="2&amp;3/67%"/>
		</dipswitch>
		<dipswitch name="1P Game Time">
			<dipvalue name="2:30"/>
			<dipvalue name="2:00"/>
			<dipvalue name="1:30" default="yes"/>
			<dipvalue name="1:00"/>
		</dipswitch>
		<dipswitch name="2P Game Time">
			<dipvalue name="5:00/3:00 Extra"/>
			<dipvalue name="5:00/2:45 Extra"/>
			<dipvalue name="5:00/2:35 Extra"/>
			<dipvalue name="5:00/2:30 Extra"/>
			<dipvalue name="4:00/2:30 Extra"/>
			<dipvalue name="4:00/2:15 Extra"/>
			<dipvalue name="4:00/2:05 Extra"/>
			<dipvalue name="4:00/2:00 Extra"/>
			<dipvalue name="3:30/2:15 Extra"/>
			<dipvalue name="3:30/2:00 Extra" default="yes"/>
			<dipvalue name="3:30/1:50 Extra"/>
			<dipvalue name="3:30/1:45 Extra"/>
			<dipvalue name="3:00/2:00 Extra"/>
			<dipvalue name="3:00/1:45 Extra"/>
			<dipvalue name="3:00/1:35 Extra"/>
			<dipvalue name="3:00/1:30 Extra"/>
			<dipvalue name="2:30/1:45 Extra"/>
			<dipvalue name="2:30/1:30 Extra"/>
			<dipvalue name="2:30/1:20 Extra"/>
			<dipvalue name="2:30/1:15 Extra"/>
			<dipvalue name="2:00/1:30 Extra"/>
			<dipvalue name="2:00/1:15 Extra"/>
			<dipvalue name="2:00/1:05 Extra"/>
			<dipvalue name="2:00/1:00 Extra"/>
			<dipvalue name="1:30/1:15 Extra"/>
			<dipvalue name="1:30/1:00 Extra"/>
			<dipvalue name="1:30/0:50 Extra"/>
			<dipvalue name="1:30/0:45 Extra"/>
			<dipvalue name="1:00/1:00 Extra"/>
			<dipvalue name="1:00/0:45 Extra"/>
			<dipvalue name="1:00/0:35 Extra"/>
			<dipvalue name="1:00/0:30 Extra"/>
		</dipswitch>
		<dipswitch name="Game Type">
			<dipvalue name="Timer In" default="yes"/>
			<dipvalue name="Credit In"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Very Hard"/>
		</dipswitch>
		<dipswitch name="Timer Speed">
			<dipvalue name="60/60" default="yes"/>
			<dipvalue name="55/60"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="768"/>
	</game>
	<game name="rygar" sourcefile="tecmo.c">
		<description>Rygar (US set 1)</description>
		<year>1986</year>
		<manufacturer>Tecmo</manufacturer>
		<rom name="5.5p" size="32768" crc="062cd55d" sha1="656e29c890f5de964920b7841b3e11469cd20051" region="cpu1" offset="0"/>
		<rom name="cpu_5m.bin" size="16384" crc="7ac5191b" sha1="305f39d974f906f9bc24e9fe2ca58e647925ab63" region="cpu1" offset="8000"/>
		<rom name="cpu_5j.bin" size="32768" crc="ed76d606" sha1="39c8a07e9a1f218ad088d00a2c9dfc993efafb6b" region="cpu1" offset="10000"/>
		<rom name="cpu_4h.bin" size="8192" crc="e4a2fa87" sha1="ed58187dbbcf59358496a98ffd6c227a87d6c433" region="cpu2" offset="0"/>
		<rom name="cpu_8k.bin" size="32768" crc="4d482fb6" sha1="57ad838b6d30b49dbd2d0ec425f33cfb15a67918" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vid_6k.bin" size="32768" crc="aba6db9e" sha1="43eb6f4f92afb5fbc11adc7e2ab04878ab56cb17" region="gfx2" dispose="yes" offset="0"/>
		<rom name="vid_6j.bin" size="32768" crc="ae1f2ed6" sha1="6e6a33e665ba0884b7f57e9ad69d3f51e41d9e7b" region="gfx2" dispose="yes" offset="8000"/>
		<rom name="vid_6h.bin" size="32768" crc="46d9e7df" sha1="a24e0bea310a03636af704a0ad3f1a9cc4aafe12" region="gfx2" dispose="yes" offset="10000"/>
		<rom name="vid_6g.bin" size="32768" crc="45839c9a" sha1="eaee5767d8b0b62b991c089ef51b922e89850b79" region="gfx2" dispose="yes" offset="18000"/>
		<rom name="vid_6p.bin" size="32768" crc="9eae5f8e" sha1="ed83b608ca57b9bf69fa866d9b8f55d16b7cff63" region="gfx3" dispose="yes" offset="0"/>
		<rom name="vid_6o.bin" size="32768" crc="5a10a396" sha1="12ebed3952ff35a2c275cb27c915f82183048cd4" region="gfx3" dispose="yes" offset="8000"/>
		<rom name="vid_6n.bin" size="32768" crc="7b12cf3f" sha1="6b9d8cad6e15317df01bab0591fab09199ca6d40" region="gfx3" dispose="yes" offset="10000"/>
		<rom name="vid_6l.bin" size="32768" crc="3cea7eaa" sha1="1dd194d5672dfe71c2b27d2d7b76f5a611cff76f" region="gfx3" dispose="yes" offset="18000"/>
		<rom name="vid_6f.bin" size="32768" crc="9840edd8" sha1="f19a1a1d932214037144c533ad07ed81256c34e7" region="gfx4" dispose="yes" offset="0"/>
		<rom name="vid_6e.bin" size="32768" crc="ff65e074" sha1="513c1bad336ef5d871f15d6ba8943020f98d1f4a" region="gfx4" dispose="yes" offset="8000"/>
		<rom name="vid_6c.bin" size="32768" crc="89868c85" sha1="f21550f40e7a177e95c40f2726c651f85ca8edce" region="gfx4" dispose="yes" offset="10000"/>
		<rom name="vid_6b.bin" size="32768" crc="35389a7b" sha1="a887a89f9bbb5979bb589468d80efba1f243690b" region="gfx4" dispose="yes" offset="18000"/>
		<rom name="cpu_1f.bin" size="16384" crc="3cc98c5a" sha1="ea1035be939ed1a994f3273b33412c85dda0973e" region="sound1" offset="0"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM3812" clock="4000000"/>
		<chip type="audio" name="MSM5205" clock="384000"/>
		<display type="raster" rotate="0" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="50000 200000 500000" default="yes"/>
			<dipvalue name="100000 300000 600000"/>
			<dipvalue name="200000 500000"/>
			<dipvalue name="100000"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Normal"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="2P Can Start Anytime">
			<dipvalue name="No" default="yes"/>
			<dipvalue name="Yes"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="1024"/>
	</game>
	<game name="gemini" sourcefile="tecmo.c">
		<description>Gemini Wing</description>
		<year>1987</year>
		<manufacturer>Tecmo</manufacturer>
		<rom name="gw04-5s.rom" size="65536" crc="ff9de855" sha1="34167af8456a081f68b338f10d4319ce1e703fd4" region="cpu1" offset="0"/>
		<rom name="gw05-6s.rom" size="65536" crc="5a6947a9" sha1="18b7aeb0f0e2c396bc759118dd7c45fd6070b804" region="cpu1" offset="10000"/>
		<rom name="gw03-5h.rom" size="32768" crc="9bc79596" sha1="61de9ddd45140e8ed88173294bd26147e2abfa21" region="cpu2" offset="0"/>
		<rom name="gw02-3h.rom" size="32768" crc="7acc8d35" sha1="05056e9f077e7571b314390b508c72d56ad0f43b" region="gfx1" dispose="yes" offset="0"/>
		<rom name="gw06-1c.rom" size="65536" crc="4ea51631" sha1="9aee0f1ba210ac953dc193cfc739322966b6de8a" region="gfx2" dispose="yes" offset="0"/>
		<rom name="gw07-1d.rom" size="65536" crc="da42637e" sha1="9885c52823279f26871092c77bdbe027df08268f" region="gfx2" dispose="yes" offset="10000"/>
		<rom name="gw08-1f.rom" size="65536" crc="0b4e8d70" sha1="55069f3df1c8db83f306d46b8262fd23585e6013" region="gfx2" dispose="yes" offset="20000"/>
		<rom name="gw09-1h.rom" size="65536" crc="b65c5e4c" sha1="699e1a9e72b8d94edae7382ba119fe5da113514d" region="gfx2" dispose="yes" offset="30000"/>
		<rom name="gw10-1n.rom" size="65536" crc="5e84cd4f" sha1="e85320291027a16619c87fc2365448367bda454a" region="gfx3" dispose="yes" offset="0"/>
		<rom name="gw11-2na.rom" size="65536" crc="08b458e1" sha1="b3426faa57dca51dc053db44fa4968425d8bf3ee" region="gfx3" dispose="yes" offset="10000"/>
		<rom name="gw12-2nb.rom" size="65536" crc="229c9714" sha1="f4f47d6b379c973c22f9ae7d7bec7041cdf3f737" region="gfx3" dispose="yes" offset="20000"/>
		<rom name="gw13-3n.rom" size="65536" crc="c5dfaf47" sha1="c3202ca8c7f3c5c7dc9acdc09c1c894e168ef9fe" region="gfx3" dispose="yes" offset="30000"/>
		<rom name="gw14-1r.rom" size="65536" crc="9c10e5b5" sha1="a81399b85d8f3ddca26883ec3535cb9044c35ada" region="gfx4" dispose="yes" offset="0"/>
		<rom name="gw15-2ra.rom" size="65536" crc="4cd18cfa" sha1="c197a098a7c1e5220aad039383a40702fe7c4f21" region="gfx4" dispose="yes" offset="10000"/>
		<rom name="gw16-2rb.rom" size="65536" crc="f911c7be" sha1="3f49f6c4734f2b644d93c4a54249aae6ff080e1d" region="gfx4" dispose="yes" offset="20000"/>
		<rom name="gw17-3r.rom" size="65536" crc="79a9ce25" sha1="74e3917b8e7a920ceb2135d7ef8fb2f2c5176b21" region="gfx4" dispose="yes" offset="30000"/>
		<rom name="gw01-6a.rom" size="32768" crc="d78afa05" sha1="b02a739b045f5cddf943ce59226ef234463eeebe" region="sound1" offset="0"/>
		<chip type="cpu" name="Z80" clock="6000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM3812" clock="4000000"/>
		<chip type="audio" name="MSM5205" clock="384000"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Final Round Continuation">
			<dipvalue name="Round 6" default="yes"/>
			<dipvalue name="Round 7"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Buy in During Final Round">
			<dipvalue name="No" default="yes"/>
			<dipvalue name="Yes"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Normal"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="50000 200000" default="yes"/>
			<dipvalue name="50000 300000"/>
			<dipvalue name="100000 500000"/>
			<dipvalue name="50000"/>
			<dipvalue name="100000"/>
			<dipvalue name="200000"/>
			<dipvalue name="300000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="1024"/>
	</game>
	<game name="trackfld" sourcefile="trackfld.c">
		<description>Track &amp; Field</description>
		<year>1983</year>
		<manufacturer>Konami</manufacturer>
		<rom name="a01_e01.bin" size="8192" crc="2882f6d4" sha1="f7ddae2c5412a2849efd7f9629e92a5b0328e7cb" region="cpu1" offset="6000"/>
		<rom name="a02_e02.bin" size="8192" crc="1743b5ee" sha1="31301031a525f893c31461f634350f01a9492ef4" region="cpu1" offset="8000"/>
		<rom name="a03_k03.bin" size="8192" crc="6c0d1ee9" sha1="380ab2162153a61910a6fe5b6d091ca9451ad4fd" region="cpu1" offset="a000"/>
		<rom name="a04_e04.bin" size="8192" crc="21d6c448" sha1="6c42cc76302485954a31520bdd08469fa948c72f" region="cpu1" offset="c000"/>
		<rom name="a05_e05.bin" size="8192" crc="f08c7b7e" sha1="50e65d9b0ea37d2afb2dfdf1f3e1378e3290bc81" region="cpu1" offset="e000"/>
		<rom name="c2_d13.bin" size="8192" crc="95bf79b6" sha1="ea9135acd7ad162c19c5cdde356e69792d61b675" region="cpu2" offset="0"/>
		<rom name="h16_e12.bin" size="8192" crc="50075768" sha1="dfff92c0f59dd3d8d3d6256944bfd48792cef6a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="h15_e11.bin" size="8192" crc="dda9e29f" sha1="0f41cde82bb60c3f1591ee14dc3cff4642bbddc1" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="h14_e10.bin" size="8192" crc="c2166a5c" sha1="5ba25900e653ce4edcf35f1fbce758a327a715ce" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="c11_d06.bin" size="8192" crc="82e2185a" sha1="1da9ea20e7af0b49c62fb39834a7ec686491af04" region="gfx2" dispose="yes" offset="0"/>
		<rom name="c12_d07.bin" size="8192" crc="800ff1f1" sha1="33d73b18903e3e6bfb30f1a06db4b8105d4040d8" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="c13_d08.bin" size="8192" crc="d9faf183" sha1="4448b6242790783d37acf50704d597af5878c2ab" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="c14_d09.bin" size="8192" crc="5886c802" sha1="884a12a8f63600da4f23b29be6dbaacef37add20" region="gfx2" dispose="yes" offset="6000"/>
		<rom name="361b16.f1" size="32" crc="d55f30b5" sha1="4d6a851f4886778307f75771645078b97ad55f5f" region="proms" offset="0"/>
		<rom name="361b17.b16" size="256" crc="d2ba4d32" sha1="894b5cedf01ba9225a0d6215291857e455b84903" region="proms" offset="20"/>
		<rom name="361b18.e15" size="256" crc="053e5861" sha1="6740a62cf7b6938a4f936a2fed429704612060a5" region="proms" offset="120"/>
		<rom name="c9_d15.bin" size="8192" crc="f546a56b" sha1="caee3d8546eb7a75ce2a578c6a1a630246aec6b8" region="sound1" offset="0"/>
		<chip type="cpu" name="M6809" clock="2048000"/>
		<chip type="cpu" name="Z80" clock="3579545"/>
		<chip type="audio" name="DAC"/>
		<chip type="audio" name="SN76496" clock="1789772"/>
		<chip type="audio" name="VLM5030" clock="3580000"/>
		<display type="raster" rotate="0" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="4" buttons="3" coins="2">
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="4 Coins/3 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="3 Coins/4 Credits"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="2 Coins/5 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="4 Coins/3 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="3 Coins/4 Credits"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="2 Coins/5 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
			<dipvalue name="Disabled"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1" default="yes"/>
			<dipvalue name="2"/>
		</dipswitch>
		<dipswitch name="After Last Event">
			<dipvalue name="Game Over"/>
			<dipvalue name="Game Continues" default="yes"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="None"/>
			<dipvalue name="100000" default="yes"/>
		</dipswitch>
		<dipswitch name="World Records">
			<dipvalue name="Don't Erase" default="yes"/>
			<dipvalue name="Erase on Reset"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Normal"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Difficult"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="kicker" sourcefile="shaolins.c">
		<description>Kicker</description>
		<year>1985</year>
		<manufacturer>Konami</manufacturer>
		<rom name="kikrd8.bin" size="8192" crc="2598dfdd" sha1="70a9d81b73bbd4ff6b627a3e4102d5328a946d20" region="cpu1" offset="6000"/>
		<rom name="kikrd9.bin" size="16384" crc="0cf0351a" sha1="a9da783b29a63a46912a29715e8d11dc4cd22265" region="cpu1" offset="8000"/>
		<rom name="kikrd11.bin" size="16384" crc="654037f8" sha1="52d098386fe87ae97d4dfefab0bd3a902f66d70b" region="cpu1" offset="c000"/>
		<rom name="kikra10.bin" size="8192" crc="4d156afc" sha1="29eb66e2ebcf2f1c1d5ece5413d1ebf54663f9cf" region="gfx1" dispose="yes" offset="0"/>
		<rom name="kikra11.bin" size="8192" crc="ff6ca5df" sha1="dfcd445c8b233a0a4168eb249472e53784eda25d" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="kikrh14.bin" size="16384" crc="b94e645b" sha1="65ae48134a0fe1e910a787714f7ae721734ded5b" region="gfx2" dispose="yes" offset="0"/>
		<rom name="kikrh13.bin" size="16384" crc="61bbf797" sha1="97d276099172975499f646f381a6fc587c022435" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="kicker.a12" size="256" crc="b09db4b4" sha1="d21176cdc7def760da109083eb52e5b6a515021f" region="proms" offset="0"/>
		<rom name="kicker.a13" size="256" crc="270a2bf3" sha1="c0aec04bd3bceccddf5f5a814a560a893b29ef6b" region="proms" offset="100"/>
		<rom name="kicker.a14" size="256" crc="83e95ea8" sha1="e0bfa20600488f5c66233e13ea6ad857f62acb7c" region="proms" offset="200"/>
		<rom name="kicker.b8" size="256" crc="aa900724" sha1="c5343273d0a7101b8ba6876c4f22e43d77610c75" region="proms" offset="300"/>
		<rom name="kicker.f16" size="256" crc="80009cf5" sha1="a367f3f55d75a9d5bf4d43f9d77272eb910a1344" region="proms" offset="400"/>
		<chip type="cpu" name="M6809" clock="1250000"/>
		<chip type="audio" name="SN76496" clock="1536000"/>
		<chip type="audio" name="SN76496" clock="3072000"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="7"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="30000 and every 70000" default="yes"/>
			<dipvalue name="40000 and every 80000"/>
			<dipvalue name="40000"/>
			<dipvalue name="50000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Upright Controls">
			<dipvalue name="Single" default="yes"/>
			<dipvalue name="Dual"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown DSW2 5">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown DSW2 6">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown DSW2 7">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown DSW2 8">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="4 Coins/3 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="3 Coins/4 Credits"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="2 Coins/5 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="4 Coins/3 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="3 Coins/4 Credits"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="2 Coins/5 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="llander" sourcefile="asteroid.c">
		<description>Lunar Lander (rev 2)</description>
		<year>1979</year>
		<manufacturer>Atari</manufacturer>
		<rom name="034572.02" size="2048" crc="b8763eea" sha1="5a15eaeaf825ccdf9ce013a6789cf51da20f785c" region="cpu1" offset="6000"/>
		<rom name="034571.02" size="2048" crc="77da4b2f" sha1="4be6cef5af38734d580cbfb7e4070fe7981ddfd6" region="cpu1" offset="6800"/>
		<rom name="034570.01" size="2048" crc="2724e591" sha1="ecf4430a0040c227c896aa2cd81ee03960b4d641" region="cpu1" offset="7000"/>
		<rom name="034569.02" size="2048" crc="72837a4e" sha1="9b21ba5e1518079c326ca6e15b9993e6c4483caa" region="cpu1" offset="7800"/>
		<rom name="034599.01" size="2048" crc="355a9371" sha1="6ecb40169b797d9eb623bcb17872f745b1bf20fa" region="cpu1" offset="4800"/>
		<rom name="034598.01" size="2048" crc="9c4ffa68" sha1="eb4ffc289d254f699f821df3146aa2c6cd78597f" region="cpu1" offset="5000"/>
		<rom name="034597.01" size="2048" region="cpu1" status="nodump" offset="5800"/>
		<rom name="034602-01.c8" size="256" crc="97953db8" sha1="8cbded64d1dd35b18c4d5cece00f77e7b2cab2ad" region="proms" offset="0"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="Discrete"/>
		<display type="vector" rotate="0" refresh="40.000000" />
		<sound channels="1"/>
		<input players="1" buttons="1" coins="3" service="yes" tilt="yes">
			<control type="joy2way"/>
			<control type="paddle" minimum="0" maximum="254" sensitivity="100" keydelta="10" reverse="yes"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1"/>
			<dipvalue name="*4" default="yes"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="French"/>
			<dipvalue name="Spanish"/>
			<dipvalue name="German"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Fuel units">
			<dipvalue name="450"/>
			<dipvalue name="600"/>
			<dipvalue name="750" default="yes"/>
			<dipvalue name="900"/>
			<dipvalue name="1100"/>
			<dipvalue name="1300"/>
			<dipvalue name="1550"/>
			<dipvalue name="1800"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32768"/>
	</game>
	<game name="llander1" sourcefile="asteroid.c" cloneof="llander" romof="llander">
		<description>Lunar Lander (rev 1)</description>
		<year>1979</year>
		<manufacturer>Atari</manufacturer>
		<rom name="034572.01" size="2048" crc="2aff3140" sha1="4fc8aae640ce655417c11d9a3121aae9a1238e7c" region="cpu1" offset="6000"/>
		<rom name="034571.01" size="2048" crc="493e24b7" sha1="125a2c335338ccabababef12fd7096ef4b605a31" region="cpu1" offset="6800"/>
		<rom name="034570.01" merge="034570.01" size="2048" crc="2724e591" sha1="ecf4430a0040c227c896aa2cd81ee03960b4d641" region="cpu1" offset="7000"/>
		<rom name="034569.01" size="2048" crc="b11a7d01" sha1="8f2935dbe04ee68815d69ea9e71853b5a145d7c3" region="cpu1" offset="7800"/>
		<rom name="034599.01" merge="034599.01" size="2048" crc="355a9371" sha1="6ecb40169b797d9eb623bcb17872f745b1bf20fa" region="cpu1" offset="4800"/>
		<rom name="034598.01" merge="034598.01" size="2048" crc="9c4ffa68" sha1="eb4ffc289d254f699f821df3146aa2c6cd78597f" region="cpu1" offset="5000"/>
		<rom name="034597.01" size="2048" region="cpu1" status="nodump" offset="5800"/>
		<rom name="034602-01.c8" merge="034602-01.c8" size="256" crc="97953db8" sha1="8cbded64d1dd35b18c4d5cece00f77e7b2cab2ad" region="proms" offset="0"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="Discrete"/>
		<display type="vector" rotate="0" refresh="40.000000" />
		<sound channels="1"/>
		<input players="1" buttons="1" coins="3" service="yes" tilt="yes">
			<control type="joy2way"/>
			<control type="paddle" minimum="0" maximum="254" sensitivity="100" keydelta="10" reverse="yes"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1"/>
			<dipvalue name="*4" default="yes"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="French"/>
			<dipvalue name="Spanish"/>
			<dipvalue name="German"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Fuel units">
			<dipvalue name="450"/>
			<dipvalue name="600"/>
			<dipvalue name="750" default="yes"/>
			<dipvalue name="900"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32768"/>
	</game>
	<game name="asteroid" sourcefile="asteroid.c">
		<description>Asteroids (rev 2)</description>
		<year>1979</year>
		<manufacturer>Atari</manufacturer>
		<rom name="035145.02" size="2048" crc="0cc75459" sha1="2af85c9689b878155004da47fedbde5853a18723" region="cpu1" offset="6800"/>
		<rom name="035144.02" size="2048" crc="096ed35c" sha1="064d680ded7f30c543f93ae5ca85f90d550f73e5" region="cpu1" offset="7000"/>
		<rom name="035143.02" size="2048" crc="312caa02" sha1="1ce2eac1ab90b972e3f1fc3d250908f26328d6cb" region="cpu1" offset="7800"/>
		<rom name="035127.02" size="2048" crc="8b71fd9e" sha1="8cd5005e531eafa361d6b7e9eed159d164776c70" region="cpu1" offset="5000"/>
		<rom name="034602-01.c8" size="256" crc="97953db8" sha1="8cbded64d1dd35b18c4d5cece00f77e7b2cab2ad" region="proms" offset="0"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="Discrete"/>
		<display type="vector" rotate="0" refresh="60.000000" />
		<sound channels="1"/>
		<input players="1" buttons="3" coins="3" service="yes" tilt="yes">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="German"/>
			<dipvalue name="French"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Center Mech">
			<dipvalue name="X 1" default="yes"/>
			<dipvalue name="X 2"/>
		</dipswitch>
		<dipswitch name="Right Mech">
			<dipvalue name="X 1" default="yes"/>
			<dipvalue name="X 4"/>
			<dipvalue name="X 5"/>
			<dipvalue name="X 6"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32768"/>
	</game>
	<game name="tempest" sourcefile="tempest.c">
		<description>Tempest (rev 3)</description>
		<year>1980</year>
		<manufacturer>Atari</manufacturer>
		<rom name="136002-113.d1" size="2048" crc="65d61fe7" sha1="38a1e8a8f65b7887cf3e190269fe4ce2c6f818aa" region="cpu1" offset="9000"/>
		<rom name="136002-114.e1" size="2048" crc="11077375" sha1="ed8ff0ca969da6672a7683b93d4fcf2935a0d903" region="cpu1" offset="9800"/>
		<rom name="136002-115.f1" size="2048" crc="f3e2827a" sha1="bd04fcfbbba995e08c3144c1474fcddaaeb1c700" region="cpu1" offset="a000"/>
		<rom name="136002-316.h1" size="2048" crc="aeb0f7e9" sha1="a5cc25015b98692673cfc1c7c2e9634efd750870" region="cpu1" offset="a800"/>
		<rom name="136002-217.j1" size="2048" crc="ef2eb645" sha1="b1a2c969e8897e335d5354de6ae04a65d4b2a1e4" region="cpu1" offset="b000"/>
		<rom name="136002-118.k1" size="2048" crc="beb352ab" sha1="f213166d3970e0bd0f29d8dea8d6afa6990cce38" region="cpu1" offset="b800"/>
		<rom name="136002-119.lm1" size="2048" crc="a4de050f" sha1="ea302e43a313a5a18115e74ddbaaedde0fbecda7" region="cpu1" offset="c000"/>
		<rom name="136002-120.mn1" size="2048" crc="35619648" sha1="48f1e8bed7ec6afa0b4c549a30e5ec331c071e40" region="cpu1" offset="c800"/>
		<rom name="136002-121.p1" size="2048" crc="73d38e47" sha1="9980606376a79ba94f8e2a325871a6c8d10d83fc" region="cpu1" offset="d000"/>
		<rom name="136002-222.r1" size="2048" crc="707bd5c3" sha1="2f0af6fb7154c244c794f7247e5c16a1e06ddf7d" region="cpu1" offset="d800"/>
		<rom name="136002-123.np3" size="2048" crc="29f7e937" sha1="686c8b9b8901262e743497cee7f2f7dd5cb3af7e" region="cpu1" offset="3000"/>
		<rom name="136002-124.r3" size="2048" crc="c16ec351" sha1="a30a3662c740810c0f20e3712679606921b8ca06" region="cpu1" offset="3800"/>
		<rom name="136002-125.d7" size="256" crc="5903af03" sha1="24bc0366f394ad0ec486919212e38be0f08d0239" region="proms" offset="0"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="vector" rotate="270" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="3" service="yes" tilt="yes">
			<control type="dial" minimum="0" maximum="15" sensitivity="100" keydelta="20"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium1" default="yes"/>
			<dipvalue name="Medium2"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Rating">
			<dipvalue name="1, 3, 5, 7, 9" default="yes"/>
			<dipvalue name="tied to high score"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="1 each 5"/>
			<dipvalue name="1 each 4 (+Demo)"/>
			<dipvalue name="1 each 3"/>
			<dipvalue name="2 each 4 (+Demo)"/>
			<dipvalue name="1 each 2"/>
			<dipvalue name="Freeze Mode"/>
			<dipvalue name="Freeze Mode"/>
		</dipswitch>
		<dipswitch name="Minimum">
			<dipvalue name="1 Credit" default="yes"/>
			<dipvalue name="2 Credit"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="French"/>
			<dipvalue name="German"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="20000" default="yes"/>
			<dipvalue name="30000"/>
			<dipvalue name="40000"/>
			<dipvalue name="50000"/>
			<dipvalue name="60000"/>
			<dipvalue name="70000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="spacduel" sourcefile="bwidow.c">
		<description>Space Duel</description>
		<year>1980</year>
		<manufacturer>Atari</manufacturer>
		<rom name="136006.106" size="2048" crc="691122fe" sha1="f53be76a49dba319050ca7767de3441521910e83" region="cpu1" offset="2800"/>
		<rom name="136006.107" size="4096" crc="d8dd0461" sha1="58060b20b2511d30d2ec06479d21840bdd0b53c6" region="cpu1" offset="3000"/>
		<rom name="136006.201" size="4096" crc="f4037b6e" sha1="9bacb64d257edd31f53db878477604f50681d78f" region="cpu1" offset="4000"/>
		<rom name="136006.102" size="4096" crc="4c451e8a" sha1="c05c52bb08acccb60950a15f05c960c3bc163d3e" region="cpu1" offset="5000"/>
		<rom name="136006.103" size="4096" crc="ee72da63" sha1="d36d62cdf7fe76ee9cdbfc2e76ac5d90f22986ba" region="cpu1" offset="6000"/>
		<rom name="136006.104" size="4096" crc="e41b38a3" sha1="9e8773e78d65d74db824cfd7108e7038f26757db" region="cpu1" offset="7000"/>
		<rom name="136006.105" size="4096" crc="5652710f" sha1="b15891d22a47ac3448d2ced40c04d0ab80606c7d" region="cpu1" offset="8000"/>
		<rom name="136002-125.n4" size="256" crc="5903af03" sha1="24bc0366f394ad0ec486919212e38be0f08d0239" region="proms" offset="0"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="vector" rotate="0" refresh="45.000000" />
		<sound channels="1"/>
		<input players="2" buttons="3" coins="2" service="yes">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="German"/>
			<dipvalue name="French"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="8000"/>
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="1 each 5"/>
			<dipvalue name="2 each 4"/>
			<dipvalue name="1 each 4"/>
			<dipvalue name="1 each 3"/>
			<dipvalue name="1 each 2"/>
			<dipvalue name="None" default="yes"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32768"/>
	</game>
	<game name="centiped" sourcefile="centiped.c">
		<description>Centipede (revision 3)</description>
		<year>1980</year>
		<manufacturer>Atari</manufacturer>
		<rom name="136001-307.d1" size="2048" crc="5ab0d9de" sha1="8ea6e3304202831aabaf31dbd0f970a7b3bfe421" region="cpu1" offset="2000"/>
		<rom name="136001-308.e1" size="2048" crc="4c07fd3e" sha1="af4fdbf32c23b1864819d620a874e7f205da3cdb" region="cpu1" offset="2800"/>
		<rom name="136001-309.fh1" size="2048" crc="ff69b424" sha1="689fa560d40a384dcbcad7c8095bc12e91875580" region="cpu1" offset="3000"/>
		<rom name="136001-310.j1" size="2048" crc="44e40fa4" sha1="c557db83876afc8ab52047ab1a3c3bfef34d6351" region="cpu1" offset="3800"/>
		<rom name="136001-211.f7" size="2048" crc="880acfb9" sha1="6c862352c329776f2f9974a0df9dbe41f9dbc361" region="gfx1" dispose="yes" offset="0"/>
		<rom name="136001-212.hj7" size="2048" crc="b1397029" sha1="974c03d29aeca672fffa4dfc00a06be6a851aacb" region="gfx1" dispose="yes" offset="800"/>
		<rom name="136001-213.p4" size="256" crc="6fa3093a" sha1="2b7aeca74c1ae4156bf1878453a047330f96f0a8" region="proms" offset="0"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="raster" rotate="270" width="256" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy8way"/>
			<control type="trackball" minimum="0" maximum="255" sensitivity="50" keydelta="10" reverse="yes"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="German"/>
			<dipvalue name="French"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="12000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Credit Minimum">
			<dipvalue name="1" default="yes"/>
			<dipvalue name="2"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="3 credits/2 coins"/>
			<dipvalue name="5 credits/4 coins"/>
			<dipvalue name="6 credits/4 coins"/>
			<dipvalue name="6 credits/5 coins"/>
			<dipvalue name="4 credits/3 coins"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="8"/>
	</game>
	<game name="milliped" sourcefile="centiped.c">
		<description>Millipede</description>
		<year>1982</year>
		<manufacturer>Atari</manufacturer>
		<rom name="136013-104.1mn" size="4096" crc="40711675" sha1="b595d6a0f5d3c611ade1b83a94c3b909d2124dc4" region="cpu1" offset="4000"/>
		<rom name="136013-103.1l" size="4096" crc="fb01baf2" sha1="9c1d0bbc20bf25dd21761a311fd1ed80aa029241" region="cpu1" offset="5000"/>
		<rom name="136013-102.1jk" size="4096" crc="62e137e0" sha1="9fe40db55ba1d20d4f11704f7f5df9ff75b87f30" region="cpu1" offset="6000"/>
		<rom name="136013-101.1h" size="4096" crc="46752c7d" sha1="ab06b1fd80271849946f90757b3837b617394929" region="cpu1" offset="7000"/>
		<rom name="136013-107.5r" size="2048" crc="68c3437a" sha1="4c7ea33d9501456ee8f5a642da7d6c972f2bb90d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="136013-106.5p" size="2048" crc="f4468045" sha1="602fcc7290f9f4eacb841c76665961ebf4307f80" region="gfx1" dispose="yes" offset="800"/>
		<rom name="136001-213.7e" size="256" crc="6fa3093a" sha1="2b7aeca74c1ae4156bf1878453a047330f96f0a8" region="proms" offset="0"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="raster" rotate="270" width="256" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy8way"/>
			<control type="trackball" minimum="0" maximum="255" sensitivity="50" keydelta="10" reverse="yes"/>
		</input>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="German"/>
			<dipvalue name="French"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Bonus">
			<dipvalue name="0"/>
			<dipvalue name="0 1x" default="yes"/>
			<dipvalue name="0 1x 2x"/>
			<dipvalue name="0 1x 2x 3x"/>
		</dipswitch>
		<dipswitch name="Credit Minimum">
			<dipvalue name="1" default="yes"/>
			<dipvalue name="2"/>
		</dipswitch>
		<dipswitch name="Coin Counters">
			<dipvalue name="1" default="yes"/>
			<dipvalue name="2"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Millipede Head">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Beetle">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="12000"/>
			<dipvalue name="15000" default="yes"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Spider">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Starting Score Select">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="3 credits/2 coins"/>
			<dipvalue name="5 credits/4 coins"/>
			<dipvalue name="6 credits/4 coins"/>
			<dipvalue name="6 credits/5 coins"/>
			<dipvalue name="4 credits/3 coins"/>
			<dipvalue name="Demo Mode"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="gaunt2" sourcefile="gauntlet.c">
		<description>Gauntlet II</description>
		<year>1986</year>
		<manufacturer>Atari Games</manufacturer>
		<rom name="136037-1307.9a" size="32768" crc="46fe8743" sha1="d5fa19e028a2f43658330c67c10e0c811d332780" region="cpu1" offset="0"/>
		<rom name="136037-1308.9b" size="32768" crc="276e15c4" sha1="7467b2ec21b1b4fcc18ff9387ce891495f4b064c" region="cpu1" offset="1"/>
		<rom name="136043-1105.10a" size="16384" crc="45dfda47" sha1="a9a03150f5a0ad6ce62c5cfdffb4a9f54340590c" region="cpu1" offset="38000"/>
		<rom name="136043-1106.10b" size="16384" crc="343c029c" sha1="d2df4e5b036500dcc537a1e0025abb2a8c730bdd" region="cpu1" offset="38001"/>
		<rom name="136043-1109.7a" size="32768" crc="58a0a9a3" sha1="7f51184840e3c96574836b8a00bfb4a7a5f508d0" region="cpu1" offset="40000"/>
		<rom name="136043-1110.7b" size="32768" crc="658f0da8" sha1="dfce027ea50188659907be698aeb26f9d8bfab23" region="cpu1" offset="40001"/>
		<rom name="136043-1121.6a" size="32768" crc="ae301bba" sha1="3d93236aaffe6ef692e5073b1828633e8abf0ce4" region="cpu1" offset="50000"/>
		<rom name="136043-1122.6b" size="32768" crc="e94aaa8a" sha1="378c582c360440b808820bcd3be78ec6e8800c34" region="cpu1" offset="50001"/>
		<rom name="136043-1120.16r" size="16384" crc="5c731006" sha1="045ad571db34ef870b1bf003e77eea403204f55b" region="cpu2" offset="4000"/>
		<rom name="136043-1119.16s" size="32768" crc="dc3591e7" sha1="6d0d8493609974bd5a63be858b045fe4db35d8df" region="cpu2" offset="8000"/>
		<rom name="136043-1104.6p" size="8192" crc="1343cf6f" sha1="4a9542bc8ede305e7e8f860eb4b47ca2f3017275" region="gfx1" dispose="yes" offset="0"/>
		<rom name="136043-1111.1a" size="32768" crc="09df6e23" sha1="726984275c6a338c12ec0c4cc449f92f4a7a138c" region="gfx2" dispose="yes" offset="0"/>
		<rom name="136037-112.1b" size="32768" crc="869330be" sha1="5dfaaf54ee2b3c0eaf35e8c17558313db9791616" region="gfx2" dispose="yes" offset="8000"/>
		<rom name="136043-1123.1c" size="16384" crc="e4c98f01" sha1="a24bece3196d13c38e4acdbf62783860253ba67d" region="gfx2" dispose="yes" offset="10000"/>
		<rom name="136043-1113.1l" size="32768" crc="33cb476e" sha1="e0757ee0120de2d38be44f8dc8702972c35b87b3" region="gfx2" dispose="yes" offset="18000"/>
		<rom name="136037-114.1mn" size="32768" crc="29ef9882" sha1="91e1465af6505b35cd97434c13d2b4d40a085946" region="gfx2" dispose="yes" offset="20000"/>
		<rom name="136043-1124.1p" size="16384" crc="c4857879" sha1="3b4ce96da0d178b4bc2d05b5b51b42c7ec461113" region="gfx2" dispose="yes" offset="28000"/>
		<rom name="136043-1115.2a" size="32768" crc="f71e2503" sha1="244e108668eaef6b64c6ff733b08b9ee6b7a2d2b" region="gfx2" dispose="yes" offset="30000"/>
		<rom name="136037-116.2b" size="32768" crc="11e0ac5b" sha1="729b7561d59d94ef33874a134b97bcd37573dfa6" region="gfx2" dispose="yes" offset="38000"/>
		<rom name="136043-1125.2c" size="16384" crc="d9c2c2d1" sha1="185e38c75c06b6ca131a17ee3a46098279bfe17e" region="gfx2" dispose="yes" offset="40000"/>
		<rom name="136043-1117.2l" size="32768" crc="9e30b2e9" sha1="e9b513089eaf3bec269058b437fefe7075a3fd6f" region="gfx2" dispose="yes" offset="48000"/>
		<rom name="136037-118.2mn" size="32768" crc="8bf3b263" sha1="683d900ab7591ee661218be2406fb375a12e435c" region="gfx2" dispose="yes" offset="50000"/>
		<rom name="136043-1126.2p" size="16384" crc="a32c732a" sha1="abe801dff7bb3f2712e2189c2b91f172d941fccd" region="gfx2" dispose="yes" offset="58000"/>
		<rom name="74s472-136037-101.7u" size="512" crc="2964f76f" sha1="da966c35557ec1b95e1c39cd950c38a19bce2d67" region="proms" offset="0"/>
		<rom name="74s472-136037-102.5l" size="512" crc="4d4fec6c" sha1="3541b5c6405ad5742a3121dfd6acb227933de25a" region="proms" offset="200"/>
		<rom name="74s287-136037-103.4r" size="256" crc="6c5ccf08" sha1="ff5dbadd85aa2e07b383a302fa399e875db8f84f" region="proms" offset="400"/>
		<chip type="cpu" name="68010" clock="7159090"/>
		<chip type="cpu" name="M6502" clock="1789772"/>
		<chip type="audio" name="YM2151" clock="3579545"/>
		<chip type="audio" name="POKEY" clock="1789772"/>
		<chip type="audio" name="TMS5220" clock="650826"/>
		<display type="raster" rotate="0" width="336" height="240" refresh="60.000000" />
		<sound channels="2"/>
		<input players="4" buttons="2" coins="4">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="1024"/>
	</game>
	<game name="boxingb" sourcefile="cinemat.c">
		<description>Boxing Bugs</description>
		<year>1981</year>
		<manufacturer>Cinematronics</manufacturer>
		<rom name="u1a" size="4096" crc="d3115b0f" sha1="9448e7ac1cdb5c7e0739623151be230ab630c4ea" region="cpu1" offset="0"/>
		<rom name="u1b" size="4096" crc="3a44268d" sha1="876ebe942ded787cfe357563a33d3e26a1483c5a" region="cpu1" offset="1"/>
		<rom name="u2a" size="4096" crc="c97a9cbb" sha1="8bdeb9ee6b24c0a4554bbf4532a43481a0360019" region="cpu1" offset="2000"/>
		<rom name="u2b" size="4096" crc="98d34ff5" sha1="6767a02a99a01712383300f9acb96cdeffbc9c69" region="cpu1" offset="2001"/>
		<rom name="u3a" size="4096" crc="5bb3269b" sha1="a9dbc91b1455760f10bad0d2ccf540e040a00d4e" region="cpu1" offset="4000"/>
		<rom name="u3b" size="4096" crc="85bf83ad" sha1="9229042e39c53fae56dc93f8996bf3a3fcd35cb8" region="cpu1" offset="4001"/>
		<rom name="u4a" size="4096" crc="25b51799" sha1="46465fe62907ae66a0ce730581e4e9ba330d4369" region="cpu1" offset="6000"/>
		<rom name="u4b" size="4096" crc="7f41de6a" sha1="d01dffad3cb6e76c535a034ea0277dce5801c5f1" region="cpu1" offset="6001"/>
		<rom name="prom.f14" size="256" crc="9edbf536" sha1="036ad8a231284e05f44b1106d38fc0c7e041b6e8" region="proms" dispose="yes" offset="0"/>
		<rom name="prom.e14" size="32" crc="29dbfb87" sha1="d8c40ab010b2ea30f29b2c443819e2b69f376c04" region="proms" dispose="yes" offset="100"/>
		<rom name="prom.d14" size="32" crc="9a05afbf" sha1="5d806a42424942ba5ef0b70a1d629315b37f931b" region="proms" dispose="yes" offset="120"/>
		<rom name="prom.c14" size="32" crc="07492cda" sha1="32df9148797c23f70db47b840139c40e046dd710" region="proms" dispose="yes" offset="140"/>
		<rom name="prom.j14" size="32" crc="a481ca71" sha1="ce145d61686f600cc16b77febfd5c783bf8c13b0" region="proms" dispose="yes" offset="160"/>
		<rom name="prom.e8" size="32" crc="791ec9e1" sha1="6f7fcce4aa3be9020595235568381588adaab88e" region="proms" dispose="yes" offset="180"/>
		<sample name="softexpl.wav"/>
		<sample name="loudexpl.wav"/>
		<sample name="chirp.wav"/>
		<sample name="eggcrack.wav"/>
		<sample name="bugpusha.wav"/>
		<sample name="bugpushb.wav"/>
		<sample name="bugdie.wav"/>
		<sample name="beetle.wav"/>
		<sample name="music.wav"/>
		<sample name="cannon.wav"/>
		<sample name="bounce.wav"/>
		<sample name="bell.wav"/>
		<chip type="cpu" name="CCPU" clock="5000000"/>
		<chip type="audio" name="Samples"/>
		<display type="vector" rotate="180" flipx="yes" refresh="38.000000" />
		<sound channels="1"/>
		<input players="2" buttons="3" coins="1">
			<control type="dial" minimum="0" maximum="255" sensitivity="100" keydelta="5" reverse="yes"/>
		</input>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="4 Coins/3 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3"/>
			<dipvalue name="5" default="yes"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="30,000" default="yes"/>
			<dipvalue name="50,000"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32768"/>
	</game>
	<game name="bagman" sourcefile="bagman.c">
		<description>Bagman</description>
		<year>1982</year>
		<manufacturer>Valadon Automation</manufacturer>
		<rom name="e9_b05.bin" size="4096" crc="e0156191" sha1="bb5f16d49fbe48f3bac118acd1fea51ec4bc5355" region="cpu1" offset="0"/>
		<rom name="f9_b06.bin" size="4096" crc="7b758982" sha1="c8460023b43fed4aca9c6b987faea334832c5e30" region="cpu1" offset="1000"/>
		<rom name="f9_b07.bin" size="4096" crc="302a077b" sha1="916c4a6ea1e631cc72bdb91ff9d263dcbaf08bb2" region="cpu1" offset="2000"/>
		<rom name="k9_b08.bin" size="4096" crc="f04293cb" sha1="ce6b0ae4088ce28c75d414f506fad2cf2b6920c2" region="cpu1" offset="3000"/>
		<rom name="m9_b09s.bin" size="4096" crc="68e83e4f" sha1="9454564885a1003cee7107db18bedb387b85e9ab" region="cpu1" offset="4000"/>
		<rom name="n9_b10.bin" size="4096" crc="1d6579f7" sha1="3ab54329f516156b1c9f68efbe59c95d5240bc8c" region="cpu1" offset="5000"/>
		<rom name="e1_b02.bin" size="4096" crc="4a0a6b55" sha1="955f8bd4bd9b0fc3c6c359c25ba543ba26c04cbd" region="gfx1" dispose="yes" offset="0"/>
		<rom name="j1_b04.bin" size="4096" crc="c680ef04" sha1="79406bc786374abfcd9f548268c445b5c8d8858d" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="c1_b01.bin" size="4096" crc="705193b2" sha1="ca9cfd05f9195c2a38e8854012de51b6ee6bb403" region="gfx2" dispose="yes" offset="0"/>
		<rom name="f1_b03s.bin" size="4096" crc="dba1eda7" sha1="26d877028b3a31dd671f9e667316c8a14780ca73" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="p3.bin" size="32" crc="2a855523" sha1="91e032233fee397c90b7c1662934aca9e0671482" region="proms" offset="0"/>
		<rom name="r3.bin" size="32" crc="ae6f1019" sha1="fd711882b670380cb4bd909c840ba06277b8fbe3" region="proms" offset="20"/>
		<rom name="r6.bin" size="32" crc="c58a4f6a" sha1="35ef244b3e94032df2610aa594ea5670b91e1449" region="proms" offset="40"/>
		<rom name="r9_b11.bin" size="4096" crc="2e0057ff" sha1="33e3ffa6418f86864eb81e5e9bda4bf540c143a6" region="sound1" offset="0"/>
		<rom name="t9_b12.bin" size="4096" crc="b2120edd" sha1="52b89dbcc749b084331fa82b13d0876e911fce52" region="sound1" offset="1000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<chip type="audio" name="TMS5110" clock="640000"/>
		<display type="raster" rotate="270" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="4">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2C/1C 1C/1C 1C/3C 1C/7C"/>
			<dipvalue name="1C/1C 1C/2C 1C/6C 1C/14C" default="yes"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="French"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="30000" default="yes"/>
			<dipvalue name="40000"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="64"/>
	</game>
	<game name="pickin" sourcefile="bagman.c">
		<description>Pickin'</description>
		<year>1983</year>
		<manufacturer>Valadon Automation</manufacturer>
		<rom name="9e" size="4096" crc="efd0bd43" sha1="b70a471a809c08286a82934046357fb46556f641" region="cpu1" offset="0"/>
		<rom name="9f" size="4096" crc="b5785a23" sha1="9eddda5695981cb0470dfea68d5e2e8e220382b1" region="cpu1" offset="1000"/>
		<rom name="9j" size="4096" crc="65ee9fd4" sha1="2efa40c19a7b0644ef4f4b2ce6a025b2b880239d" region="cpu1" offset="2000"/>
		<rom name="9k" size="4096" crc="7b23350e" sha1="dff19602a0e46ca0bcdbdf2a1d61fd2c80ac70e7" region="cpu1" offset="3000"/>
		<rom name="9m" size="4096" crc="935a7248" sha1="d9af4405d51ce1ff6c4b84709dc85c0db88b1d54" region="cpu1" offset="4000"/>
		<rom name="9n" size="4096" crc="52485d1d" sha1="c309eec506f978388463f20d56d958e6639c31e8" region="cpu1" offset="5000"/>
		<rom name="1f" size="4096" crc="c5e96ac6" sha1="b2d740b6d07c765e8eb2dce31fe285a15a9fe597" region="gfx1" dispose="yes" offset="0"/>
		<rom name="1j" size="4096" crc="41c4ac1c" sha1="aac58a9d675a9b70140d82341231bcf6c77c7b41" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="6331-1.3p" size="32" crc="fac81668" sha1="5fa369a5c0ad3a2fc068305336e24772b8e84b62" region="proms" offset="0"/>
		<rom name="6331-1.3r" size="32" crc="14ee1603" sha1="f3c071399606b727ae7dd0bfc21e1c6ca2d43c7c" region="proms" offset="20"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<display type="raster" rotate="270" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="4">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coinage">
			<dipvalue name="2C/1C 1C/1C 1C/3C 1C/7C"/>
			<dipvalue name="1C/1C 1C/2C 1C/6C 1C/14C" default="yes"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="French"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="64"/>
	</game>
	<game name="exerion" sourcefile="exerion.c">
		<description>Exerion</description>
		<year>1983</year>
		<manufacturer>Jaleco</manufacturer>
		<rom name="exerion.07" size="8192" crc="4c78d57d" sha1="ac702e9ad2bc05493fb1355858667c31c36acfe4" region="cpu1" offset="0"/>
		<rom name="exerion.08" size="8192" crc="dcadc1df" sha1="91388f617cfaa4289ca1c84c697fcfdd8834ae15" region="cpu1" offset="2000"/>
		<rom name="exerion.09" size="8192" crc="34cc4d14" sha1="511c9de038f7bcaf6f7c96f2cbbe50a80673fa72" region="cpu1" offset="4000"/>
		<rom name="exerion.05" size="8192" crc="32f6bff5" sha1="a4d0289f9d1d9eea7ca9a32a0616af48da74b401" region="cpu2" offset="0"/>
		<rom name="exerion.06" size="8192" crc="435a85a4" sha1="f6846bfee11df754405d4d796e7d8ac0321b6eb6" region="gfx1" dispose="yes" offset="0"/>
		<rom name="exerion.11" size="8192" crc="f0633a09" sha1="8989bcb12abadde34777f7c189cfa6e2dfe92d62" region="gfx2" dispose="yes" offset="0"/>
		<rom name="exerion.10" size="8192" crc="80312de0" sha1="4fa3bb9d5c62e41a54e8909f8d3b47637137e913" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="exerion.03" size="8192" crc="790595b8" sha1="8016ac2394b25db38e962bcff4805380082f6683" region="gfx3" dispose="yes" offset="0"/>
		<rom name="exerion.04" size="8192" crc="d7abd0b9" sha1="ca6413ecd324cf84e11b703a4eda2c1e6d28ff15" region="gfx3" dispose="yes" offset="2000"/>
		<rom name="exerion.01" size="8192" crc="5bb755cb" sha1="ec92c518c116a78dbb23381468cefb3f930212cc" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="exerion.02" size="8192" crc="a7ecbb70" sha1="3c359d5bb21290a45d3eb18fea2b1f9439b931be" region="gfx3" dispose="yes" offset="6000"/>
		<rom name="exerion.e1" size="32" crc="2befcc20" sha1="a24d3f691413378fde545a6ddcef7e5118e74019" region="proms" offset="0"/>
		<rom name="exerion.i8" size="256" crc="31db0e08" sha1="1041a778e86d3fe6f057cf40a0a08b30760f3887" region="proms" offset="20"/>
		<rom name="exerion.h10" size="256" crc="63b4c555" sha1="30243041be4fa77ada71e8b29d721cad51640c29" region="proms" offset="120"/>
		<rom name="exerion.i3" size="256" crc="fe72ab79" sha1="048a72e6db4768df687df927acaa70ef906b3dc0" region="proms" offset="220"/>
		<rom name="exerion.k4" size="256" crc="ffc2ba43" sha1="03be1c41d6ac3fc11439caef04ef5ffa60d6aec4" region="proms" offset="320"/>
		<chip type="cpu" name="Z80" clock="3333333"/>
		<chip type="cpu" name="Z80" clock="3333333"/>
		<chip type="audio" name="AY8910" clock="1666666"/>
		<chip type="audio" name="AY8910" clock="1666666"/>
		<display type="raster" rotate="90" width="320" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="1">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="Infinite (Cheat)"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
			<dipvalue name="40000"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="orlegend" sourcefile="pgm.c" romof="pgm">
		<description>Oriental Legend / Xi Yo Gi Shi Re Zuang (ver. 126)</description>
		<year>1997</year>
		<manufacturer>IGS</manufacturer>
		<rom name="pgm_p01s.rom" merge="pgm_p01s.rom" size="131072" crc="e42b166e" sha1="2a9df9ec746b14b74fae48b1a438da14973702ea" region="cpu1" offset="0"/>
		<rom name="p0103.rom" size="2097152" crc="d5e93543" sha1="f081edc26514ca8354c13c7f6f89aba8e4d3e7d2" region="cpu1" offset="100000"/>
		<rom name="pgm_t01s.rom" merge="pgm_t01s.rom" size="2097152" crc="1a7123a0" sha1="cc567f577bfbf45427b54d6695b11b74f2578af3" region="gfx1" dispose="yes" offset="0"/>
		<rom name="t0100.rom" size="4194304" crc="61425e1e" sha1="20753b86fc12003cfd763d903f034dbba8010b32" region="gfx1" dispose="yes" offset="400000"/>
		<rom name="a0100.rom" size="4194304" crc="8b3bd88a" sha1="42db3a60c6ba9d83ebe2008c8047d094027f65a7" region="gfx3" dispose="yes" offset="0"/>
		<rom name="a0101.rom" size="4194304" crc="3b9e9644" sha1="5b95ec1d25c3bc3504c93547f5adb5ce24376405" region="gfx3" dispose="yes" offset="400000"/>
		<rom name="a0102.rom" size="4194304" crc="069e2c38" sha1="9bddca8c2f5bd80f4abe4e1f062751736dc151dd" region="gfx3" dispose="yes" offset="800000"/>
		<rom name="a0103.rom" size="4194304" crc="4460a3fd" sha1="cbebdb65c17605853f7d0b298018dd8801a25a58" region="gfx3" dispose="yes" offset="c00000"/>
		<rom name="a0104.rom" size="4194304" crc="5f8abb56" sha1="6c1ddc0309862a141aa0c0f63b641aec9257aaee" region="gfx3" dispose="yes" offset="1000000"/>
		<rom name="a0105.rom" size="4194304" crc="a17a7147" sha1="44eeb43c6b0ebb829559a20ae357383fbdeecd82" region="gfx3" dispose="yes" offset="1400000"/>
		<rom name="b0100.rom" size="4194304" crc="69d2e48c" sha1="5b5f759007264c07b3b39be8e03a713698e1fc2a" region="gfx4" offset="0"/>
		<rom name="b0101.rom" size="4194304" crc="0d587bf3" sha1="5347828b0a6e4ddd7a263663d2c2604407e4d49c" region="gfx4" offset="400000"/>
		<rom name="b0102.rom" size="4194304" crc="43823c1e" sha1="e10a1a9a81b51b11044934ff702e35d8d7ab1b08" region="gfx4" offset="800000"/>
		<rom name="pgm_m01s.rom" merge="pgm_m01s.rom" size="2097152" crc="45ae7159" sha1="d3ed3ff3464557fd0df6b069b2e431528b0ebfa8" region="sound1" offset="0"/>
		<rom name="m0100.rom" size="2097152" crc="e5c36c83" sha1="50c6f66770e8faa3df349f7d68c407a7ad021716" region="sound1" offset="400000"/>
		<chip type="cpu" name="68000" clock="20000000"/>
		<chip type="cpu" name="Z80" clock="8468000"/>
		<chip type="audio" name="ICS2115"/>
		<display type="raster" rotate="0" width="448" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="4" buttons="4" coins="4">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Music">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Voice">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Free">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Stop">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Region">
			<dipvalue name="World" default="yes"/>
			<dipvalue name="Korea"/>
			<dipvalue name="China"/>
		</dipswitch>
		<driver status="imperfect" emulation="good" color="good" sound="imperfect" graphic="good" savestate="unsupported" palettesize="2304"/>
	</game>
	<game name="connect4" sourcefile="mpu4.c">
		<description>Connect 4</description>
		<manufacturer>Dolbeck Systems</manufacturer>
		<rom name="connect4.p2" size="16384" crc="6090633c" region="cpu1" offset="8000"/>
		<rom name="connect4.p1" size="16384" crc="b1af50c0" region="cpu1" offset="c000"/>
		<chip type="cpu" name="M6809" clock="1720000"/>
		<chip type="audio" name="AY8910" clock="1720000"/>
		<display type="raster" rotate="0" width="288" height="34" refresh="50.000000" />
		<sound channels="1"/>
		<input players="1" buttons="2" coins="4" service="yes">
		</input>
		<dipswitch name="DIL101">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL102">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL103">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL104">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL105">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL106">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL107">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Invert Alpha?">
			<dipvalue name="No" default="yes"/>
			<dipvalue name="Yes"/>
		</dipswitch>
		<dipswitch name="DIL201">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL202">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL203">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL204">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL205">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL206">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL207">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL208">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="10p Enable?">
			<dipvalue name="Enabled" default="yes"/>
			<dipvalue name="Disabled"/>
		</dipswitch>
		<dipswitch name="20p Enable?">
			<dipvalue name="Enabled" default="yes"/>
			<dipvalue name="Disabled"/>
		</dipswitch>
		<dipswitch name="50p Enable?">
			<dipvalue name="Enabled" default="yes"/>
			<dipvalue name="Disabled"/>
		</dipswitch>
		<dipswitch name="100p Enable?">
			<dipvalue name="Enabled" default="yes"/>
			<dipvalue name="Disabled"/>
		</dipswitch>
		<driver status="imperfect" emulation="good" color="good" sound="imperfect" graphic="imperfect" savestate="unsupported" palettesize="16"/>
	</game>
	<game name="oldtimer" sourcefile="mpu4.c">
		<description>Old Timer</description>
		<manufacturer>Barcrest</manufacturer>
		<rom name="dot11.bin" size="65536" crc="da095666" region="cpu1" offset="0"/>
		<chip type="cpu" name="M6809" clock="1720000"/>
		<chip type="audio" name="AY8910" clock="1720000"/>
		<display type="raster" rotate="0" width="288" height="34" refresh="50.000000" />
		<sound channels="1"/>
		<input players="1" coins="4" service="yes">
		</input>
		<dipswitch name="DIL101">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL102">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL103">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL104">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL105">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL106">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL107">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL108">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL201">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL202">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL203">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL204">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL205">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL206">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL207">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL208">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="10p Enable?">
			<dipvalue name="Enabled" default="yes"/>
			<dipvalue name="Disabled"/>
		</dipswitch>
		<dipswitch name="20p Enable?">
			<dipvalue name="Enabled" default="yes"/>
			<dipvalue name="Disabled"/>
		</dipswitch>
		<dipswitch name="50p Enable?">
			<dipvalue name="Enabled" default="yes"/>
			<dipvalue name="Disabled"/>
		</dipswitch>
		<dipswitch name="100p Enable?">
			<dipvalue name="Enabled" default="yes"/>
			<dipvalue name="Disabled"/>
		</dipswitch>
		<driver status="preliminary" emulation="preliminary" color="good" sound="preliminary" graphic="good" savestate="unsupported" palettesize="16"/>
	</game>
	<game name="bfmsc271" sourcefile="bfmsys85.c">
		<description>Supercards (Dutch, Game Card 39-340-271?)</description>
		<year>1985</year>
		<manufacturer>BFM/ELAM</manufacturer>
		<rom name="sc271.bin" size="32768" crc="58e9c9df" sha1="345c5aa279327d7142edc6823aad0cfd40cbeb73" region="cpu1" offset="8000"/>
		<chip type="cpu" name="M6809" clock="1000000"/>
		<chip type="audio" name="AY8910" clock="1000000"/>
		<display type="raster" rotate="0" width="288" height="29" refresh="50.000000" />
		<sound channels="1"/>
		<input players="1" buttons="8" coins="4">
		</input>
		<driver status="preliminary" emulation="preliminary" color="good" sound="good" graphic="good" savestate="supported" palettesize="22"/>
	</game>
	<game name="bfmlotse" sourcefile="bfm_sc1.c">
		<description>Lotus SE (Dutch)</description>
		<year>1988</year>
		<manufacturer>BFM/ELAM</manufacturer>
		<rom name="lotusse.bin" size="65536" crc="636dadc4" sha1="85bad5d76dac028fe9f3303dd09e8266aba7db4d" region="cpu1" offset="0"/>
		<chip type="cpu" name="M6809" clock="1000000"/>
		<chip type="audio" name="AY8910" clock="1000000"/>
		<display type="raster" rotate="0" width="288" height="29" refresh="50.000000" />
		<sound channels="1"/>
		<input players="1" coins="5" service="yes">
		</input>
		<dipswitch name="DIL10">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL11">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL12">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL13">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL14">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL15">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL16">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL02">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL03">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL04">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL05">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL06">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL07">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL08">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="preliminary" emulation="preliminary" color="good" sound="good" graphic="good" savestate="supported" palettesize="22"/>
	</game>
	<game name="bfmroul" sourcefile="bfm_sc1.c">
		<description>Roulette (Dutch, Game Card 39-360-129?)</description>
		<year>1988</year>
		<manufacturer>BFM/ELAM</manufacturer>
		<rom name="rou029.bin" size="32768" crc="31723f0a" sha1="e220976116a0aaf24dc0c4af78a9311a360e8104" region="cpu1" offset="8000"/>
		<chip type="cpu" name="M6809" clock="1000000"/>
		<chip type="audio" name="AY8910" clock="1000000"/>
		<display type="raster" rotate="0" width="288" height="29" refresh="50.000000" />
		<sound channels="1"/>
		<input players="1" coins="5" service="yes">
		</input>
		<dipswitch name="DIL10">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL11">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL12">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL13">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL14">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL15">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL16">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL02">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL03">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL04">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL05">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL06">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL07">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL08">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="preliminary" emulation="preliminary" color="good" sound="good" graphic="good" savestate="supported" palettesize="22"/>
	</game>
	<game name="bfmesc" sourcefile="bfm_sc1.c">
		<description>Every Second Counts (UK)</description>
		<year>1987</year>
		<manufacturer>BFM</manufacturer>
		<rom name="esc12int" size="32768" crc="741a1fe6" sha1="e741d0ae0d2f11036a358120381e4b0df4a560a1" region="cpu1" offset="8000"/>
		<rom name="esccobpa" size="65536" crc="d8eadeb7" sha1="9b94f1454e6a17bf8321b0ef4ddd0ed1a56150f7" region="cpu2" offset="0"/>
		<chip type="cpu" name="M6809" clock="1000000"/>
		<chip type="audio" name="AY8910" clock="1000000"/>
		<display type="raster" rotate="0" width="288" height="29" refresh="50.000000" />
		<sound channels="1"/>
		<input players="0">
		</input>
		<driver status="preliminary" emulation="preliminary" color="good" sound="good" graphic="good" savestate="supported" palettesize="22"/>
	</game>
	<game name="bfmclatt" sourcefile="bfm_sc1.c">
		<description>Club attraction (UK, Game Card 39-370-196)</description>
		<year>1990</year>
		<manufacturer>BFM</manufacturer>
		<rom name="39370196.1" size="32768" crc="4c2e465f" sha1="101939d37d9c033f6d1dfb83b4beb54e4061aec2" region="cpu1" offset="8000"/>
		<rom name="39370196.2" size="32768" crc="c809c22d" sha1="fca7515bc84d432150ffe5e32fccc6aed458b8b0" region="cpu1" offset="0"/>
		<chip type="cpu" name="M6809" clock="1000000"/>
		<chip type="audio" name="AY8910" clock="1000000"/>
		<chip type="audio" name="UPD7759" clock="640000"/>
		<display type="raster" rotate="0" width="288" height="29" refresh="50.000000" />
		<sound channels="1"/>
		<input players="1" buttons="7" coins="4" service="yes">
		</input>
		<dipswitch name="DIL10">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL11">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL12">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL13">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL14">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL15">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL16">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL02">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL03">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL04">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL05">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL06">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL07">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL08">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="preliminary" emulation="preliminary" color="good" sound="good" graphic="good" savestate="supported" palettesize="22"/>
	</game>
	<game name="toppoker" sourcefile="bfm_sc1.c">
		<description>Toppoker (Dutch, Game Card 95-750-899)</description>
		<year>1996</year>
		<manufacturer>BFM/ELAM</manufacturer>
		<rom name="95750899.bin" size="65536" crc="639d1d62" sha1="80620c14bf9f953588555510fc2e6e930140923f" region="cpu1" offset="0"/>
		<rom name="tpk010.vid" size="131072" crc="ea4eddca" sha1="5fb805d35376ec7ee8d58684e584621dbb2b2a9c" region="cpu2" offset="0"/>
		<rom name="tpk011.chr" size="131072" crc="4dc23ad8" sha1="8e8cc699412dbb092e16e14518f407353f477ee1" region="gfx1" dispose="yes" offset="0"/>
		<chip type="cpu" name="M6809" clock="1000000"/>
		<chip type="cpu" name="M6809" clock="2000000"/>
		<chip type="audio" name="AY8910" clock="1000000"/>
		<display type="raster" rotate="0" width="400" height="300" refresh="50.000000" />
		<display type="raster" rotate="0" width="288" height="29" refresh="50.000000" />
		<sound channels="1"/>
		<input players="1" coins="5" service="yes">
		</input>
		<dipswitch name="DIL10">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL11">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL12">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL13">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL14">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL15">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL16">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL02">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL03">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL04">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL05">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL06">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL07">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL08">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="preliminary" emulation="preliminary" color="good" sound="good" graphic="good" savestate="supported" palettesize="22"/>
	</game>
	<game name="bfmdrwho" sourcefile="bfm_sc2.c">
		<description>Dr.Who The Timelord (UK, Game Card 95-750-288)</description>
		<year>1994</year>
		<manufacturer>BFM</manufacturer>
		<rom name="95750288.bin" size="65536" crc="fe95b5a5" sha1="876a812f69903fd99f896b35eeaf132c215b0035" region="cpu1" offset="0"/>
		<rom name="timelordsnd.bin" size="524288" crc="57fdaf3a" sha1="f7cbaddb7f2ab8e1c7b17f187bab263e0dde463b" region="sound1" offset="0"/>
		<chip type="cpu" name="M6809" clock="2000000"/>
		<chip type="audio" name="UPD7759" clock="640000"/>
		<chip type="audio" name="YM2413" clock="3579545"/>
		<display type="raster" rotate="0" width="288" height="34" refresh="50.000000" />
		<sound channels="1"/>
		<input players="1" buttons="6" coins="5" service="yes">
		</input>
		<dipswitch name="PERCENTAGE KEY">
			<dipvalue name="No key"/>
			<dipvalue name="Key 1"/>
			<dipvalue name="Key 2"/>
			<dipvalue name="Key 3"/>
			<dipvalue name="Key 4"/>
			<dipvalue name="Key 5"/>
			<dipvalue name="Key 6"/>
			<dipvalue name="Key 7" default="yes"/>
		</dipswitch>
		<dipswitch name="DIL02">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL03">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL04">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL05">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL06">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL07">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL08">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL10">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL11">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL12">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL13">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL14">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL15">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL16">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="22"/>
	</game>
	<game name="bfmcgslm" sourcefile="bfm_sc2.c">
		<description>Club Grandslam (UK, Game Card 95-750-843)</description>
		<year>1996</year>
		<manufacturer>BFM</manufacturer>
		<rom name="95750843.bin" size="65536" crc="e159ddf6" region="cpu1" offset="0"/>
		<rom name="gslamsnd.bin" size="262144" crc="9afb8b42" region="sound1" offset="0"/>
		<chip type="cpu" name="M6809" clock="2000000"/>
		<chip type="audio" name="UPD7759" clock="640000"/>
		<chip type="audio" name="YM2413" clock="3579545"/>
		<display type="raster" rotate="0" width="288" height="34" refresh="50.000000" />
		<sound channels="1"/>
		<input players="1" buttons="6" coins="8" service="yes">
		</input>
		<dipswitch name="PERCENTAGE KEY">
			<dipvalue name="No key"/>
			<dipvalue name="Key 1"/>
			<dipvalue name="Key 2"/>
			<dipvalue name="Key 3"/>
			<dipvalue name="Key 4"/>
			<dipvalue name="Key 5"/>
			<dipvalue name="Key 6"/>
			<dipvalue name="Key 7" default="yes"/>
		</dipswitch>
		<dipswitch name="DIL02">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL03">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL04">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL05">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL06">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL07">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL08">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL10">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL11">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL12">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL13">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL14">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL15">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL16">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="preliminary" emulation="preliminary" color="good" sound="good" graphic="good" savestate="supported" palettesize="22"/>
	</game>
	<game name="cpeno1" sourcefile="bfm_sc2.c">
		<description>Club Public Enemy No.1 (UK, Game Card 95-750-846)</description>
		<year>1996</year>
		<manufacturer>BFM</manufacturer>
		<rom name="ce1std25p.bin" size="65536" crc="2fad9a49" region="cpu1" offset="0"/>
		<rom name="cpe1_mtx.bin" size="65536" crc="5fd1fd7c" region="cpu2" offset="0"/>
		<rom name="cpe1_snd.bin" size="524288" crc="ca8a56bb" region="sound1" offset="0"/>
		<chip type="cpu" name="M6809" clock="2000000"/>
		<chip type="cpu" name="M6809" clock="2000000"/>
		<chip type="audio" name="YM2413" clock="3579545"/>
		<chip type="audio" name="UPD7759" clock="640000"/>
		<display type="raster" rotate="0" width="72" height="21" refresh="50.000000" />
		<sound channels="1"/>
		<input players="1" buttons="6" coins="8" service="yes">
		</input>
		<dipswitch name="PERCENTAGE KEY">
			<dipvalue name="No key"/>
			<dipvalue name="Key 1"/>
			<dipvalue name="Key 2"/>
			<dipvalue name="Key 3"/>
			<dipvalue name="Key 4"/>
			<dipvalue name="Key 5"/>
			<dipvalue name="Key 6"/>
			<dipvalue name="Key 7" default="yes"/>
		</dipswitch>
		<dipswitch name="DIL05">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Attract Hi/Lo reel">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Acceptor type">
			<dipvalue name="Mars" default="yes"/>
			<dipvalue name="Sentinel"/>
		</dipswitch>
		<dipswitch name="DIL05">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin play">
			<dipvalue name="Multi coin" default="yes"/>
			<dipvalue name="Single coin"/>
		</dipswitch>
		<dipswitch name="CashPot Freq">
			<dipvalue name="High" default="yes"/>
			<dipvalue name="Low"/>
		</dipswitch>
		<dipswitch name="DIL08">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Jam Alarm">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL11">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL12">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL13">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Percentage setting">
			<dipvalue name="72%"/>
			<dipvalue name="75%"/>
			<dipvalue name="78%" default="yes"/>
			<dipvalue name="81%"/>
			<dipvalue name="85%"/>
		</dipswitch>
		<driver status="preliminary" emulation="preliminary" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="22"/>
	</game>
	<game name="luvjub" sourcefile="bfm_sc2.c">
		<description>Luvvly Jubbly (UK Multisite 10/25p, Game Card 95-750-808)</description>
		<year>1996</year>
		<manufacturer>BFM</manufacturer>
		<rom name="95750808.bin" size="65536" crc="e6668fc7" region="cpu1" offset="0"/>
		<rom name="mtx_ass.bin" size="65536" crc="cfdd7bb2" region="cpu2" offset="0"/>
		<rom name="snd.bin" size="524288" crc="19efac32" region="sound1" offset="0"/>
		<chip type="cpu" name="M6809" clock="2000000"/>
		<chip type="cpu" name="M6809" clock="2000000"/>
		<chip type="audio" name="YM2413" clock="3579545"/>
		<chip type="audio" name="UPD7759" clock="640000"/>
		<display type="raster" rotate="0" width="72" height="21" refresh="50.000000" />
		<sound channels="1"/>
		<input players="1" buttons="9" coins="8" service="yes">
		</input>
		<dipswitch name="PERCENTAGE KEY">
			<dipvalue name="No key"/>
			<dipvalue name="Key 1"/>
			<dipvalue name="Key 2"/>
			<dipvalue name="Key 3"/>
			<dipvalue name="Key 4"/>
			<dipvalue name="Key 5"/>
			<dipvalue name="Key 6"/>
			<dipvalue name="Key 7" default="yes"/>
		</dipswitch>
		<dipswitch name="DIL02">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL03">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL04">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL05">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL06">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL07">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL08">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL10">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL11">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL12">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL13">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL14">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL15">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIL16">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="preliminary" emulation="preliminary" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="22"/>
	</game>
	<game name="bfmfocus" sourcefile="bfm_sc2.c">
		<description>Focus (Dutch, Game Card 95-750-347)</description>
		<year>1995</year>
		<manufacturer>BFM/ELAM</manufacturer>
		<rom name="focus.bin" size="65536" crc="ddd1a21e" sha1="cbb467b03642d6de37f6dc204b902f2d7e92230e" region="cpu1" offset="0"/>
		<rom name="focsound.bin" size="131072" crc="fce86700" sha1="546680dd85234608c1b7e850bad3165400fd981c" region="sound1" offset="0"/>
		<chip type="cpu" name="M6809" clock="2000000"/>
		<chip type="audio" name="UPD7759" clock="640000"/>
		<chip type="audio" name="YM2413" clock="3579545"/>
		<display type="raster" rotate="0" width="288" height="34" refresh="50.000000" />
		<sound channels="1"/>
		<input players="1" coins="4">
		</input>
		<driver status="preliminary" emulation="preliminary" color="good" sound="good" graphic="good" savestate="supported" palettesize="22"/>
	</game>
	<game name="thegame" sourcefile="bfm_sc4.c">
		<description>The Game (Dutch)</description>
		<manufacturer>BFM/Eurocoin</manufacturer>
		<rom name="95406248.lo" size="524288" crc="2edb055b" sha1="38bffa8e53ae9ad11a8544830cd2624c36edfe14" region="cpu1" offset="1"/>
		<rom name="95406249.hi" size="524288" crc="09fdf1dc" sha1="a9ec270dde5e260ef556b68f061f85319e0b985c" region="cpu1" offset="0"/>
		<chip type="cpu" name="68000" clock="16000000"/>
		<display type="raster" rotate="0" width="288" height="29" refresh="50.000000" />
		<sound channels="0"/>
		<input players="0">
		</input>
		<driver status="preliminary" emulation="preliminary" color="good" sound="preliminary" graphic="good" savestate="unsupported" palettesize="22"/>
	</game>
	<game name="maz_pole" sourcefile="bfm_sc4.c">
		<description>Poleposition</description>
		<manufacturer>Mazooma</manufacturer>
		<rom name="p7012s13.lo" size="524288" crc="3ef0e8ce" sha1="a9c12c8a8c47a2a69559cffc9b9a74f3ceb6ebe8" region="cpu1" offset="1"/>
		<rom name="p7012s13.hi" size="524288" crc="83367285" sha1="4ba6bfc0d33607eadcb0600d0318cf682840008c" region="cpu1" offset="0"/>
		<chip type="cpu" name="68000" clock="16000000"/>
		<display type="raster" rotate="0" width="288" height="29" refresh="50.000000" />
		<sound channels="0"/>
		<input players="0">
		</input>
		<driver status="preliminary" emulation="preliminary" color="good" sound="preliminary" graphic="good" savestate="unsupported" palettesize="22"/>
	</game>
	<game name="galagax" sourcefile="1942.c" cloneof="1942" romof="1942">
		<description>Galaga X (1942 hack)</description>
		<year>1984</year>
		<manufacturer>Capcom - Jerky and Chris Moore hack</manufacturer>
		<rom name="galagax1-n3.bin" size="16384" crc="c78cdc46" sha1="50ac4ab7a884b8555f15d959dac2b33e317fcd16" region="cpu1" offset="0"/>
		<rom name="galagax1-n4.bin" size="16384" crc="863f2f49" sha1="dbe7d13bcaa3919e1be51ba04fbf50f898e5c76e" region="cpu1" offset="4000"/>
		<rom name="galagax1-n5.bin" size="16384" crc="0da115f9" sha1="0517c60877a8067fb13c61c63a032a3f5ed16a57" region="cpu1" offset="10000"/>
		<rom name="1-n6.bin" merge="1-n6.bin" size="8192" crc="821c6481" sha1="06becb6bf8b4bde3a458098498eecad566a87711" region="cpu1" offset="14000"/>
		<rom name="1-n7.bin" merge="1-n7.bin" size="16384" crc="5df525e1" sha1="70cd2910e2945db76bd6ebfa0ff09a5efadc2d0b" region="cpu1" offset="18000"/>
		<rom name="1-c11.bin" merge="1-c11.bin" size="16384" crc="bd87f06b" sha1="821f85cf157f81117eeaba0c3cf0337eac357e58" region="cpu2" offset="0"/>
		<rom name="galagax1-f2.bin" size="8192" crc="b3e1862b" sha1="736fbef1ef15892ba6ea87be5366abf520e3d5fd" region="gfx1" dispose="yes" offset="0"/>
		<rom name="galagax2-a1.bin" size="8192" crc="21f3fee2" sha1="2eed32063b808fae27255e9b026fb92209cfc214" region="gfx2" dispose="yes" offset="0"/>
		<rom name="galagax2-a2.bin" size="8192" crc="5542beae" sha1="f37fad84fbeb2f98092bdb2f2a3bc80804392e07" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="galagax2-a3.bin" size="8192" crc="118e87ec" sha1="0b79eee01bd6aef2e85409de16ff9cb032c457cb" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="galagax2-a4.bin" size="8192" crc="fc3db895" sha1="bc469fd6f5634eca77728a24e4e6d83a2074c780" region="gfx2" dispose="yes" offset="6000"/>
		<rom name="galagax2-a5.bin" size="8192" crc="4a336de1" sha1="8359abb42fc9f774350524a7fbf561e6c8799822" region="gfx2" dispose="yes" offset="8000"/>
		<rom name="galagax2-a6.bin" size="8192" crc="1d4a69c9" sha1="34d3ea5e7666fee1ecd0ac763f3114d9c8d60806" region="gfx2" dispose="yes" offset="a000"/>
		<rom name="galagax2-l1.bin" size="16384" crc="8408b932" sha1="bea9d62156c566e7a3ae296e3e411d5542b7544b" region="gfx3" dispose="yes" offset="0"/>
		<rom name="galagax2-l2.bin" size="16384" crc="2218cb80" sha1="5dd05b59a55804bedf637abb339188e9c9e6037a" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="galagax2-n1.bin" size="16384" crc="4d5ed5e5" sha1="a66e979d8a6ed9cae77c8415130c5f17f8149eda" region="gfx3" dispose="yes" offset="8000"/>
		<rom name="galagax2-n2.bin" size="16384" crc="8f4a1688" sha1="69bab8f167a47eee34dadf56b1727b414f3e6579" region="gfx3" dispose="yes" offset="c000"/>
		<rom name="08e_sb-5.bin" merge="08e_sb-5.bin" size="256" crc="93ab8153" sha1="a792f24e5c0c3c4a6b436102e7a98199f878ece1" region="proms" offset="0"/>
		<rom name="09e_sb-6.bin" merge="09e_sb-6.bin" size="256" crc="8ab44f7d" sha1="f74680a6a987d74b3acb32e6396f20e127874149" region="proms" offset="100"/>
		<rom name="10e_sb-7.bin" merge="10e_sb-7.bin" size="256" crc="f4ade9a4" sha1="62ad31d31d183cce213b03168daa035083b2f28e" region="proms" offset="200"/>
		<rom name="f01_sb-0.bin" merge="f01_sb-0.bin" size="256" crc="6047d91b" sha1="1ce025f9524c1033e48c5294ee7d360f8bfebe8d" region="proms" offset="300"/>
		<rom name="06d_sb-4.bin" merge="06d_sb-4.bin" size="256" crc="4858968d" sha1="20b5dbcaa1a4081b3139e7e2332d8fe3c9e55ed6" region="proms" offset="400"/>
		<rom name="03k_sb-8.bin" merge="03k_sb-8.bin" size="256" crc="f6fad943" sha1="b0a24ea7805272e8ebf72a99b08907bc00d5f82f" region="proms" offset="500"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="cpu" name="Z80" clock="3000000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<display type="raster" rotate="270" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20K 80K 80K+" default="yes"/>
			<dipvalue name="20K 100K 100K+"/>
			<dipvalue name="30K 80K 80K+"/>
			<dipvalue name="30K 100K 100K+"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2" default="yes"/>
			<dipvalue name="3"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Difficult"/>
			<dipvalue name="Very Difficult"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="256"/>
	</game>
	<game name="amidargr" sourcefile="amidar.c" cloneof="amidar" romof="amidar">
		<description>Amidar (Greek)</description>
		<year>2004</year>
		<manufacturer>GreekRoms</manufacturer>
		<rom name="amidarg.2c" size="4096" crc="e9822709" sha1="ce7c76607a512b9b092a8bf83bdf6744a92a519a" region="cpu1" offset="0"/>
		<rom name="amidar.2e" merge="amidar.2e" size="4096" crc="e6e96826" sha1="e9c4f8c594640424b456505e676352a98b758c03" region="cpu1" offset="1000"/>
		<rom name="amidarg.2f" size="4096" crc="fd81b040" sha1="f710cb192a50514f55b4aec859fd9c298b0b90f8" region="cpu1" offset="2000"/>
		<rom name="amidar.2h" merge="amidar.2h" size="4096" crc="1be170bd" sha1="c047bc393b297c0d47668a5f6f4870e3fac937ef" region="cpu1" offset="3000"/>
		<rom name="amidar.5c" merge="amidar.5c" size="4096" crc="c4b66ae4" sha1="9d09dbde4019f7be3abe0815b0e06d542c01c255" region="cpu2" offset="0"/>
		<rom name="amidar.5d" merge="amidar.5d" size="4096" crc="806785af" sha1="c8c85e3a6a204feccd7859b4527bd649e96134b4" region="cpu2" offset="1000"/>
		<rom name="amidar.5f" merge="amidar.5f" size="2048" crc="5e51e84d" sha1="dfe84db7e2b1a45a1d484fcf37291f536bc5324c" region="gfx1" dispose="yes" offset="0"/>
		<rom name="amidarg.5h" size="2048" crc="141f8dbe" sha1="3a627f5dd072909177f50920271f0d8ffb8a09c0" region="gfx1" dispose="yes" offset="800"/>
		<rom name="amidar.clr" merge="amidar.clr" size="32" crc="f940dcc3" sha1="1015e56f37c244a850a8f4bf0e36668f047fd46d" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="255 (Cheat)"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="30000 50000" default="yes"/>
			<dipvalue name="50000 50000"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="4 Coins/3 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="3 Coins/4 Credits"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="2 Coins/5 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="4 Coins/3 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="3 Coins/4 Credits"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="2 Coins/5 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
			<dipvalue name="Disable All Coins"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="106"/>
	</game>
	<game name="akblc2dx" sourcefile="arkanoid.c" cloneof="arkanoid" romof="arkanoid">
		<description>Block Deluxe (Game Corporation)</description>
		<manufacturer>[Hack]</manufacturer>
		<rom name="akblc2dx.bin" size="65536" crc="e8ca9820" sha1="ac97ebf285d1b8dd216dfc7024f7630fceac50b6" region="cpu1" offset="0"/>
		<rom name="a75_03.rom" merge="a75-03.rom" size="32768" crc="038b74ba" sha1="ac053cc4908b4075f918748b89570e07a0ba5116" region="gfx1" dispose="yes" offset="0"/>
		<rom name="a75_04.rom" merge="a75-04.rom" size="32768" crc="71fae199" sha1="5d253c46ccf4cd2976a5fb8b8713f0f345443d06" region="gfx1" dispose="yes" offset="8000"/>
		<rom name="a75_05.rom" merge="a75-05.rom" size="32768" crc="c76374e2" sha1="7520dd48de20db60a2038f134dcaa454988e7874" region="gfx1" dispose="yes" offset="10000"/>
		<rom name="07.bpr" merge="a75-07.bpr" size="512" crc="0af8b289" sha1="6bc589e8a609b4cf450aebedc8ce02d5d45c970f" region="proms" offset="0"/>
		<rom name="08.bpr" merge="a75-08.bpr" size="512" crc="abb002fb" sha1="c14f56b8ef103600862e7930709d293b0aa97a73" region="proms" offset="200"/>
		<rom name="09.bpr" merge="a75-09.bpr" size="512" crc="a7c6c277" sha1="adaa003dcd981576ea1cc5f697d709b2d6b2ea29" region="proms" offset="400"/>
		<chip type="cpu" name="Z80" clock="6000000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="dial" minimum="0" maximum="255" sensitivity="30" keydelta="15"/>
		</input>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20K 60K 60K+" default="yes"/>
			<dipvalue name="20K"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="512"/>
	</game>
	<game name="akgcdx" sourcefile="arkanoid.c" cloneof="arkanoid" romof="arkanoid">
		<description>Arkanoid Deluxe (Game Corporation)</description>
		<manufacturer>[Hack]</manufacturer>
		<rom name="akgcdx.bin" size="65536" crc="6e6ba560" sha1="477a68caa1a9d0ce6e21f1164f8ec01434011308" region="cpu1" offset="0"/>
		<rom name="a75_03.rom" merge="a75-03.rom" size="32768" crc="038b74ba" sha1="ac053cc4908b4075f918748b89570e07a0ba5116" region="gfx1" dispose="yes" offset="0"/>
		<rom name="a75_04.rom" merge="a75-04.rom" size="32768" crc="71fae199" sha1="5d253c46ccf4cd2976a5fb8b8713f0f345443d06" region="gfx1" dispose="yes" offset="8000"/>
		<rom name="a75_05.rom" merge="a75-05.rom" size="32768" crc="c76374e2" sha1="7520dd48de20db60a2038f134dcaa454988e7874" region="gfx1" dispose="yes" offset="10000"/>
		<rom name="07.bpr" merge="a75-07.bpr" size="512" crc="0af8b289" sha1="6bc589e8a609b4cf450aebedc8ce02d5d45c970f" region="proms" offset="0"/>
		<rom name="08.bpr" merge="a75-08.bpr" size="512" crc="abb002fb" sha1="c14f56b8ef103600862e7930709d293b0aa97a73" region="proms" offset="200"/>
		<rom name="09.bpr" merge="a75-09.bpr" size="512" crc="a7c6c277" sha1="adaa003dcd981576ea1cc5f697d709b2d6b2ea29" region="proms" offset="400"/>
		<chip type="cpu" name="Z80" clock="6000000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="dial" minimum="0" maximum="255" sensitivity="30" keydelta="15"/>
		</input>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20K 60K 60K+" default="yes"/>
			<dipvalue name="20K"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="512"/>
	</game>
	<game name="aktaytdx" sourcefile="arkanoid.c" cloneof="arkanoid" romof="arkanoid">
		<description>Arkanoid Deluxe (Japan, Tayto)</description>
		<manufacturer>[Hack]</manufacturer>
		<rom name="aktaytdx.bin" size="65536" crc="8606f0ee" sha1="d1edb58a9b29a354023484089d0ca5f32e9985e4" region="cpu1" offset="0"/>
		<rom name="a75_03.rom" merge="a75-03.rom" size="32768" crc="038b74ba" sha1="ac053cc4908b4075f918748b89570e07a0ba5116" region="gfx1" dispose="yes" offset="0"/>
		<rom name="a75_04.rom" merge="a75-04.rom" size="32768" crc="71fae199" sha1="5d253c46ccf4cd2976a5fb8b8713f0f345443d06" region="gfx1" dispose="yes" offset="8000"/>
		<rom name="a75_05.rom" merge="a75-05.rom" size="32768" crc="c76374e2" sha1="7520dd48de20db60a2038f134dcaa454988e7874" region="gfx1" dispose="yes" offset="10000"/>
		<rom name="07.bpr" merge="a75-07.bpr" size="512" crc="0af8b289" sha1="6bc589e8a609b4cf450aebedc8ce02d5d45c970f" region="proms" offset="0"/>
		<rom name="08.bpr" merge="a75-08.bpr" size="512" crc="abb002fb" sha1="c14f56b8ef103600862e7930709d293b0aa97a73" region="proms" offset="200"/>
		<rom name="09.bpr" merge="a75-09.bpr" size="512" crc="a7c6c277" sha1="adaa003dcd981576ea1cc5f697d709b2d6b2ea29" region="proms" offset="400"/>
		<chip type="cpu" name="Z80" clock="6000000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="dial" minimum="0" maximum="255" sensitivity="30" keydelta="15"/>
		</input>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20K 60K 60K+" default="yes"/>
			<dipvalue name="20K"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="512"/>
	</game>
	<game name="arkll32" sourcefile="arkanoid.c" cloneof="arkanoid" romof="arkanoid">
		<description>Arkanoid LL32</description>
		<manufacturer>[Hack]</manufacturer>
		<rom name="lle_a75_01-1.rom" size="32768" crc="8e6d7e7f" sha1="3682c548c1bc3ceea2ff685fc5b82e61ed0044d2" region="cpu1" offset="0"/>
		<rom name="lle_a75_11.rom" size="32768" crc="845fa7b0" sha1="e89ab456281bcb83a61a89b347dc93303928d365" region="cpu1" offset="8000"/>
		<rom name="arkanoid.uc" merge="arkanoid.uc" size="2048" crc="515d77b6" sha1="a302937683d11f663abd56a2fd7c174374e4d7fb" region="cpu2" offset="0"/>
		<rom name="a75_03.rom" merge="a75-03.rom" size="32768" crc="038b74ba" sha1="ac053cc4908b4075f918748b89570e07a0ba5116" region="gfx1" dispose="yes" offset="0"/>
		<rom name="a75_04.rom" merge="a75-04.rom" size="32768" crc="71fae199" sha1="5d253c46ccf4cd2976a5fb8b8713f0f345443d06" region="gfx1" dispose="yes" offset="8000"/>
		<rom name="a75_05.rom" merge="a75-05.rom" size="32768" crc="c76374e2" sha1="7520dd48de20db60a2038f134dcaa454988e7874" region="gfx1" dispose="yes" offset="10000"/>
		<rom name="07.bpr" merge="a75-07.bpr" size="512" crc="0af8b289" sha1="6bc589e8a609b4cf450aebedc8ce02d5d45c970f" region="proms" offset="0"/>
		<rom name="08.bpr" merge="a75-08.bpr" size="512" crc="abb002fb" sha1="c14f56b8ef103600862e7930709d293b0aa97a73" region="proms" offset="200"/>
		<rom name="09.bpr" merge="a75-09.bpr" size="512" crc="a7c6c277" sha1="adaa003dcd981576ea1cc5f697d709b2d6b2ea29" region="proms" offset="400"/>
		<chip type="cpu" name="Z80" clock="6000000"/>
		<chip type="cpu" name="M68705" clock="500000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="dial" minimum="0" maximum="255" sensitivity="30" keydelta="15"/>
		</input>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20K 60K 60K+" default="yes"/>
			<dipvalue name="20K"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="512"/>
	</game>
	<game name="asteroi6" sourcefile="asteroid.c" cloneof="asteroid" romof="asteroid">
		<description>Asteroids (Six-Bullet Hack)</description>
		<year>1979</year>
		<manufacturer>Clay Cowgill</manufacturer>
		<rom name="035145_6.02" size="2048" crc="6cdf25a3" sha1="96e7882e5e144757d3adc51de8bfd5f583c0302e" region="cpu1" offset="6800"/>
		<rom name="035144_6.02" size="2048" crc="b4dcfbde" sha1="447e888c4af704c9f30801b2417617b7caa73921" region="cpu1" offset="7000"/>
		<rom name="035143.02" merge="035143.02" size="2048" crc="312caa02" sha1="1ce2eac1ab90b972e3f1fc3d250908f26328d6cb" region="cpu1" offset="7800"/>
		<rom name="035127.02" merge="035127.02" size="2048" crc="8b71fd9e" sha1="8cd5005e531eafa361d6b7e9eed159d164776c70" region="cpu1" offset="5000"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="Discrete"/>
		<display type="vector" rotate="0" refresh="60.000000" />
		<sound channels="1"/>
		<input players="1" buttons="3" coins="3" service="yes" tilt="yes">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="German"/>
			<dipvalue name="French"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Center Mech">
			<dipvalue name="X 1" default="yes"/>
			<dipvalue name="X 2"/>
		</dipswitch>
		<dipswitch name="Right Mech">
			<dipvalue name="X 1" default="yes"/>
			<dipvalue name="X 4"/>
			<dipvalue name="X 5"/>
			<dipvalue name="X 6"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32768"/>
	</game>
	<game name="astrf_bl" sourcefile="astrof.c" cloneof="astrof" romof="astrof" sampleof="astrof">
		<description>Astro Fighter (Black Background)</description>
		<year>1979</year>
		<manufacturer>Hack</manufacturer>
		<rom name="afii.6" merge="afii.6" size="2048" crc="d6cd13a4" sha1="359b00b02f4256f1138c8526214c6a34d2e5b47a" region="cpu1" offset="d000"/>
		<rom name="afii.5" merge="afii.5" size="2048" crc="6fd3c4df" sha1="73aad03e2588ac9f249d5751eb4a7c7cd12fd3b9" region="cpu1" offset="d800"/>
		<rom name="afii.4" merge="afii.4" size="2048" crc="9612dae3" sha1="8ee1797c212e06c381972b7b555f240ff317d75d" region="cpu1" offset="e000"/>
		<rom name="afii.3" merge="afii.3" size="2048" crc="5a0fef42" sha1="92a575abdf17bbb5ed6bc67479049523a985aa75" region="cpu1" offset="e800"/>
		<rom name="afii.2" merge="afii.2" size="2048" crc="69f8a4fc" sha1="9f9a935f19187640018009ade92f8993912ef6c2" region="cpu1" offset="f000"/>
		<rom name="afii.1" merge="afii.1" size="2048" crc="322c09d2" sha1="89723e3d998ff9cb9b174bca4b072b412b290c04" region="cpu1" offset="f800"/>
		<rom name="astrf_bl.clr" size="32" crc="6be69d4b" sha1="4197cf9110db08e45b5d18aedb0fde96779491c1" region="proms" offset="0"/>
		<sample name="fire.wav"/>
		<sample name="ekilled.wav"/>
		<sample name="wave1.wav"/>
		<sample name="wave2.wav"/>
		<sample name="wave3.wav"/>
		<sample name="wave4.wav"/>
		<sample name="bossfire.wav"/>
		<sample name="fuel.wav"/>
		<sample name="death.wav"/>
		<sample name="bosshit.wav"/>
		<sample name="bosskill.wav"/>
		<chip type="cpu" name="M6502" clock="662187"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="90" width="240" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="1">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="3000" default="yes"/>
			<dipvalue name="5000"/>
			<dipvalue name="7000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="16"/>
	</game>
	<game name="bagturbo" sourcefile="bagman.c" cloneof="bagman" romof="bagman">
		<description>Bagman Turbo (Stern set 1)</description>
		<year>1991</year>
		<manufacturer>Hack (Stern license)</manufacturer>
		<rom name="bagt_a4_9e.bin" size="4096" crc="c070635c" sha1="98c920f9ab377258d376e62337f14df3e51badaa" region="cpu1" offset="0"/>
		<rom name="a5-9f" size="4096" crc="2ddf6bb9" sha1="151068dddc55163bb6f925f68e5d04e347ded6a5" region="cpu1" offset="1000"/>
		<rom name="a4_9j.bin" size="4096" crc="b2da8b77" sha1="ea36cd6be42c5548a9a91054aeebb4b985ba15c9" region="cpu1" offset="2000"/>
		<rom name="a5-9k" size="4096" crc="f91d617b" sha1="a3323b51277e08747701cc4e2d3a9c466e96d4c1" region="cpu1" offset="3000"/>
		<rom name="bagt_a4_9m.bin" size="4096" crc="8cb278fe" sha1="807a4f1d89dcbd7482ef86f4b2e88cc2f64abbf4" region="cpu1" offset="4000"/>
		<rom name="a5-9n" size="4096" crc="68e4b64d" sha1="55950d7c07c621cafa001d5d3bfec6bbc02712e2" region="cpu1" offset="5000"/>
		<rom name="a2_1e.bin" size="4096" crc="f217ac09" sha1="a9716674401dff27344a01df8121b6b648688680" region="gfx1" dispose="yes" offset="0"/>
		<rom name="j1_b04.bin" merge="j1_b04.bin" size="4096" crc="c680ef04" sha1="79406bc786374abfcd9f548268c445b5c8d8858d" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="a2_1c.bin" size="4096" crc="f3e11bd7" sha1="43ee00ff777008c89f619eb183e7c5e63f6c7694" region="gfx2" dispose="yes" offset="0"/>
		<rom name="a2_1f.bin" size="4096" crc="d0f7105b" sha1="fb382703850a4ded567706e02ebb7f3e22531b7c" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="p3.bin" merge="p3.bin" size="32" crc="2a855523" sha1="91e032233fee397c90b7c1662934aca9e0671482" region="proms" offset="0"/>
		<rom name="r3.bin" merge="r3.bin" size="32" crc="ae6f1019" sha1="fd711882b670380cb4bd909c840ba06277b8fbe3" region="proms" offset="20"/>
		<rom name="r6.bin" merge="r6.bin" size="32" crc="c58a4f6a" sha1="35ef244b3e94032df2610aa594ea5670b91e1449" region="proms" offset="40"/>
		<rom name="r9_b11.bin" merge="r9_b11.bin" size="4096" crc="2e0057ff" sha1="33e3ffa6418f86864eb81e5e9bda4bf540c143a6" region="sound1" offset="0"/>
		<rom name="t9_b12.bin" merge="t9_b12.bin" size="4096" crc="b2120edd" sha1="52b89dbcc749b084331fa82b13d0876e911fce52" region="sound1" offset="1000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<chip type="audio" name="TMS5110" clock="640000"/>
		<display type="raster" rotate="270" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="4">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2C/1C 1C/1C 1C/3C 1C/7C"/>
			<dipvalue name="1C/1C 1C/2C 1C/6C 1C/14C" default="yes"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="30000" default="yes"/>
			<dipvalue name="40000"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="64"/>
	</game>
	<game name="pickinpi" sourcefile="bagman.c" cloneof="pickin" romof="pickin">
		<description>Pickin' (Color Hack)</description>
		<year>1983</year>
		<manufacturer>Hack by Pi</manufacturer>
		<rom name="9e" merge="9e" size="4096" crc="efd0bd43" sha1="b70a471a809c08286a82934046357fb46556f641" region="cpu1" offset="0"/>
		<rom name="9f" merge="9f" size="4096" crc="b5785a23" sha1="9eddda5695981cb0470dfea68d5e2e8e220382b1" region="cpu1" offset="1000"/>
		<rom name="9j" merge="9j" size="4096" crc="65ee9fd4" sha1="2efa40c19a7b0644ef4f4b2ce6a025b2b880239d" region="cpu1" offset="2000"/>
		<rom name="9k" merge="9k" size="4096" crc="7b23350e" sha1="dff19602a0e46ca0bcdbdf2a1d61fd2c80ac70e7" region="cpu1" offset="3000"/>
		<rom name="9m" merge="9m" size="4096" crc="935a7248" sha1="d9af4405d51ce1ff6c4b84709dc85c0db88b1d54" region="cpu1" offset="4000"/>
		<rom name="9n" merge="9n" size="4096" crc="52485d1d" sha1="c309eec506f978388463f20d56d958e6639c31e8" region="cpu1" offset="5000"/>
		<rom name="1f" merge="1f" size="4096" crc="c5e96ac6" sha1="b2d740b6d07c765e8eb2dce31fe285a15a9fe597" region="gfx1" dispose="yes" offset="0"/>
		<rom name="1j" merge="1j" size="4096" crc="41c4ac1c" sha1="aac58a9d675a9b70140d82341231bcf6c77c7b41" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="6331-1pi.3p" size="32" crc="b1dd1e68" sha1="059c5f6c43e62b9381f4a0fa322dbe59c29812f5" region="proms" offset="0"/>
		<rom name="6331-1pi.3r" size="32" crc="47fadc93" sha1="3ba46957e664a2ea639a97a0c199a9636861ca50" region="proms" offset="20"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<display type="raster" rotate="270" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="4">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coinage">
			<dipvalue name="2C/1C 1C/1C 1C/3C 1C/7C"/>
			<dipvalue name="1C/1C 1C/2C 1C/6C 1C/14C" default="yes"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="French"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="64"/>
	</game>
	<game name="blkdrgnk" sourcefile="blktiger.c" cloneof="blktiger" romof="blktiger">
		<description>Black Dragon (Korean)</description>
		<year>1987</year>
		<manufacturer>hack</manufacturer>
		<rom name="blkdrgnk.5e" size="32768" crc="e713b486" sha1="468a75120080f9529f2b56d66c72c767e7ee86df" region="cpu1" offset="0"/>
		<rom name="blkdrgon.6e" size="65536" crc="7d39c26f" sha1="562a3f578e109ae020f65e341c876ad7e510a311" region="cpu1" offset="10000"/>
		<rom name="blkdrgon.8e" size="65536" crc="d1bf3757" sha1="b19f8b986406bde65ac7f0d55d54f87b37f5e42f" region="cpu1" offset="20000"/>
		<rom name="blkdrgon.9e" size="65536" crc="4d1d6680" sha1="e137624c59392de6aaffeded99b024938360bd25" region="cpu1" offset="30000"/>
		<rom name="blkdrgon.10e" size="65536" crc="c8d0c45e" sha1="66c2e5a74c5875a2c8e28740fe944bd943246ce5" region="cpu1" offset="40000"/>
		<rom name="bd-06.1l" merge="bd-06.1l" size="32768" crc="2cf54274" sha1="87df100c65999ba1e9d358ffd0fe4bba23ae0efb" region="cpu2" offset="0"/>
		<rom name="blkdrgnk.2n" size="32768" crc="3b432217" sha1="da0b3fe16fb5192f6514bdf5fef85a889c7b2f0a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="blkdrgon.5b" size="65536" crc="22d0a4b0" sha1="f9402ea9ffedcb280497a63c5eb352de9d4ca3fd" region="gfx2" dispose="yes" offset="0"/>
		<rom name="blkdrgon.4b" size="65536" crc="c8b5fc52" sha1="621e899285ce6302e5b25d133d9cd52c09b7b202" region="gfx2" dispose="yes" offset="10000"/>
		<rom name="blkdrgon.9b" size="65536" crc="9498c378" sha1="841934ddef724faf04162c4be4aea1684d8d8e0f" region="gfx2" dispose="yes" offset="20000"/>
		<rom name="blkdrgon.8b" size="65536" crc="5b0df8ce" sha1="57d10b48bd61b0224ce21b36bde8d2479e8e5df4" region="gfx2" dispose="yes" offset="30000"/>
		<rom name="bd-08.5a" merge="bd-08.5a" size="65536" crc="e2f17438" sha1="3e5fdae07d40febedc59c7c7c4d9c6f0d72b58b5" region="gfx3" dispose="yes" offset="0"/>
		<rom name="bd-07.4a" merge="bd-07.4a" size="65536" crc="5fccbd27" sha1="33c55aa9c12b3121ca5c3b4c39a9b152b6946461" region="gfx3" dispose="yes" offset="10000"/>
		<rom name="bd-10.9a" merge="bd-10.9a" size="65536" crc="fc33ccc6" sha1="d492626a88565c2626f98ecb1d74535f1ad68e4c" region="gfx3" dispose="yes" offset="20000"/>
		<rom name="bd-09.8a" merge="bd-09.8a" size="65536" crc="f449de01" sha1="f6b40e9eb2471b89c42ab84f4214295d284db0c3" region="gfx3" dispose="yes" offset="30000"/>
		<rom name="bd01.8j" merge="bd01.8j" size="256" crc="29b459e5" sha1="0034734a533df3dea16b7b48e072485d7f26f850" region="proms" offset="0"/>
		<rom name="bd02.9j" merge="bd02.9j" size="256" crc="8b741e66" sha1="6c1fda59936a7217b05949f5c54b1f91f4b49dbe" region="proms" offset="100"/>
		<rom name="bd03.11k" merge="bd03.11k" size="256" crc="27201c75" sha1="c54d87f06bfe0b0908389c005014d97156e272c2" region="proms" offset="200"/>
		<rom name="bd04.11l" merge="bd04.11l" size="256" crc="e5490b68" sha1="40f9f92efe7dd97b49144aec02eb509834056915" region="proms" offset="300"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="cpu" name="Z80" clock="3000000"/>
		<chip type="audio" name="YM2203" clock="3579545"/>
		<chip type="audio" name="YM2203" clock="3579545"/>
		<display type="raster" rotate="0" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="7"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="1 (Easiest)"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
			<dipvalue name="5 (Normal)" default="yes"/>
			<dipvalue name="6"/>
			<dipvalue name="7"/>
			<dipvalue name="8 (Hardest)"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="1024"/>
	</game>
	<game name="bmbjckgr" sourcefile="bombjack.c" cloneof="bombjack" romof="bombjack">
		<description>Bomb Jack (Greek)</description>
		<year>1984</year>
		<manufacturer>Hack</manufacturer>
		<rom name="09_j01b.bin" merge="09_j01b.bin" size="8192" crc="c668dc30" sha1="51dd6a2688b42e9f28f0882bd76f75be7ec3222a" region="cpu1" offset="0"/>
		<rom name="10_l01b.bin" merge="10_l01b.bin" size="8192" crc="52a1e5fb" sha1="e1cdc4b4efbc6c7a1e4fa65019486617f2acba1b" region="cpu1" offset="2000"/>
		<rom name="11_m01b.bin" merge="11_m01b.bin" size="8192" crc="b68a062a" sha1="43bae56494ac0202aaa8f1ed5c1ed1bff775b2b8" region="cpu1" offset="4000"/>
		<rom name="12g_n01b.bin" size="8192" crc="b457909f" sha1="807b30742a89a327721596c4f5d091912f0ab4ec" region="cpu1" offset="6000"/>
		<rom name="13g.1r" size="8192" crc="f8e14e2c" sha1="a5dff87ad26eff6a07313594d9bce2ea568c8f26" region="cpu1" offset="c000"/>
		<rom name="01_h03t.bin" merge="01_h03t.bin" size="8192" crc="8407917d" sha1="318face9f7a7ab6c7eeac773995040425e780aaf" region="cpu2" offset="0"/>
		<rom name="03g_e08t.bin" size="4096" crc="df120e35" sha1="b389320cd95fe3ac7bfb613098140d169c0485b1" region="gfx1" dispose="yes" offset="0"/>
		<rom name="04g_h08t.bin" size="4096" crc="2af09b2b" sha1="4ce87353a941c6527c9426e578ed2a6c7286175e" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="05g_k08t.bin" size="4096" crc="4362417c" sha1="680a5c06c938e7cca33880bc18a2b592a4204ec8" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="06_l08t.bin" merge="06_l08t.bin" size="8192" crc="51eebd89" sha1="515128a3971fcb97b60c5b6bdd2b03026aec1921" region="gfx2" dispose="yes" offset="0"/>
		<rom name="07_n08t.bin" merge="07_n08t.bin" size="8192" crc="9dd98e9d" sha1="6db6006a6e20ff7c243d88293ca53681c4703ea5" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="08_r08t.bin" merge="08_r08t.bin" size="8192" crc="3155ee7d" sha1="e7897dca4c145f10b7d975b8ef0e4d8aa9354c25" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="16g_m07b.bin" size="8192" crc="e33942bf" sha1="a9fad16f9b83faf1c0948ad15186959ec17eb448" region="gfx3" dispose="yes" offset="0"/>
		<rom name="15g_l07b.bin" size="8192" crc="1bb8ec79" sha1="14c8b6ee9f22491330bbf14356fa4ab3c62cb811" region="gfx3" dispose="yes" offset="2000"/>
		<rom name="14g_j07b.bin" size="8192" crc="0a9b3106" sha1="bfd1c430e3e96896ebf4db962f755353a9a57be8" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="02_p04t.bin" merge="02_p04t.bin" size="4096" crc="398d4a02" sha1="ac18a8219f99ba9178b96c9564de3978e39c59fd" region="gfx4" offset="0"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Initial High Score?">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="100000"/>
			<dipvalue name="30000"/>
			<dipvalue name="50000"/>
			<dipvalue name="100000"/>
			<dipvalue name="50000"/>
			<dipvalue name="100000"/>
			<dipvalue name="50000"/>
		</dipswitch>
		<dipswitch name="Bird Speed">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Enemies Number &amp; Speed">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Special Coin">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="128"/>
	</game>
	<game name="bnjr" sourcefile="btime.c" cloneof="brubber" romof="brubber">
		<description>Bump 'n' Jump Reverse Mod</description>
		<year>2002</year>
		<manufacturer>DaveC Hack</manufacturer>
		<rom name="bnj12b.bin" size="8192" crc="ba3e3801" sha1="56284076d938c33c1492a07281b936681eb09808" region="cpu1" offset="a000"/>
		<rom name="bnj12c.bin" size="8192" crc="fb3a2cdd" sha1="4a964389cc8035b9264d4cb133eb6d3826e74b95" region="cpu1" offset="c000"/>
		<rom name="bnj12d.bin" size="8192" crc="b88bc99e" sha1="08a4ddea4037f9e14d0d9f4262a1746b0a3a140c" region="cpu1" offset="e000"/>
		<rom name="bnj6c.bin" merge="bnj6c.bin" size="4096" crc="8c02f662" sha1="1279d564e65fd3ccac25b1f9fbb40d910de2b544" region="cpu2" offset="f000"/>
		<rom name="bnjr4e.bin" size="8192" crc="876cc672" sha1="860cfc92752f312ce167fdfb7752fb5e7d7d8817" region="gfx1" dispose="yes" offset="0"/>
		<rom name="bnjr4f.bin" size="8192" crc="e5e95e3f" sha1="c16e03e29229fa7dcc9ed01b43b645fbcc79cc97" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="bnjr4h.bin" size="8192" crc="570ffa46" sha1="e397fbca0cc7b8173476d34d4e651752937b7569" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="bnjr10e.bin" size="4096" crc="9e523e4c" sha1="4d76696c7594d84d081d17220dc58c0e7e35a14c" region="gfx2" dispose="yes" offset="0"/>
		<rom name="bnjr10f.bin" size="4096" crc="5cf10f28" sha1="66b2d8cc27ff6dd340054290f6eb2d71c9a1052a" region="gfx2" dispose="yes" offset="1000"/>
		<chip type="cpu" name="M6502" clock="750000"/>
		<chip type="cpu" name="M6502" clock="500000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<display type="raster" rotate="270" width="256" height="240" refresh="57.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="Every 30000" default="yes"/>
			<dipvalue name="Every 70000"/>
			<dipvalue name="20000 Only"/>
			<dipvalue name="30000 Only"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="16"/>
	</game>
	<game name="pnc" sourcefile="btime.c">
		<description>Pac'n'Chase</description>
		<year>1981</year>
		<manufacturer>Data East Corporation</manufacturer>
		<rom name="s3-3d" size="4096" crc="1ab4f2c2" sha1="c5890b768172cd2e3912b84db5f71546969ad7e2" region="cpu1" offset="c000"/>
		<rom name="s2-3c" size="4096" crc="5e46b789" sha1="00b2510e07eb565cb373db798dd537191b0b7cc8" region="cpu1" offset="d000"/>
		<rom name="s1-3b" size="4096" crc="1308a32e" sha1="da64fe7b76f5ac8ac35460e6c789ab1e986c78ef" region="cpu1" offset="e000"/>
		<rom name="s0-3a" size="4096" crc="beb4b1fc" sha1="166a96b5757946231f3619844366218065412935" region="cpu1" offset="f000"/>
		<rom name="sa-1h" size="4096" crc="379387ec" sha1="29d37f04c64ed53a2573962dfa9c0623b89e0045" region="cpu2" offset="f000"/>
		<rom name="pnc-s4-11l" size="4096" crc="38a40f50" sha1="c5188fc3eeffb9843a22211b95ef6fec656dedb9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pnc-s5-11m" size="4096" crc="c6c7236a" sha1="da50b4066c6d39c1c860afdbd353de5576bf9fbf" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pnc-s6-13l" size="4096" crc="20779144" sha1="f580db44ce870cb5945ef341ef5dd674b170ffc6" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="pnc-s7-13m" size="4096" crc="8911a546" sha1="e78ff510af33789e6a25227afa269008c049b553" region="gfx1" dispose="yes" offset="3000"/>
		<rom name="pnc-s8-15l" size="4096" crc="1c8f5112" sha1="01601dc443e1db13f9fb9b32cc5180d5d19b4c10" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="pnc-s9-15m" size="4096" crc="b919e43b" sha1="1bb22f48a7914afc8b4eb8d90b9c6a4d93ae2b24" region="gfx1" dispose="yes" offset="5000"/>
		<rom name="sc-5m" size="32" crc="2a976ebe" sha1="f3c1b0d98f431f9cd0d5fa009fafa1115aabe6e5" region="proms" offset="0"/>
		<rom name="sb-4c" size="32" crc="a29b4204" sha1="7f15cae5c4aaa29638fb45029782dafd2b3d1484" region="proms" offset="20"/>
		<chip type="cpu" name="M6502" clock="1500000"/>
		<chip type="cpu" name="M6502" clock="500000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<display type="raster" rotate="270" width="256" height="240" refresh="57.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Test Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="RAM Test Only"/>
			<dipvalue name="Watchdog Test Only"/>
			<dipvalue name="All Tests"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="15000" default="yes"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Game Speed">
			<dipvalue name="Slow" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="8"/>
	</game>
	<game name="stictime" sourcefile="btime.c" cloneof="btime" romof="btime">
		<description>Burger Time (Mr Sticky)</description>
		<year>2002</year>
		<manufacturer>Marks Hack</manufacturer>
		<rom name="aa04.9b" merge="aa04.9b" size="4096" crc="368a25b5" sha1="ed3f3712423979dcb351941fa85dce6a0a7bb16b" region="cpu1" offset="c000"/>
		<rom name="aa06.13b" merge="aa06.13b" size="4096" crc="b4ba400d" sha1="8c77397e934907bc47a739f263196a0f2f81ba3d" region="cpu1" offset="d000"/>
		<rom name="aa05.10b" merge="aa05.10b" size="4096" crc="8005bffa" sha1="d0da4e360039f6a8d8142a4e8e05c1f90c0af68a" region="cpu1" offset="e000"/>
		<rom name="aa07.15b" merge="aa07.15b" size="4096" crc="086440ad" sha1="4a32bc92f8ff5fbe112f56e62d2c03da8851a7b9" region="cpu1" offset="f000"/>
		<rom name="ab14.12h" merge="ab14.12h" size="4096" crc="f55e5211" sha1="27940026d0c6212d1138d2fd88880df697218627" region="cpu2" offset="f000"/>
		<rom name="stic_aa12.7k" size="4096" crc="0550e118" sha1="74ab46a307ea9d61e38ba0b541bf509436cd9290" region="gfx1" dispose="yes" offset="0"/>
		<rom name="ab13.9k" merge="ab13.9k" size="4096" crc="ac01042f" sha1="e64b6381a9298eaf74e79fa5f1ea8e9596c58a49" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="stic_ab10.10k" size="4096" crc="ba774d51" sha1="68806bbe93aeea82d7aefc376b69af66858c6028" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="ab11.12k" merge="ab11.12k" size="4096" crc="d4848014" sha1="0a55b091cd4e7f317c35defe13d5051b26042eee" region="gfx1" dispose="yes" offset="3000"/>
		<rom name="stic_aa8.13k" size="4096" crc="00a15086" sha1="e78047ebffdc642583d363b12dd8fbd1368eb3c4" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="ab9.15k" merge="ab9.15k" size="4096" crc="8dec15e6" sha1="b72633de6268ce16742bba4dcba835df860d6c2f" region="gfx1" dispose="yes" offset="5000"/>
		<rom name="stic_ab00.1b" size="2048" crc="4010c652" sha1="418eae0ef70c62c3f69becf167bd40a4faba176b" region="gfx2" dispose="yes" offset="0"/>
		<rom name="ab01.3b" merge="ab01.3b" size="2048" crc="25b49078" sha1="4abdcbd4f3362c3e4463a1274731289f1a72d2e6" region="gfx2" dispose="yes" offset="800"/>
		<rom name="stic_ab02.4b" size="2048" crc="1def5b40" sha1="845a6b1105757d4d921a4d1f9378a3731f6460b3" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="ab03.6b" merge="ab03.6b" size="2048" crc="d26bc1f3" sha1="737af6e264183a1f151f277a07cf250d6abb3fd8" region="gfx3" offset="0"/>
		<chip type="cpu" name="M6502" clock="1500000"/>
		<chip type="cpu" name="M6502" clock="500000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<display type="raster" rotate="270" width="256" height="240" refresh="57.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cross Hatch Pattern">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Enemies">
			<dipvalue name="4" default="yes"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="End of Level Pepper">
			<dipvalue name="No" default="yes"/>
			<dipvalue name="Yes"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="16"/>
	</game>
	<game name="vecbtime" sourcefile="btime.c" cloneof="btime" romof="btime">
		<description>Burgertime (Vector sim)</description>
		<year>2000</year>
		<manufacturer>T-Bone hack</manufacturer>
		<rom name="vec_ab05a1.12b" size="4096" crc="0a98b230" sha1="aeee4f6f0aaa27575b80261d03c5453cc6ebd646" region="cpu1" offset="b000"/>
		<rom name="vec_ab04.9b" size="4096" crc="797e5f75" sha1="35ea5fa4b8f3494adf7774b3946ed2540ac826ff" region="cpu1" offset="c000"/>
		<rom name="vec_ab06.13b" size="4096" crc="c77f3f64" sha1="f283087fad0a102fe92be7ce80ed18e64dc93b67" region="cpu1" offset="d000"/>
		<rom name="vec_ab05.10b" size="4096" crc="b0d3640f" sha1="6ba28971714ece6f1c04fa2dbf1f9f216ded7cfa" region="cpu1" offset="e000"/>
		<rom name="vec_ab07.15b" size="4096" crc="a142f862" sha1="39d7ef172d18874885f1b1542e885cc4287dc344" region="cpu1" offset="f000"/>
		<rom name="ab14.12h" merge="ab14.12h" size="4096" crc="f55e5211" sha1="27940026d0c6212d1138d2fd88880df697218627" region="cpu2" offset="f000"/>
		<rom name="vec_ab12.7k" size="4096" crc="b02d859c" sha1="0d506c52dd2a76d62bd980087fbb5c3808aedf56" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vec_ab13.9k" size="4096" crc="d9757010" sha1="fc70cfbd7bb7c23d0b5880f42ef92df711c6a46d" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="vec_ab10.10k" size="4096" crc="2b71a1db" sha1="424c3fceeeb030c0cf89e8f872957a75d5475cfb" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="vec_ab11.12k" size="4096" crc="a98fea41" sha1="1ddbb8b26bca2b8c6ab4d9b1bfd8b21db2b2d97b" region="gfx1" dispose="yes" offset="3000"/>
		<rom name="vec_ab8.13k" size="4096" crc="0ca7828f" sha1="eb7db2607b10e8276a97a20030bdbeeeb7b6935b" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="vec_ab9.15k" size="4096" crc="1e460ff7" sha1="6ac3ec08e3c79490262324fd4a93a6eb1188554b" region="gfx1" dispose="yes" offset="5000"/>
		<rom name="vec_ab00.1b" size="2048" crc="03dbe9b6" sha1="4844d490a767d15ed5230868cbd25dadf70cf1e3" region="gfx2" dispose="yes" offset="0"/>
		<rom name="vec_ab01.3b" size="2048" crc="698089da" sha1="6b6e61536d1247a8784a4657cdc50e48b002335d" region="gfx2" dispose="yes" offset="800"/>
		<rom name="vec_ab02.4b" size="2048" crc="4464ccef" sha1="1fa91178c55c1120910be89f724b909a356796e8" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="ab03.6b" merge="ab03.6b" size="2048" crc="d26bc1f3" sha1="737af6e264183a1f151f277a07cf250d6abb3fd8" region="gfx3" offset="0"/>
		<chip type="cpu" name="M6502" clock="1500000"/>
		<chip type="cpu" name="M6502" clock="500000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<display type="raster" rotate="270" width="256" height="240" refresh="57.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cross Hatch Pattern">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Enemies">
			<dipvalue name="4" default="yes"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="End of Level Pepper">
			<dipvalue name="No" default="yes"/>
			<dipvalue name="Yes"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="16"/>
	</game>
	<game name="bb2bmh" sourcefile="bublbobl.c">
		<description>Bubble Bobble (Memories Hack)</description>
		<year>2000</year>
		<manufacturer>Taito</manufacturer>
		<rom name="a78-06.51" size="32768" crc="32c8305b" sha1="6bf69b3edfbefd33cd670a762b4bf0b39629a220" region="cpu1" offset="0"/>
		<rom name="bmh-a78-05.52" size="65536" crc="d286f2e9" sha1="ac293aa5bb3973738c7a48ce78c523154d650ded" region="cpu1" offset="10000"/>
		<rom name="bmh-a78-08.37" size="32768" crc="ebce6c5c" sha1="0000000000000000000000000000000000000000" region="cpu2" offset="0"/>
		<rom name="a78-07.46" size="32768" crc="4f9a26e8" sha1="3105b34b88a7134493c2b3f584729f8b0407a011" region="cpu3" offset="0"/>
		<rom name="68705.bin" size="2048" crc="78caa635" sha1="a756e45b25b007843ba4f2204cad6081cf7260e9" region="cpu4" offset="0"/>
		<rom name="a78-09.12" size="32768" crc="20358c22" sha1="2297af6c53d5807bf90a8e081075b8c72a994fc5" region="gfx1" dispose="yes" offset="0"/>
		<rom name="a78-10.13" size="32768" crc="930168a9" sha1="fd358c3c3b424bca285f67a1589eb98a345ff670" region="gfx1" dispose="yes" offset="8000"/>
		<rom name="a78-11.14" size="32768" crc="9773e512" sha1="33c1687ee575d66bf0e98add45d06da827813765" region="gfx1" dispose="yes" offset="10000"/>
		<rom name="a78-12.15" size="32768" crc="d045549b" sha1="0c12077d3ddc2ce6aa45a0224ad5540f3f218446" region="gfx1" dispose="yes" offset="18000"/>
		<rom name="a78-13.16" size="32768" crc="d0af35c5" sha1="c5a89f4d73acc0db86654540b3abfd77b3757db5" region="gfx1" dispose="yes" offset="20000"/>
		<rom name="a78-14.17" size="32768" crc="7b5369a8" sha1="1307b26d80e6f36ebe6c442bebec41d20066eaf9" region="gfx1" dispose="yes" offset="28000"/>
		<rom name="a78-15.30" size="32768" crc="6b61a413" sha1="44eddf12fb46fceca2addbe6da929aaea7636b13" region="gfx1" dispose="yes" offset="40000"/>
		<rom name="a78-16.31" size="32768" crc="b5492d97" sha1="d5b045e3ebaa44809757a4220cefb3c6815470da" region="gfx1" dispose="yes" offset="48000"/>
		<rom name="a78-17.32" size="32768" crc="d69762d5" sha1="3326fef4e0bd86681a3047dc11886bb171ecb609" region="gfx1" dispose="yes" offset="50000"/>
		<rom name="a78-18.33" size="32768" crc="9f243b68" sha1="32dce8d311a4be003693182a999e4053baa6bb0a" region="gfx1" dispose="yes" offset="58000"/>
		<rom name="a78-19.34" size="32768" crc="66e9438c" sha1="b94e62b6fbe7f4e08086d0365afc5cff6e0ccafd" region="gfx1" dispose="yes" offset="60000"/>
		<rom name="a78-20.35" size="32768" crc="9ef863ad" sha1="29f91b5a3765e4d6e6c3382db1d8d8297b6e56c8" region="gfx1" dispose="yes" offset="68000"/>
		<rom name="a71-25.41" size="256" crc="2d0f8545" sha1="089c31e2f614145ef2743164f7b52ae35bc06808" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="6000000"/>
		<chip type="cpu" name="Z80" clock="6000000"/>
		<chip type="cpu" name="Z80" clock="3000000"/>
		<chip type="cpu" name="M68705" clock="2000000"/>
		<chip type="audio" name="YM2203" clock="3000000"/>
		<chip type="audio" name="YM3526" clock="3000000"/>
		<display type="raster" rotate="0" width="256" height="224" refresh="59.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2" tilt="yes">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Mode">
			<dipvalue name="Game, English" default="yes"/>
			<dipvalue name="Game, Japanese"/>
			<dipvalue name="Test (Grid and Inputs)"/>
			<dipvalue name="Test (RAM and Sound)"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Very Hard"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20K 80K 300K"/>
			<dipvalue name="30K 100K 400K" default="yes"/>
			<dipvalue name="40K 200K 500K"/>
			<dipvalue name="50K 250K 500K"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="ROM Type">
			<dipvalue name="IC52=512kb, IC53=none" default="yes"/>
			<dipvalue name="IC52=256kb, IC53=256kb"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="bbhackv1" sourcefile="bublbobl.c">
		<description>Bubble Bobble (Level Hack)</description>
		<year>2000</year>
		<manufacturer>Taito Hack</manufacturer>
		<rom name="a78-06.51" size="32768" crc="32c8305b" sha1="6bf69b3edfbefd33cd670a762b4bf0b39629a220" region="cpu1" offset="0"/>
		<rom name="hv1-a78-05.52" size="65536" crc="8da82422" sha1="385ccd427b101255bc865af0802672b4d8432339" region="cpu1" offset="10000"/>
		<rom name="hv1-a78-08.37" size="32768" crc="419caf60" sha1="95d680c2be15e813081d3f78f17c5d97eda8b60b" region="cpu2" offset="0"/>
		<rom name="a78-07.46" size="32768" crc="4f9a26e8" sha1="3105b34b88a7134493c2b3f584729f8b0407a011" region="cpu3" offset="0"/>
		<rom name="68705.bin" size="2048" crc="78caa635" sha1="a756e45b25b007843ba4f2204cad6081cf7260e9" region="cpu4" offset="0"/>
		<rom name="a78-09.12" size="32768" crc="20358c22" sha1="2297af6c53d5807bf90a8e081075b8c72a994fc5" region="gfx1" dispose="yes" offset="0"/>
		<rom name="a78-10.13" size="32768" crc="930168a9" sha1="fd358c3c3b424bca285f67a1589eb98a345ff670" region="gfx1" dispose="yes" offset="8000"/>
		<rom name="a78-11.14" size="32768" crc="9773e512" sha1="33c1687ee575d66bf0e98add45d06da827813765" region="gfx1" dispose="yes" offset="10000"/>
		<rom name="a78-12.15" size="32768" crc="d045549b" sha1="0c12077d3ddc2ce6aa45a0224ad5540f3f218446" region="gfx1" dispose="yes" offset="18000"/>
		<rom name="a78-13.16" size="32768" crc="d0af35c5" sha1="c5a89f4d73acc0db86654540b3abfd77b3757db5" region="gfx1" dispose="yes" offset="20000"/>
		<rom name="a78-14.17" size="32768" crc="7b5369a8" sha1="1307b26d80e6f36ebe6c442bebec41d20066eaf9" region="gfx1" dispose="yes" offset="28000"/>
		<rom name="a78-15.30" size="32768" crc="6b61a413" sha1="44eddf12fb46fceca2addbe6da929aaea7636b13" region="gfx1" dispose="yes" offset="40000"/>
		<rom name="a78-16.31" size="32768" crc="b5492d97" sha1="d5b045e3ebaa44809757a4220cefb3c6815470da" region="gfx1" dispose="yes" offset="48000"/>
		<rom name="a78-17.32" size="32768" crc="d69762d5" sha1="3326fef4e0bd86681a3047dc11886bb171ecb609" region="gfx1" dispose="yes" offset="50000"/>
		<rom name="a78-18.33" size="32768" crc="9f243b68" sha1="32dce8d311a4be003693182a999e4053baa6bb0a" region="gfx1" dispose="yes" offset="58000"/>
		<rom name="a78-19.34" size="32768" crc="66e9438c" sha1="b94e62b6fbe7f4e08086d0365afc5cff6e0ccafd" region="gfx1" dispose="yes" offset="60000"/>
		<rom name="a78-20.35" size="32768" crc="9ef863ad" sha1="29f91b5a3765e4d6e6c3382db1d8d8297b6e56c8" region="gfx1" dispose="yes" offset="68000"/>
		<rom name="a71-25.41" size="256" crc="2d0f8545" sha1="089c31e2f614145ef2743164f7b52ae35bc06808" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="6000000"/>
		<chip type="cpu" name="Z80" clock="6000000"/>
		<chip type="cpu" name="Z80" clock="3000000"/>
		<chip type="cpu" name="M68705" clock="2000000"/>
		<chip type="audio" name="YM2203" clock="3000000"/>
		<chip type="audio" name="YM3526" clock="3000000"/>
		<display type="raster" rotate="0" width="256" height="224" refresh="59.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2" tilt="yes">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Mode">
			<dipvalue name="Game, English" default="yes"/>
			<dipvalue name="Game, Japanese"/>
			<dipvalue name="Test (Grid and Inputs)"/>
			<dipvalue name="Test (RAM and Sound)"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Very Hard"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20K 80K 300K"/>
			<dipvalue name="30K 100K 400K" default="yes"/>
			<dipvalue name="40K 200K 500K"/>
			<dipvalue name="50K 250K 500K"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="ROM Type">
			<dipvalue name="IC52=512kb, IC53=none" default="yes"/>
			<dipvalue name="IC52=256kb, IC53=256kb"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="spacwarp" sourcefile="bwidow.c" cloneof="spacduel" romof="spacduel">
		<description>Space War (Proto on Space Duel HW)</description>
		<year>1980</year>
		<manufacturer>Hendrix</manufacturer>
		<rom name="sw136006.106" size="2048" crc="23a25ff9" sha1="e4117e6c453408079bd4a9e7b30a9b82e7b1712d" region="cpu1" offset="2800"/>
		<rom name="136006.107" merge="136006.107" size="4096" crc="d8dd0461" sha1="58060b20b2511d30d2ec06479d21840bdd0b53c6" region="cpu1" offset="3000"/>
		<rom name="sw136006.201" size="4096" crc="0acb38e9" sha1="dcdeeedc798d7735d03249559556d55b8256abc6" region="cpu1" offset="4000"/>
		<rom name="sw136006.102" size="4096" crc="75fae2df" sha1="7510e93781fe444ff10aac92abf4b882a65999aa" region="cpu1" offset="5000"/>
		<rom name="136006.103" merge="136006.103" size="4096" crc="ee72da63" sha1="d36d62cdf7fe76ee9cdbfc2e76ac5d90f22986ba" region="cpu1" offset="6000"/>
		<rom name="sw136006.104" size="4096" crc="aae05ec6" sha1="14629e8375e1ae12dce96a742f1a0777e5114edb" region="cpu1" offset="7000"/>
		<rom name="sw136006.105" size="4096" crc="41cddb2d" sha1="8dcd7f72ca1099b04f3d29730b5071d3cb55888e" region="cpu1" offset="8000"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="vector" rotate="0" refresh="45.000000" />
		<sound channels="1"/>
		<input players="2" buttons="3" coins="2" service="yes">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="German"/>
			<dipvalue name="French"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="8000"/>
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="1 each 5"/>
			<dipvalue name="2 each 4"/>
			<dipvalue name="1 each 4"/>
			<dipvalue name="1 each 3"/>
			<dipvalue name="1 each 2"/>
			<dipvalue name="None" default="yes"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32768"/>
	</game>
	<game name="tongypac" sourcefile="cclimber.c" cloneof="ckong" romof="ckong">
		<description>Tongy Paccy</description>
		<year>1981</year>
		<manufacturer>bootleg</manufacturer>
		<rom name="ck7.bin" size="4096" crc="2171cac3" sha1="7b18bfe44c32fb64b675bbbe2136344522c79b09" region="cpu1" offset="0"/>
		<rom name="ck8.bin" size="4096" crc="88b83ff7" sha1="4afc494cc264aaa4614da6aed02ce062d9c20850" region="cpu1" offset="1000"/>
		<rom name="ck9.bin" size="4096" crc="cff2af47" sha1="1757428cefad13855a623162101ec01c04006c94" region="cpu1" offset="2000"/>
		<rom name="ck10.bin" size="4096" crc="520fa4de" sha1="6edbaf727756cd33bde94492d72654aa12dbd7e1" region="cpu1" offset="3000"/>
		<rom name="md5l.bin" size="4096" crc="d1db1bb0" sha1="fe7d700c7f9eca9c389be3717ebebf3e7dc63aa2" region="cpu1" offset="4000"/>
		<rom name="tpac6.bin" size="4096" crc="918e3c52" sha1="bc630759a525615aba1a06a0781e26a1a5c2c377" region="gfx1" dispose="yes" offset="0"/>
		<rom name="tpac4.bin" size="4096" crc="8d5890b6" sha1="92d48d75084df2e2a3fa9d92a3c6c059f0781d81" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="tpac5.bin" size="4096" crc="2bbc69e7" sha1="5741aa6944e9b936289368d533c2b19d34320260" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="tpac3.bin" size="4096" crc="6b16145b" sha1="ef17fad07b81c9dae5c6e16a86afc4a8f6a7ff8c" region="gfx1" dispose="yes" offset="3000"/>
		<rom name="ck2.bin" size="2048" crc="f67c80f1" sha1="d1fbcce1b6242f810e106ff50812636e3168ebc1" region="gfx2" dispose="yes" offset="0"/>
		<rom name="ck1.bin" size="2048" crc="80eb517d" sha1="fef4111f656c58b28e7eac5aa5b5cc7e07ccb2fd" region="gfx2" dispose="yes" offset="800"/>
		<rom name="ck6v.bin" size="32" crc="751c3325" sha1="edce2bc883996c1d72dc6c1c9f62799b162d415a" region="proms" status="baddump" offset="0"/>
		<rom name="ck6u.bin" size="32" crc="ab1940fa" sha1="8d98e05cbaa6f55770c12e0a9a8ed9c73cc54423" region="proms" status="baddump" offset="20"/>
		<rom name="ck6t.bin" size="32" crc="b4e827a5" sha1="31a5a5ad54417a474d22bb16c473415d99a2b6f1" region="proms" status="baddump" offset="40"/>
		<rom name="cc13j.bin" merge="cc13j.bin" size="4096" crc="5f0bcdfb" sha1="7f79bf6de117348f606696ed7ea1937bbf926612" region="sound1" offset="0"/>
		<rom name="ck12.bin" size="4096" crc="2eb23b60" sha1="c9e7dc584562aceb374193655fbacb7df6c9c731" region="sound1" offset="1000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="AY8910" clock="1536000"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="270" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="7000" default="yes"/>
			<dipvalue name="10000"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="5 Coins/1 Credit"/>
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="96"/>
	</game>
	<game name="ckongfix" sourcefile="cclimber.c" cloneof="ckong" romof="ckong">
		<description>Crazy Kong (Graphic Fix)</description>
		<year>1981</year>
		<manufacturer>Pinny</manufacturer>
		<rom name="d05-07.bin" merge="d05-07.bin" size="4096" crc="b27df032" sha1="57f9be139c610405e3c2fddd7093dfb1277e450e" region="cpu1" offset="0"/>
		<rom name="f05-08.bin" merge="f05-08.bin" size="4096" crc="5dc1aaba" sha1="42b9e5946ffce7c156d114bde68f37c2c34853c4" region="cpu1" offset="1000"/>
		<rom name="h05-09.bin" merge="h05-09.bin" size="4096" crc="c9054c94" sha1="1aa08d2501ee620759fd5c111e12f6d432c25294" region="cpu1" offset="2000"/>
		<rom name="k05-10.bin" merge="k05-10.bin" size="4096" crc="069c4797" sha1="03be185e6914ec7f3770ce3da4eb49cdb97adc85" region="cpu1" offset="3000"/>
		<rom name="l05-11.bin" merge="l05-11.bin" size="4096" crc="ae159192" sha1="d467256a3a366e246243e7828ff4a45d4c146e2c" region="cpu1" offset="4000"/>
		<rom name="n05-12.bin" merge="n05-12.bin" size="4096" crc="966bc9ab" sha1="4434fc620169ffea1b1f227b61674e1daf79b54b" region="cpu1" offset="5000"/>
		<rom name="n11-06.bin" merge="n11-06.bin" size="4096" crc="2dcedd12" sha1="dfdcfc21bcba7c8e148ee54daae511ca78c58e70" region="gfx1" dispose="yes" offset="0"/>
		<rom name="k11-04.bin" merge="k11-04.bin" size="4096" crc="3375b3bd" sha1="a00b3c31cff123aab6ac0833aabfdd663302971a" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="l11-05.bin" merge="l11-05.bin" size="4096" crc="fa7cbd91" sha1="0208d2ebc59f3600005476b6987472685bc99d67" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="h11-03.bin" merge="h11-03.bin" size="4096" crc="5655cc11" sha1="5195e9b2a60c54280b48b32ee8248090904dbc51" region="gfx1" dispose="yes" offset="3000"/>
		<rom name="c11-02f.bin" size="2048" crc="881ed76e" sha1="e516d898b68da7040f7fb8c7dbc47e0526349e4c" region="gfx2" dispose="yes" offset="0"/>
		<rom name="a11-01f.bin" size="2048" crc="d49aa505" sha1="7dec6d62e874fb23f827ffddb72d85777a5c39f7" region="gfx2" dispose="yes" offset="800"/>
		<rom name="prom.v6" merge="prom.v6" size="32" crc="b3fc1505" sha1="5b94adde0428a26b815c7eb9b3f3716470d349c7" region="proms" offset="0"/>
		<rom name="prom.u6" merge="prom.u6" size="32" crc="26aada9e" sha1="f59645e606ea4f0dd0fc4ea47dd03f526c534941" region="proms" offset="20"/>
		<rom name="prom.t6" merge="prom.t6" size="32" crc="676b3166" sha1="29b9434cd34d43ea5664e436e2a24b54f8d88aac" region="proms" offset="40"/>
		<rom name="cc13j.bin" merge="cc13j.bin" size="4096" crc="5f0bcdfb" sha1="7f79bf6de117348f606696ed7ea1937bbf926612" region="sound1" offset="0"/>
		<rom name="cc12j.bin" merge="cc12j.bin" size="4096" crc="9003ffbd" sha1="fd016056aabc23957643f37230f03842294f795e" region="sound1" offset="1000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="AY8910" clock="1536000"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="270" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="7000" default="yes"/>
			<dipvalue name="10000"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="5 Coins/1 Credit"/>
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="96"/>
	</game>
	<game name="cclimbrm" sourcefile="cclimber.c" cloneof="cclimber" romof="cclimber">
		<description>Crazy Climber (US - modded)</description>
		<year>1980</year>
		<manufacturer>Tim Arcadecollecting</manufacturer>
		<rom name="cc11m" size="4096" crc="a7d58b7e" sha1="83a21b1a731895c84f1f3604f36b21b172bb144b" region="cpu1" offset="0"/>
		<rom name="cc10" merge="cc10" size="4096" crc="b3c26cef" sha1="f52cb5482c12a9c5fb56e2e2aec7cab0ed23e5a5" region="cpu1" offset="1000"/>
		<rom name="cc09" merge="cc09" size="4096" crc="6db0879c" sha1="c0ba1976c1dcd6edadd78073173a26851ae8dd4f" region="cpu1" offset="2000"/>
		<rom name="cc08" merge="cc08" size="4096" crc="f48c5fe3" sha1="79072bbbf37387998ffd031afe8eb569a16fa9bd" region="cpu1" offset="3000"/>
		<rom name="cc07m" size="4096" crc="a417e7a3" sha1="0cc8e306268119e11d8375749147cb7c1a831bd8" region="cpu1" offset="4000"/>
		<rom name="cc06" merge="cc06" size="2048" crc="481b64cc" sha1="3f35c545fc784ed4f969aba2d7be6e13a5ae32b7" region="gfx1" dispose="yes" offset="0"/>
		<rom name="cc04" merge="cc04" size="2048" crc="332347cb" sha1="4115ca32af73f1791635b7d9e093bf77088a8222" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="cc05" merge="cc05" size="2048" crc="2c33b760" sha1="2edea8fe13376fbd51a5586d97aba3b30d78e94b" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="cc03" merge="cc03" size="2048" crc="4e4b3658" sha1="0d39a8cb5cd6cf06008be60707f9b277a8a32a2d" region="gfx1" dispose="yes" offset="3000"/>
		<rom name="cc02" merge="cc02" size="2048" crc="14f3ecc9" sha1="a1b5121abfbe8f07580eb3fa6384352d239a3d75" region="gfx2" dispose="yes" offset="0"/>
		<rom name="cc01" merge="cc01" size="2048" crc="21c0f9fb" sha1="44fad56d302a439257216ddac9fd62b3666589f1" region="gfx2" dispose="yes" offset="800"/>
		<rom name="cclimber.pr1" merge="cclimber.pr1" size="32" crc="751c3325" sha1="edce2bc883996c1d72dc6c1c9f62799b162d415a" region="proms" offset="0"/>
		<rom name="cclimber.pr2" merge="cclimber.pr2" size="32" crc="ab1940fa" sha1="8d98e05cbaa6f55770c12e0a9a8ed9c73cc54423" region="proms" offset="20"/>
		<rom name="cclimber.pr3" merge="cclimber.pr3" size="32" crc="71317756" sha1="1195f0a037e379cc1a3c0314cb746f5cd2bffe50" region="proms" offset="40"/>
		<rom name="cc13" merge="cc13" size="4096" crc="e0042f75" sha1="86cb31b110742a0f7ae33052c88f42d00deb5468" region="sound1" offset="0"/>
		<rom name="cc12" merge="cc12" size="4096" crc="5da13aaa" sha1="b2d41e69435d09c456648a10e33f5e1fbb0bc64c" region="sound1" offset="1000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="AY8910" clock="1536000"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="0" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" coins="2">
			<control type="doublejoy8way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="96"/>
	</game>
	<game name="astroped" sourcefile="centiped.c" cloneof="centiped" romof="centiped">
		<description>Astropede (Centipede Hack)</description>
		<year>2002</year>
		<manufacturer>Twisty Hack</manufacturer>
		<rom name="centiped.307" merge="136001-307.d1" size="2048" crc="5ab0d9de" sha1="8ea6e3304202831aabaf31dbd0f970a7b3bfe421" region="cpu1" offset="2000"/>
		<rom name="centiped.308" merge="136001-308.e1" size="2048" crc="4c07fd3e" sha1="af4fdbf32c23b1864819d620a874e7f205da3cdb" region="cpu1" offset="2800"/>
		<rom name="centiped.309" merge="136001-309.fh1" size="2048" crc="ff69b424" sha1="689fa560d40a384dcbcad7c8095bc12e91875580" region="cpu1" offset="3000"/>
		<rom name="centiped.310" merge="136001-310.j1" size="2048" crc="44e40fa4" sha1="c557db83876afc8ab52047ab1a3c3bfef34d6351" region="cpu1" offset="3800"/>
		<rom name="astroped.211" size="2048" crc="47992235" sha1="f200c55327edee86abb82a2c33f75a2cf1abbb1f" region="gfx1" dispose="yes" offset="0"/>
		<rom name="astroped.212" size="2048" crc="1f877066" sha1="7254765394c71bfcca8a1061b0544438f2783218" region="gfx1" dispose="yes" offset="800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="raster" rotate="270" width="256" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy8way"/>
			<control type="trackball" minimum="0" maximum="255" sensitivity="50" keydelta="10" reverse="yes"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="German"/>
			<dipvalue name="French"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="12000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Credit Minimum">
			<dipvalue name="1" default="yes"/>
			<dipvalue name="2"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="3 credits/2 coins"/>
			<dipvalue name="5 credits/4 coins"/>
			<dipvalue name="6 credits/4 coins"/>
			<dipvalue name="6 credits/5 coins"/>
			<dipvalue name="4 credits/3 coins"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="8"/>
	</game>
	<game name="astropd2" sourcefile="centiped.c" cloneof="centiped" romof="centiped">
		<description>Astropede II (Centipede Hack)</description>
		<year>2002</year>
		<manufacturer>Twisty Hack</manufacturer>
		<rom name="centiped.307" merge="136001-307.d1" size="2048" crc="5ab0d9de" sha1="8ea6e3304202831aabaf31dbd0f970a7b3bfe421" region="cpu1" offset="2000"/>
		<rom name="centiped.308" merge="136001-308.e1" size="2048" crc="4c07fd3e" sha1="af4fdbf32c23b1864819d620a874e7f205da3cdb" region="cpu1" offset="2800"/>
		<rom name="centiped.309" merge="136001-309.fh1" size="2048" crc="ff69b424" sha1="689fa560d40a384dcbcad7c8095bc12e91875580" region="cpu1" offset="3000"/>
		<rom name="centiped.310" merge="136001-310.j1" size="2048" crc="44e40fa4" sha1="c557db83876afc8ab52047ab1a3c3bfef34d6351" region="cpu1" offset="3800"/>
		<rom name="astropd2.211" size="2048" crc="7bdb6861" sha1="38e3f1827687e8a93ad66f69bee5a34f5f553fa4" region="gfx1" dispose="yes" offset="0"/>
		<rom name="astropd2.212" size="2048" crc="043f9810" sha1="954e55d6cc464f6f992f615b89b43d6cb29d35a9" region="gfx1" dispose="yes" offset="800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="raster" rotate="270" width="256" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy8way"/>
			<control type="trackball" minimum="0" maximum="255" sensitivity="50" keydelta="10" reverse="yes"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="German"/>
			<dipvalue name="French"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="12000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Credit Minimum">
			<dipvalue name="1" default="yes"/>
			<dipvalue name="2"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="3 credits/2 coins"/>
			<dipvalue name="5 credits/4 coins"/>
			<dipvalue name="6 credits/4 coins"/>
			<dipvalue name="6 credits/5 coins"/>
			<dipvalue name="4 credits/3 coins"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="8"/>
	</game>
	<game name="cemescry" sourcefile="centiped.c" cloneof="centiped" romof="centiped">
		<description>Cemescary (Centipede Hack)</description>
		<year>1998</year>
		<manufacturer>NoSync hack</manufacturer>
		<rom name="centiped.307" merge="136001-307.d1" size="2048" crc="5ab0d9de" sha1="8ea6e3304202831aabaf31dbd0f970a7b3bfe421" region="cpu1" offset="2000"/>
		<rom name="centiped.308" merge="136001-308.e1" size="2048" crc="4c07fd3e" sha1="af4fdbf32c23b1864819d620a874e7f205da3cdb" region="cpu1" offset="2800"/>
		<rom name="centiped.309" merge="136001-309.fh1" size="2048" crc="ff69b424" sha1="689fa560d40a384dcbcad7c8095bc12e91875580" region="cpu1" offset="3000"/>
		<rom name="centiped.310" merge="136001-310.j1" size="2048" crc="44e40fa4" sha1="c557db83876afc8ab52047ab1a3c3bfef34d6351" region="cpu1" offset="3800"/>
		<rom name="cemescry.211" size="2048" crc="dad550a7" sha1="3a5067dac4d5fc5af01a9778654463f37f793606" region="gfx1" dispose="yes" offset="0"/>
		<rom name="cemescry.212" size="2048" crc="47982803" sha1="62b3aa80379fd71eb4efc5994b594b1eb69c0468" region="gfx1" dispose="yes" offset="800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="raster" rotate="270" width="256" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy8way"/>
			<control type="trackball" minimum="0" maximum="255" sensitivity="50" keydelta="10" reverse="yes"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="German"/>
			<dipvalue name="French"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="12000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Credit Minimum">
			<dipvalue name="1" default="yes"/>
			<dipvalue name="2"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="3 credits/2 coins"/>
			<dipvalue name="5 credits/4 coins"/>
			<dipvalue name="6 credits/4 coins"/>
			<dipvalue name="6 credits/5 coins"/>
			<dipvalue name="4 credits/3 coins"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="8"/>
	</game>
	<game name="centidux" sourcefile="centiped.c" cloneof="centiped" romof="centiped">
		<description>Centipede Dux (Centipede Hack)</description>
		<year>2000</year>
		<manufacturer>Two-Bit Score</manufacturer>
		<rom name="centiped.307" merge="136001-307.d1" size="2048" crc="5ab0d9de" sha1="8ea6e3304202831aabaf31dbd0f970a7b3bfe421" region="cpu1" offset="2000"/>
		<rom name="centiped.308" merge="136001-308.e1" size="2048" crc="4c07fd3e" sha1="af4fdbf32c23b1864819d620a874e7f205da3cdb" region="cpu1" offset="2800"/>
		<rom name="centiped.309" merge="136001-309.fh1" size="2048" crc="ff69b424" sha1="689fa560d40a384dcbcad7c8095bc12e91875580" region="cpu1" offset="3000"/>
		<rom name="centiped.310" merge="136001-310.j1" size="2048" crc="44e40fa4" sha1="c557db83876afc8ab52047ab1a3c3bfef34d6351" region="cpu1" offset="3800"/>
		<rom name="centidux.211" size="2048" crc="fee15594" sha1="1193c295b57904d1c19c7f0400ef4c1893a80f55" region="gfx1" dispose="yes" offset="0"/>
		<rom name="centidux.212" size="2048" crc="f980c777" sha1="3997a45ed38d7ae68dddf70b37da6e2e0c6a7710" region="gfx1" dispose="yes" offset="800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="raster" rotate="270" width="256" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy8way"/>
			<control type="trackball" minimum="0" maximum="255" sensitivity="50" keydelta="10" reverse="yes"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="German"/>
			<dipvalue name="French"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="12000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Credit Minimum">
			<dipvalue name="1" default="yes"/>
			<dipvalue name="2"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="3 credits/2 coins"/>
			<dipvalue name="5 credits/4 coins"/>
			<dipvalue name="6 credits/4 coins"/>
			<dipvalue name="6 credits/5 coins"/>
			<dipvalue name="4 credits/3 coins"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="8"/>
	</game>
	<game name="killiped" sourcefile="centiped.c" cloneof="centiped" romof="centiped">
		<description>Killipede (Centipede Hack)</description>
		<year>1998</year>
		<manufacturer>The Dog hack</manufacturer>
		<rom name="centiped.307" merge="136001-307.d1" size="2048" crc="5ab0d9de" sha1="8ea6e3304202831aabaf31dbd0f970a7b3bfe421" region="cpu1" offset="2000"/>
		<rom name="centiped.308" merge="136001-308.e1" size="2048" crc="4c07fd3e" sha1="af4fdbf32c23b1864819d620a874e7f205da3cdb" region="cpu1" offset="2800"/>
		<rom name="centiped.309" merge="136001-309.fh1" size="2048" crc="ff69b424" sha1="689fa560d40a384dcbcad7c8095bc12e91875580" region="cpu1" offset="3000"/>
		<rom name="centiped.310" merge="136001-310.j1" size="2048" crc="44e40fa4" sha1="c557db83876afc8ab52047ab1a3c3bfef34d6351" region="cpu1" offset="3800"/>
		<rom name="killiped.211" size="2048" crc="6115917c" sha1="ec9d7fc6503647a4bd13894c44584cb308232ecd" region="gfx1" dispose="yes" offset="0"/>
		<rom name="killiped.212" size="2048" crc="3d545e5b" sha1="098f714084ada6ea1f379da9783581bb6be20d2c" region="gfx1" dispose="yes" offset="800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="raster" rotate="270" width="256" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy8way"/>
			<control type="trackball" minimum="0" maximum="255" sensitivity="50" keydelta="10" reverse="yes"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="German"/>
			<dipvalue name="French"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="12000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Credit Minimum">
			<dipvalue name="1" default="yes"/>
			<dipvalue name="2"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="3 credits/2 coins"/>
			<dipvalue name="5 credits/4 coins"/>
			<dipvalue name="6 credits/4 coins"/>
			<dipvalue name="6 credits/5 coins"/>
			<dipvalue name="4 credits/3 coins"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="8"/>
	</game>
	<game name="pacipede" sourcefile="centiped.c" cloneof="centiped" romof="centiped">
		<description>Pacipede (Centipede Hack)</description>
		<year>2000</year>
		<manufacturer>Jeff Coleburn hack</manufacturer>
		<rom name="centiped.307" merge="136001-307.d1" size="2048" crc="5ab0d9de" sha1="8ea6e3304202831aabaf31dbd0f970a7b3bfe421" region="cpu1" offset="2000"/>
		<rom name="centiped.308" merge="136001-308.e1" size="2048" crc="4c07fd3e" sha1="af4fdbf32c23b1864819d620a874e7f205da3cdb" region="cpu1" offset="2800"/>
		<rom name="centiped.309" merge="136001-309.fh1" size="2048" crc="ff69b424" sha1="689fa560d40a384dcbcad7c8095bc12e91875580" region="cpu1" offset="3000"/>
		<rom name="centiped.310" merge="136001-310.j1" size="2048" crc="44e40fa4" sha1="c557db83876afc8ab52047ab1a3c3bfef34d6351" region="cpu1" offset="3800"/>
		<rom name="paciped.211" size="2048" crc="4d2a94c0" sha1="6f07f86ec6b8fbd62a63a808b20ced5116765f11" region="gfx1" dispose="yes" offset="0"/>
		<rom name="paciped.212" size="2048" crc="10fac52e" sha1="80c4f9148b5310b81963960ddc8ad4ec3e26217b" region="gfx1" dispose="yes" offset="800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="raster" rotate="270" width="256" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy8way"/>
			<control type="trackball" minimum="0" maximum="255" sensitivity="50" keydelta="10" reverse="yes"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="German"/>
			<dipvalue name="French"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="12000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Credit Minimum">
			<dipvalue name="1" default="yes"/>
			<dipvalue name="2"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="3 credits/2 coins"/>
			<dipvalue name="5 credits/4 coins"/>
			<dipvalue name="6 credits/4 coins"/>
			<dipvalue name="6 credits/5 coins"/>
			<dipvalue name="4 credits/3 coins"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="8"/>
	</game>
	<game name="silliped" sourcefile="centiped.c" cloneof="milliped" romof="milliped">
		<description>Sillipede</description>
		<year>1998</year>
		<manufacturer>Andy Hack</manufacturer>
		<rom name="milliped.104" merge="136013-104.1mn" size="4096" crc="40711675" sha1="b595d6a0f5d3c611ade1b83a94c3b909d2124dc4" region="cpu1" offset="4000"/>
		<rom name="milliped.103" merge="136013-103.1l" size="4096" crc="fb01baf2" sha1="9c1d0bbc20bf25dd21761a311fd1ed80aa029241" region="cpu1" offset="5000"/>
		<rom name="milliped.102" merge="136013-102.1jk" size="4096" crc="62e137e0" sha1="9fe40db55ba1d20d4f11704f7f5df9ff75b87f30" region="cpu1" offset="6000"/>
		<rom name="milliped.101" merge="136013-101.1h" size="4096" crc="46752c7d" sha1="ab06b1fd80271849946f90757b3837b617394929" region="cpu1" offset="7000"/>
		<rom name="silliped.106" size="2048" crc="b946599e" sha1="3bd7360c8b4e4bbda0ffcda6b8d5961430073d5c" region="gfx1" dispose="yes" offset="0"/>
		<rom name="silliped.107" size="2048" crc="89442fbc" sha1="450bedd9d09300191bbc31c4cc5b5ca0424661ef" region="gfx1" dispose="yes" offset="800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="raster" rotate="270" width="256" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy8way"/>
			<control type="trackball" minimum="0" maximum="255" sensitivity="50" keydelta="10" reverse="yes"/>
		</input>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="German"/>
			<dipvalue name="French"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Bonus">
			<dipvalue name="0"/>
			<dipvalue name="0 1x" default="yes"/>
			<dipvalue name="0 1x 2x"/>
			<dipvalue name="0 1x 2x 3x"/>
		</dipswitch>
		<dipswitch name="Credit Minimum">
			<dipvalue name="1" default="yes"/>
			<dipvalue name="2"/>
		</dipswitch>
		<dipswitch name="Coin Counters">
			<dipvalue name="1" default="yes"/>
			<dipvalue name="2"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Millipede Head">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Beetle">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="12000"/>
			<dipvalue name="15000" default="yes"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Spider">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Starting Score Select">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="3 credits/2 coins"/>
			<dipvalue name="5 credits/4 coins"/>
			<dipvalue name="6 credits/4 coins"/>
			<dipvalue name="6 credits/5 coins"/>
			<dipvalue name="4 credits/3 coins"/>
			<dipvalue name="Demo Mode"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="vectiped" sourcefile="centiped.c" cloneof="centiped" romof="centiped">
		<description>Vectipede (Centipede Hack)</description>
		<year>1998</year>
		<manufacturer>The Dog hack</manufacturer>
		<rom name="centiped.307" merge="136001-307.d1" size="2048" crc="5ab0d9de" sha1="8ea6e3304202831aabaf31dbd0f970a7b3bfe421" region="cpu1" offset="2000"/>
		<rom name="centiped.308" merge="136001-308.e1" size="2048" crc="4c07fd3e" sha1="af4fdbf32c23b1864819d620a874e7f205da3cdb" region="cpu1" offset="2800"/>
		<rom name="centiped.309" merge="136001-309.fh1" size="2048" crc="ff69b424" sha1="689fa560d40a384dcbcad7c8095bc12e91875580" region="cpu1" offset="3000"/>
		<rom name="centiped.310" merge="136001-310.j1" size="2048" crc="44e40fa4" sha1="c557db83876afc8ab52047ab1a3c3bfef34d6351" region="cpu1" offset="3800"/>
		<rom name="vectiped.211" size="2048" crc="33eccc59" sha1="ab456577e4a4392abb35831a20e30e6314502367" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vectiped.212" size="2048" crc="bc71790c" sha1="b5a69ee0cb5861a0b328f478a49d453716a8703d" region="gfx1" dispose="yes" offset="800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="raster" rotate="270" width="256" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy8way"/>
			<control type="trackball" minimum="0" maximum="255" sensitivity="50" keydelta="10" reverse="yes"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="German"/>
			<dipvalue name="French"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="12000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Credit Minimum">
			<dipvalue name="1" default="yes"/>
			<dipvalue name="2"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="3 credits/2 coins"/>
			<dipvalue name="5 credits/4 coins"/>
			<dipvalue name="6 credits/4 coins"/>
			<dipvalue name="6 credits/5 coins"/>
			<dipvalue name="4 credits/3 coins"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="8"/>
	</game>
	<game name="vectrped" sourcefile="centiped.c" cloneof="centiped" romof="centiped">
		<description>Vectorpede (Centipede Hack)</description>
		<year>1998</year>
		<manufacturer>T-Bone hack</manufacturer>
		<rom name="centiped.307" merge="136001-307.d1" size="2048" crc="5ab0d9de" sha1="8ea6e3304202831aabaf31dbd0f970a7b3bfe421" region="cpu1" offset="2000"/>
		<rom name="centiped.308" merge="136001-308.e1" size="2048" crc="4c07fd3e" sha1="af4fdbf32c23b1864819d620a874e7f205da3cdb" region="cpu1" offset="2800"/>
		<rom name="centiped.309" merge="136001-309.fh1" size="2048" crc="ff69b424" sha1="689fa560d40a384dcbcad7c8095bc12e91875580" region="cpu1" offset="3000"/>
		<rom name="centiped.310" merge="136001-310.j1" size="2048" crc="44e40fa4" sha1="c557db83876afc8ab52047ab1a3c3bfef34d6351" region="cpu1" offset="3800"/>
		<rom name="vectrped.211" size="2048" crc="e65cd908" sha1="ceb25e4850e5e7cbe2809c465313610b99321269" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vectrped.212" size="2048" crc="72616fcb" sha1="c7617be0f28dbeae662738a0d8bba6c2e12a02aa" region="gfx1" dispose="yes" offset="800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="raster" rotate="270" width="256" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy8way"/>
			<control type="trackball" minimum="0" maximum="255" sensitivity="50" keydelta="10" reverse="yes"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="German"/>
			<dipvalue name="French"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="12000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Credit Minimum">
			<dipvalue name="1" default="yes"/>
			<dipvalue name="2"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="3 credits/2 coins"/>
			<dipvalue name="5 credits/4 coins"/>
			<dipvalue name="6 credits/4 coins"/>
			<dipvalue name="6 credits/5 coins"/>
			<dipvalue name="4 credits/3 coins"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="8"/>
	</game>
	<game name="millidux" sourcefile="centiped.c" cloneof="milliped" romof="milliped">
		<description>Millipede Dux</description>
		<year>1982</year>
		<manufacturer>Two-Bit Score</manufacturer>
		<rom name="milliped.104" merge="136013-104.1mn" size="4096" crc="40711675" sha1="b595d6a0f5d3c611ade1b83a94c3b909d2124dc4" region="cpu1" offset="4000"/>
		<rom name="milliped.103" merge="136013-103.1l" size="4096" crc="fb01baf2" sha1="9c1d0bbc20bf25dd21761a311fd1ed80aa029241" region="cpu1" offset="5000"/>
		<rom name="milliped.102" merge="136013-102.1jk" size="4096" crc="62e137e0" sha1="9fe40db55ba1d20d4f11704f7f5df9ff75b87f30" region="cpu1" offset="6000"/>
		<rom name="milliped.101" merge="136013-101.1h" size="4096" crc="46752c7d" sha1="ab06b1fd80271849946f90757b3837b617394929" region="cpu1" offset="7000"/>
		<rom name="mil-dux.5p" size="2048" crc="2a6ef4b0" sha1="832dae8c1b1f959bb8582f9503d84bea9d50c08c" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mil-dux.5r" size="2048" crc="b6c617b6" sha1="a672a9b35b773677aea6b9a5c4305939180f6854" region="gfx1" dispose="yes" offset="800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="raster" rotate="270" width="256" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy8way"/>
			<control type="trackball" minimum="0" maximum="255" sensitivity="50" keydelta="10" reverse="yes"/>
		</input>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="German"/>
			<dipvalue name="French"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Bonus">
			<dipvalue name="0"/>
			<dipvalue name="0 1x" default="yes"/>
			<dipvalue name="0 1x 2x"/>
			<dipvalue name="0 1x 2x 3x"/>
		</dipswitch>
		<dipswitch name="Credit Minimum">
			<dipvalue name="1" default="yes"/>
			<dipvalue name="2"/>
		</dipswitch>
		<dipswitch name="Coin Counters">
			<dipvalue name="1" default="yes"/>
			<dipvalue name="2"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Millipede Head">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Beetle">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="12000"/>
			<dipvalue name="15000" default="yes"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Spider">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Starting Score Select">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="3 credits/2 coins"/>
			<dipvalue name="5 credits/4 coins"/>
			<dipvalue name="6 credits/4 coins"/>
			<dipvalue name="6 credits/5 coins"/>
			<dipvalue name="4 credits/3 coins"/>
			<dipvalue name="Demo Mode"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="bbugtest" sourcefile="cinemat.c" cloneof="boxingb" romof="boxingb" sampleof="boxingb">
		<description>Boxing Bugs Test Rom</description>
		<year>1981</year>
		<manufacturer>Test Rom</manufacturer>
		<rom name="bbtest.t7" size="4096" crc="92a460f1" sha1="eaa8fea38d87f1fd6e2e52b92085fed43498e5ce" region="cpu1" offset="8000"/>
		<rom name="bbtest.p7" size="4096" crc="06d0bde2" sha1="b0a224b7a74fa739b293ad7383236ffaa012f3c3" region="cpu1" offset="8001"/>
		<rom name="bbtest.u7" size="4096" crc="92a460f1" sha1="eaa8fea38d87f1fd6e2e52b92085fed43498e5ce" region="cpu1" offset="a000"/>
		<rom name="bbtest.r7" size="4096" crc="06d0bde2" sha1="b0a224b7a74fa739b293ad7383236ffaa012f3c3" region="cpu1" offset="a001"/>
		<sample name="softexpl.wav"/>
		<sample name="loudexpl.wav"/>
		<sample name="chirp.wav"/>
		<sample name="eggcrack.wav"/>
		<sample name="bugpusha.wav"/>
		<sample name="bugpushb.wav"/>
		<sample name="bugdie.wav"/>
		<sample name="beetle.wav"/>
		<sample name="music.wav"/>
		<sample name="cannon.wav"/>
		<sample name="bounce.wav"/>
		<sample name="bell.wav"/>
		<chip type="cpu" name="CCPU" clock="5000000"/>
		<chip type="audio" name="Samples"/>
		<display type="vector" rotate="0" refresh="38.000000" />
		<sound channels="1"/>
		<input players="2" buttons="3" coins="1">
			<control type="dial" minimum="0" maximum="255" sensitivity="100" keydelta="5" reverse="yes"/>
		</input>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="4 Coins/3 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3"/>
			<dipvalue name="5" default="yes"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="30,000" default="yes"/>
			<dipvalue name="50,000"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="preliminary" emulation="good" color="imperfect" sound="preliminary" graphic="good" savestate="supported" palettesize="32768"/>
	</game>
	<game name="comdelux" sourcefile="commando.c" cloneof="commando" romof="commando">
		<description>Commando Deluxe</description>
		<year>2002</year>
		<manufacturer>Twisted Hack</manufacturer>
		<rom name="cm04.9m" merge="cm04.9m" size="32768" crc="8438b694" sha1="e154478d8f1b635355bd777370acabe49cb9d309" region="cpu1" offset="0"/>
		<rom name="cm03.8m" merge="cm03.8m" size="16384" crc="35486542" sha1="531a85c9e03970ce037be84f2240c2df6f6e3ec1" region="cpu1" offset="8000"/>
		<rom name="cm02.9f" merge="cm02.9f" size="16384" crc="f9cc4a74" sha1="ee8dd73919c6f47f62cc6d999de9510db9f79b8f" region="cpu2" offset="0"/>
		<rom name="vt01.5d" merge="vt01.5d" size="16384" crc="505726e0" sha1="2435c87c9c9d78a6e703cf0e1f6a0288207fcd4c" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vt11.5a" merge="vt11.5a" size="16384" crc="7b2e1b48" sha1="5d49e1d8146e4ef744445b68f35677302e875a85" region="gfx2" dispose="yes" offset="0"/>
		<rom name="vt12.6a" merge="vt12.6a" size="16384" crc="81b417d3" sha1="5ec7e3f0c8069384a5f6eb39232c228b9d7b8c0c" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="vt13.7a" merge="vt13.7a" size="16384" crc="5612dbd2" sha1="9e4e1a22b6cbf60607b9a81dae34482ae55f7c47" region="gfx2" dispose="yes" offset="8000"/>
		<rom name="vt14.8a" merge="vt14.8a" size="16384" crc="2b2dee36" sha1="8792278464fa3da47176582025f6673a15a581e2" region="gfx2" dispose="yes" offset="c000"/>
		<rom name="vt15.9a" merge="vt15.9a" size="16384" crc="de70babf" sha1="6717e23baf55f84d3143fb432140a7c3e102ac26" region="gfx2" dispose="yes" offset="10000"/>
		<rom name="vt16.10a" merge="vt16.10a" size="16384" crc="14178237" sha1="f896e71c7004349c9a46155edfd9f0aaa186065d" region="gfx2" dispose="yes" offset="14000"/>
		<rom name="dx_vt05.7e" size="16384" crc="b1839dd4" sha1="7172718a0a5f5ba1c6785545dea196e03d3c58c3" region="gfx3" dispose="yes" offset="0"/>
		<rom name="vt06.8e" merge="vt06.8e" size="16384" crc="26fee521" sha1="2fbfc73ee860f72a20229a01d4da9f5cc2e858d3" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="dx_vt07.9e" size="16384" crc="4cb1cd67" sha1="317cfbbff00870b7f7d8023b135d3a96dc0e73fb" region="gfx3" dispose="yes" offset="8000"/>
		<rom name="dx_vt08.7h" size="16384" crc="42ff8a11" sha1="94d0fdbb98670953e586f75030ec48b5af2138a9" region="gfx3" dispose="yes" offset="c000"/>
		<rom name="vt09.8h" merge="vt09.8h" size="16384" crc="98703982" sha1="ba9a9b0dcadd4f52502828408c4a19b0bd518351" region="gfx3" dispose="yes" offset="10000"/>
		<rom name="dx_vt10.9h" size="16384" crc="7650a262" sha1="e4d59c2dda161d49849b1d20782a2126fa0743c7" region="gfx3" dispose="yes" offset="14000"/>
		<rom name="vtb1.1d" merge="vtb1.1d" size="256" crc="3aba15a1" sha1="8b057f6e26155dd9e48bde182e680fce4519f600" region="proms" offset="0"/>
		<rom name="vtb2.2d" merge="vtb2.2d" size="256" crc="88865754" sha1="ca6dddca98baf00a65b2fb70b69cf4704ef8c831" region="proms" offset="100"/>
		<rom name="vtb3.3d" merge="vtb3.3d" size="256" crc="4c14c3f6" sha1="644ac17c7413f094ec9a15cba87bbd421b26321f" region="proms" offset="200"/>
		<rom name="vtb4.1h" merge="vtb4.1h" size="256" crc="b388c246" sha1="038f9851699331ad887b6281a9df053dca3db8fd" region="proms" offset="300"/>
		<rom name="vtb5.6l" merge="vtb5.6l" size="256" crc="712ac508" sha1="5349d722ab6733afdda65f6e0a98322f0d515e86" region="proms" offset="400"/>
		<rom name="vtb6.6e" merge="vtb6.6e" size="256" crc="0eaf5158" sha1="bafd4108708f66cd7b280e47152b108f3e254fc9" region="proms" offset="500"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="cpu" name="Z80" clock="3000000"/>
		<chip type="audio" name="YM2203" clock="1500000"/>
		<chip type="audio" name="YM2203" clock="1500000"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Starting Area">
			<dipvalue name="0 (Forest 1)" default="yes"/>
			<dipvalue name="2 (Desert 1)"/>
			<dipvalue name="4 (Forest 2)"/>
			<dipvalue name="6 (Desert 2)"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10K 50K+" default="yes"/>
			<dipvalue name="10K 60K+"/>
			<dipvalue name="20K 60K+"/>
			<dipvalue name="20K 70K+"/>
			<dipvalue name="30K 70K+"/>
			<dipvalue name="30K 80K+"/>
			<dipvalue name="40K 100K+"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Difficult"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Upright Two Players"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="comdlux1" sourcefile="commando.c" cloneof="commando" romof="commando">
		<description>Commando Deluxe Again</description>
		<year>1985</year>
		<manufacturer>Twisted Hack</manufacturer>
		<rom name="cm04.9m" merge="cm04.9m" size="32768" crc="8438b694" sha1="e154478d8f1b635355bd777370acabe49cb9d309" region="cpu1" offset="0"/>
		<rom name="cm03.8m" merge="cm03.8m" size="16384" crc="35486542" sha1="531a85c9e03970ce037be84f2240c2df6f6e3ec1" region="cpu1" offset="8000"/>
		<rom name="cm02.9f" merge="cm02.9f" size="16384" crc="f9cc4a74" sha1="ee8dd73919c6f47f62cc6d999de9510db9f79b8f" region="cpu2" offset="0"/>
		<rom name="vt01.5d" merge="vt01.5d" size="16384" crc="505726e0" sha1="2435c87c9c9d78a6e703cf0e1f6a0288207fcd4c" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vt11.5a" merge="vt11.5a" size="16384" crc="7b2e1b48" sha1="5d49e1d8146e4ef744445b68f35677302e875a85" region="gfx2" dispose="yes" offset="0"/>
		<rom name="vt12.6a" merge="vt12.6a" size="16384" crc="81b417d3" sha1="5ec7e3f0c8069384a5f6eb39232c228b9d7b8c0c" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="vt13.7a" merge="vt13.7a" size="16384" crc="5612dbd2" sha1="9e4e1a22b6cbf60607b9a81dae34482ae55f7c47" region="gfx2" dispose="yes" offset="8000"/>
		<rom name="vt14.8a" merge="vt14.8a" size="16384" crc="2b2dee36" sha1="8792278464fa3da47176582025f6673a15a581e2" region="gfx2" dispose="yes" offset="c000"/>
		<rom name="vt15.9a" merge="vt15.9a" size="16384" crc="de70babf" sha1="6717e23baf55f84d3143fb432140a7c3e102ac26" region="gfx2" dispose="yes" offset="10000"/>
		<rom name="vt16.10a" merge="vt16.10a" size="16384" crc="14178237" sha1="f896e71c7004349c9a46155edfd9f0aaa186065d" region="gfx2" dispose="yes" offset="14000"/>
		<rom name="dx1_vt05.7e" size="16384" crc="91865879" sha1="151b3202ea16141f53bf7ae96ac2171b70564ee5" region="gfx3" dispose="yes" offset="0"/>
		<rom name="vt06.8e" merge="vt06.8e" size="16384" crc="26fee521" sha1="2fbfc73ee860f72a20229a01d4da9f5cc2e858d3" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="dx_vt07.9e" size="16384" crc="4cb1cd67" sha1="317cfbbff00870b7f7d8023b135d3a96dc0e73fb" region="gfx3" dispose="yes" offset="8000"/>
		<rom name="dx1_vt08.7h" size="16384" crc="ba3a06f7" sha1="9ae9fbd490308e27b71bc1dcd54f3e4e420feb3f" region="gfx3" dispose="yes" offset="c000"/>
		<rom name="vt09.8h" merge="vt09.8h" size="16384" crc="98703982" sha1="ba9a9b0dcadd4f52502828408c4a19b0bd518351" region="gfx3" dispose="yes" offset="10000"/>
		<rom name="dx_vt10.9h" size="16384" crc="7650a262" sha1="e4d59c2dda161d49849b1d20782a2126fa0743c7" region="gfx3" dispose="yes" offset="14000"/>
		<rom name="vtb1.1d" merge="vtb1.1d" size="256" crc="3aba15a1" sha1="8b057f6e26155dd9e48bde182e680fce4519f600" region="proms" offset="0"/>
		<rom name="vtb2.2d" merge="vtb2.2d" size="256" crc="88865754" sha1="ca6dddca98baf00a65b2fb70b69cf4704ef8c831" region="proms" offset="100"/>
		<rom name="vtb3.3d" merge="vtb3.3d" size="256" crc="4c14c3f6" sha1="644ac17c7413f094ec9a15cba87bbd421b26321f" region="proms" offset="200"/>
		<rom name="vtb4.1h" merge="vtb4.1h" size="256" crc="b388c246" sha1="038f9851699331ad887b6281a9df053dca3db8fd" region="proms" offset="300"/>
		<rom name="vtb5.6l" merge="vtb5.6l" size="256" crc="712ac508" sha1="5349d722ab6733afdda65f6e0a98322f0d515e86" region="proms" offset="400"/>
		<rom name="vtb6.6e" merge="vtb6.6e" size="256" crc="0eaf5158" sha1="bafd4108708f66cd7b280e47152b108f3e254fc9" region="proms" offset="500"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="cpu" name="Z80" clock="3000000"/>
		<chip type="audio" name="YM2203" clock="1500000"/>
		<chip type="audio" name="YM2203" clock="1500000"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Starting Area">
			<dipvalue name="0 (Forest 1)" default="yes"/>
			<dipvalue name="2 (Desert 1)"/>
			<dipvalue name="4 (Forest 2)"/>
			<dipvalue name="6 (Desert 2)"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10K 50K+" default="yes"/>
			<dipvalue name="10K 60K+"/>
			<dipvalue name="20K 60K+"/>
			<dipvalue name="20K 70K+"/>
			<dipvalue name="30K 70K+"/>
			<dipvalue name="30K 80K+"/>
			<dipvalue name="40K 100K+"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Difficult"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Upright Two Players"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="dinoh" sourcefile="cps1.c" cloneof="dino" romof="dino">
		<description>Cadillacs and Dinosaurs (Hack)</description>
		<year>1993</year>
		<manufacturer>Hack</manufacturer>
		<rom name="cda_23h.rom" size="524288" crc="8e2a9cf0" sha1="01111582e579bd3b43b52d0e0c445c32fe5e053b" region="cpu1" offset="0"/>
		<rom name="cda_22h.rom" size="524288" crc="f72cd219" sha1="a3f580bd328b54d2546ae7e94262c1a706d27172" region="cpu1" offset="80000"/>
		<rom name="cda_21h.rom" size="524288" crc="bc275b76" sha1="1f7f7533b4ccb511dc479f531d9d6740d3ca6712" region="cpu1" offset="100000"/>
		<rom name="cda_20h.rom" size="524288" crc="8987c975" sha1="3fd856805d627f855f72acc7aacc2e8ecf0f12bd" region="cpu1" offset="180000"/>
		<rom name="cd_gfx01.rom" merge="cd_gfx01.rom" size="524288" crc="8da4f917" sha1="4f7b2304b7d9b545d6707d7ec921d3e28200699d" region="gfx1" offset="0"/>
		<rom name="cd_gfx03.rom" merge="cd_gfx03.rom" size="524288" crc="6c40f603" sha1="cdbd11dfcec08e87355d7e21e9fd39f7eacab016" region="gfx1" offset="2"/>
		<rom name="cd_gfx02.rom" merge="cd_gfx02.rom" size="524288" crc="09c8fc2d" sha1="d0c0a1258ec5dd484ab6ec1c5663425431f929ee" region="gfx1" offset="4"/>
		<rom name="cd_gfx04.rom" merge="cd_gfx04.rom" size="524288" crc="637ff38f" sha1="859926b33b9955b3ed67471c61faa442d42b9696" region="gfx1" offset="6"/>
		<rom name="cd_gfx05.rom" merge="cd_gfx05.rom" size="524288" crc="470befee" sha1="a42e38319e9b7424381352512f11bd8edf0bbb96" region="gfx1" offset="200000"/>
		<rom name="cd_gfx07.rom" merge="cd_gfx07.rom" size="524288" crc="22bfb7a3" sha1="c44959bd3d42b9fc8ecb482dfaf63fbd469d2c3e" region="gfx1" offset="200002"/>
		<rom name="cd_gfx06.rom" merge="cd_gfx06.rom" size="524288" crc="e7599ac4" sha1="0e788a38547a8701115d01190ddeaca64388db4d" region="gfx1" offset="200004"/>
		<rom name="cd_gfx08.rom" merge="cd_gfx08.rom" size="524288" crc="211b4b15" sha1="374f6b185faa0f14f5c45b9b1d60d0772d93fb17" region="gfx1" offset="200006"/>
		<rom name="cd_q.rom" merge="cd_q.rom" size="131072" crc="605fdb0b" sha1="9da90ddc6513aaaf2260f0c69719c6b0e585ba8c" region="cpu2" offset="0"/>
		<rom name="cd_q1.rom" merge="cd_q1.rom" size="524288" crc="60927775" sha1="f8599bc84c38573ebbe8685822c58b6a38b50462" region="sound1" offset="0"/>
		<rom name="cd_q2.rom" merge="cd_q2.rom" size="524288" crc="770f4c47" sha1="fec8ef00a6669d4d5e37787ecc7b58ee46709326" region="sound1" offset="80000"/>
		<rom name="cd_q3.rom" merge="cd_q3.rom" size="524288" crc="2f273ffc" sha1="f0de462f6c4d251911258e0ebd886152c14d1586" region="sound1" offset="100000"/>
		<rom name="cd_q4.rom" merge="cd_q4.rom" size="524288" crc="2c67821d" sha1="6e2528d0b22508300a6a142a796dd3bf53a66946" region="sound1" offset="180000"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="8000000"/>
		<chip type="audio" name="Q-Sound" clock="4000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="2"/>
		<input players="3" buttons="3" coins="3" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="knightsb" sourcefile="cps1.c" cloneof="knights" romof="knights">
		<description>Knights of the Round (bootleg)</description>
		<year>1991</year>
		<manufacturer>bootleg</manufacturer>
		<rom name="040-z.02" size="524288" crc="95d00a7e" sha1="2da1c47aa15d44aa842a8d79e030e7e7b69bec19" region="cpu1" offset="0"/>
		<rom name="040-r.02" size="524288" crc="5a9d0b64" sha1="6ff312879c3d675ceee6fd3e262f797fabb9871e" region="cpu1" offset="1"/>
		<rom name="kr_gfx1.rom" merge="kr_gfx1.rom" size="524288" crc="9e36c1a4" sha1="772daae74e119371dfb76fde9775bda78a8ba125" region="gfx1" offset="0"/>
		<rom name="kr_gfx3.rom" merge="kr_gfx3.rom" size="524288" crc="c5832cae" sha1="a188cf401cd3a2909b377d3059f14d22ec3b0643" region="gfx1" offset="2"/>
		<rom name="kr_gfx2.rom" merge="kr_gfx2.rom" size="524288" crc="f095be2d" sha1="0427d1574062f277a9d04440019d5638b05de561" region="gfx1" offset="4"/>
		<rom name="kr_gfx4.rom" merge="kr_gfx4.rom" size="524288" crc="179dfd96" sha1="b1844e69da7ab13474da569978d5b47deb8eb2be" region="gfx1" offset="6"/>
		<rom name="kr_gfx5.rom" merge="kr_gfx5.rom" size="524288" crc="1f4298d2" sha1="4b162a7f649b0bcd676f8ca0c5eee9a1250d6452" region="gfx1" offset="200000"/>
		<rom name="kr_gfx7.rom" merge="kr_gfx7.rom" size="524288" crc="37fa8751" sha1="b88b39d1f08621f15a5620095aef998346fa9891" region="gfx1" offset="200002"/>
		<rom name="kr_gfx6.rom" merge="kr_gfx6.rom" size="524288" crc="0200bc3d" sha1="c900b1be2b4e49b951e5c1e3fd1e19d21b82986e" region="gfx1" offset="200004"/>
		<rom name="kr_gfx8.rom" merge="kr_gfx8.rom" size="524288" crc="0bb2b4e7" sha1="983b800925d58e4aeb4e5105f93ed5faf66d009c" region="gfx1" offset="200006"/>
		<rom name="kr_09.rom" merge="kr_09.rom" size="65536" crc="5e44d9ee" sha1="47a7503321be8d52b5c44af838e3bb82ee15a415" region="cpu2" offset="0"/>
		<rom name="kr_18.rom" merge="kr_18.rom" size="131072" crc="da69d15f" sha1="9616207e693bae85705f786cef60b9f6951b5067" region="sound1" offset="0"/>
		<rom name="kr_19.rom" merge="kr_19.rom" size="131072" crc="bfc654e9" sha1="01b3d92e4dedf55ea3933d387c7ddb9ba2549773" region="sound1" offset="20000"/>
		<chip type="cpu" name="68000" clock="10000000"/>
		<chip type="cpu" name="Z80" clock="3579545"/>
		<chip type="audio" name="YM2151" clock="3579545"/>
		<chip type="audio" name="OKI6295" clock="1000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="3" buttons="2" coins="3" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coinage">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="2 Coins to Start, 1 to Continue">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Enemy's attack frequency">
			<dipvalue name="1 (Easiest)"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4 (Normal)" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
			<dipvalue name="7"/>
			<dipvalue name="8 (Hardest)"/>
		</dipswitch>
		<dipswitch name="Enemy's attack power">
			<dipvalue name="1 (Easiest)"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4 (Normal)" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
			<dipvalue name="7"/>
			<dipvalue name="8 (Hardest)"/>
		</dipswitch>
		<dipswitch name="Coin Slots">
			<dipvalue name="1"/>
			<dipvalue name="3" default="yes"/>
		</dipswitch>
		<dipswitch name="Play Mode">
			<dipvalue name="2 Players"/>
			<dipvalue name="3 Players" default="yes"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2" default="yes"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Game Mode">
			<dipvalue name="Game" default="yes"/>
			<dipvalue name="Test"/>
		</dipswitch>
		<driver status="imperfect" emulation="good" color="good" sound="good" graphic="imperfect" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="knightsh" sourcefile="cps1.c" cloneof="knights" romof="knights">
		<description>Knights of the Round (Hack set 1)</description>
		<year>1991</year>
		<manufacturer>Hack</manufacturer>
		<rom name="krh_23.rom" size="524288" crc="fa2ff63d" sha1="f3800102aadeccd13ed49c88039732453266283a" region="cpu1" offset="0"/>
		<rom name="krh_22.rom" size="524288" crc="1438d070" sha1="4f6fad844c3e8eb960bb6cb85ac570979c0ae973" region="cpu1" offset="80000"/>
		<rom name="kr_gfx1.rom" merge="kr_gfx1.rom" size="524288" crc="9e36c1a4" sha1="772daae74e119371dfb76fde9775bda78a8ba125" region="gfx1" offset="0"/>
		<rom name="kr_gfx3.rom" merge="kr_gfx3.rom" size="524288" crc="c5832cae" sha1="a188cf401cd3a2909b377d3059f14d22ec3b0643" region="gfx1" offset="2"/>
		<rom name="kr_gfx2.rom" merge="kr_gfx2.rom" size="524288" crc="f095be2d" sha1="0427d1574062f277a9d04440019d5638b05de561" region="gfx1" offset="4"/>
		<rom name="kr_gfx4.rom" merge="kr_gfx4.rom" size="524288" crc="179dfd96" sha1="b1844e69da7ab13474da569978d5b47deb8eb2be" region="gfx1" offset="6"/>
		<rom name="kr_gfx5.rom" merge="kr_gfx5.rom" size="524288" crc="1f4298d2" sha1="4b162a7f649b0bcd676f8ca0c5eee9a1250d6452" region="gfx1" offset="200000"/>
		<rom name="kr_gfx7.rom" merge="kr_gfx7.rom" size="524288" crc="37fa8751" sha1="b88b39d1f08621f15a5620095aef998346fa9891" region="gfx1" offset="200002"/>
		<rom name="kr_gfx6.rom" merge="kr_gfx6.rom" size="524288" crc="0200bc3d" sha1="c900b1be2b4e49b951e5c1e3fd1e19d21b82986e" region="gfx1" offset="200004"/>
		<rom name="kr_gfx8.rom" merge="kr_gfx8.rom" size="524288" crc="0bb2b4e7" sha1="983b800925d58e4aeb4e5105f93ed5faf66d009c" region="gfx1" offset="200006"/>
		<rom name="kr_09.rom" merge="kr_09.rom" size="65536" crc="5e44d9ee" sha1="47a7503321be8d52b5c44af838e3bb82ee15a415" region="cpu2" offset="0"/>
		<rom name="kr_18.rom" merge="kr_18.rom" size="131072" crc="da69d15f" sha1="9616207e693bae85705f786cef60b9f6951b5067" region="sound1" offset="0"/>
		<rom name="kr_19.rom" merge="kr_19.rom" size="131072" crc="bfc654e9" sha1="01b3d92e4dedf55ea3933d387c7ddb9ba2549773" region="sound1" offset="20000"/>
		<chip type="cpu" name="68000" clock="10000000"/>
		<chip type="cpu" name="Z80" clock="3579545"/>
		<chip type="audio" name="YM2151" clock="3579545"/>
		<chip type="audio" name="OKI6295" clock="1000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="3" buttons="3" coins="3" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coinage">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="2 Coins to Start, 1 to Continue">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Enemy's attack frequency">
			<dipvalue name="1 (Easiest)"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4 (Normal)" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
			<dipvalue name="7"/>
			<dipvalue name="8 (Hardest)"/>
		</dipswitch>
		<dipswitch name="Enemy's attack power">
			<dipvalue name="1 (Easiest)"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4 (Normal)" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
			<dipvalue name="7"/>
			<dipvalue name="8 (Hardest)"/>
		</dipswitch>
		<dipswitch name="Coin Slots">
			<dipvalue name="1"/>
			<dipvalue name="3" default="yes"/>
		</dipswitch>
		<dipswitch name="Max Players">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2" default="yes"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Game Mode">
			<dipvalue name="Game" default="yes"/>
			<dipvalue name="Test"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="knigtsha" sourcefile="cps1.c" cloneof="knights" romof="knights">
		<description>Knights of the Round (Hack set 2)</description>
		<year>1991</year>
		<manufacturer>Hack</manufacturer>
		<rom name="krha_23.rom" size="524288" crc="a7fd309a" sha1="b4f163d9588e9d8dd6f2ba6d6ae520efb620c1ac" region="cpu1" offset="0"/>
		<rom name="krh_22.rom" size="524288" crc="1438d070" sha1="4f6fad844c3e8eb960bb6cb85ac570979c0ae973" region="cpu1" offset="80000"/>
		<rom name="kr_gfx1.rom" merge="kr_gfx1.rom" size="524288" crc="9e36c1a4" sha1="772daae74e119371dfb76fde9775bda78a8ba125" region="gfx1" offset="0"/>
		<rom name="kr_gfx3.rom" merge="kr_gfx3.rom" size="524288" crc="c5832cae" sha1="a188cf401cd3a2909b377d3059f14d22ec3b0643" region="gfx1" offset="2"/>
		<rom name="kr_gfx2.rom" merge="kr_gfx2.rom" size="524288" crc="f095be2d" sha1="0427d1574062f277a9d04440019d5638b05de561" region="gfx1" offset="4"/>
		<rom name="kr_gfx4.rom" merge="kr_gfx4.rom" size="524288" crc="179dfd96" sha1="b1844e69da7ab13474da569978d5b47deb8eb2be" region="gfx1" offset="6"/>
		<rom name="kr_gfx5.rom" merge="kr_gfx5.rom" size="524288" crc="1f4298d2" sha1="4b162a7f649b0bcd676f8ca0c5eee9a1250d6452" region="gfx1" offset="200000"/>
		<rom name="kr_gfx7.rom" merge="kr_gfx7.rom" size="524288" crc="37fa8751" sha1="b88b39d1f08621f15a5620095aef998346fa9891" region="gfx1" offset="200002"/>
		<rom name="kr_gfx6.rom" merge="kr_gfx6.rom" size="524288" crc="0200bc3d" sha1="c900b1be2b4e49b951e5c1e3fd1e19d21b82986e" region="gfx1" offset="200004"/>
		<rom name="kr_gfx8.rom" merge="kr_gfx8.rom" size="524288" crc="0bb2b4e7" sha1="983b800925d58e4aeb4e5105f93ed5faf66d009c" region="gfx1" offset="200006"/>
		<rom name="kr_09.rom" merge="kr_09.rom" size="65536" crc="5e44d9ee" sha1="47a7503321be8d52b5c44af838e3bb82ee15a415" region="cpu2" offset="0"/>
		<rom name="kr_18.rom" merge="kr_18.rom" size="131072" crc="da69d15f" sha1="9616207e693bae85705f786cef60b9f6951b5067" region="sound1" offset="0"/>
		<rom name="kr_19.rom" merge="kr_19.rom" size="131072" crc="bfc654e9" sha1="01b3d92e4dedf55ea3933d387c7ddb9ba2549773" region="sound1" offset="20000"/>
		<chip type="cpu" name="68000" clock="10000000"/>
		<chip type="cpu" name="Z80" clock="3579545"/>
		<chip type="audio" name="YM2151" clock="3579545"/>
		<chip type="audio" name="OKI6295" clock="1000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="3" buttons="3" coins="3" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coinage">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="2 Coins to Start, 1 to Continue">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Enemy's attack frequency">
			<dipvalue name="1 (Easiest)"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4 (Normal)" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
			<dipvalue name="7"/>
			<dipvalue name="8 (Hardest)"/>
		</dipswitch>
		<dipswitch name="Enemy's attack power">
			<dipvalue name="1 (Easiest)"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4 (Normal)" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
			<dipvalue name="7"/>
			<dipvalue name="8 (Hardest)"/>
		</dipswitch>
		<dipswitch name="Coin Slots">
			<dipvalue name="1"/>
			<dipvalue name="3" default="yes"/>
		</dipswitch>
		<dipswitch name="Max Players">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2" default="yes"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Game Mode">
			<dipvalue name="Game" default="yes"/>
			<dipvalue name="Test"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="pnicku" sourcefile="cps1.c" cloneof="pnickj" romof="pnickj">
		<description>Pnickies (USA)</description>
		<year>1994</year>
		<manufacturer>Compile (Capcom license)</manufacturer>
		<rom name="pnij36.bin" merge="pnij36.bin" size="131072" crc="2d4ffb2b" sha1="6e49cf89a36834fd1de8b4b860fe66f3d7d67a84" region="cpu1" offset="0"/>
		<rom name="pniu42.bin" size="131072" crc="22d20227" sha1="a103c9b1f6134c529405bd258da9f601c1459c47" region="cpu1" offset="1"/>
		<rom name="pnij09.bin" merge="pnij09.bin" size="131072" crc="48177b0a" sha1="eba5de6cd9bb0c4ad76a13bddc9cdeb2e4380122" region="gfx1" offset="0"/>
		<rom name="pnij01.bin" merge="pnij01.bin" size="131072" crc="01a0f311" sha1="9bcd8716f90ccd410543ffcdc5c2916077b8d4c3" region="gfx1" offset="1"/>
		<rom name="pnij13.bin" merge="pnij13.bin" size="131072" crc="406451b0" sha1="5a7a7fecba7de8b8cf4a284b2ae7adae901623f6" region="gfx1" offset="2"/>
		<rom name="pnij05.bin" merge="pnij05.bin" size="131072" crc="8c515dc0" sha1="aa1e13cf9e7cf0458bb5c4332b1ea73034f9a874" region="gfx1" offset="3"/>
		<rom name="pnij26.bin" merge="pnij26.bin" size="131072" crc="e2af981e" sha1="3c2b28b4a4d457aa94a760dfca0181a9f050c319" region="gfx1" offset="4"/>
		<rom name="pnij18.bin" merge="pnij18.bin" size="131072" crc="f17a0e56" sha1="7c89aca230f176e12f995892f9d1bce22c57fbdf" region="gfx1" offset="5"/>
		<rom name="pnij38.bin" merge="pnij38.bin" size="131072" crc="eb75bd8c" sha1="2129460e06eb64019fc5f7eab6334ff43229b995" region="gfx1" offset="6"/>
		<rom name="pnij32.bin" merge="pnij32.bin" size="131072" crc="84560bef" sha1="9e94ae434b50ecf82781080e11d0c4741e992d0d" region="gfx1" offset="7"/>
		<rom name="pnij10.bin" merge="pnij10.bin" size="131072" crc="c2acc171" sha1="7c86db3f2acca1252d403c5f12c871d0357fa109" region="gfx1" offset="100000"/>
		<rom name="pnij02.bin" merge="pnij02.bin" size="131072" crc="0e21fc33" sha1="c4a29d45c4257c8871038d3c9b13140e874db0c1" region="gfx1" offset="100001"/>
		<rom name="pnij14.bin" merge="pnij14.bin" size="131072" crc="7fe59b19" sha1="a273b8b8fbfd5d31d25479a9ede09ce35e1cc873" region="gfx1" offset="100002"/>
		<rom name="pnij06.bin" merge="pnij06.bin" size="131072" crc="79f4bfe3" sha1="bc17cc1c8535e3d202588893713926b6c06f92fd" region="gfx1" offset="100003"/>
		<rom name="pnij27.bin" merge="pnij27.bin" size="131072" crc="83d5cb0e" sha1="44c93fa5eedcafc8dc6d88ee827c6cadc9c671f0" region="gfx1" offset="100004"/>
		<rom name="pnij19.bin" merge="pnij19.bin" size="131072" crc="af08b230" sha1="a3b5b3013012efa1860699648518f8d8031c5f30" region="gfx1" offset="100005"/>
		<rom name="pnij39.bin" merge="pnij39.bin" size="131072" crc="70fbe579" sha1="b5b7ed5588ecd884b20dd50bfc5385a9af03c5d8" region="gfx1" offset="100006"/>
		<rom name="pnij33.bin" merge="pnij33.bin" size="131072" crc="3ed2c680" sha1="0afe84d8d89f8d45afc79f6172337e622e29a8a2" region="gfx1" offset="100007"/>
		<rom name="pnij17.bin" merge="pnij17.bin" size="65536" crc="e86f787a" sha1="de04cbe89c655faf04afe169bfd9913049ccc4a8" region="cpu2" offset="0"/>
		<rom name="pnij24.bin" merge="pnij24.bin" size="131072" crc="5092257d" sha1="95dc9d10940653b2fb37baf5c1ed27145b02104e" region="sound1" offset="0"/>
		<rom name="pnij25.bin" merge="pnij25.bin" size="131072" crc="22109aaa" sha1="cf21e75674d81b2daae2083d02f9f4b6e52722c6" region="sound1" offset="20000"/>
		<chip type="cpu" name="68000" clock="10000000"/>
		<chip type="cpu" name="Z80" clock="3579545"/>
		<chip type="audio" name="YM2151" clock="3579545"/>
		<chip type="audio" name="OKI6295" clock="1000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="3" coins="2" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coinage">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin Slots">
			<dipvalue name="1" default="yes"/>
			<dipvalue name="2"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="1 (Easiest)"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4 (Normal)" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
			<dipvalue name="7"/>
			<dipvalue name="8 (Hardest)"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Vs Play Mode">
			<dipvalue name="1 Game Match" default="yes"/>
			<dipvalue name="3 Games Match"/>
			<dipvalue name="5 Games Match"/>
			<dipvalue name="7 Games Match"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Game Mode">
			<dipvalue name="Game" default="yes"/>
			<dipvalue name="Test"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="sf2ceh" sourcefile="cps1.c" cloneof="sf2ce" romof="sf2ce">
		<description>Street Fighter II' - Champion Edition (Hispanic 990804)</description>
		<year>1999</year>
		<manufacturer>Hack</manufacturer>
		<rom name="sf2ceh.23" size="524288" crc="25dc14c8" sha1="fc7b5de3a50d7d9ee977091bab5f82f824e386f2" region="cpu1" offset="0"/>
		<rom name="sf2ceh.22" size="524288" crc="1c9dd91c" sha1="66fbd10958d3b9f027bc3ba85c99b649cf866ab7" region="cpu1" offset="80000"/>
		<rom name="s92_21a.bin" merge="s92_21a.bin" size="524288" crc="925a7877" sha1="1960dca35f0ca6f2b399a9fccfbc0132ac6425d1" region="cpu1" offset="100000"/>
		<rom name="s92_01.bin" merge="s92_01.bin" size="524288" crc="03b0d852" sha1="f370f25c96ad2b94f8c53d6b7139100285a25bef" region="gfx1" offset="0"/>
		<rom name="s92_02.bin" merge="s92_02.bin" size="524288" crc="840289ec" sha1="2fb42a242f60ba7e74009b5a90eb26e035ba1e82" region="gfx1" offset="2"/>
		<rom name="s92_03.bin" merge="s92_03.bin" size="524288" crc="cdb5f027" sha1="4c7d944fef200fdfcaf57758b901b5511188ed2e" region="gfx1" offset="4"/>
		<rom name="s92_04.bin" merge="s92_04.bin" size="524288" crc="e2799472" sha1="27d3796429338d82a8de246a0ea06dd487a87768" region="gfx1" offset="6"/>
		<rom name="s92_05.bin" merge="s92_05.bin" size="524288" crc="ba8a2761" sha1="4b696d66c51611e43522bed752654314e76d33b6" region="gfx1" offset="200000"/>
		<rom name="s92_06.bin" merge="s92_06.bin" size="524288" crc="e584bfb5" sha1="ebdf1f5e2638eed3a65dda82b1ed9151a355f4c9" region="gfx1" offset="200002"/>
		<rom name="s92_07.bin" merge="s92_07.bin" size="524288" crc="21e3f87d" sha1="4a4961bb68c3a1ce15f9d393d9c03ecb2466cc29" region="gfx1" offset="200004"/>
		<rom name="s92_08.bin" merge="s92_08.bin" size="524288" crc="befc47df" sha1="520390420da3a0271ba90b0a933e65143265e5cf" region="gfx1" offset="200006"/>
		<rom name="s92_10.bin" merge="s92_10.bin" size="524288" crc="960687d5" sha1="2868c31121b1c7564e9767b9a19cdbf655c7ed1d" region="gfx1" offset="400000"/>
		<rom name="s92_11.bin" merge="s92_11.bin" size="524288" crc="978ecd18" sha1="648a59706b93c84b4206a968ecbdc3e834c476f6" region="gfx1" offset="400002"/>
		<rom name="s92_12.bin" merge="s92_12.bin" size="524288" crc="d6ec9a0a" sha1="ed6143f8737013b6ef1684e37c05e037e7a80dae" region="gfx1" offset="400004"/>
		<rom name="s92_13.bin" merge="s92_13.bin" size="524288" crc="ed2c67f6" sha1="0083c0ffaf6fe7659ff0cf822be4346cd6e61329" region="gfx1" offset="400006"/>
		<rom name="s92_09.bin" merge="s92_09.bin" size="65536" crc="08f6b60e" sha1="8258fcaca4ac419312531eec67079b97f471179c" region="cpu2" offset="0"/>
		<rom name="s92_18.bin" merge="s92_18.bin" size="131072" crc="7f162009" sha1="346bf42992b4c36c593e21901e22c87ae4a7d86d" region="sound1" offset="0"/>
		<rom name="s92_19.bin" merge="s92_19.bin" size="131072" crc="beade53f" sha1="277c397dc12752719ec6b47d2224750bd1c07f79" region="sound1" offset="20000"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="3579545"/>
		<chip type="audio" name="YM2151" clock="3579545"/>
		<chip type="audio" name="OKI6295" clock="1000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="6" coins="2" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="2 Coins to Start, 1 to Continue">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="1 (Easiest)"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4 (Normal)" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
			<dipvalue name="7"/>
			<dipvalue name="8 (Hardest)"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Game Mode">
			<dipvalue name="Game" default="yes"/>
			<dipvalue name="Test"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="sf2cebr" sourcefile="cps1.c" cloneof="sf2ce" romof="sf2ce">
		<description>Street Fighter II' - Champion Edition (Brasil 920313)</description>
		<year>1999</year>
		<manufacturer>Hack</manufacturer>
		<rom name="sf2cebr.23" size="524288" crc="74e848ee" sha1="6dce8d0c7d439e6d1d08c8169a3ecdf178e82c16" region="cpu1" offset="0"/>
		<rom name="sf2cebr.22" size="524288" crc="c3c49626" sha1="d0fae1d2758360b56e6e583feb4bdf7d4e2e1eba" region="cpu1" offset="80000"/>
		<rom name="s92_21a.bin" merge="s92_21a.bin" size="524288" crc="925a7877" sha1="1960dca35f0ca6f2b399a9fccfbc0132ac6425d1" region="cpu1" offset="100000"/>
		<rom name="s92_01.bin" merge="s92_01.bin" size="524288" crc="03b0d852" sha1="f370f25c96ad2b94f8c53d6b7139100285a25bef" region="gfx1" offset="0"/>
		<rom name="s92_02.bin" merge="s92_02.bin" size="524288" crc="840289ec" sha1="2fb42a242f60ba7e74009b5a90eb26e035ba1e82" region="gfx1" offset="2"/>
		<rom name="s92_03.bin" merge="s92_03.bin" size="524288" crc="cdb5f027" sha1="4c7d944fef200fdfcaf57758b901b5511188ed2e" region="gfx1" offset="4"/>
		<rom name="s92_04.bin" merge="s92_04.bin" size="524288" crc="e2799472" sha1="27d3796429338d82a8de246a0ea06dd487a87768" region="gfx1" offset="6"/>
		<rom name="s92_05.bin" merge="s92_05.bin" size="524288" crc="ba8a2761" sha1="4b696d66c51611e43522bed752654314e76d33b6" region="gfx1" offset="200000"/>
		<rom name="s92_06.bin" merge="s92_06.bin" size="524288" crc="e584bfb5" sha1="ebdf1f5e2638eed3a65dda82b1ed9151a355f4c9" region="gfx1" offset="200002"/>
		<rom name="s92_07.bin" merge="s92_07.bin" size="524288" crc="21e3f87d" sha1="4a4961bb68c3a1ce15f9d393d9c03ecb2466cc29" region="gfx1" offset="200004"/>
		<rom name="s92_08.bin" merge="s92_08.bin" size="524288" crc="befc47df" sha1="520390420da3a0271ba90b0a933e65143265e5cf" region="gfx1" offset="200006"/>
		<rom name="s92br_10.bin" size="524288" crc="b3e1dd5f" sha1="714bf1519ced85567d3d35fdf4aa9e4268cc9f0f" region="gfx1" offset="400000"/>
		<rom name="s92br_11.bin" size="524288" crc="f13af812" sha1="e3711cbaa3169d0f48df420953f1afd0ab76ee08" region="gfx1" offset="400002"/>
		<rom name="s92br_12.bin" size="524288" crc="10ce42af" sha1="530b2a6e2d13b2694bd611b31b056b7458fd1571" region="gfx1" offset="400004"/>
		<rom name="s92br_13.bin" size="524288" crc="32cf5af3" sha1="43972c07f5ccf01b0ce0727541590c3c6b97c300" region="gfx1" offset="400006"/>
		<rom name="s92_09.bin" merge="s92_09.bin" size="65536" crc="08f6b60e" sha1="8258fcaca4ac419312531eec67079b97f471179c" region="cpu2" offset="0"/>
		<rom name="s92_18.bin" merge="s92_18.bin" size="131072" crc="7f162009" sha1="346bf42992b4c36c593e21901e22c87ae4a7d86d" region="sound1" offset="0"/>
		<rom name="s92_19.bin" merge="s92_19.bin" size="131072" crc="beade53f" sha1="277c397dc12752719ec6b47d2224750bd1c07f79" region="sound1" offset="20000"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="3579545"/>
		<chip type="audio" name="YM2151" clock="3579545"/>
		<chip type="audio" name="OKI6295" clock="1000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="6" coins="2" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="2 Coins to Start, 1 to Continue">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="1 (Easiest)"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4 (Normal)" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
			<dipvalue name="7"/>
			<dipvalue name="8 (Hardest)"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Game Mode">
			<dipvalue name="Game" default="yes"/>
			<dipvalue name="Test"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="sf2m8" sourcefile="cps1.c" cloneof="sf2ce" romof="sf2ce">
		<description>Street Fighter II' - Champion Edition (M8)</description>
		<year>1992</year>
		<manufacturer>Hack</manufacturer>
		<rom name="k4-222" size="524288" crc="db567b66" sha1="315bfbf2786ef67a95afb87de836ab348523dbbe" region="cpu1" offset="0"/>
		<rom name="k4-196" size="524288" crc="95ea597e" sha1="5eb82feaa1de5611a96888e4670744bbb7d90393" region="cpu1" offset="1"/>
		<rom name="u221.epr" size="131072" crc="d8276822" sha1="8fe5205f21a0243f66582c03ca54d6b079cbd000" region="cpu1" offset="100000"/>
		<rom name="u195.epr" size="131072" crc="924c6ce2" sha1="676a912652bd75da5087f0c7eae047b7681a993c" region="cpu1" offset="100001"/>
		<rom name="s92_01.bin" merge="s92_01.bin" size="524288" crc="03b0d852" sha1="f370f25c96ad2b94f8c53d6b7139100285a25bef" region="gfx1" offset="0"/>
		<rom name="s92_02.bin" merge="s92_02.bin" size="524288" crc="840289ec" sha1="2fb42a242f60ba7e74009b5a90eb26e035ba1e82" region="gfx1" offset="2"/>
		<rom name="s92_03.bin" merge="s92_03.bin" size="524288" crc="cdb5f027" sha1="4c7d944fef200fdfcaf57758b901b5511188ed2e" region="gfx1" offset="4"/>
		<rom name="s92_04.bin" merge="s92_04.bin" size="524288" crc="e2799472" sha1="27d3796429338d82a8de246a0ea06dd487a87768" region="gfx1" offset="6"/>
		<rom name="s92_05.bin" merge="s92_05.bin" size="524288" crc="ba8a2761" sha1="4b696d66c51611e43522bed752654314e76d33b6" region="gfx1" offset="200000"/>
		<rom name="s92_06.bin" merge="s92_06.bin" size="524288" crc="e584bfb5" sha1="ebdf1f5e2638eed3a65dda82b1ed9151a355f4c9" region="gfx1" offset="200002"/>
		<rom name="s92_07.bin" merge="s92_07.bin" size="524288" crc="21e3f87d" sha1="4a4961bb68c3a1ce15f9d393d9c03ecb2466cc29" region="gfx1" offset="200004"/>
		<rom name="s92_08.bin" merge="s92_08.bin" size="524288" crc="befc47df" sha1="520390420da3a0271ba90b0a933e65143265e5cf" region="gfx1" offset="200006"/>
		<rom name="s92_10.bin" merge="s92_10.bin" size="524288" crc="960687d5" sha1="2868c31121b1c7564e9767b9a19cdbf655c7ed1d" region="gfx1" offset="400000"/>
		<rom name="s92_11.bin" merge="s92_11.bin" size="524288" crc="978ecd18" sha1="648a59706b93c84b4206a968ecbdc3e834c476f6" region="gfx1" offset="400002"/>
		<rom name="s92_12.bin" merge="s92_12.bin" size="524288" crc="d6ec9a0a" sha1="ed6143f8737013b6ef1684e37c05e037e7a80dae" region="gfx1" offset="400004"/>
		<rom name="s92_13.bin" merge="s92_13.bin" size="524288" crc="ed2c67f6" sha1="0083c0ffaf6fe7659ff0cf822be4346cd6e61329" region="gfx1" offset="400006"/>
		<rom name="s92_09.bin" merge="s92_09.bin" size="65536" crc="08f6b60e" sha1="8258fcaca4ac419312531eec67079b97f471179c" region="cpu2" offset="0"/>
		<rom name="s92_18.bin" merge="s92_18.bin" size="131072" crc="7f162009" sha1="346bf42992b4c36c593e21901e22c87ae4a7d86d" region="sound1" offset="0"/>
		<rom name="s92_19.bin" merge="s92_19.bin" size="131072" crc="beade53f" sha1="277c397dc12752719ec6b47d2224750bd1c07f79" region="sound1" offset="20000"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="3579545"/>
		<chip type="audio" name="YM2151" clock="3579545"/>
		<chip type="audio" name="OKI6295" clock="1000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="6" coins="2" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="2 Coins to Start, 1 to Continue">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="1 (Easiest)"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4 (Normal)" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
			<dipvalue name="7"/>
			<dipvalue name="8 (Hardest)"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Game Mode">
			<dipvalue name="Game" default="yes"/>
			<dipvalue name="Test"/>
		</dipswitch>
		<driver status="preliminary" emulation="preliminary" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="sf2m13" sourcefile="cps1.c" cloneof="sf2ce" romof="sf2ce">
		<description>Street Fighter II' - Champion Edition (M13)</description>
		<year>1992</year>
		<manufacturer>Hack</manufacturer>
		<rom name="222-040.13" size="524288" crc="ec6f5cb3" sha1="24b3fc88a08a721985b053120997090bc394bc8e" region="cpu1" offset="0"/>
		<rom name="196-040.13" size="524288" crc="0e9ac52b" sha1="2c5faf7d8b598f2110f389aefa1a02e2281382ee" region="cpu1" offset="1"/>
		<rom name="221-010.13" size="131072" crc="8226c11c" sha1="9588bd64e338901394805aca8a234f880674dc60" region="cpu1" offset="100000"/>
		<rom name="195-010.13" size="131072" crc="924c6ce2" sha1="676a912652bd75da5087f0c7eae047b7681a993c" region="cpu1" offset="100001"/>
		<rom name="s92_01.bin" merge="s92_01.bin" size="524288" crc="03b0d852" sha1="f370f25c96ad2b94f8c53d6b7139100285a25bef" region="gfx1" offset="0"/>
		<rom name="s92_02.bin" merge="s92_02.bin" size="524288" crc="840289ec" sha1="2fb42a242f60ba7e74009b5a90eb26e035ba1e82" region="gfx1" offset="2"/>
		<rom name="s92_03.bin" merge="s92_03.bin" size="524288" crc="cdb5f027" sha1="4c7d944fef200fdfcaf57758b901b5511188ed2e" region="gfx1" offset="4"/>
		<rom name="s92_04.bin" merge="s92_04.bin" size="524288" crc="e2799472" sha1="27d3796429338d82a8de246a0ea06dd487a87768" region="gfx1" offset="6"/>
		<rom name="s92_05.bin" merge="s92_05.bin" size="524288" crc="ba8a2761" sha1="4b696d66c51611e43522bed752654314e76d33b6" region="gfx1" offset="200000"/>
		<rom name="s92_06.bin" merge="s92_06.bin" size="524288" crc="e584bfb5" sha1="ebdf1f5e2638eed3a65dda82b1ed9151a355f4c9" region="gfx1" offset="200002"/>
		<rom name="s92_07.bin" merge="s92_07.bin" size="524288" crc="21e3f87d" sha1="4a4961bb68c3a1ce15f9d393d9c03ecb2466cc29" region="gfx1" offset="200004"/>
		<rom name="s92_08.bin" merge="s92_08.bin" size="524288" crc="befc47df" sha1="520390420da3a0271ba90b0a933e65143265e5cf" region="gfx1" offset="200006"/>
		<rom name="s92_10.bin" merge="s92_10.bin" size="524288" crc="960687d5" sha1="2868c31121b1c7564e9767b9a19cdbf655c7ed1d" region="gfx1" offset="400000"/>
		<rom name="s92_11.bin" merge="s92_11.bin" size="524288" crc="978ecd18" sha1="648a59706b93c84b4206a968ecbdc3e834c476f6" region="gfx1" offset="400002"/>
		<rom name="s92_12.bin" merge="s92_12.bin" size="524288" crc="d6ec9a0a" sha1="ed6143f8737013b6ef1684e37c05e037e7a80dae" region="gfx1" offset="400004"/>
		<rom name="s92_13.bin" merge="s92_13.bin" size="524288" crc="ed2c67f6" sha1="0083c0ffaf6fe7659ff0cf822be4346cd6e61329" region="gfx1" offset="400006"/>
		<rom name="s92_09.bin" merge="s92_09.bin" size="65536" crc="08f6b60e" sha1="8258fcaca4ac419312531eec67079b97f471179c" region="cpu2" offset="0"/>
		<rom name="s92_18.bin" merge="s92_18.bin" size="131072" crc="7f162009" sha1="346bf42992b4c36c593e21901e22c87ae4a7d86d" region="sound1" offset="0"/>
		<rom name="s92_19.bin" merge="s92_19.bin" size="131072" crc="beade53f" sha1="277c397dc12752719ec6b47d2224750bd1c07f79" region="sound1" offset="20000"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="3579545"/>
		<chip type="audio" name="YM2151" clock="3579545"/>
		<chip type="audio" name="OKI6295" clock="1000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="6" coins="2" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="2 Coins to Start, 1 to Continue">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="1 (Easiest)"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4 (Normal)" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
			<dipvalue name="7"/>
			<dipvalue name="8 (Hardest)"/>
		</dipswitch>
		<dipswitch name="2 Players Game">
			<dipvalue name="1 Credit/No Continue"/>
			<dipvalue name="2 Credits/Winner Continue" default="yes"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Game Mode">
			<dipvalue name="Game" default="yes"/>
			<dipvalue name="Test"/>
		</dipswitch>
		<driver status="preliminary" emulation="preliminary" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="sf2tlona" sourcefile="cps1.c" cloneof="sf2ce" romof="sf2ce">
		<description>Street Fighter II' - Champion Edition (Slay the Dragon / Tu Long set 1)</description>
		<year>1992</year>
		<manufacturer>Hack</manufacturer>
		<rom name="tl4mt.1" size="524288" crc="158635ca" sha1="878b56064861993ac92fbd88eb1117d3680fe7d7" region="cpu1" offset="0"/>
		<rom name="tl4m.2" size="524288" crc="882cd1c4" sha1="0cb971756352b1022ecd309b1bc3688c1f1acbd8" region="cpu1" offset="1"/>
		<rom name="u221t.1m" size="131072" crc="1073b7b6" sha1="81ca1eab65ceac69520584bb23a684ccb9d92f89" region="cpu1" offset="100000"/>
		<rom name="u195t.1m" size="131072" crc="db7e1f72" sha1="1ca99a3b425ac137f3c104cf4deb50d9431dacdd" region="cpu1" offset="100001"/>
		<rom name="s92_01.bin" merge="s92_01.bin" size="524288" crc="03b0d852" sha1="f370f25c96ad2b94f8c53d6b7139100285a25bef" region="gfx1" offset="0"/>
		<rom name="s92_02.bin" merge="s92_02.bin" size="524288" crc="840289ec" sha1="2fb42a242f60ba7e74009b5a90eb26e035ba1e82" region="gfx1" offset="2"/>
		<rom name="s92_03.bin" merge="s92_03.bin" size="524288" crc="cdb5f027" sha1="4c7d944fef200fdfcaf57758b901b5511188ed2e" region="gfx1" offset="4"/>
		<rom name="s92_04.bin" merge="s92_04.bin" size="524288" crc="e2799472" sha1="27d3796429338d82a8de246a0ea06dd487a87768" region="gfx1" offset="6"/>
		<rom name="s92_05.bin" merge="s92_05.bin" size="524288" crc="ba8a2761" sha1="4b696d66c51611e43522bed752654314e76d33b6" region="gfx1" offset="200000"/>
		<rom name="s92_06.bin" merge="s92_06.bin" size="524288" crc="e584bfb5" sha1="ebdf1f5e2638eed3a65dda82b1ed9151a355f4c9" region="gfx1" offset="200002"/>
		<rom name="s92_07.bin" merge="s92_07.bin" size="524288" crc="21e3f87d" sha1="4a4961bb68c3a1ce15f9d393d9c03ecb2466cc29" region="gfx1" offset="200004"/>
		<rom name="s92_08.bin" merge="s92_08.bin" size="524288" crc="befc47df" sha1="520390420da3a0271ba90b0a933e65143265e5cf" region="gfx1" offset="200006"/>
		<rom name="s92_10.bin" merge="s92_10.bin" size="524288" crc="960687d5" sha1="2868c31121b1c7564e9767b9a19cdbf655c7ed1d" region="gfx1" offset="400000"/>
		<rom name="s92_11.bin" merge="s92_11.bin" size="524288" crc="978ecd18" sha1="648a59706b93c84b4206a968ecbdc3e834c476f6" region="gfx1" offset="400002"/>
		<rom name="s92_12.bin" merge="s92_12.bin" size="524288" crc="d6ec9a0a" sha1="ed6143f8737013b6ef1684e37c05e037e7a80dae" region="gfx1" offset="400004"/>
		<rom name="s92_13.bin" merge="s92_13.bin" size="524288" crc="ed2c67f6" sha1="0083c0ffaf6fe7659ff0cf822be4346cd6e61329" region="gfx1" offset="400006"/>
		<rom name="s92_09.bin" merge="s92_09.bin" size="65536" crc="08f6b60e" sha1="8258fcaca4ac419312531eec67079b97f471179c" region="cpu2" offset="0"/>
		<rom name="s92_18.bin" merge="s92_18.bin" size="131072" crc="7f162009" sha1="346bf42992b4c36c593e21901e22c87ae4a7d86d" region="sound1" offset="0"/>
		<rom name="s92_19.bin" merge="s92_19.bin" size="131072" crc="beade53f" sha1="277c397dc12752719ec6b47d2224750bd1c07f79" region="sound1" offset="20000"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="3579545"/>
		<chip type="audio" name="YM2151" clock="3579545"/>
		<chip type="audio" name="OKI6295" clock="1000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="6" coins="2" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="2 Coins to Start, 1 to Continue">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="1 (Easiest)"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4 (Normal)" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
			<dipvalue name="7"/>
			<dipvalue name="8 (Hardest)"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Game Mode">
			<dipvalue name="Game" default="yes"/>
			<dipvalue name="Test"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="sf2tlonb" sourcefile="cps1.c" cloneof="sf2ce" romof="sf2ce">
		<description>Street Fighter II' - Champion Edition (Slay the Dragon / Tu Long set 2)</description>
		<year>1992</year>
		<manufacturer>Hack</manufacturer>
		<rom name="tl4m.1" size="524288" crc="afc7bd18" sha1="ef7af7fb3563073b96563274ec48783feb2be757" region="cpu1" offset="0"/>
		<rom name="tl4m.2" size="524288" crc="882cd1c4" sha1="0cb971756352b1022ecd309b1bc3688c1f1acbd8" region="cpu1" offset="1"/>
		<rom name="u221.1m" size="131072" crc="d1707134" sha1="5bfdf7bc57bdb85183647ebb175346070dd102ee" region="cpu1" offset="100000"/>
		<rom name="u195.1m" size="131072" crc="cd1d5666" sha1="8befd2c324eb29bdad6fc8fb2554cdfaf9808f9b" region="cpu1" offset="100001"/>
		<rom name="s92_01.bin" merge="s92_01.bin" size="524288" crc="03b0d852" sha1="f370f25c96ad2b94f8c53d6b7139100285a25bef" region="gfx1" offset="0"/>
		<rom name="s92_02.bin" merge="s92_02.bin" size="524288" crc="840289ec" sha1="2fb42a242f60ba7e74009b5a90eb26e035ba1e82" region="gfx1" offset="2"/>
		<rom name="s92_03.bin" merge="s92_03.bin" size="524288" crc="cdb5f027" sha1="4c7d944fef200fdfcaf57758b901b5511188ed2e" region="gfx1" offset="4"/>
		<rom name="s92_04.bin" merge="s92_04.bin" size="524288" crc="e2799472" sha1="27d3796429338d82a8de246a0ea06dd487a87768" region="gfx1" offset="6"/>
		<rom name="s92_05.bin" merge="s92_05.bin" size="524288" crc="ba8a2761" sha1="4b696d66c51611e43522bed752654314e76d33b6" region="gfx1" offset="200000"/>
		<rom name="s92_06.bin" merge="s92_06.bin" size="524288" crc="e584bfb5" sha1="ebdf1f5e2638eed3a65dda82b1ed9151a355f4c9" region="gfx1" offset="200002"/>
		<rom name="s92_07.bin" merge="s92_07.bin" size="524288" crc="21e3f87d" sha1="4a4961bb68c3a1ce15f9d393d9c03ecb2466cc29" region="gfx1" offset="200004"/>
		<rom name="s92_08.bin" merge="s92_08.bin" size="524288" crc="befc47df" sha1="520390420da3a0271ba90b0a933e65143265e5cf" region="gfx1" offset="200006"/>
		<rom name="s92_10.bin" merge="s92_10.bin" size="524288" crc="960687d5" sha1="2868c31121b1c7564e9767b9a19cdbf655c7ed1d" region="gfx1" offset="400000"/>
		<rom name="s92_11.bin" merge="s92_11.bin" size="524288" crc="978ecd18" sha1="648a59706b93c84b4206a968ecbdc3e834c476f6" region="gfx1" offset="400002"/>
		<rom name="s92_12.bin" merge="s92_12.bin" size="524288" crc="d6ec9a0a" sha1="ed6143f8737013b6ef1684e37c05e037e7a80dae" region="gfx1" offset="400004"/>
		<rom name="s92_13.bin" merge="s92_13.bin" size="524288" crc="ed2c67f6" sha1="0083c0ffaf6fe7659ff0cf822be4346cd6e61329" region="gfx1" offset="400006"/>
		<rom name="s92_09.bin" merge="s92_09.bin" size="65536" crc="08f6b60e" sha1="8258fcaca4ac419312531eec67079b97f471179c" region="cpu2" offset="0"/>
		<rom name="s92_18.bin" merge="s92_18.bin" size="131072" crc="7f162009" sha1="346bf42992b4c36c593e21901e22c87ae4a7d86d" region="sound1" offset="0"/>
		<rom name="s92_19.bin" merge="s92_19.bin" size="131072" crc="beade53f" sha1="277c397dc12752719ec6b47d2224750bd1c07f79" region="sound1" offset="20000"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="3579545"/>
		<chip type="audio" name="YM2151" clock="3579545"/>
		<chip type="audio" name="OKI6295" clock="1000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="6" coins="2" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="2 Coins to Start, 1 to Continue">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="1 (Easiest)"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4 (Normal)" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
			<dipvalue name="7"/>
			<dipvalue name="8 (Hardest)"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Game Mode">
			<dipvalue name="Game" default="yes"/>
			<dipvalue name="Test"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="sf2turyu" sourcefile="cps1.c" cloneof="sf2ce" romof="sf2ce">
		<description>Street Fighter II' - Champion Edition (Tu Long prototype)</description>
		<year>1992</year>
		<manufacturer>bootleg</manufacturer>
		<rom name="u222-f83.040" size="1048576" crc="47468198" sha1="d68d6342da9b53163f36f44517f6dadf35e2a279" region="cpu1" offset="0"/>
		<rom name="u196-99d.040" size="1048576" crc="47d34191" sha1="6718fdc8a0dafebca7c35553cc270d16ce3f5d3e" region="cpu1" offset="1"/>
		<rom name="u221-59e.010" size="262144" crc="5507bac9" sha1="7797ca13cb02db469dcba00a07b1517c3586423e" region="cpu1" offset="100000"/>
		<rom name="u195-472.010" size="262144" crc="7755a20a" sha1="60ed4009c9c767a375a754c06c124ef81ba45f5a" region="cpu1" offset="100001"/>
		<rom name="s92_01.bin" merge="s92_01.bin" size="524288" crc="03b0d852" sha1="f370f25c96ad2b94f8c53d6b7139100285a25bef" region="gfx1" offset="0"/>
		<rom name="s92_02.bin" merge="s92_02.bin" size="524288" crc="840289ec" sha1="2fb42a242f60ba7e74009b5a90eb26e035ba1e82" region="gfx1" offset="2"/>
		<rom name="s92_03.bin" merge="s92_03.bin" size="524288" crc="cdb5f027" sha1="4c7d944fef200fdfcaf57758b901b5511188ed2e" region="gfx1" offset="4"/>
		<rom name="s92_04.bin" merge="s92_04.bin" size="524288" crc="e2799472" sha1="27d3796429338d82a8de246a0ea06dd487a87768" region="gfx1" offset="6"/>
		<rom name="s92_05.bin" merge="s92_05.bin" size="524288" crc="ba8a2761" sha1="4b696d66c51611e43522bed752654314e76d33b6" region="gfx1" offset="200000"/>
		<rom name="s92_06.bin" merge="s92_06.bin" size="524288" crc="e584bfb5" sha1="ebdf1f5e2638eed3a65dda82b1ed9151a355f4c9" region="gfx1" offset="200002"/>
		<rom name="s92_07.bin" merge="s92_07.bin" size="524288" crc="21e3f87d" sha1="4a4961bb68c3a1ce15f9d393d9c03ecb2466cc29" region="gfx1" offset="200004"/>
		<rom name="s92_08.bin" merge="s92_08.bin" size="524288" crc="befc47df" sha1="520390420da3a0271ba90b0a933e65143265e5cf" region="gfx1" offset="200006"/>
		<rom name="s92_10.bin" merge="s92_10.bin" size="524288" crc="960687d5" sha1="2868c31121b1c7564e9767b9a19cdbf655c7ed1d" region="gfx1" offset="400000"/>
		<rom name="s92_11.bin" merge="s92_11.bin" size="524288" crc="978ecd18" sha1="648a59706b93c84b4206a968ecbdc3e834c476f6" region="gfx1" offset="400002"/>
		<rom name="s92_12.bin" merge="s92_12.bin" size="524288" crc="d6ec9a0a" sha1="ed6143f8737013b6ef1684e37c05e037e7a80dae" region="gfx1" offset="400004"/>
		<rom name="s92_13.bin" merge="s92_13.bin" size="524288" crc="ed2c67f6" sha1="0083c0ffaf6fe7659ff0cf822be4346cd6e61329" region="gfx1" offset="400006"/>
		<rom name="s92_09.bin" merge="s92_09.bin" size="65536" crc="08f6b60e" sha1="8258fcaca4ac419312531eec67079b97f471179c" region="cpu2" offset="0"/>
		<rom name="s92_18.bin" merge="s92_18.bin" size="131072" crc="7f162009" sha1="346bf42992b4c36c593e21901e22c87ae4a7d86d" region="sound1" offset="0"/>
		<rom name="s92_19.bin" merge="s92_19.bin" size="131072" crc="beade53f" sha1="277c397dc12752719ec6b47d2224750bd1c07f79" region="sound1" offset="20000"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="3579545"/>
		<chip type="audio" name="YM2151" clock="3579545"/>
		<chip type="audio" name="OKI6295" clock="1000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="6" coins="2" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="2 Coins to Start, 1 to Continue">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="1 (Easiest)"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4 (Normal)" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
			<dipvalue name="7"/>
			<dipvalue name="8 (Hardest)"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Game Mode">
			<dipvalue name="Game" default="yes"/>
			<dipvalue name="Test"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="wofah" sourcefile="cps1.c" cloneof="wof" romof="wof">
		<description>Sangokushi II (Asia) (Hack set 1)</description>
		<year>1992</year>
		<manufacturer>Hack</manufacturer>
		<rom name="htk2a_23b.rom" size="524288" crc="1b17fc85" sha1="d8c2bd31474dce2330adb05b859ce3fd13040d23" region="cpu1" offset="0"/>
		<rom name="htk2a_22b.rom" size="524288" crc="900ad4cd" sha1="988007447f93f3467029b9c29fd9670a7ecadaa3" region="cpu1" offset="80000"/>
		<rom name="tk2_gfx1.rom" merge="tk2_gfx1.rom" size="524288" crc="0d9cb9bf" sha1="cc7140e9a01a14b252cb1090bcea32b0de461928" region="gfx1" offset="0"/>
		<rom name="tk2_gfx3.rom" merge="tk2_gfx3.rom" size="524288" crc="45227027" sha1="b21afc593f0d4d8909dfa621d659cbb40507d1b2" region="gfx1" offset="2"/>
		<rom name="tk2_gfx2.rom" merge="tk2_gfx2.rom" size="524288" crc="c5ca2460" sha1="cbe14867f7b94b638ca80db7c8e0c60881183469" region="gfx1" offset="4"/>
		<rom name="tk2_gfx4.rom" merge="tk2_gfx4.rom" size="524288" crc="e349551c" sha1="1d977bdf256accf750ad9930ec4a0a19bbf86964" region="gfx1" offset="6"/>
		<rom name="tk2_gfx5.rom" merge="tk2_gfx5.rom" size="524288" crc="291f0f0b" sha1="094baf0f960f25fc2525b3b1cc378a49d9a0955d" region="gfx1" offset="200000"/>
		<rom name="tk2_gfx7.rom" merge="tk2_gfx7.rom" size="524288" crc="3edeb949" sha1="c155698dd9ee9eb24bbc97a21118ef2e897ea82f" region="gfx1" offset="200002"/>
		<rom name="tk2_gfx6.rom" merge="tk2_gfx6.rom" size="524288" crc="1abd14d6" sha1="dffff3126f102b4ec028a81405fc5b9bd7bb65b3" region="gfx1" offset="200004"/>
		<rom name="tk2_gfx8.rom" merge="tk2_gfx8.rom" size="524288" crc="b27948e3" sha1="870d5d23f56798831c641e877ea94217058b2ddc" region="gfx1" offset="200006"/>
		<rom name="tk2_qa.rom" merge="tk2_qa.rom" size="131072" crc="c9183a0d" sha1="d8b1d41c572f08581f8ab9eb878de77d6ea8615d" region="cpu2" offset="0"/>
		<rom name="tk2_q1.rom" merge="tk2_q1.rom" size="524288" crc="611268cf" sha1="83ab059f2110fb25fdcff928d56b790fc1f5c975" region="sound1" offset="0"/>
		<rom name="tk2_q2.rom" merge="tk2_q2.rom" size="524288" crc="20f55ca9" sha1="90134e9a9c4749bb65c728b66ea4dac1fd4d88a4" region="sound1" offset="80000"/>
		<rom name="tk2_q3.rom" merge="tk2_q3.rom" size="524288" crc="bfcf6f52" sha1="2a85ff3fc89b4cbabd20779ec12da2e116333c7c" region="sound1" offset="100000"/>
		<rom name="tk2_q4.rom" merge="tk2_q4.rom" size="524288" crc="36642e88" sha1="8ab25b19e2b67215a5cb1f3aa81b9d26009cfeb8" region="sound1" offset="180000"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="8000000"/>
		<chip type="audio" name="Q-Sound" clock="4000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="2"/>
		<input players="3" buttons="2" coins="3" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="wofaha" sourcefile="cps1.c" cloneof="wof" romof="wof">
		<description>Sangokushi II (Asia) (Hack set 2)</description>
		<year>1992</year>
		<manufacturer>Hack</manufacturer>
		<rom name="htk2ah_23b.rom" size="524288" crc="6e3ff382" sha1="14ef2c708da134f925efa0c3886a104c3ef9e5d7" region="cpu1" offset="0"/>
		<rom name="tk2ah_22b.rom" size="524288" crc="48fd83c6" sha1="8f33124979d7ca4c2af10f2a98b524e5463458cc" region="cpu1" offset="80000"/>
		<rom name="tk2_gfx1.rom" merge="tk2_gfx1.rom" size="524288" crc="0d9cb9bf" sha1="cc7140e9a01a14b252cb1090bcea32b0de461928" region="gfx1" offset="0"/>
		<rom name="tk2_gfx3.rom" merge="tk2_gfx3.rom" size="524288" crc="45227027" sha1="b21afc593f0d4d8909dfa621d659cbb40507d1b2" region="gfx1" offset="2"/>
		<rom name="tk2_gfx2.rom" merge="tk2_gfx2.rom" size="524288" crc="c5ca2460" sha1="cbe14867f7b94b638ca80db7c8e0c60881183469" region="gfx1" offset="4"/>
		<rom name="tk2_gfx4.rom" merge="tk2_gfx4.rom" size="524288" crc="e349551c" sha1="1d977bdf256accf750ad9930ec4a0a19bbf86964" region="gfx1" offset="6"/>
		<rom name="tk2_gfx5.rom" merge="tk2_gfx5.rom" size="524288" crc="291f0f0b" sha1="094baf0f960f25fc2525b3b1cc378a49d9a0955d" region="gfx1" offset="200000"/>
		<rom name="tk2_gfx7.rom" merge="tk2_gfx7.rom" size="524288" crc="3edeb949" sha1="c155698dd9ee9eb24bbc97a21118ef2e897ea82f" region="gfx1" offset="200002"/>
		<rom name="tk2_gfx6.rom" merge="tk2_gfx6.rom" size="524288" crc="1abd14d6" sha1="dffff3126f102b4ec028a81405fc5b9bd7bb65b3" region="gfx1" offset="200004"/>
		<rom name="tk2_gfx8.rom" merge="tk2_gfx8.rom" size="524288" crc="b27948e3" sha1="870d5d23f56798831c641e877ea94217058b2ddc" region="gfx1" offset="200006"/>
		<rom name="tk2_qa.rom" merge="tk2_qa.rom" size="131072" crc="c9183a0d" sha1="d8b1d41c572f08581f8ab9eb878de77d6ea8615d" region="cpu2" offset="0"/>
		<rom name="tk2_q1.rom" merge="tk2_q1.rom" size="524288" crc="611268cf" sha1="83ab059f2110fb25fdcff928d56b790fc1f5c975" region="sound1" offset="0"/>
		<rom name="tk2_q2.rom" merge="tk2_q2.rom" size="524288" crc="20f55ca9" sha1="90134e9a9c4749bb65c728b66ea4dac1fd4d88a4" region="sound1" offset="80000"/>
		<rom name="tk2_q3.rom" merge="tk2_q3.rom" size="524288" crc="bfcf6f52" sha1="2a85ff3fc89b4cbabd20779ec12da2e116333c7c" region="sound1" offset="100000"/>
		<rom name="tk2_q4.rom" merge="tk2_q4.rom" size="524288" crc="36642e88" sha1="8ab25b19e2b67215a5cb1f3aa81b9d26009cfeb8" region="sound1" offset="180000"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="8000000"/>
		<chip type="audio" name="Q-Sound" clock="4000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="2"/>
		<input players="3" buttons="2" coins="3" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="woffr" sourcefile="cps1.c" cloneof="wof" romof="wof">
		<description>Warriors of Fate (France 030728)</description>
		<year>1992</year>
		<manufacturer>Neo-Arc</manufacturer>
		<rom name="tk2e_23bfr.rom" size="524288" crc="e006e81e" sha1="dad6cd3a1175b6f366e8bf02d1af35af5f1b50cc" region="cpu1" offset="0"/>
		<rom name="tk2e_22b.rom" merge="tk2e_22b.rom" size="524288" crc="479b3f24" sha1="9fb8ae06856fe115addfb6794c28978a4f6716ec" region="cpu1" offset="80000"/>
		<rom name="tk2_gfx1.rom" merge="tk2_gfx1.rom" size="524288" crc="0d9cb9bf" sha1="cc7140e9a01a14b252cb1090bcea32b0de461928" region="gfx1" offset="0"/>
		<rom name="tk2_gfx3.rom" merge="tk2_gfx3.rom" size="524288" crc="45227027" sha1="b21afc593f0d4d8909dfa621d659cbb40507d1b2" region="gfx1" offset="2"/>
		<rom name="tk2_gfx2.rom" merge="tk2_gfx2.rom" size="524288" crc="c5ca2460" sha1="cbe14867f7b94b638ca80db7c8e0c60881183469" region="gfx1" offset="4"/>
		<rom name="tk2_gfx4.rom" merge="tk2_gfx4.rom" size="524288" crc="e349551c" sha1="1d977bdf256accf750ad9930ec4a0a19bbf86964" region="gfx1" offset="6"/>
		<rom name="tk2_gfx5fr.rom" size="524288" crc="1b6bc2b2" sha1="3a5305d07271cffb9875fcbd2af52856a224548a" region="gfx1" offset="200000"/>
		<rom name="tk2_gfx7fr.rom" size="524288" crc="3f1e5334" sha1="a5c4795d65a916fc2d1a55153c4ca0ac5fbaf418" region="gfx1" offset="200002"/>
		<rom name="tk2_gfx6fr.rom" size="524288" crc="28c9d96f" sha1="aa64a4572b10842b7f5f546e63493d501a16fd85" region="gfx1" offset="200004"/>
		<rom name="tk2_gfx8fr.rom" size="524288" crc="b3b9a29e" sha1="fe425356545544a9cf50409972d2893999896191" region="gfx1" offset="200006"/>
		<rom name="tk2_qa.rom" merge="tk2_qa.rom" size="131072" crc="c9183a0d" sha1="d8b1d41c572f08581f8ab9eb878de77d6ea8615d" region="cpu2" offset="0"/>
		<rom name="tk2_q1.rom" merge="tk2_q1.rom" size="524288" crc="611268cf" sha1="83ab059f2110fb25fdcff928d56b790fc1f5c975" region="sound1" offset="0"/>
		<rom name="tk2_q2.rom" merge="tk2_q2.rom" size="524288" crc="20f55ca9" sha1="90134e9a9c4749bb65c728b66ea4dac1fd4d88a4" region="sound1" offset="80000"/>
		<rom name="tk2_q3.rom" merge="tk2_q3.rom" size="524288" crc="bfcf6f52" sha1="2a85ff3fc89b4cbabd20779ec12da2e116333c7c" region="sound1" offset="100000"/>
		<rom name="tk2_q4.rom" merge="tk2_q4.rom" size="524288" crc="36642e88" sha1="8ab25b19e2b67215a5cb1f3aa81b9d26009cfeb8" region="sound1" offset="180000"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="8000000"/>
		<chip type="audio" name="Q-Sound" clock="4000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="2"/>
		<input players="3" buttons="2" coins="3" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="wofh" sourcefile="cps1.c" cloneof="wof" romof="wof">
		<description>Legend of Three Kingdoms' Heroes / Sanguo Yingxiong Zhuan (set 1)</description>
		<year>1999</year>
		<manufacturer>Hack</manufacturer>
		<rom name="sgyx.800" size="1048576" crc="3703a650" sha1="6cb8d6f99df5e2e5cf04aee8737bb585f9328ffd" region="cpu1" offset="0"/>
		<rom name="sgyx-1.160" size="2097152" crc="a60be9f6" sha1="2298a4b6a2c83b76dc106a1efa19606b298d378a" region="gfx1" offset="0"/>
		<rom name="sgyx-2.160" size="2097152" crc="6ad9d048" sha1="d47212d28d0a1ce349e4c59e5d0d99c541b3458e" region="gfx1" offset="2"/>
		<rom name="tk2_qa.rom" merge="tk2_qa.rom" size="131072" crc="c9183a0d" sha1="d8b1d41c572f08581f8ab9eb878de77d6ea8615d" region="cpu2" offset="0"/>
		<rom name="tk2_q1.rom" merge="tk2_q1.rom" size="524288" crc="611268cf" sha1="83ab059f2110fb25fdcff928d56b790fc1f5c975" region="sound1" offset="0"/>
		<rom name="tk2_q2.rom" merge="tk2_q2.rom" size="524288" crc="20f55ca9" sha1="90134e9a9c4749bb65c728b66ea4dac1fd4d88a4" region="sound1" offset="80000"/>
		<rom name="tk2_q3.rom" merge="tk2_q3.rom" size="524288" crc="bfcf6f52" sha1="2a85ff3fc89b4cbabd20779ec12da2e116333c7c" region="sound1" offset="100000"/>
		<rom name="tk2_q4.rom" merge="tk2_q4.rom" size="524288" crc="36642e88" sha1="8ab25b19e2b67215a5cb1f3aa81b9d26009cfeb8" region="sound1" offset="180000"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="8000000"/>
		<chip type="audio" name="Q-Sound" clock="4000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="2"/>
		<input players="3" buttons="3" coins="3" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="imperfect" emulation="good" color="good" sound="imperfect" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="wofha" sourcefile="cps1.c" cloneof="wof" romof="wof">
		<description>Legend of Three Kingdoms' Heroes / Sanguo Yingxiong Zhuan (set 2)</description>
		<year>1999</year>
		<manufacturer>Hack</manufacturer>
		<rom name="fg-c.040" size="524288" crc="d046fc86" sha1="0ae0b9310e3a122cb69df4bb23672149794242f0" region="cpu1" offset="0"/>
		<rom name="fg-a.040" size="524288" crc="f176ee8f" sha1="fba357c31774aeecef88f70df4294514585df3a0" region="cpu1" offset="1"/>
		<rom name="sgyx-1.160" size="2097152" crc="a60be9f6" sha1="2298a4b6a2c83b76dc106a1efa19606b298d378a" region="gfx1" offset="0"/>
		<rom name="sgyx-2.160" size="2097152" crc="6ad9d048" sha1="d47212d28d0a1ce349e4c59e5d0d99c541b3458e" region="gfx1" offset="2"/>
		<rom name="tk2_qa.rom" merge="tk2_qa.rom" size="131072" crc="c9183a0d" sha1="d8b1d41c572f08581f8ab9eb878de77d6ea8615d" region="cpu2" offset="0"/>
		<rom name="tk2_q1.rom" merge="tk2_q1.rom" size="524288" crc="611268cf" sha1="83ab059f2110fb25fdcff928d56b790fc1f5c975" region="sound1" offset="0"/>
		<rom name="tk2_q2.rom" merge="tk2_q2.rom" size="524288" crc="20f55ca9" sha1="90134e9a9c4749bb65c728b66ea4dac1fd4d88a4" region="sound1" offset="80000"/>
		<rom name="tk2_q3.rom" merge="tk2_q3.rom" size="524288" crc="bfcf6f52" sha1="2a85ff3fc89b4cbabd20779ec12da2e116333c7c" region="sound1" offset="100000"/>
		<rom name="tk2_q4.rom" merge="tk2_q4.rom" size="524288" crc="36642e88" sha1="8ab25b19e2b67215a5cb1f3aa81b9d26009cfeb8" region="sound1" offset="180000"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="8000000"/>
		<chip type="audio" name="Q-Sound" clock="4000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="2"/>
		<input players="3" buttons="3" coins="3" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="imperfect" emulation="good" color="good" sound="imperfect" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="wofjh" sourcefile="cps1.c" cloneof="wof" romof="wof">
		<description>Tenchi wo Kurau II (Japan) (Hack)</description>
		<year>1992</year>
		<manufacturer>Hack</manufacturer>
		<rom name="tk2j23h.bin" size="524288" crc="84d38575" sha1="537f12180adfcea7bceb24b0fa9af9165dbbe2e4" region="cpu1" offset="0"/>
		<rom name="tk2j22c.bin" size="524288" crc="b74b09ac" sha1="3a44d6db5f51e1b5d2b43ef0ad1191da21e48427" region="cpu1" offset="80000"/>
		<rom name="tk2_gfx1.rom" merge="tk2_gfx1.rom" size="524288" crc="0d9cb9bf" sha1="cc7140e9a01a14b252cb1090bcea32b0de461928" region="gfx1" offset="0"/>
		<rom name="tk2_gfx3.rom" merge="tk2_gfx3.rom" size="524288" crc="45227027" sha1="b21afc593f0d4d8909dfa621d659cbb40507d1b2" region="gfx1" offset="2"/>
		<rom name="tk2_gfx2.rom" merge="tk2_gfx2.rom" size="524288" crc="c5ca2460" sha1="cbe14867f7b94b638ca80db7c8e0c60881183469" region="gfx1" offset="4"/>
		<rom name="tk2_gfx4.rom" merge="tk2_gfx4.rom" size="524288" crc="e349551c" sha1="1d977bdf256accf750ad9930ec4a0a19bbf86964" region="gfx1" offset="6"/>
		<rom name="tk205.bin" size="524288" crc="e4a44d53" sha1="b747679f4d63e5e62d9fd81b3120fba0401fadfb" region="gfx1" offset="200000"/>
		<rom name="tk206.bin" size="524288" crc="58066ba8" sha1="c93af968e21094d020e4b2002e0c6fc0d746af0b" region="gfx1" offset="200002"/>
		<rom name="tk207.bin" size="524288" crc="d706568e" sha1="7886414dc86c42e35d24b85c4bfa41a9f0c167ac" region="gfx1" offset="200004"/>
		<rom name="tk208.bin" size="524288" crc="d4a19a02" sha1="ff396b1d33d9b4842140f2c6d085fe05748e3244" region="gfx1" offset="200006"/>
		<rom name="tk2_qa.rom" merge="tk2_qa.rom" size="131072" crc="c9183a0d" sha1="d8b1d41c572f08581f8ab9eb878de77d6ea8615d" region="cpu2" offset="0"/>
		<rom name="tk2_q1.rom" merge="tk2_q1.rom" size="524288" crc="611268cf" sha1="83ab059f2110fb25fdcff928d56b790fc1f5c975" region="sound1" offset="0"/>
		<rom name="tk2_q2.rom" merge="tk2_q2.rom" size="524288" crc="20f55ca9" sha1="90134e9a9c4749bb65c728b66ea4dac1fd4d88a4" region="sound1" offset="80000"/>
		<rom name="tk2_q3.rom" merge="tk2_q3.rom" size="524288" crc="bfcf6f52" sha1="2a85ff3fc89b4cbabd20779ec12da2e116333c7c" region="sound1" offset="100000"/>
		<rom name="tk2_q4.rom" merge="tk2_q4.rom" size="524288" crc="36642e88" sha1="8ab25b19e2b67215a5cb1f3aa81b9d26009cfeb8" region="sound1" offset="180000"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="8000000"/>
		<chip type="audio" name="Q-Sound" clock="4000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="2"/>
		<input players="3" buttons="2" coins="3" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="wof3js" sourcefile="cps1.c" cloneof="wof" romof="wof">
		<description>Three Sword Masters / San Jian Sheng</description>
		<year>1997</year>
		<manufacturer>Hack</manufacturer>
		<rom name="3js_23.rom" size="524288" crc="1ebb76da" sha1="a3d9643a03e964477abd5164202566fe4a11b902" region="cpu1" offset="0"/>
		<rom name="3js_22.rom" size="524288" crc="f41d6153" sha1="a2cafea8402ab58e8022020242397e7cdce57aff" region="cpu1" offset="80000"/>
		<rom name="3js_24.rom" size="131072" crc="06ead409" sha1="7289afd15fecd185350d2705476d74baa6909782" region="cpu1" offset="c0000"/>
		<rom name="3js_28.rom" size="131072" crc="8ba934e6" sha1="b9fb1d000a90cf2dbe2113130939c146f16a776e" region="cpu1" offset="c0001"/>
		<rom name="tk2_gfx1.rom" merge="tk2_gfx1.rom" size="524288" crc="0d9cb9bf" sha1="cc7140e9a01a14b252cb1090bcea32b0de461928" region="gfx1" offset="0"/>
		<rom name="tk2_gfx3.rom" merge="tk2_gfx3.rom" size="524288" crc="45227027" sha1="b21afc593f0d4d8909dfa621d659cbb40507d1b2" region="gfx1" offset="2"/>
		<rom name="tk2_gfx2.rom" merge="tk2_gfx2.rom" size="524288" crc="c5ca2460" sha1="cbe14867f7b94b638ca80db7c8e0c60881183469" region="gfx1" offset="4"/>
		<rom name="tk2_gfx4.rom" merge="tk2_gfx4.rom" size="524288" crc="e349551c" sha1="1d977bdf256accf750ad9930ec4a0a19bbf86964" region="gfx1" offset="6"/>
		<rom name="3js_gfx5.rom" size="524288" crc="94b58f82" sha1="937e7bb74e47f7ed670f63cdf7e502cf6ffe09c8" region="gfx1" offset="200000"/>
		<rom name="3js_gfx7.rom" size="524288" crc="df4fb386" sha1="4eece42595084dbab1fa2c603f231fc67efb292d" region="gfx1" offset="200002"/>
		<rom name="3js_gfx6.rom" size="524288" crc="c22c5bd8" sha1="4dd3598ca9cbbceabfb28b1b0d8a4879fcdb9a13" region="gfx1" offset="200004"/>
		<rom name="3js_gfx8.rom" size="524288" crc="f9cfd08b" sha1="cd55ef014705d8b07c3eb9dafdbf2a831ea25b7c" region="gfx1" offset="200006"/>
		<rom name="3js_09.rom" size="65536" crc="21ce044c" sha1="425fd8d33d54f35ef90d68a7530db7a0eafb600d" region="cpu2" offset="0"/>
		<rom name="tk2_qa.rom" merge="tk2_qa.rom" size="131072" crc="c9183a0d" sha1="d8b1d41c572f08581f8ab9eb878de77d6ea8615d" region="cpu2" offset="0"/>
		<rom name="3js_18.rom" size="131072" crc="ac6e307d" sha1="b490ce625bb7ce0904b0fd121fbfbd5252790f7a" region="sound1" offset="0"/>
		<rom name="3js_19.rom" size="131072" crc="068741db" sha1="ab48aff639a7ac218b7d5304145e10e92d61fd9f" region="sound1" offset="20000"/>
		<rom name="tk2_q1.rom" merge="tk2_q1.rom" size="524288" crc="611268cf" sha1="83ab059f2110fb25fdcff928d56b790fc1f5c975" region="sound1" offset="0"/>
		<rom name="tk2_q2.rom" merge="tk2_q2.rom" size="524288" crc="20f55ca9" sha1="90134e9a9c4749bb65c728b66ea4dac1fd4d88a4" region="sound1" offset="80000"/>
		<rom name="tk2_q3.rom" merge="tk2_q3.rom" size="524288" crc="bfcf6f52" sha1="2a85ff3fc89b4cbabd20779ec12da2e116333c7c" region="sound1" offset="100000"/>
		<rom name="tk2_q4.rom" merge="tk2_q4.rom" size="524288" crc="36642e88" sha1="8ab25b19e2b67215a5cb1f3aa81b9d26009cfeb8" region="sound1" offset="180000"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="8000000"/>
		<chip type="audio" name="Q-Sound" clock="4000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="2"/>
		<input players="3" buttons="3" coins="3" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="wof3sj" sourcefile="cps1.c" cloneof="wof" romof="wof">
		<description>Three Holy Swords / San Sheng Jian (set 1)</description>
		<year>1997</year>
		<manufacturer>Hack</manufacturer>
		<rom name="k6b.040" size="524288" crc="7b365108" sha1="e4ef6e7267ecf36d8b15c7df0351b38777cd559d" region="cpu1" offset="0"/>
		<rom name="k6a.040" size="524288" crc="10488a51" sha1="061d5139f4289cbca9e0a743954d9c65a9384c06" region="cpu1" offset="1"/>
		<rom name="k6a.160" size="2097152" crc="a121180d" sha1="9501399479a5892db0c818637459f77540794b85" region="gfx1" offset="0"/>
		<rom name="k6b.160" size="2097152" crc="a4db96c4" sha1="6798c0cbd9a1f8f4704c5cb9e19e8873149d3c33" region="gfx1" offset="2"/>
		<rom name="tk2_qa.rom" merge="tk2_qa.rom" size="131072" crc="c9183a0d" sha1="d8b1d41c572f08581f8ab9eb878de77d6ea8615d" region="cpu2" offset="0"/>
		<rom name="tk2_q1.rom" merge="tk2_q1.rom" size="524288" crc="611268cf" sha1="83ab059f2110fb25fdcff928d56b790fc1f5c975" region="sound1" offset="0"/>
		<rom name="tk2_q2.rom" merge="tk2_q2.rom" size="524288" crc="20f55ca9" sha1="90134e9a9c4749bb65c728b66ea4dac1fd4d88a4" region="sound1" offset="80000"/>
		<rom name="tk2_q3.rom" merge="tk2_q3.rom" size="524288" crc="bfcf6f52" sha1="2a85ff3fc89b4cbabd20779ec12da2e116333c7c" region="sound1" offset="100000"/>
		<rom name="tk2_q4.rom" merge="tk2_q4.rom" size="524288" crc="36642e88" sha1="8ab25b19e2b67215a5cb1f3aa81b9d26009cfeb8" region="sound1" offset="180000"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="8000000"/>
		<chip type="audio" name="Q-Sound" clock="4000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="2"/>
		<input players="3" buttons="3" coins="3" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="imperfect" emulation="good" color="good" sound="imperfect" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="wof3sja" sourcefile="cps1.c" cloneof="wof" romof="wof">
		<description>Three Holy Swords / San Sheng Jian (set 2)</description>
		<year>1997</year>
		<manufacturer>Hack</manufacturer>
		<rom name="3js.800" size="1048576" crc="812f9200" sha1="ddf4261c21762e8168d83393a59aa1450762a89a" region="cpu1" offset="0"/>
		<rom name="k6a.160" size="2097152" crc="a121180d" sha1="9501399479a5892db0c818637459f77540794b85" region="gfx1" offset="0"/>
		<rom name="k6b.160" size="2097152" crc="a4db96c4" sha1="6798c0cbd9a1f8f4704c5cb9e19e8873149d3c33" region="gfx1" offset="2"/>
		<rom name="tk2_qa.rom" merge="tk2_qa.rom" size="131072" crc="c9183a0d" sha1="d8b1d41c572f08581f8ab9eb878de77d6ea8615d" region="cpu2" offset="0"/>
		<rom name="tk2_q1.rom" merge="tk2_q1.rom" size="524288" crc="611268cf" sha1="83ab059f2110fb25fdcff928d56b790fc1f5c975" region="sound1" offset="0"/>
		<rom name="tk2_q2.rom" merge="tk2_q2.rom" size="524288" crc="20f55ca9" sha1="90134e9a9c4749bb65c728b66ea4dac1fd4d88a4" region="sound1" offset="80000"/>
		<rom name="tk2_q3.rom" merge="tk2_q3.rom" size="524288" crc="bfcf6f52" sha1="2a85ff3fc89b4cbabd20779ec12da2e116333c7c" region="sound1" offset="100000"/>
		<rom name="tk2_q4.rom" merge="tk2_q4.rom" size="524288" crc="36642e88" sha1="8ab25b19e2b67215a5cb1f3aa81b9d26009cfeb8" region="sound1" offset="180000"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="8000000"/>
		<chip type="audio" name="Q-Sound" clock="4000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="2"/>
		<input players="3" buttons="3" coins="3" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="imperfect" emulation="good" color="good" sound="imperfect" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="wofsj" sourcefile="cps1.c" cloneof="wof" romof="wof">
		<description>Holy Sword Three Kingdoms / Sheng Jian San Guo (set 1)</description>
		<year>1995</year>
		<manufacturer>Hack</manufacturer>
		<rom name="c-c47b.040" size="524288" crc="b1809761" sha1="99a17ed193654f61622eb721e20b69894c96d3d8" region="cpu1" offset="0"/>
		<rom name="a-2402.040" size="524288" crc="4fab4232" sha1="d8ffd06cce73e1c4bc6abb69a2e81277ce901563" region="cpu1" offset="1"/>
		<rom name="tk2_gfx1.rom" merge="tk2_gfx1.rom" size="524288" crc="0d9cb9bf" sha1="cc7140e9a01a14b252cb1090bcea32b0de461928" region="gfx1" offset="0"/>
		<rom name="tk2_gfx3.rom" merge="tk2_gfx3.rom" size="524288" crc="45227027" sha1="b21afc593f0d4d8909dfa621d659cbb40507d1b2" region="gfx1" offset="2"/>
		<rom name="tk2_gfx2.rom" merge="tk2_gfx2.rom" size="524288" crc="c5ca2460" sha1="cbe14867f7b94b638ca80db7c8e0c60881183469" region="gfx1" offset="4"/>
		<rom name="tk2_gfx4.rom" merge="tk2_gfx4.rom" size="524288" crc="e349551c" sha1="1d977bdf256accf750ad9930ec4a0a19bbf86964" region="gfx1" offset="6"/>
		<rom name="tk2_gfx5.rom" merge="tk2_gfx5.rom" size="524288" crc="291f0f0b" sha1="094baf0f960f25fc2525b3b1cc378a49d9a0955d" region="gfx1" offset="200000"/>
		<rom name="tk2_gfx7.rom" merge="tk2_gfx7.rom" size="524288" crc="3edeb949" sha1="c155698dd9ee9eb24bbc97a21118ef2e897ea82f" region="gfx1" offset="200002"/>
		<rom name="tk2_gfx6.rom" merge="tk2_gfx6.rom" size="524288" crc="1abd14d6" sha1="dffff3126f102b4ec028a81405fc5b9bd7bb65b3" region="gfx1" offset="200004"/>
		<rom name="tk2_gfx8.rom" merge="tk2_gfx8.rom" size="524288" crc="b27948e3" sha1="870d5d23f56798831c641e877ea94217058b2ddc" region="gfx1" offset="200006"/>
		<rom name="tk2_qa.rom" merge="tk2_qa.rom" size="131072" crc="c9183a0d" sha1="d8b1d41c572f08581f8ab9eb878de77d6ea8615d" region="cpu2" offset="0"/>
		<rom name="tk2_q1.rom" merge="tk2_q1.rom" size="524288" crc="611268cf" sha1="83ab059f2110fb25fdcff928d56b790fc1f5c975" region="sound1" offset="0"/>
		<rom name="tk2_q2.rom" merge="tk2_q2.rom" size="524288" crc="20f55ca9" sha1="90134e9a9c4749bb65c728b66ea4dac1fd4d88a4" region="sound1" offset="80000"/>
		<rom name="tk2_q3.rom" merge="tk2_q3.rom" size="524288" crc="bfcf6f52" sha1="2a85ff3fc89b4cbabd20779ec12da2e116333c7c" region="sound1" offset="100000"/>
		<rom name="tk2_q4.rom" merge="tk2_q4.rom" size="524288" crc="36642e88" sha1="8ab25b19e2b67215a5cb1f3aa81b9d26009cfeb8" region="sound1" offset="180000"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="8000000"/>
		<chip type="audio" name="Q-Sound" clock="4000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="2"/>
		<input players="3" buttons="2" coins="3" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="imperfect" emulation="good" color="good" sound="imperfect" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="wofsja" sourcefile="cps1.c" cloneof="wof" romof="wof">
		<description>Holy Sword Three Kingdoms / Sheng Jian San Guo (set 2)</description>
		<year>1995</year>
		<manufacturer>Hack</manufacturer>
		<rom name="one.800" size="1048576" crc="0507584d" sha1="5a9df64b7c2c54c5aa0d4c9486c7404157c6119e" region="cpu1" offset="0"/>
		<rom name="tk2_gfx1.rom" merge="tk2_gfx1.rom" size="524288" crc="0d9cb9bf" sha1="cc7140e9a01a14b252cb1090bcea32b0de461928" region="gfx1" offset="0"/>
		<rom name="tk2_gfx3.rom" merge="tk2_gfx3.rom" size="524288" crc="45227027" sha1="b21afc593f0d4d8909dfa621d659cbb40507d1b2" region="gfx1" offset="2"/>
		<rom name="tk2_gfx2.rom" merge="tk2_gfx2.rom" size="524288" crc="c5ca2460" sha1="cbe14867f7b94b638ca80db7c8e0c60881183469" region="gfx1" offset="4"/>
		<rom name="tk2_gfx4.rom" merge="tk2_gfx4.rom" size="524288" crc="e349551c" sha1="1d977bdf256accf750ad9930ec4a0a19bbf86964" region="gfx1" offset="6"/>
		<rom name="tk2_gfx5.rom" merge="tk2_gfx5.rom" size="524288" crc="291f0f0b" sha1="094baf0f960f25fc2525b3b1cc378a49d9a0955d" region="gfx1" offset="200000"/>
		<rom name="tk2_gfx7.rom" merge="tk2_gfx7.rom" size="524288" crc="3edeb949" sha1="c155698dd9ee9eb24bbc97a21118ef2e897ea82f" region="gfx1" offset="200002"/>
		<rom name="tk2_gfx6.rom" merge="tk2_gfx6.rom" size="524288" crc="1abd14d6" sha1="dffff3126f102b4ec028a81405fc5b9bd7bb65b3" region="gfx1" offset="200004"/>
		<rom name="tk2_gfx8.rom" merge="tk2_gfx8.rom" size="524288" crc="b27948e3" sha1="870d5d23f56798831c641e877ea94217058b2ddc" region="gfx1" offset="200006"/>
		<rom name="tk2_qa.rom" merge="tk2_qa.rom" size="131072" crc="c9183a0d" sha1="d8b1d41c572f08581f8ab9eb878de77d6ea8615d" region="cpu2" offset="0"/>
		<rom name="tk2_q1.rom" merge="tk2_q1.rom" size="524288" crc="611268cf" sha1="83ab059f2110fb25fdcff928d56b790fc1f5c975" region="sound1" offset="0"/>
		<rom name="tk2_q2.rom" merge="tk2_q2.rom" size="524288" crc="20f55ca9" sha1="90134e9a9c4749bb65c728b66ea4dac1fd4d88a4" region="sound1" offset="80000"/>
		<rom name="tk2_q3.rom" merge="tk2_q3.rom" size="524288" crc="bfcf6f52" sha1="2a85ff3fc89b4cbabd20779ec12da2e116333c7c" region="sound1" offset="100000"/>
		<rom name="tk2_q4.rom" merge="tk2_q4.rom" size="524288" crc="36642e88" sha1="8ab25b19e2b67215a5cb1f3aa81b9d26009cfeb8" region="sound1" offset="180000"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="8000000"/>
		<chip type="audio" name="Q-Sound" clock="4000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="2"/>
		<input players="3" buttons="2" coins="3" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="imperfect" emulation="good" color="good" sound="imperfect" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="wofsjb" sourcefile="cps1.c" cloneof="wof" romof="wof">
		<description>Holy Sword Three Kingdoms / Sheng Jian San Guo (set 3)</description>
		<year>1995</year>
		<manufacturer>Hack</manufacturer>
		<rom name="c-d140.040" size="524288" crc="e6d933a6" sha1="c1f08bbbfc855bbc96b844eed7b1e4f9a0a07fbf" region="cpu1" offset="0"/>
		<rom name="a-0050.040" size="524288" crc="403eaead" sha1="ce6d061e5ee91de779c8d0c19bed273dc4769900" region="cpu1" offset="1"/>
		<rom name="tk2_gfx1.rom" merge="tk2_gfx1.rom" size="524288" crc="0d9cb9bf" sha1="cc7140e9a01a14b252cb1090bcea32b0de461928" region="gfx1" offset="0"/>
		<rom name="tk2_gfx3.rom" merge="tk2_gfx3.rom" size="524288" crc="45227027" sha1="b21afc593f0d4d8909dfa621d659cbb40507d1b2" region="gfx1" offset="2"/>
		<rom name="tk2_gfx2.rom" merge="tk2_gfx2.rom" size="524288" crc="c5ca2460" sha1="cbe14867f7b94b638ca80db7c8e0c60881183469" region="gfx1" offset="4"/>
		<rom name="tk2_gfx4.rom" merge="tk2_gfx4.rom" size="524288" crc="e349551c" sha1="1d977bdf256accf750ad9930ec4a0a19bbf86964" region="gfx1" offset="6"/>
		<rom name="tk2_gfx5.rom" merge="tk2_gfx5.rom" size="524288" crc="291f0f0b" sha1="094baf0f960f25fc2525b3b1cc378a49d9a0955d" region="gfx1" offset="200000"/>
		<rom name="tk2_gfx7.rom" merge="tk2_gfx7.rom" size="524288" crc="3edeb949" sha1="c155698dd9ee9eb24bbc97a21118ef2e897ea82f" region="gfx1" offset="200002"/>
		<rom name="tk2_gfx6.rom" merge="tk2_gfx6.rom" size="524288" crc="1abd14d6" sha1="dffff3126f102b4ec028a81405fc5b9bd7bb65b3" region="gfx1" offset="200004"/>
		<rom name="tk2_gfx8.rom" merge="tk2_gfx8.rom" size="524288" crc="b27948e3" sha1="870d5d23f56798831c641e877ea94217058b2ddc" region="gfx1" offset="200006"/>
		<rom name="tk2_qa.rom" merge="tk2_qa.rom" size="131072" crc="c9183a0d" sha1="d8b1d41c572f08581f8ab9eb878de77d6ea8615d" region="cpu2" offset="0"/>
		<rom name="tk2_q1.rom" merge="tk2_q1.rom" size="524288" crc="611268cf" sha1="83ab059f2110fb25fdcff928d56b790fc1f5c975" region="sound1" offset="0"/>
		<rom name="tk2_q2.rom" merge="tk2_q2.rom" size="524288" crc="20f55ca9" sha1="90134e9a9c4749bb65c728b66ea4dac1fd4d88a4" region="sound1" offset="80000"/>
		<rom name="tk2_q3.rom" merge="tk2_q3.rom" size="524288" crc="bfcf6f52" sha1="2a85ff3fc89b4cbabd20779ec12da2e116333c7c" region="sound1" offset="100000"/>
		<rom name="tk2_q4.rom" merge="tk2_q4.rom" size="524288" crc="36642e88" sha1="8ab25b19e2b67215a5cb1f3aa81b9d26009cfeb8" region="sound1" offset="180000"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="8000000"/>
		<chip type="audio" name="Q-Sound" clock="4000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="2"/>
		<input players="3" buttons="2" coins="3" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="preliminary" emulation="preliminary" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="cps1demo" sourcefile="cps1.c" cloneof="ffight" romof="ffight">
		<description>Simple Capcom System 1 Demo</description>
		<year>1989</year>
		<manufacturer>Charles Doty</manufacturer>
		<rom name="cd30-36.bin" size="131072" crc="5eb617d6" sha1="9d4656d2b29244eb2a01058f5b80752d94065a6e" region="cpu1" offset="0"/>
		<rom name="cd35-42.bin" size="131072" crc="1f1c0a62" sha1="12d1950921fff6d52ae969a4c7357f4e7bc28d1e" region="cpu1" offset="1"/>
		<rom name="cd31-37.bin" size="131072" crc="7ee8cdcd" sha1="67dfd19f3eb3649d6f3f6631e44d0bd36b8d8d19" region="cpu1" offset="40000"/>
		<rom name="cd36-43.bin" size="131072" crc="7ee8cdcd" sha1="67dfd19f3eb3649d6f3f6631e44d0bd36b8d8d19" region="cpu1" offset="40001"/>
		<rom name="ff32-32m.bin" merge="ff32-32m.bin" size="524288" crc="c747696e" sha1="d3362dadded31ccb7eaf71ef282d698d18edd722" region="cpu1" offset="80000"/>
		<rom name="cd05-05m.bin" size="524288" crc="35dc6153" sha1="7b7747d4e6a78c0933b6ea96fa6027c2c2c50682" region="gfx1" offset="0"/>
		<rom name="cd07-07m.bin" size="524288" crc="baf08a38" sha1="82559384399c5dfb8979a2e91d585549357ebb52" region="gfx1" offset="2"/>
		<rom name="cd01-01m.bin" size="524288" crc="3ad8e790" sha1="a371edc81a48903d13ed8938dca450dab986b413" region="gfx1" offset="4"/>
		<rom name="cd03-03m.bin" size="524288" crc="fb5186f3" sha1="b20031c01b6be2a4987553c0ab19105714bf9299" region="gfx1" offset="6"/>
		<rom name="ff09-09.bin" merge="ff09-09.bin" size="65536" crc="b8367eb5" sha1="ec3db29fdd6200e9a8f4f8073a7e34aef731354f" region="cpu2" offset="0"/>
		<rom name="ff18-18.bin" merge="ff18-18.bin" size="131072" crc="375c66e7" sha1="36189e23209ce4ae5d9cbabd1574540d0591e7b3" region="sound1" offset="0"/>
		<rom name="ff19-19.bin" merge="ff19-19.bin" size="131072" crc="1ef137f9" sha1="974b5e72aa28b87ebfa7438efbdfeda769dedf5e" region="sound1" offset="20000"/>
		<chip type="cpu" name="68000" clock="10000000"/>
		<chip type="cpu" name="Z80" clock="3579545"/>
		<chip type="audio" name="YM2151" clock="3579545"/>
		<chip type="audio" name="OKI6295" clock="1000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="3" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="2 Coins to Start, 1 to Continue">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty Level 1">
			<dipvalue name="Easiest"/>
			<dipvalue name="Easier"/>
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Harder"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Difficulty Level 2">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="100k" default="yes"/>
			<dipvalue name="200k"/>
			<dipvalue name="100k and every 200k"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2" default="yes"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Game Mode">
			<dipvalue name="Game" default="yes"/>
			<dipvalue name="Test"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="sfzch" sourcefile="cps1.c">
		<description>Street Fighter Zero (CPS Changer Japan 951020)</description>
		<year>1995</year>
		<manufacturer>Capcom</manufacturer>
		<rom name="sfzch23" size="524288" crc="1140743f" sha1="10bcedb5cca266f2aa3ed99ede6f9a64fc877539" region="cpu1" offset="0"/>
		<rom name="sfza22" size="524288" crc="8d9b2480" sha1="405305c1572908d00eab735f28676fbbadb4fac6" region="cpu1" offset="80000"/>
		<rom name="sfzch21" size="524288" crc="5435225d" sha1="6b1156fd82d0710e244ede39faaae0847c598376" region="cpu1" offset="100000"/>
		<rom name="sfza20" size="524288" crc="806e8f38" sha1="b6d6912aa8f2f590335d7ff9a8214648e7131ebb" region="cpu1" offset="180000"/>
		<rom name="sfz01" size="524288" crc="0dd53e62" sha1="5f3bcf5ca0fd564d115fe5075a4163d3ee3226df" region="gfx1" offset="0"/>
		<rom name="sfz02" size="524288" crc="94c31e3f" sha1="2187b3d4977514f2ae486eb33ed76c86121d5745" region="gfx1" offset="2"/>
		<rom name="sfz03" size="524288" crc="9584ac85" sha1="bbd62d66b0f6909630e801ce5d6331d43f44d741" region="gfx1" offset="4"/>
		<rom name="sfz04" size="524288" crc="b983624c" sha1="841106bb9453e3dfb7869c4b0e9149cc610d515a" region="gfx1" offset="6"/>
		<rom name="sfz05" size="524288" crc="2b47b645" sha1="bc6426eff5df9417f32666586744626fa544f7b5" region="gfx1" offset="200000"/>
		<rom name="sfz06" size="524288" crc="74fd9fb1" sha1="7945472591f3c06970e96611a0363ed8f3d52c36" region="gfx1" offset="200002"/>
		<rom name="sfz07" size="524288" crc="bb2c734d" sha1="97a06935f86f31755d2ffdc5b56bef53944bdecd" region="gfx1" offset="200004"/>
		<rom name="sfz08" size="524288" crc="454f7868" sha1="eecccba7542d893bc41676246a20aa4914b79bbc" region="gfx1" offset="200006"/>
		<rom name="sfz10" size="524288" crc="2a7d675e" sha1="0144ba34a29fb08b41c780ce65bb06d25724e88f" region="gfx1" offset="400000"/>
		<rom name="sfz11" size="524288" crc="e35546c8" sha1="7b08aa3413494d12c5c550263a5f00b64b98e6ab" region="gfx1" offset="400002"/>
		<rom name="sfz12" size="524288" crc="f122693a" sha1="71ce901d8d30207e506b6a8d6a4e0fcf3a1b0eac" region="gfx1" offset="400004"/>
		<rom name="sfz13" size="524288" crc="7cf942c8" sha1="a7109facb97a8a11ddf1b4e07de6ff3164d713a1" region="gfx1" offset="400006"/>
		<rom name="sfz14" size="524288" crc="09038c81" sha1="3461d70902fbfb92ce40f804be6388276a01d153" region="gfx1" offset="600000"/>
		<rom name="sfz15" size="524288" crc="1aa17391" sha1="b4d0f760a430b7fc4443b6c94da2659315c5b926" region="gfx1" offset="600002"/>
		<rom name="sfz16" size="524288" crc="19a5abd6" sha1="73ba1de15c883fdc69fd7dccdb58d00ca512d4ea" region="gfx1" offset="600004"/>
		<rom name="sfz17" size="524288" crc="248b3b73" sha1="95810a17b1caf6372b33ed3e4ee8a7e51482c70d" region="gfx1" offset="600006"/>
		<rom name="sfz09" size="65536" crc="c772628b" sha1="ebc5b7c173caf1e151f733f23c1b20abec24e16d" region="cpu2" offset="0"/>
		<rom name="sfz18" size="131072" crc="61022b2d" sha1="6369d0c1d08a30ee19b94e52ab1463a7784b9de5" region="sound1" offset="0"/>
		<rom name="sfz19" size="131072" crc="3b5886d5" sha1="7e1b7d40ef77b5df628dd663d45a9a13c742cf58" region="sound1" offset="20000"/>
		<chip type="cpu" name="68000" clock="10000000"/>
		<chip type="cpu" name="Z80" clock="3579545"/>
		<chip type="audio" name="YM2151" clock="3579545"/>
		<chip type="audio" name="OKI6295" clock="1000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="6" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="sfach" sourcefile="cps1.c" cloneof="sfzch" romof="sfzch">
		<description>Street Fighter Alpha (Publicity US 950727)</description>
		<year>1995</year>
		<manufacturer>Capcom</manufacturer>
		<rom name="sfach23" size="524288" crc="02a1a853" sha1="d92b9e774844fdcc9d9946b3e892b021e672d876" region="cpu1" offset="0"/>
		<rom name="sfza22" merge="sfza22" size="524288" crc="8d9b2480" sha1="405305c1572908d00eab735f28676fbbadb4fac6" region="cpu1" offset="80000"/>
		<rom name="sfzch21" merge="sfzch21" size="524288" crc="5435225d" sha1="6b1156fd82d0710e244ede39faaae0847c598376" region="cpu1" offset="100000"/>
		<rom name="sfza20" merge="sfza20" size="524288" crc="806e8f38" sha1="b6d6912aa8f2f590335d7ff9a8214648e7131ebb" region="cpu1" offset="180000"/>
		<rom name="sfz01" merge="sfz01" size="524288" crc="0dd53e62" sha1="5f3bcf5ca0fd564d115fe5075a4163d3ee3226df" region="gfx1" offset="0"/>
		<rom name="sfz02" merge="sfz02" size="524288" crc="94c31e3f" sha1="2187b3d4977514f2ae486eb33ed76c86121d5745" region="gfx1" offset="2"/>
		<rom name="sfz03" merge="sfz03" size="524288" crc="9584ac85" sha1="bbd62d66b0f6909630e801ce5d6331d43f44d741" region="gfx1" offset="4"/>
		<rom name="sfz04" merge="sfz04" size="524288" crc="b983624c" sha1="841106bb9453e3dfb7869c4b0e9149cc610d515a" region="gfx1" offset="6"/>
		<rom name="sfz05" merge="sfz05" size="524288" crc="2b47b645" sha1="bc6426eff5df9417f32666586744626fa544f7b5" region="gfx1" offset="200000"/>
		<rom name="sfz06" merge="sfz06" size="524288" crc="74fd9fb1" sha1="7945472591f3c06970e96611a0363ed8f3d52c36" region="gfx1" offset="200002"/>
		<rom name="sfz07" merge="sfz07" size="524288" crc="bb2c734d" sha1="97a06935f86f31755d2ffdc5b56bef53944bdecd" region="gfx1" offset="200004"/>
		<rom name="sfz08" merge="sfz08" size="524288" crc="454f7868" sha1="eecccba7542d893bc41676246a20aa4914b79bbc" region="gfx1" offset="200006"/>
		<rom name="sfz10" merge="sfz10" size="524288" crc="2a7d675e" sha1="0144ba34a29fb08b41c780ce65bb06d25724e88f" region="gfx1" offset="400000"/>
		<rom name="sfz11" merge="sfz11" size="524288" crc="e35546c8" sha1="7b08aa3413494d12c5c550263a5f00b64b98e6ab" region="gfx1" offset="400002"/>
		<rom name="sfz12" merge="sfz12" size="524288" crc="f122693a" sha1="71ce901d8d30207e506b6a8d6a4e0fcf3a1b0eac" region="gfx1" offset="400004"/>
		<rom name="sfz13" merge="sfz13" size="524288" crc="7cf942c8" sha1="a7109facb97a8a11ddf1b4e07de6ff3164d713a1" region="gfx1" offset="400006"/>
		<rom name="sfz14" merge="sfz14" size="524288" crc="09038c81" sha1="3461d70902fbfb92ce40f804be6388276a01d153" region="gfx1" offset="600000"/>
		<rom name="sfz15" merge="sfz15" size="524288" crc="1aa17391" sha1="b4d0f760a430b7fc4443b6c94da2659315c5b926" region="gfx1" offset="600002"/>
		<rom name="sfz16" merge="sfz16" size="524288" crc="19a5abd6" sha1="73ba1de15c883fdc69fd7dccdb58d00ca512d4ea" region="gfx1" offset="600004"/>
		<rom name="sfz17" merge="sfz17" size="524288" crc="248b3b73" sha1="95810a17b1caf6372b33ed3e4ee8a7e51482c70d" region="gfx1" offset="600006"/>
		<rom name="sfz09" merge="sfz09" size="65536" crc="c772628b" sha1="ebc5b7c173caf1e151f733f23c1b20abec24e16d" region="cpu2" offset="0"/>
		<rom name="sfz18" merge="sfz18" size="131072" crc="61022b2d" sha1="6369d0c1d08a30ee19b94e52ab1463a7784b9de5" region="sound1" offset="0"/>
		<rom name="sfz19" merge="sfz19" size="131072" crc="3b5886d5" sha1="7e1b7d40ef77b5df628dd663d45a9a13c742cf58" region="sound1" offset="20000"/>
		<chip type="cpu" name="68000" clock="10000000"/>
		<chip type="cpu" name="Z80" clock="3579545"/>
		<chip type="audio" name="YM2151" clock="3579545"/>
		<chip type="audio" name="OKI6295" clock="1000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="6" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="sfzbch" sourcefile="cps1.c" cloneof="sfzch" romof="sfzch">
		<description>Street Fighter Alpha (CPS Changer Brazil 950727)</description>
		<year>1995</year>
		<manufacturer>Hack</manufacturer>
		<rom name="sfzbch23" size="524288" crc="53699f68" sha1="d7f132faf8c31b5e79c32e6b0cce45377ec8d474" region="cpu1" offset="0"/>
		<rom name="sfza22" merge="sfza22" size="524288" crc="8d9b2480" sha1="405305c1572908d00eab735f28676fbbadb4fac6" region="cpu1" offset="80000"/>
		<rom name="sfzch21" merge="sfzch21" size="524288" crc="5435225d" sha1="6b1156fd82d0710e244ede39faaae0847c598376" region="cpu1" offset="100000"/>
		<rom name="sfza20" merge="sfza20" size="524288" crc="806e8f38" sha1="b6d6912aa8f2f590335d7ff9a8214648e7131ebb" region="cpu1" offset="180000"/>
		<rom name="sfz01" merge="sfz01" size="524288" crc="0dd53e62" sha1="5f3bcf5ca0fd564d115fe5075a4163d3ee3226df" region="gfx1" offset="0"/>
		<rom name="sfz02" merge="sfz02" size="524288" crc="94c31e3f" sha1="2187b3d4977514f2ae486eb33ed76c86121d5745" region="gfx1" offset="2"/>
		<rom name="sfz03" merge="sfz03" size="524288" crc="9584ac85" sha1="bbd62d66b0f6909630e801ce5d6331d43f44d741" region="gfx1" offset="4"/>
		<rom name="sfz04" merge="sfz04" size="524288" crc="b983624c" sha1="841106bb9453e3dfb7869c4b0e9149cc610d515a" region="gfx1" offset="6"/>
		<rom name="sfz05" merge="sfz05" size="524288" crc="2b47b645" sha1="bc6426eff5df9417f32666586744626fa544f7b5" region="gfx1" offset="200000"/>
		<rom name="sfz06" merge="sfz06" size="524288" crc="74fd9fb1" sha1="7945472591f3c06970e96611a0363ed8f3d52c36" region="gfx1" offset="200002"/>
		<rom name="sfz07" merge="sfz07" size="524288" crc="bb2c734d" sha1="97a06935f86f31755d2ffdc5b56bef53944bdecd" region="gfx1" offset="200004"/>
		<rom name="sfz08" merge="sfz08" size="524288" crc="454f7868" sha1="eecccba7542d893bc41676246a20aa4914b79bbc" region="gfx1" offset="200006"/>
		<rom name="sfz10" merge="sfz10" size="524288" crc="2a7d675e" sha1="0144ba34a29fb08b41c780ce65bb06d25724e88f" region="gfx1" offset="400000"/>
		<rom name="sfz11" merge="sfz11" size="524288" crc="e35546c8" sha1="7b08aa3413494d12c5c550263a5f00b64b98e6ab" region="gfx1" offset="400002"/>
		<rom name="sfz12" merge="sfz12" size="524288" crc="f122693a" sha1="71ce901d8d30207e506b6a8d6a4e0fcf3a1b0eac" region="gfx1" offset="400004"/>
		<rom name="sfz13" merge="sfz13" size="524288" crc="7cf942c8" sha1="a7109facb97a8a11ddf1b4e07de6ff3164d713a1" region="gfx1" offset="400006"/>
		<rom name="sfz14" merge="sfz14" size="524288" crc="09038c81" sha1="3461d70902fbfb92ce40f804be6388276a01d153" region="gfx1" offset="600000"/>
		<rom name="sfz15" merge="sfz15" size="524288" crc="1aa17391" sha1="b4d0f760a430b7fc4443b6c94da2659315c5b926" region="gfx1" offset="600002"/>
		<rom name="sfz16" merge="sfz16" size="524288" crc="19a5abd6" sha1="73ba1de15c883fdc69fd7dccdb58d00ca512d4ea" region="gfx1" offset="600004"/>
		<rom name="sfz17" merge="sfz17" size="524288" crc="248b3b73" sha1="95810a17b1caf6372b33ed3e4ee8a7e51482c70d" region="gfx1" offset="600006"/>
		<rom name="sfz09" merge="sfz09" size="65536" crc="c772628b" sha1="ebc5b7c173caf1e151f733f23c1b20abec24e16d" region="cpu2" offset="0"/>
		<rom name="sfz18" merge="sfz18" size="131072" crc="61022b2d" sha1="6369d0c1d08a30ee19b94e52ab1463a7784b9de5" region="sound1" offset="0"/>
		<rom name="sfz19" merge="sfz19" size="131072" crc="3b5886d5" sha1="7e1b7d40ef77b5df628dd663d45a9a13c742cf58" region="sound1" offset="20000"/>
		<chip type="cpu" name="68000" clock="10000000"/>
		<chip type="cpu" name="Z80" clock="3579545"/>
		<chip type="audio" name="YM2151" clock="3579545"/>
		<chip type="audio" name="OKI6295" clock="1000000"/>
		<display type="raster" rotate="0" width="384" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="6" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="decodemo" sourcefile="dec0.c" cloneof="baddudes" romof="baddudes">
		<description>Data East (16-bit) Demo</description>
		<year>1988</year>
		<manufacturer>Charles Doty</manufacturer>
		<rom name="decodemo.4" size="65536" crc="7cb53ab2" sha1="c06f8173f5b27b647b186e1c3a198ec22dab4950" region="cpu1" offset="0"/>
		<rom name="decodemo.1" size="65536" crc="920dd0bf" sha1="e69e60121812716b55f4e9c4b3f4993171c5296a" region="cpu1" offset="1"/>
		<rom name="decodemo.6" size="65536" crc="d7978eeb" sha1="1adc95bebe9eea8c112d40cd04ab7a8d75c4f961" region="cpu1" offset="40000"/>
		<rom name="decodemo.3" size="65536" crc="d7978eeb" sha1="1adc95bebe9eea8c112d40cd04ab7a8d75c4f961" region="cpu1" offset="40001"/>
		<rom name="baddudes.7" merge="baddudes.7" size="32768" crc="9fb1ef4b" sha1="f4dd0773be93c2ad8b0faacd12939c531b5aa130" region="cpu2" offset="8000"/>
		<rom name="decodemo.25" size="32768" crc="011ffca6" sha1="5188431849b4613152fd7bdba6a3ff0a4fd6424b" region="gfx1" dispose="yes" offset="0"/>
		<rom name="decodemo.26" size="32768" crc="14b56f44" sha1="66c294b27400d3f3cafd7b1f633681df7195a14b" region="gfx1" dispose="yes" offset="8000"/>
		<rom name="decodemo.18" size="65536" crc="53ac4058" sha1="b6bd668085a6f2c21c66f38955e27ab384a5ebf1" region="gfx2" dispose="yes" offset="0"/>
		<rom name="decodemo.20" size="65536" crc="64f1ca83" sha1="a8922226dc4f67873c0eb32a0da5e920b9e08e49" region="gfx2" dispose="yes" offset="10000"/>
		<rom name="decodemo.22" size="65536" crc="e93c5aef" sha1="bd31b2418a3e3c76c0018d43e9b106895218dae7" region="gfx2" dispose="yes" offset="20000"/>
		<rom name="decodemo.24" size="65536" crc="ae2556dc" sha1="ffcc1f7e8ec25ba35d20cedb6cb4010ea9ff409d" region="gfx2" dispose="yes" offset="30000"/>
		<rom name="decodemo.30" size="65536" crc="9b02b8f8" sha1="665764ac534ad370545f33d210846e69db558f6f" region="gfx3" dispose="yes" offset="8000"/>
		<rom name="decodemo.28" size="65536" crc="596b92f2" sha1="a15f4435a3dcfa7d6a45610fccb8607ae9b8fa19" region="gfx3" dispose="yes" offset="18000"/>
		<rom name="decodemo.15" size="65536" crc="4a051829" sha1="ed560a3ffb9b1d83c3291145e0e938016dd1fa5a" region="gfx4" dispose="yes" offset="0"/>
		<rom name="decodemo.16" size="32768" crc="011ffca6" sha1="5188431849b4613152fd7bdba6a3ff0a4fd6424b" region="gfx4" dispose="yes" offset="10000"/>
		<rom name="decodemo.11" size="65536" crc="d7978eeb" sha1="1adc95bebe9eea8c112d40cd04ab7a8d75c4f961" region="gfx4" dispose="yes" offset="20000"/>
		<rom name="decodemo.12" size="32768" crc="011ffca6" sha1="5188431849b4613152fd7bdba6a3ff0a4fd6424b" region="gfx4" dispose="yes" offset="30000"/>
		<rom name="decodemo.13" size="65536" crc="a58d1d9e" sha1="ebd22872e0230da23d0e63ef7fbe2b5988cd93bd" region="gfx4" dispose="yes" offset="40000"/>
		<rom name="decodemo.14" size="32768" crc="011ffca6" sha1="5188431849b4613152fd7bdba6a3ff0a4fd6424b" region="gfx4" dispose="yes" offset="50000"/>
		<rom name="decodemo.9" size="65536" crc="4d1de58f" sha1="1979fb6d9cdc25033c75fd3f0c30fb56e040ddc0" region="gfx4" dispose="yes" offset="60000"/>
		<rom name="decodemo.10" size="32768" crc="011ffca6" sha1="5188431849b4613152fd7bdba6a3ff0a4fd6424b" region="gfx4" dispose="yes" offset="70000"/>
		<rom name="baddudes.8" merge="baddudes.8" size="65536" crc="3c87463e" sha1="f17c98507b562e91e9b27599614b3249fe68ff7a" region="sound1" offset="0"/>
		<chip type="cpu" name="68000" clock="10000000"/>
		<chip type="cpu" name="M6502" clock="1500000"/>
		<chip type="audio" name="YM2203" clock="1500000"/>
		<chip type="audio" name="YM3812" clock="3000000"/>
		<chip type="audio" name="OKI6295" clock="1023924"/>
		<display type="raster" rotate="0" width="256" height="240" refresh="57.410000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="Infinite (Cheat)"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="1024"/>
	</game>
	<game name="kong2600" sourcefile="dkong.c" cloneof="dkong" romof="dkong" sampleof="dkong">
		<description>Donkey Kong (2600 graphics)</description>
		<year>1999</year>
		<manufacturer>Vic Twenty George hack</manufacturer>
		<rom name="c_5et_g.bin" merge="c_5et_g.bin" size="4096" crc="ba70b88b" sha1="d76ebecfea1af098d843ee7e578e480cd658ac1a" region="cpu1" offset="0"/>
		<rom name="c_5ct_g.bin" merge="c_5ct_g.bin" size="4096" crc="5ec461ec" sha1="acb11a8fbdbb3ab46068385fe465f681e3c824bd" region="cpu1" offset="1000"/>
		<rom name="c_5bt_g.bin" merge="c_5bt_g.bin" size="4096" crc="1c97d324" sha1="c7966261f3a1d3296927e0b6ee1c58039fc53c1f" region="cpu1" offset="2000"/>
		<rom name="c_5at_g.bin" merge="c_5at_g.bin" size="4096" crc="b9005ac0" sha1="3fe3599f6fa7c496f782053ddf7bacb453d197c4" region="cpu1" offset="3000"/>
		<rom name="s_3i_b.bin" merge="s_3i_b.bin" size="2048" crc="45a4ed06" sha1="144d24464c1f9f01894eb12f846952290e6e32ef" region="cpu2" offset="0"/>
		<rom name="s_3j_b.bin" merge="s_3j_b.bin" size="2048" crc="4743fe92" sha1="6c82b57637c0212a580591397e6a5a1718f19fd2" region="cpu2" offset="800"/>
		<rom name="k2600.3n" size="2048" crc="0e6a2a6d" sha1="7ebbcb78b269184cf588b5ad0b90f449d6d4e299" region="gfx1" dispose="yes" offset="0"/>
		<rom name="k2600.3p" size="2048" crc="ca57e0f4" sha1="12c7821fc9f7fee276f7aa27dd0421f565b0f469" region="gfx1" dispose="yes" offset="800"/>
		<rom name="k2600.7c" size="2048" crc="cf450a43" sha1="efa772f92b890181c0823b8113e069b7c4400ede" region="gfx2" dispose="yes" offset="0"/>
		<rom name="k2600.7d" size="2048" crc="d5046907" sha1="1eb08ed67f6de04c4f3cb8f449503bbedc6207bc" region="gfx2" dispose="yes" offset="800"/>
		<rom name="k2600.7e" size="2048" crc="1539fe2a" sha1="ea599987a2d65ffe2d09ca0951529bde2d31b1be" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="k2600.7f" size="2048" crc="77cc00ab" sha1="7560bf4fd65c03f28f015abf64f83fc4ad7ae512" region="gfx2" dispose="yes" offset="1800"/>
		<rom name="k2600.2k" size="256" crc="1e82d375" sha1="8f2da5cedd1f62be08555dd0eb929eb41da5079d" region="proms" offset="0"/>
		<rom name="k2600.2j" size="256" crc="2ab01dc8" sha1="c25958d0706cabf997efe16fad71f454fc1ced0b" region="proms" offset="100"/>
		<rom name="k2600.5f" size="256" crc="44988665" sha1="68c474fc81aff46eae6c9a7ac6ab80288303e291" region="proms" offset="200"/>
		<sample name="run01.wav"/>
		<sample name="run02.wav"/>
		<sample name="run03.wav"/>
		<sample name="jump.wav"/>
		<sample name="dkstomp.wav"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="I8035" clock="400000"/>
		<chip type="audio" name="DAC"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="1" service="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="7000" default="yes"/>
			<dipvalue name="10000"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="5 Coins/1 Credit"/>
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="256"/>
	</game>
	<game name="nadkong" sourcefile="dkong.c" cloneof="dkong" romof="dkong" sampleof="dkong">
		<description>Naked Donkey Kong (XXX)</description>
		<year>2004</year>
		<manufacturer>Hack</manufacturer>
		<rom name="c_5et_g.bin" merge="c_5et_g.bin" size="4096" crc="ba70b88b" sha1="d76ebecfea1af098d843ee7e578e480cd658ac1a" region="cpu1" offset="0"/>
		<rom name="c_5ct_g.bin" merge="c_5ct_g.bin" size="4096" crc="5ec461ec" sha1="acb11a8fbdbb3ab46068385fe465f681e3c824bd" region="cpu1" offset="1000"/>
		<rom name="c_5bt_g.bin" merge="c_5bt_g.bin" size="4096" crc="1c97d324" sha1="c7966261f3a1d3296927e0b6ee1c58039fc53c1f" region="cpu1" offset="2000"/>
		<rom name="c_5at_g.bin" merge="c_5at_g.bin" size="4096" crc="b9005ac0" sha1="3fe3599f6fa7c496f782053ddf7bacb453d197c4" region="cpu1" offset="3000"/>
		<rom name="s_3i_b.bin" merge="s_3i_b.bin" size="2048" crc="45a4ed06" sha1="144d24464c1f9f01894eb12f846952290e6e32ef" region="cpu2" offset="0"/>
		<rom name="s_3j_b.bin" merge="s_3j_b.bin" size="2048" crc="4743fe92" sha1="6c82b57637c0212a580591397e6a5a1718f19fd2" region="cpu2" offset="800"/>
		<rom name="nadk_v_5h_b.bin" size="2048" crc="88772f5b" sha1="0fd6cbb593e87b863eb317b063151ef3b81565c2" region="gfx1" dispose="yes" offset="0"/>
		<rom name="nadk_v_3pt.bin" size="2048" crc="4c8aa728" sha1="a277988d48f0d2f5d7cf9ef05eef222a36248cd3" region="gfx1" dispose="yes" offset="800"/>
		<rom name="nadk_l_4m_b.bin" size="2048" crc="2afbf9e6" sha1="51e4f2f67903158b77574d55fcd17f302bc04a52" region="gfx2" dispose="yes" offset="0"/>
		<rom name="nadk_l_4n_b.bin" size="2048" crc="4f077877" sha1="4f2c2bc693b0e8d36114024b6eaeb37a3b5d853d" region="gfx2" dispose="yes" offset="800"/>
		<rom name="nadk_l_4r_b.bin" size="2048" crc="d868da93" sha1="c1c5d21f8c6a057fd5f54cab1eb4dbef06120405" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="nadk_l_4s_b.bin" size="2048" crc="7ebfe9f3" sha1="75bd16e9590ada93b061dee3ec7916e1e1f113c3" region="gfx2" dispose="yes" offset="1800"/>
		<rom name="c-2k.bpr" merge="c-2k.bpr" size="256" crc="e273ede5" sha1="b50ec9e1837c00c20fb2a4369ec7dd0358321127" region="proms" offset="0"/>
		<rom name="c-2j.bpr" merge="c-2j.bpr" size="256" crc="d6412358" sha1="f9c872da2fe8e800574ae3bf483fb3ccacc92eb3" region="proms" offset="100"/>
		<rom name="v-5e.bpr" merge="v-5e.bpr" size="256" crc="b869b8f5" sha1="c2bdccbf2654b64ea55cd589fd21323a9178a660" region="proms" offset="200"/>
		<sample name="run01.wav"/>
		<sample name="run02.wav"/>
		<sample name="run03.wav"/>
		<sample name="jump.wav"/>
		<sample name="dkstomp.wav"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="I8035" clock="400000"/>
		<chip type="audio" name="DAC"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="1" service="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="7000" default="yes"/>
			<dipvalue name="10000"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="5 Coins/1 Credit"/>
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="256"/>
	</game>
	<game name="dkongex" sourcefile="dkong.c" cloneof="dkong" romof="dkong" sampleof="dkong">
		<description>Donkey Kong (w/ Foundry)</description>
		<year>1981</year>
		<manufacturer>Hack</manufacturer>
		<rom name="cx_5et_g.bin" size="4096" crc="00b7efaf" region="cpu1" offset="0"/>
		<rom name="cx_5ct_g.bin" size="4096" crc="88af9b69" region="cpu1" offset="1000"/>
		<rom name="cx_5bt_g.bin" size="4096" crc="de74ad91" region="cpu1" offset="2000"/>
		<rom name="cx_5at_g.bin" size="4096" crc="9fa3e5b7" region="cpu1" offset="3000"/>
		<rom name="s_3i_b.bin" merge="s_3i_b.bin" size="2048" crc="45a4ed06" region="cpu2" offset="0"/>
		<rom name="s_3j_b.bin" merge="s_3j_b.bin" size="2048" crc="4743fe92" region="cpu2" offset="800"/>
		<rom name="v_5h_b.bin" merge="v_5h_b.bin" size="2048" crc="12c8c95d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="v_3pt.bin" merge="v_3pt.bin" size="2048" crc="15e9c5e9" region="gfx1" dispose="yes" offset="800"/>
		<rom name="l_4m_b.bin" merge="l_4m_b.bin" size="2048" crc="59f8054d" region="gfx2" dispose="yes" offset="0"/>
		<rom name="l_4n_b.bin" merge="l_4n_b.bin" size="2048" crc="672e4714" region="gfx2" dispose="yes" offset="800"/>
		<rom name="l_4r_b.bin" merge="l_4r_b.bin" size="2048" crc="feaa59ee" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="l_4s_b.bin" merge="l_4s_b.bin" size="2048" crc="20f2ef7e" region="gfx2" dispose="yes" offset="1800"/>
		<rom name="c-2k.bpr" merge="c-2k.bpr" size="256" crc="e273ede5" region="proms" offset="0"/>
		<rom name="c-2j.bpr" merge="c-2j.bpr" size="256" crc="d6412358" region="proms" offset="100"/>
		<rom name="v-5e.bpr" merge="v-5e.bpr" size="256" crc="b869b8f5" region="proms" offset="200"/>
		<sample name="run01.wav"/>
		<sample name="run02.wav"/>
		<sample name="run03.wav"/>
		<sample name="jump.wav"/>
		<sample name="dkstomp.wav"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="I8035" clock="400000"/>
		<chip type="audio" name="DAC"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="1" service="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="7000" default="yes"/>
			<dipvalue name="10000"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="5 Coins/1 Credit"/>
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="256"/>
	</game>
	<game name="sdreturn" sourcefile="docastle.c" cloneof="dorunrun" romof="dorunrun">
		<description>Sticky Do Returns</description>
		<year>2002</year>
		<manufacturer>Hack</manufacturer>
		<rom name="2764.p1" merge="2764.p1" size="8192" crc="95c86f8e" sha1="9fe44911e0aa8d4c7299472a31c401e064d63d17" region="cpu1" offset="0"/>
		<rom name="2764.l1" merge="2764.l1" size="8192" crc="e9a65ba7" sha1="fbee57d68352fd4062aac55cd1070f001714d0a3" region="cpu1" offset="4000"/>
		<rom name="2764.k1" merge="2764.k1" size="8192" crc="b1195d3d" sha1="095ad2ee1f53be3203830263cb0c9efbe4710c56" region="cpu1" offset="6000"/>
		<rom name="2764.n1" merge="2764.n1" size="8192" crc="6a8160d1" sha1="12101c351bf800319172c459b5e7c69cb5603806" region="cpu1" offset="8000"/>
		<rom name="27128.p7" merge="27128.p7" size="16384" crc="8b06d461" sha1="2434478810c6301197997be76505f5fc6beba5d3" region="cpu2" offset="0"/>
		<rom name="bprom2.bin" merge="bprom2.bin" size="512" crc="2747ca77" sha1="abc0ca05925974c4b852827605ee2f1caefb8524" region="cpu3" offset="200"/>
		<rom name="27128.a3" merge="27128.a3" size="16384" crc="4be96dcf" sha1="f9b45e6297cbbc4d1ee2df7ac377c5daf5181b0f" region="gfx1" dispose="yes" offset="0"/>
		<rom name="sdret_2764.m4" size="8192" crc="e8779d04" sha1="f185efbdc7410e3adba85de482e1b06778b17fe9" region="gfx2" dispose="yes" offset="0"/>
		<rom name="sdret_2764.l4" size="8192" crc="bc217d6c" sha1="abeaea49aad85f62943d7a3c30c8655fb29d3e62" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="sdret_2764.j4" size="8192" crc="04824549" sha1="5056db06c06d76580a85fc65d1e473e77eb48ee9" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="sdret_2764.h4" size="8192" crc="c23c36c2" sha1="22461c04ea2cfd39c395ca7e42a50636fb1c3625" region="gfx2" dispose="yes" offset="6000"/>
		<rom name="dorunrun.clr" merge="dorunrun.clr" size="256" crc="d5bab5d5" sha1="7a465fe30b6008793d33f6e07086c89111e1e407" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3900000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<display type="raster" rotate="0" width="240" height="192" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2" service="yes" tilt="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="1 (Beginner)" default="yes"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4 (Advanced)"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty of EXTRA">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Difficult"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Special">
			<dipvalue name="Given" default="yes"/>
			<dipvalue name="Not Given"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="258"/>
	</game>
	<game name="mineswp" sourcefile="dotrikun.c">
		<description>Mine Sweeper (Dottori Kun hardware)</description>
		<year>1998</year>
		<manufacturer>J-Rom</manufacturer>
		<rom name="14479b.mpr" size="16384" crc="1cece483" sha1="c425a09b640721c9a5b499cdb79848dc18ee66b9" region="cpu1" offset="0"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<display type="raster" rotate="0" width="256" height="192" refresh="60.000000" />
		<sound channels="0"/>
		<input players="1" buttons="2" coins="1">
			<control type="joy8way"/>
		</input>
		<driver status="preliminary" emulation="good" color="good" sound="preliminary" graphic="good" savestate="unsupported" palettesize="2"/>
	</game>
	<game name="exriongr" sourcefile="exerion.c" cloneof="exerion" romof="exerion">
		<description>Exerion (Greek)</description>
		<year>2004</year>
		<manufacturer>GreekRoms</manufacturer>
		<rom name="exriongr.07" size="8192" crc="0ade934a" sha1="a949aa66f27876ca439b799a9918841f7d8d3115" region="cpu1" offset="0"/>
		<rom name="exriongr.08" size="8192" crc="a469f93e" sha1="7e800e4c0dce2b9c9525dc1667ca13f1b2844d9b" region="cpu1" offset="2000"/>
		<rom name="exriongr.09" size="8192" crc="f0a8d5db" sha1="df0f18ebef27a70ef420903a02ec5ce3c43d1d8b" region="cpu1" offset="4000"/>
		<rom name="exerion.05" merge="exerion.05" size="8192" crc="32f6bff5" sha1="a4d0289f9d1d9eea7ca9a32a0616af48da74b401" region="cpu2" offset="0"/>
		<rom name="exriongr.06" size="8192" crc="e18dc7c6" sha1="1ec9bb9aa1552e4d7dbe16435f98209813590211" region="gfx1" dispose="yes" offset="0"/>
		<rom name="exerion.11" merge="exerion.11" size="8192" crc="f0633a09" sha1="8989bcb12abadde34777f7c189cfa6e2dfe92d62" region="gfx2" dispose="yes" offset="0"/>
		<rom name="exerion.10" merge="exerion.10" size="8192" crc="80312de0" sha1="4fa3bb9d5c62e41a54e8909f8d3b47637137e913" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="exerion.03" merge="exerion.03" size="8192" crc="790595b8" sha1="8016ac2394b25db38e962bcff4805380082f6683" region="gfx3" dispose="yes" offset="0"/>
		<rom name="exerion.04" merge="exerion.04" size="8192" crc="d7abd0b9" sha1="ca6413ecd324cf84e11b703a4eda2c1e6d28ff15" region="gfx3" dispose="yes" offset="2000"/>
		<rom name="exriongr.01" size="8192" crc="b18009ea" sha1="6a7abbe60e493a125b5d0e4d7f114b15758e4c6e" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="exerion.02" merge="exerion.02" size="8192" crc="a7ecbb70" sha1="3c359d5bb21290a45d3eb18fea2b1f9439b931be" region="gfx3" dispose="yes" offset="6000"/>
		<rom name="exerion.e1" merge="exerion.e1" size="32" crc="2befcc20" sha1="a24d3f691413378fde545a6ddcef7e5118e74019" region="proms" offset="0"/>
		<rom name="exerion.i8" merge="exerion.i8" size="256" crc="31db0e08" sha1="1041a778e86d3fe6f057cf40a0a08b30760f3887" region="proms" offset="20"/>
		<rom name="exerion.h10" merge="exerion.h10" size="256" crc="63b4c555" sha1="30243041be4fa77ada71e8b29d721cad51640c29" region="proms" offset="120"/>
		<rom name="exerion.i3" merge="exerion.i3" size="256" crc="fe72ab79" sha1="048a72e6db4768df687df927acaa70ef906b3dc0" region="proms" offset="220"/>
		<rom name="exerion.k4" merge="exerion.k4" size="256" crc="ffc2ba43" sha1="03be1c41d6ac3fc11439caef04ef5ffa60d6aec4" region="proms" offset="320"/>
		<chip type="cpu" name="Z80" clock="3333333"/>
		<chip type="cpu" name="Z80" clock="3333333"/>
		<chip type="audio" name="AY8910" clock="1666666"/>
		<chip type="audio" name="AY8910" clock="1666666"/>
		<display type="raster" rotate="90" width="320" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="1">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="Infinite (Cheat)"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
			<dipvalue name="40000"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="trukker" sourcefile="frogger.c" cloneof="frogger" romof="frogger">
		<description>Trukker</description>
		<year>1999</year>
		<manufacturer>Grimlick hack</manufacturer>
		<rom name="frogger.ic5" size="4096" crc="efab0c79" sha1="68c99b6cdcb9396bb473739a62ffc009b4bf57d5" region="cpu1" offset="0"/>
		<rom name="frogger.ic6" size="4096" crc="aeca9c13" sha1="cdf560adbd7f2813e86e378da7781cccf7928a44" region="cpu1" offset="1000"/>
		<rom name="frogger.ic7" size="4096" crc="dd251066" sha1="4612e1fe1ab7182a277140b1a1976cc17e0746a5" region="cpu1" offset="2000"/>
		<rom name="frogger.ic8" size="4096" crc="bf293a02" sha1="be94e9f5caa74c3de6fd95bd20928f4a9c514227" region="cpu1" offset="3000"/>
		<rom name="frogger.608" merge="frogger.608" size="2048" crc="e8ab0256" sha1="f090afcfacf5f13cdfa0dfda8e3feb868c6ce8bc" region="cpu2" offset="0"/>
		<rom name="frogger.609" merge="frogger.609" size="2048" crc="7380a48f" sha1="75582a94b696062cbdb66a4c5cf0bc0bb94f81ee" region="cpu2" offset="800"/>
		<rom name="frogger.610" merge="frogger.610" size="2048" crc="31d7eb27" sha1="2e1d34ae4da385fd7cac94707d25eeddf4604e1a" region="cpu2" offset="1000"/>
		<rom name="trukker.606" size="2048" crc="f0c49466" sha1="f88d02ada32a9f1e10004785d17659279fd1d651" region="gfx1" dispose="yes" offset="0"/>
		<rom name="trukker.607" size="2048" crc="6ab5c2eb" sha1="d13fcd5669bd0f8f76505684ba5e788b395aeef1" region="gfx1" dispose="yes" offset="800"/>
		<rom name="pr-91.6l" merge="pr-91.6l" size="32" crc="413703bf" sha1="66648b2b28d3dcbda5bdb2605d1977428939dd3c" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="7"/>
			<dipvalue name="256 (Cheat)"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="A 2/1 B 2/1 C 2/1"/>
			<dipvalue name="A 2/1 B 1/3 C 2/1"/>
			<dipvalue name="A 1/1 B 1/1 C 1/1" default="yes"/>
			<dipvalue name="A 1/1 B 1/6 C 1/1"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="99"/>
	</game>
	<game name="kazzy" sourcefile="frogger.c" cloneof="frogger" romof="frogger">
		<description>Kazzy</description>
		<year>1981</year>
		<manufacturer>Konami</manufacturer>
		<rom name="frogger.26" merge="frogger.26" size="4096" crc="597696d6" sha1="e7e021776cad00f095a1ebbef407b7c0a8f5d835" region="cpu1" offset="0"/>
		<rom name="frogger.27" merge="frogger.27" size="4096" crc="b6e6fcc3" sha1="5e8692f2b0c7f4b3642b3ee6670e1c3b20029cdc" region="cpu1" offset="1000"/>
		<rom name="frsm3.7" merge="frsm3.7" size="4096" crc="aca22ae0" sha1="5a99060ea2506a3ac7d61ca5876ce5cb3e493565" region="cpu1" offset="2000"/>
		<rom name="frogger.608" merge="frogger.608" size="2048" crc="e8ab0256" sha1="f090afcfacf5f13cdfa0dfda8e3feb868c6ce8bc" region="cpu2" offset="0"/>
		<rom name="frogger.609" merge="frogger.609" size="2048" crc="7380a48f" sha1="75582a94b696062cbdb66a4c5cf0bc0bb94f81ee" region="cpu2" offset="800"/>
		<rom name="frogger.610" merge="frogger.610" size="2048" crc="31d7eb27" sha1="2e1d34ae4da385fd7cac94707d25eeddf4604e1a" region="cpu2" offset="1000"/>
		<rom name="kazzy.607" size="2048" crc="86f041e6" sha1="61dd02bb2dda15d2f47ecc878a9dd6aa3118687d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="kazzy.606" size="2048" crc="9ea43774" sha1="d96eae151580f6ccef78049a73ec1fc5fa90aa63" region="gfx1" dispose="yes" offset="800"/>
		<rom name="pr-91.6l" merge="pr-91.6l" size="32" crc="413703bf" sha1="66648b2b28d3dcbda5bdb2605d1977428939dd3c" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="7"/>
			<dipvalue name="256 (Cheat)"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="A 2/1 B 2/1 C 2/1"/>
			<dipvalue name="A 2/1 B 1/3 C 2/1"/>
			<dipvalue name="A 1/1 B 1/1 C 1/1" default="yes"/>
			<dipvalue name="A 1/1 B 1/6 C 1/1"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="99"/>
	</game>
	<game name="galaga99" sourcefile="galaga.c" cloneof="galaga" romof="galaga">
		<description>Galaga '99</description>
		<year>1999</year>
		<manufacturer>Jerky and Sil hack</manufacturer>
		<rom name="gg1-1" size="4096" crc="a3a0f743" sha1="6907773db7c002ecde5e41853603d53387c5c7cd" region="cpu1" offset="0"/>
		<rom name="g99-04k_g02.bin" size="4096" crc="ab0df3ac" sha1="29c5bce17baa6778fad5faff1a241021e143e29f" region="cpu1" offset="1000"/>
		<rom name="g99-04j_g03.bin" merge="gg1-3.2m" size="4096" crc="753ce503" sha1="481f443aea3ed3504ec2f3a6bfcf3cd47e2f8f81" region="cpu1" offset="2000"/>
		<rom name="g99-04h_g04.bin" size="4096" crc="b9a315fb" sha1="3422dbd1fe116f9193dcccb1dba691eb98eab3aa" region="cpu1" offset="3000"/>
		<rom name="gg1-5" size="4096" crc="3102fccd" sha1="d29b68d6aab3217fa2106b3507b9273ff3f927bf" region="cpu2" offset="0"/>
		<rom name="gg1-7" size="4096" crc="8995088d" sha1="d6cb439de0718826d1a0363c9d77de8740b18ecf" region="cpu3" offset="0"/>
		<rom name="54xx.bin" merge="54xx.bin" size="1024" crc="ee7357e0" sha1="01bdf984a49e8d0cc8761b2cc162fd6434d5afbe" region="cpu4" offset="0"/>
		<rom name="g99-07m_g08.bin" size="4096" crc="cc091e8b" sha1="b71b962d5cd71fa78f0709b5cccf549cb7f4e9f0" region="gfx1" dispose="yes" offset="0"/>
		<rom name="g99-07e_g10.bin" size="4096" crc="2b493359" sha1="e006ee999277120f01d1669ffe28df0b96415af5" region="gfx2" dispose="yes" offset="0"/>
		<rom name="g99-07h_g09.bin" size="4096" crc="cdbb428d" sha1="6c8dfb5da2bee99f07585e23ecfa21c67218cddb" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="prom-5.5n" merge="prom-5.5n" size="32" crc="54603c6b" sha1="1a6dea13b4af155d9cb5b999a75d4f1eb9c71346" region="proms" offset="0"/>
		<rom name="2n.bin" size="256" crc="a547d33b" sha1="7323084320bb61ae1530d916f5edd8835d4d2461" region="proms" offset="20"/>
		<rom name="1c.bin" size="256" crc="b6f585fb" sha1="dd10147c4f05fede7ae6e7a760681700a660e87e" region="proms" offset="120"/>
		<rom name="5c.bin" size="256" crc="8bd565f6" sha1="bedba65816abfc2ebeacac6ee335ca6f136e3e3d" region="proms" offset="220"/>
		<rom name="1d.bin" size="256" crc="86d92b24" sha1="6bef9102b97c83025a2cf84e89d95f2d44c3d2ed" region="sound1" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="MB88xx" clock="256000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Discrete"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Rack Test">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20K 60K 60K"/>
			<dipvalue name="20K 60K"/>
			<dipvalue name="20K 70K 70K" default="yes"/>
			<dipvalue name="20K 80K 80K"/>
			<dipvalue name="30K 80K"/>
			<dipvalue name="30K 100K 100K"/>
			<dipvalue name="30K 120K 120K"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="96"/>
	</game>
	<game name="galagabl" sourcefile="galaga.c" cloneof="galaga" romof="galaga">
		<description>Galaga (Namco 1982)</description>
		<year>1982</year>
		<manufacturer>bootleg</manufacturer>
		<rom name="galagabl.1_1" size="4096" crc="a3a0f743" sha1="6907773db7c002ecde5e41853603d53387c5c7cd" region="cpu1" offset="0"/>
		<rom name="galagabl.1_2" size="4096" crc="f1d87ec3" sha1="44034b4f015d9e876253d2827e05f3d41133e097" region="cpu1" offset="1000"/>
		<rom name="galagabl.1_3" merge="gg1-3.2m" size="4096" crc="753ce503" sha1="481f443aea3ed3504ec2f3a6bfcf3cd47e2f8f81" region="cpu1" offset="2000"/>
		<rom name="galagabl.1_4" size="4096" crc="83874442" sha1="366cb0dbd31b787e64f88d182108b670d03b393e" region="cpu1" offset="3000"/>
		<rom name="galagabl.1_5" size="4096" crc="3102fccd" sha1="d29b68d6aab3217fa2106b3507b9273ff3f927bf" region="cpu2" offset="0"/>
		<rom name="galagabl.1_7" size="4096" crc="8995088d" sha1="d6cb439de0718826d1a0363c9d77de8740b18ecf" region="cpu3" offset="0"/>
		<rom name="galagabl.1_6" size="4096" crc="001b70bc" sha1="b465eee91e75257b7b049d49c0064ab5fd66c576" region="cpu4" offset="0"/>
		<rom name="galagabl.1_8" merge="gg1-9.4l" size="4096" crc="58b2f47c" sha1="62f1279a784ab2f8218c4137c7accda00e6a3490" region="gfx1" dispose="yes" offset="0"/>
		<rom name="galagabl.1_a" merge="gg1-11.4d" size="4096" crc="ad447c80" sha1="e697c180178cabd1d32483c5d8889a40633f7857" region="gfx2" dispose="yes" offset="0"/>
		<rom name="galagabl.1_9" merge="gg1-10.4f" size="4096" crc="dd6f1afc" sha1="c340ed8c25e0979629a9a1730edc762bd72d0cff" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="prom-5.5n" merge="prom-5.5n" size="32" crc="54603c6b" sha1="1a6dea13b4af155d9cb5b999a75d4f1eb9c71346" region="proms" offset="0"/>
		<rom name="prom-4.2n" merge="prom-4.2n" size="256" crc="59b6edab" sha1="0281de86c236c88739297ff712e0a4f5c8bf8ab9" region="proms" offset="20"/>
		<rom name="prom-3.1c" merge="prom-3.1c" size="256" crc="4a04bb6b" sha1="cdd4bc1013f5c11984fdc4fd10e2d2e27120c1e5" region="proms" offset="120"/>
		<rom name="prom-1.1d" merge="prom-1.1d" size="256" crc="7a2815b4" sha1="085ada18c498fdb18ecedef0ea8fe9217edb7b46" region="sound1" offset="0"/>
		<rom name="prom-2.5c" merge="prom-2.5c" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Rack Test">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20K 60K 60K"/>
			<dipvalue name="20K 60K"/>
			<dipvalue name="20K 70K 70K" default="yes"/>
			<dipvalue name="20K 80K 80K"/>
			<dipvalue name="30K 80K"/>
			<dipvalue name="30K 100K 100K"/>
			<dipvalue name="30K 120K 120K"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="96"/>
	</game>
	<game name="galagaf" sourcefile="galaga.c" cloneof="galaga" romof="galaga">
		<description>Galaga (Fast Shoot Hack)</description>
		<year>1981</year>
		<manufacturer>Namco</manufacturer>
		<rom name="3200a.bin" size="4096" crc="3ef0b053" sha1="0c04a362b737998c0952a753fb3fd8c8a17e9b46" region="cpu1" offset="0"/>
		<rom name="3300b.bin" size="4096" crc="1b280831" sha1="f7ea12e61929717ebe43a4198a97f109845a2c62" region="cpu1" offset="1000"/>
		<rom name="3400c.bin" size="4096" crc="16233d33" sha1="a7eb799be5e23058754a92b15e6527bfbb47a354" region="cpu1" offset="2000"/>
		<rom name="3500d.bin" size="4096" crc="0aaf5c23" sha1="3f4b0bb960bf002261e9c1278c88f594c6aa8ab6" region="cpu1" offset="3000"/>
		<rom name="gg_5fast.bin" size="4096" crc="ae82145e" sha1="146bd848e9783f34b1a006d793ee3f36e53baad0" region="cpu2" offset="0"/>
		<rom name="3700g.bin" size="4096" crc="b07f0aa4" sha1="7528644a8480d0be2d0d37069515ed319e94778f" region="cpu3" offset="0"/>
		<rom name="54xx.bin" merge="54xx.bin" size="1024" crc="ee7357e0" sha1="01bdf984a49e8d0cc8761b2cc162fd6434d5afbe" region="cpu4" offset="0"/>
		<rom name="gg1-9.4l" merge="gg1-9.4l" size="4096" crc="58b2f47c" sha1="62f1279a784ab2f8218c4137c7accda00e6a3490" region="gfx1" dispose="yes" offset="0"/>
		<rom name="gg1-11.4d" merge="gg1-11.4d" size="4096" crc="ad447c80" sha1="e697c180178cabd1d32483c5d8889a40633f7857" region="gfx2" dispose="yes" offset="0"/>
		<rom name="gg1-10.4f" merge="gg1-10.4f" size="4096" crc="dd6f1afc" sha1="c340ed8c25e0979629a9a1730edc762bd72d0cff" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="prom-5.5n" merge="prom-5.5n" size="32" crc="54603c6b" sha1="1a6dea13b4af155d9cb5b999a75d4f1eb9c71346" region="proms" offset="0"/>
		<rom name="prom-4.2n" merge="prom-4.2n" size="256" crc="59b6edab" sha1="0281de86c236c88739297ff712e0a4f5c8bf8ab9" region="proms" offset="20"/>
		<rom name="prom-3.1c" merge="prom-3.1c" size="256" crc="4a04bb6b" sha1="cdd4bc1013f5c11984fdc4fd10e2d2e27120c1e5" region="proms" offset="120"/>
		<rom name="prom-1.1d" merge="prom-1.1d" size="256" crc="7a2815b4" sha1="085ada18c498fdb18ecedef0ea8fe9217edb7b46" region="sound1" offset="0"/>
		<rom name="prom-2.5c" merge="prom-2.5c" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="MB88xx" clock="256000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Discrete"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Rack Test">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20K 60K 60K"/>
			<dipvalue name="20K 60K"/>
			<dipvalue name="20K 70K 70K" default="yes"/>
			<dipvalue name="20K 80K 80K"/>
			<dipvalue name="30K 80K"/>
			<dipvalue name="30K 100K 100K"/>
			<dipvalue name="30K 120K 120K"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="96"/>
	</game>
	<game name="galagix" sourcefile="galaga.c" cloneof="galaga" romof="galaga">
		<description>Galagix</description>
		<year>1981</year>
		<manufacturer>Hack</manufacturer>
		<rom name="gg1-1" size="4096" crc="a3a0f743" sha1="6907773db7c002ecde5e41853603d53387c5c7cd" region="cpu1" offset="0"/>
		<rom name="gg1-2" size="4096" crc="43bb0d5c" sha1="666975aed5ce84f09794c54b550d64d95ab311f0" region="cpu1" offset="1000"/>
		<rom name="gg1-3.2m" merge="gg1-3.2m" size="4096" crc="753ce503" sha1="481f443aea3ed3504ec2f3a6bfcf3cd47e2f8f81" region="cpu1" offset="2000"/>
		<rom name="gg1-4" size="4096" crc="83874442" sha1="366cb0dbd31b787e64f88d182108b670d03b393e" region="cpu1" offset="3000"/>
		<rom name="gg1-5" size="4096" crc="3102fccd" sha1="d29b68d6aab3217fa2106b3507b9273ff3f927bf" region="cpu2" offset="0"/>
		<rom name="gg1-7" size="4096" crc="8995088d" sha1="d6cb439de0718826d1a0363c9d77de8740b18ecf" region="cpu3" offset="0"/>
		<rom name="54xx.bin" merge="54xx.bin" size="1024" crc="ee7357e0" sha1="01bdf984a49e8d0cc8761b2cc162fd6434d5afbe" region="cpu4" offset="0"/>
		<rom name="gx_07m_g08.bin" size="4096" crc="4b0a6b29" sha1="1707bdfab7a17579b4171417d86ae76e065299c5" region="gfx1" dispose="yes" offset="0"/>
		<rom name="gx_07e_g10.bin" size="4096" crc="b52a7dff" sha1="1bf1cf9db72d16d1e6539d4fc05bbee071cc3420" region="gfx2" dispose="yes" offset="0"/>
		<rom name="gx_07h_g09.bin" size="4096" crc="ffd5c70e" sha1="5eac91087129ec8038feabdb18cb3199e52cae23" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="prom-5.5n" merge="prom-5.5n" size="32" crc="54603c6b" sha1="1a6dea13b4af155d9cb5b999a75d4f1eb9c71346" region="proms" offset="0"/>
		<rom name="2n.bin" size="256" crc="a547d33b" sha1="7323084320bb61ae1530d916f5edd8835d4d2461" region="proms" offset="20"/>
		<rom name="1c.bin" size="256" crc="b6f585fb" sha1="dd10147c4f05fede7ae6e7a760681700a660e87e" region="proms" offset="120"/>
		<rom name="5c.bin" size="256" crc="8bd565f6" sha1="bedba65816abfc2ebeacac6ee335ca6f136e3e3d" region="proms" offset="220"/>
		<rom name="1d.bin" size="256" crc="86d92b24" sha1="6bef9102b97c83025a2cf84e89d95f2d44c3d2ed" region="sound1" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="MB88xx" clock="256000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Discrete"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Rack Test">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20K 60K 60K"/>
			<dipvalue name="20K 60K"/>
			<dipvalue name="20K 70K 70K" default="yes"/>
			<dipvalue name="20K 80K 80K"/>
			<dipvalue name="30K 80K"/>
			<dipvalue name="30K 100K 100K"/>
			<dipvalue name="30K 120K 120K"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="96"/>
	</game>
	<game name="galagost" sourcefile="galaga.c" cloneof="galaga" romof="galaga">
		<description>Galaga Ghost (Set 1)</description>
		<year>2002</year>
		<manufacturer>[Twisty Hack]</manufacturer>
		<rom name="3200a.bin" size="4096" crc="3ef0b053" sha1="0c04a362b737998c0952a753fb3fd8c8a17e9b46" region="cpu1" offset="0"/>
		<rom name="3300b.bin" size="4096" crc="1b280831" sha1="f7ea12e61929717ebe43a4198a97f109845a2c62" region="cpu1" offset="1000"/>
		<rom name="3400c.bin" size="4096" crc="16233d33" sha1="a7eb799be5e23058754a92b15e6527bfbb47a354" region="cpu1" offset="2000"/>
		<rom name="3500d.bin" size="4096" crc="0aaf5c23" sha1="3f4b0bb960bf002261e9c1278c88f594c6aa8ab6" region="cpu1" offset="3000"/>
		<rom name="3600fast.bin" size="4096" crc="23d586e5" sha1="43346c69385e9091e64cff6c027ac2689cafcbb9" region="cpu2" offset="0"/>
		<rom name="3700g.bin" size="4096" crc="b07f0aa4" sha1="7528644a8480d0be2d0d37069515ed319e94778f" region="cpu3" offset="0"/>
		<rom name="54xx.bin" merge="54xx.bin" size="1024" crc="ee7357e0" sha1="01bdf984a49e8d0cc8761b2cc162fd6434d5afbe" region="cpu4" offset="0"/>
		<rom name="gost_07m_g08.bin" size="4096" crc="c7588555" sha1="269362b7fe63007b317ee4b63ef7d09f24d9c362" region="gfx1" dispose="yes" offset="0"/>
		<rom name="gost_07e_g10.bin" size="4096" crc="0758b90f" sha1="89cc8db9457fa5f56b49930590f32aba1bc55323" region="gfx2" dispose="yes" offset="0"/>
		<rom name="gost_07h_g09.bin" size="4096" crc="53f1332b" sha1="04136e52008c4ad4813529d633fd9b8c71e6ccc0" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="prom-5.5n" merge="prom-5.5n" size="32" crc="54603c6b" sha1="1a6dea13b4af155d9cb5b999a75d4f1eb9c71346" region="proms" offset="0"/>
		<rom name="2n.bin" size="256" crc="a547d33b" sha1="7323084320bb61ae1530d916f5edd8835d4d2461" region="proms" offset="20"/>
		<rom name="1c.bin" size="256" crc="b6f585fb" sha1="dd10147c4f05fede7ae6e7a760681700a660e87e" region="proms" offset="120"/>
		<rom name="5c.bin" size="256" crc="8bd565f6" sha1="bedba65816abfc2ebeacac6ee335ca6f136e3e3d" region="proms" offset="220"/>
		<rom name="1d.bin" size="256" crc="86d92b24" sha1="6bef9102b97c83025a2cf84e89d95f2d44c3d2ed" region="sound1" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="MB88xx" clock="256000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Discrete"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Rack Test">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20K 60K 60K"/>
			<dipvalue name="20K 60K"/>
			<dipvalue name="20K 70K 70K" default="yes"/>
			<dipvalue name="20K 80K 80K"/>
			<dipvalue name="30K 80K"/>
			<dipvalue name="30K 100K 100K"/>
			<dipvalue name="30K 120K 120K"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="96"/>
	</game>
	<game name="galagosb" sourcefile="galaga.c" cloneof="galaga" romof="galaga">
		<description>Galaga Ghost (Set 2 - 20021128)</description>
		<year>2002</year>
		<manufacturer>[Twisty Hack]</manufacturer>
		<rom name="3200a.bin" size="4096" crc="3ef0b053" sha1="0c04a362b737998c0952a753fb3fd8c8a17e9b46" region="cpu1" offset="0"/>
		<rom name="3300b.bin" size="4096" crc="1b280831" sha1="f7ea12e61929717ebe43a4198a97f109845a2c62" region="cpu1" offset="1000"/>
		<rom name="3400c.bin" size="4096" crc="16233d33" sha1="a7eb799be5e23058754a92b15e6527bfbb47a354" region="cpu1" offset="2000"/>
		<rom name="3500d.bin" size="4096" crc="0aaf5c23" sha1="3f4b0bb960bf002261e9c1278c88f594c6aa8ab6" region="cpu1" offset="3000"/>
		<rom name="3600fast.bin" size="4096" crc="23d586e5" sha1="43346c69385e9091e64cff6c027ac2689cafcbb9" region="cpu2" offset="0"/>
		<rom name="3700g.bin" size="4096" crc="b07f0aa4" sha1="7528644a8480d0be2d0d37069515ed319e94778f" region="cpu3" offset="0"/>
		<rom name="54xx.bin" merge="54xx.bin" size="1024" crc="ee7357e0" sha1="01bdf984a49e8d0cc8761b2cc162fd6434d5afbe" region="cpu4" offset="0"/>
		<rom name="gost_07m_g08.bin" size="4096" crc="c7588555" sha1="269362b7fe63007b317ee4b63ef7d09f24d9c362" region="gfx1" dispose="yes" offset="0"/>
		<rom name="gost_07e_g10.bin" size="4096" crc="0758b90f" sha1="89cc8db9457fa5f56b49930590f32aba1bc55323" region="gfx2" dispose="yes" offset="0"/>
		<rom name="gosb_07h_g09.bin" size="4096" crc="0339291c" sha1="4958a78b6afb9f2b4f46d3c0f654843c077686a9" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="prom-5.5n" merge="prom-5.5n" size="32" crc="54603c6b" sha1="1a6dea13b4af155d9cb5b999a75d4f1eb9c71346" region="proms" offset="0"/>
		<rom name="2n.bin" size="256" crc="a547d33b" sha1="7323084320bb61ae1530d916f5edd8835d4d2461" region="proms" offset="20"/>
		<rom name="1c.bin" size="256" crc="b6f585fb" sha1="dd10147c4f05fede7ae6e7a760681700a660e87e" region="proms" offset="120"/>
		<rom name="5c.bin" size="256" crc="8bd565f6" sha1="bedba65816abfc2ebeacac6ee335ca6f136e3e3d" region="proms" offset="220"/>
		<rom name="1d.bin" size="256" crc="86d92b24" sha1="6bef9102b97c83025a2cf84e89d95f2d44c3d2ed" region="sound1" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="MB88xx" clock="256000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Discrete"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Rack Test">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20K 60K 60K"/>
			<dipvalue name="20K 60K"/>
			<dipvalue name="20K 70K 70K" default="yes"/>
			<dipvalue name="20K 80K 80K"/>
			<dipvalue name="30K 80K"/>
			<dipvalue name="30K 100K 100K"/>
			<dipvalue name="30K 120K 120K"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="96"/>
	</game>
	<game name="galaped" sourcefile="galaga.c" cloneof="galaga" romof="galaga">
		<description>Galapede (Fast Shoot)</description>
		<year>1998</year>
		<manufacturer>Cary Barnhard hack</manufacturer>
		<rom name="3200a.bin" size="4096" crc="3ef0b053" sha1="0c04a362b737998c0952a753fb3fd8c8a17e9b46" region="cpu1" offset="0"/>
		<rom name="3300b.bin" size="4096" crc="1b280831" sha1="f7ea12e61929717ebe43a4198a97f109845a2c62" region="cpu1" offset="1000"/>
		<rom name="3400c.bin" size="4096" crc="16233d33" sha1="a7eb799be5e23058754a92b15e6527bfbb47a354" region="cpu1" offset="2000"/>
		<rom name="3500d.bin" size="4096" crc="0aaf5c23" sha1="3f4b0bb960bf002261e9c1278c88f594c6aa8ab6" region="cpu1" offset="3000"/>
		<rom name="3600fast.bin" size="4096" crc="23d586e5" sha1="43346c69385e9091e64cff6c027ac2689cafcbb9" region="cpu2" offset="0"/>
		<rom name="3700g.bin" size="4096" crc="b07f0aa4" sha1="7528644a8480d0be2d0d37069515ed319e94778f" region="cpu3" offset="0"/>
		<rom name="54xx.bin" merge="54xx.bin" size="1024" crc="ee7357e0" sha1="01bdf984a49e8d0cc8761b2cc162fd6434d5afbe" region="cpu4" offset="0"/>
		<rom name="ped_07m_g08.bin" size="4096" crc="d4fda6a5" sha1="c1d39bfa2ad866e726b77f15ca22ef97ac3f51a4" region="gfx1" dispose="yes" offset="0"/>
		<rom name="ped_07e_g10.bin" size="4096" crc="1d0a2438" sha1="66a4d7120f926a67dac0203b73c60917e5c140cf" region="gfx2" dispose="yes" offset="0"/>
		<rom name="ped_07h_g09.bin" size="4096" crc="11d9b093" sha1="8f151f4813ca7a80a228f2123cc089de414bc3f9" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="prom-5.5n" merge="prom-5.5n" size="32" crc="54603c6b" sha1="1a6dea13b4af155d9cb5b999a75d4f1eb9c71346" region="proms" offset="0"/>
		<rom name="2n.bin" size="256" crc="a547d33b" sha1="7323084320bb61ae1530d916f5edd8835d4d2461" region="proms" offset="20"/>
		<rom name="1c.bin" size="256" crc="b6f585fb" sha1="dd10147c4f05fede7ae6e7a760681700a660e87e" region="proms" offset="120"/>
		<rom name="5c.bin" size="256" crc="8bd565f6" sha1="bedba65816abfc2ebeacac6ee335ca6f136e3e3d" region="proms" offset="220"/>
		<rom name="1d.bin" size="256" crc="86d92b24" sha1="6bef9102b97c83025a2cf84e89d95f2d44c3d2ed" region="sound1" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="MB88xx" clock="256000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Discrete"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Rack Test">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20K 60K 60K"/>
			<dipvalue name="20K 60K"/>
			<dipvalue name="20K 70K 70K" default="yes"/>
			<dipvalue name="20K 80K 80K"/>
			<dipvalue name="30K 80K"/>
			<dipvalue name="30K 100K 100K"/>
			<dipvalue name="30K 120K 120K"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="96"/>
	</game>
	<game name="galgaxin" sourcefile="galaga.c" cloneof="galaga" romof="galaga">
		<description>Galagalaxian</description>
		<year>1998</year>
		<manufacturer>T-Bone hack</manufacturer>
		<rom name="3200a.bin" size="4096" crc="3ef0b053" sha1="0c04a362b737998c0952a753fb3fd8c8a17e9b46" region="cpu1" offset="0"/>
		<rom name="3300b.bin" size="4096" crc="1b280831" sha1="f7ea12e61929717ebe43a4198a97f109845a2c62" region="cpu1" offset="1000"/>
		<rom name="3400c.bin" size="4096" crc="16233d33" sha1="a7eb799be5e23058754a92b15e6527bfbb47a354" region="cpu1" offset="2000"/>
		<rom name="3500d.bin" size="4096" crc="0aaf5c23" sha1="3f4b0bb960bf002261e9c1278c88f594c6aa8ab6" region="cpu1" offset="3000"/>
		<rom name="3600e.bin" size="4096" crc="bc556e76" sha1="0d3d68243c4571d985b4d8f7e0ea9f6fcffa2116" region="cpu2" offset="0"/>
		<rom name="3700g.bin" size="4096" crc="b07f0aa4" sha1="7528644a8480d0be2d0d37069515ed319e94778f" region="cpu3" offset="0"/>
		<rom name="54xx.bin" merge="54xx.bin" size="1024" crc="ee7357e0" sha1="01bdf984a49e8d0cc8761b2cc162fd6434d5afbe" region="cpu4" offset="0"/>
		<rom name="2600j_4l.bin" size="4096" crc="10fa1481" sha1="09f56503251cc29cf2131d2a0c5bcca4ee276e70" region="gfx1" dispose="yes" offset="0"/>
		<rom name="2800l_4d.bin" size="4096" crc="bf803b06" sha1="ab0051b3b08f03ad93d100f38b106e761d4c4607" region="gfx2" dispose="yes" offset="0"/>
		<rom name="2700k.bin" size="4096" crc="020906a3" sha1="72e63918556ae366ede3ffad64a9d3ad4df1e514" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="prom-5.5n" merge="prom-5.5n" size="32" crc="54603c6b" sha1="1a6dea13b4af155d9cb5b999a75d4f1eb9c71346" region="proms" offset="0"/>
		<rom name="2n.bin" size="256" crc="a547d33b" sha1="7323084320bb61ae1530d916f5edd8835d4d2461" region="proms" offset="20"/>
		<rom name="1c.bin" size="256" crc="b6f585fb" sha1="dd10147c4f05fede7ae6e7a760681700a660e87e" region="proms" offset="120"/>
		<rom name="5c.bin" size="256" crc="8bd565f6" sha1="bedba65816abfc2ebeacac6ee335ca6f136e3e3d" region="proms" offset="220"/>
		<rom name="1d.bin" size="256" crc="86d92b24" sha1="6bef9102b97c83025a2cf84e89d95f2d44c3d2ed" region="sound1" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="MB88xx" clock="256000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Discrete"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Rack Test">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20K 60K 60K"/>
			<dipvalue name="20K 60K"/>
			<dipvalue name="20K 70K 70K" default="yes"/>
			<dipvalue name="20K 80K 80K"/>
			<dipvalue name="30K 80K"/>
			<dipvalue name="30K 100K 100K"/>
			<dipvalue name="30K 120K 120K"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="96"/>
	</game>
	<game name="terror" sourcefile="galaga.c" cloneof="galaga" romof="galaga">
		<description>Terrorist</description>
		<year>2000</year>
		<manufacturer>Hack</manufacturer>
		<rom name="gg1-1" size="4096" crc="a3a0f743" sha1="6907773db7c002ecde5e41853603d53387c5c7cd" region="cpu1" offset="0"/>
		<rom name="gg1-2" size="4096" crc="43bb0d5c" sha1="666975aed5ce84f09794c54b550d64d95ab311f0" region="cpu1" offset="1000"/>
		<rom name="gg1-3.2m" merge="gg1-3.2m" size="4096" crc="753ce503" sha1="481f443aea3ed3504ec2f3a6bfcf3cd47e2f8f81" region="cpu1" offset="2000"/>
		<rom name="gg1-4" size="4096" crc="83874442" sha1="366cb0dbd31b787e64f88d182108b670d03b393e" region="cpu1" offset="3000"/>
		<rom name="gg1-5" size="4096" crc="3102fccd" sha1="d29b68d6aab3217fa2106b3507b9273ff3f927bf" region="cpu2" offset="0"/>
		<rom name="gg1-7" size="4096" crc="8995088d" sha1="d6cb439de0718826d1a0363c9d77de8740b18ecf" region="cpu3" offset="0"/>
		<rom name="54xx.bin" merge="54xx.bin" size="1024" crc="ee7357e0" sha1="01bdf984a49e8d0cc8761b2cc162fd6434d5afbe" region="cpu4" offset="0"/>
		<rom name="ter_07m_g08.bin" merge="gg1-9.4l" size="4096" crc="58b2f47c" sha1="62f1279a784ab2f8218c4137c7accda00e6a3490" region="gfx1" dispose="yes" offset="0"/>
		<rom name="ter_07e_g10.bin" size="4096" crc="1b629f80" sha1="6db66601fd357400edf3dc1d689255c64a46a72d" region="gfx2" dispose="yes" offset="0"/>
		<rom name="ter_07h_g09.bin" merge="gg1-10.4f" size="4096" crc="dd6f1afc" sha1="c340ed8c25e0979629a9a1730edc762bd72d0cff" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="prom-5.5n" merge="prom-5.5n" size="32" crc="54603c6b" sha1="1a6dea13b4af155d9cb5b999a75d4f1eb9c71346" region="proms" offset="0"/>
		<rom name="2n.bin" size="256" crc="a547d33b" sha1="7323084320bb61ae1530d916f5edd8835d4d2461" region="proms" offset="20"/>
		<rom name="1c.bin" size="256" crc="b6f585fb" sha1="dd10147c4f05fede7ae6e7a760681700a660e87e" region="proms" offset="120"/>
		<rom name="5c.bin" size="256" crc="8bd565f6" sha1="bedba65816abfc2ebeacac6ee335ca6f136e3e3d" region="proms" offset="220"/>
		<rom name="1d.bin" size="256" crc="86d92b24" sha1="6bef9102b97c83025a2cf84e89d95f2d44c3d2ed" region="sound1" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="MB88xx" clock="256000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Discrete"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Rack Test">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20K 60K 60K"/>
			<dipvalue name="20K 60K"/>
			<dipvalue name="20K 70K 70K" default="yes"/>
			<dipvalue name="20K 80K 80K"/>
			<dipvalue name="30K 80K"/>
			<dipvalue name="30K 100K 100K"/>
			<dipvalue name="30K 120K 120K"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="96"/>
	</game>
	<game name="vgalaga" sourcefile="galaga.c" cloneof="galaga" romof="galaga">
		<description>Vector Galaga</description>
		<year>2000</year>
		<manufacturer>Hack</manufacturer>
		<rom name="3200a.bin" size="4096" crc="3ef0b053" sha1="0c04a362b737998c0952a753fb3fd8c8a17e9b46" region="cpu1" offset="0"/>
		<rom name="3300b.bin" size="4096" crc="1b280831" sha1="f7ea12e61929717ebe43a4198a97f109845a2c62" region="cpu1" offset="1000"/>
		<rom name="3400c.bin" size="4096" crc="16233d33" sha1="a7eb799be5e23058754a92b15e6527bfbb47a354" region="cpu1" offset="2000"/>
		<rom name="3500d.bin" size="4096" crc="0aaf5c23" sha1="3f4b0bb960bf002261e9c1278c88f594c6aa8ab6" region="cpu1" offset="3000"/>
		<rom name="3600e.bin" size="4096" crc="bc556e76" sha1="0d3d68243c4571d985b4d8f7e0ea9f6fcffa2116" region="cpu2" offset="0"/>
		<rom name="3700g.bin" size="4096" crc="b07f0aa4" sha1="7528644a8480d0be2d0d37069515ed319e94778f" region="cpu3" offset="0"/>
		<rom name="54xx.bin" merge="54xx.bin" size="1024" crc="ee7357e0" sha1="01bdf984a49e8d0cc8761b2cc162fd6434d5afbe" region="cpu4" offset="0"/>
		<rom name="v_07m_g08.bin" size="4096" crc="bf59992f" sha1="78f1e01affca694693254ecfedebdb05cb8d3b82" region="gfx1" dispose="yes" offset="0"/>
		<rom name="v_07e_g10.bin" size="4096" crc="3cf64d44" sha1="54035738c6b0eed3331f11c53477cf87f07a8422" region="gfx2" dispose="yes" offset="0"/>
		<rom name="v_07h_g09.bin" size="4096" crc="206bf7fc" sha1="7510ed4a6c084f555cd5a6cd6fbc862f4797656f" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="prom-5.5n" merge="prom-5.5n" size="32" crc="54603c6b" sha1="1a6dea13b4af155d9cb5b999a75d4f1eb9c71346" region="proms" offset="0"/>
		<rom name="2n.bin" size="256" crc="a547d33b" sha1="7323084320bb61ae1530d916f5edd8835d4d2461" region="proms" offset="20"/>
		<rom name="1c.bin" size="256" crc="b6f585fb" sha1="dd10147c4f05fede7ae6e7a760681700a660e87e" region="proms" offset="120"/>
		<rom name="5c.bin" size="256" crc="8bd565f6" sha1="bedba65816abfc2ebeacac6ee335ca6f136e3e3d" region="proms" offset="220"/>
		<rom name="1d.bin" size="256" crc="86d92b24" sha1="6bef9102b97c83025a2cf84e89d95f2d44c3d2ed" region="sound1" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="MB88xx" clock="256000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Discrete"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Rack Test">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20K 60K 60K"/>
			<dipvalue name="20K 60K"/>
			<dipvalue name="20K 70K 70K" default="yes"/>
			<dipvalue name="20K 80K 80K"/>
			<dipvalue name="30K 80K"/>
			<dipvalue name="30K 100K 100K"/>
			<dipvalue name="30K 120K 120K"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="96"/>
	</game>
	<game name="vgalagam" sourcefile="galaga.c" cloneof="galaga" romof="galaga">
		<description>Vector Galaga Midway</description>
		<year>2000</year>
		<manufacturer>Hack</manufacturer>
		<rom name="3200a.bin" size="4096" crc="3ef0b053" sha1="0c04a362b737998c0952a753fb3fd8c8a17e9b46" region="cpu1" offset="0"/>
		<rom name="3300b.bin" size="4096" crc="1b280831" sha1="f7ea12e61929717ebe43a4198a97f109845a2c62" region="cpu1" offset="1000"/>
		<rom name="3400c.bin" size="4096" crc="16233d33" sha1="a7eb799be5e23058754a92b15e6527bfbb47a354" region="cpu1" offset="2000"/>
		<rom name="3500d.bin" size="4096" crc="0aaf5c23" sha1="3f4b0bb960bf002261e9c1278c88f594c6aa8ab6" region="cpu1" offset="3000"/>
		<rom name="3600e.bin" size="4096" crc="bc556e76" sha1="0d3d68243c4571d985b4d8f7e0ea9f6fcffa2116" region="cpu2" offset="0"/>
		<rom name="3700g.bin" size="4096" crc="b07f0aa4" sha1="7528644a8480d0be2d0d37069515ed319e94778f" region="cpu3" offset="0"/>
		<rom name="54xx.bin" merge="54xx.bin" size="1024" crc="ee7357e0" sha1="01bdf984a49e8d0cc8761b2cc162fd6434d5afbe" region="cpu4" offset="0"/>
		<rom name="vm_07m_g08.bin" size="4096" crc="c1bdeb1c" sha1="7f07a9da708066401710b0b62b98e324ebbc2bca" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vm_07e_g10.bin" size="4096" crc="99367e04" sha1="7e140e2b9dd4c6b0da41b21ed2cf1bf33f088a7e" region="gfx2" dispose="yes" offset="0"/>
		<rom name="vm_07h_g09.bin" size="4096" crc="683585c4" sha1="fdc89b72bf64e44c80f4ae601280fca9b0d1c18c" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="prom-5.5n" merge="prom-5.5n" size="32" crc="54603c6b" sha1="1a6dea13b4af155d9cb5b999a75d4f1eb9c71346" region="proms" offset="0"/>
		<rom name="2n.bin" size="256" crc="a547d33b" sha1="7323084320bb61ae1530d916f5edd8835d4d2461" region="proms" offset="20"/>
		<rom name="1c.bin" size="256" crc="b6f585fb" sha1="dd10147c4f05fede7ae6e7a760681700a660e87e" region="proms" offset="120"/>
		<rom name="5c.bin" size="256" crc="8bd565f6" sha1="bedba65816abfc2ebeacac6ee335ca6f136e3e3d" region="proms" offset="220"/>
		<rom name="1d.bin" size="256" crc="86d92b24" sha1="6bef9102b97c83025a2cf84e89d95f2d44c3d2ed" region="sound1" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="MB88xx" clock="256000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Discrete"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Rack Test">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20K 60K 60K"/>
			<dipvalue name="20K 60K"/>
			<dipvalue name="20K 70K 70K" default="yes"/>
			<dipvalue name="20K 80K 80K"/>
			<dipvalue name="30K 80K"/>
			<dipvalue name="30K 100K 100K"/>
			<dipvalue name="30K 120K 120K"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="96"/>
	</game>
	<game name="vgalagaf" sourcefile="galaga.c" cloneof="galaga" romof="galaga">
		<description>Vector Galaga Fast Shoot</description>
		<year>2000</year>
		<manufacturer>Hack</manufacturer>
		<rom name="3200a.bin" size="4096" crc="3ef0b053" sha1="0c04a362b737998c0952a753fb3fd8c8a17e9b46" region="cpu1" offset="0"/>
		<rom name="3300b.bin" size="4096" crc="1b280831" sha1="f7ea12e61929717ebe43a4198a97f109845a2c62" region="cpu1" offset="1000"/>
		<rom name="3400c.bin" size="4096" crc="16233d33" sha1="a7eb799be5e23058754a92b15e6527bfbb47a354" region="cpu1" offset="2000"/>
		<rom name="3500d.bin" size="4096" crc="0aaf5c23" sha1="3f4b0bb960bf002261e9c1278c88f594c6aa8ab6" region="cpu1" offset="3000"/>
		<rom name="3600fast.bin" size="4096" crc="23d586e5" sha1="43346c69385e9091e64cff6c027ac2689cafcbb9" region="cpu2" offset="0"/>
		<rom name="3700g.bin" size="4096" crc="b07f0aa4" sha1="7528644a8480d0be2d0d37069515ed319e94778f" region="cpu3" offset="0"/>
		<rom name="54xx.bin" merge="54xx.bin" size="1024" crc="ee7357e0" sha1="01bdf984a49e8d0cc8761b2cc162fd6434d5afbe" region="cpu4" offset="0"/>
		<rom name="07m_g08.bin" size="4096" crc="c1bdeb1c" sha1="7f07a9da708066401710b0b62b98e324ebbc2bca" region="gfx1" dispose="yes" offset="0"/>
		<rom name="07e_g10.bin" size="4096" crc="99367e04" sha1="7e140e2b9dd4c6b0da41b21ed2cf1bf33f088a7e" region="gfx2" dispose="yes" offset="0"/>
		<rom name="07h_g09.bin" size="4096" crc="683585c4" sha1="fdc89b72bf64e44c80f4ae601280fca9b0d1c18c" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="prom-5.5n" merge="prom-5.5n" size="32" crc="54603c6b" sha1="1a6dea13b4af155d9cb5b999a75d4f1eb9c71346" region="proms" offset="0"/>
		<rom name="2n.bin" size="256" crc="a547d33b" sha1="7323084320bb61ae1530d916f5edd8835d4d2461" region="proms" offset="20"/>
		<rom name="1c.bin" size="256" crc="b6f585fb" sha1="dd10147c4f05fede7ae6e7a760681700a660e87e" region="proms" offset="120"/>
		<rom name="5c.bin" size="256" crc="8bd565f6" sha1="bedba65816abfc2ebeacac6ee335ca6f136e3e3d" region="proms" offset="220"/>
		<rom name="1d.bin" size="256" crc="86d92b24" sha1="6bef9102b97c83025a2cf84e89d95f2d44c3d2ed" region="sound1" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="MB88xx" clock="256000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Discrete"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Rack Test">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20K 60K 60K"/>
			<dipvalue name="20K 60K"/>
			<dipvalue name="20K 70K 70K" default="yes"/>
			<dipvalue name="20K 80K 80K"/>
			<dipvalue name="30K 80K"/>
			<dipvalue name="30K 100K 100K"/>
			<dipvalue name="30K 120K 120K"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="96"/>
	</game>
	<game name="battlesh" sourcefile="galaga.c" cloneof="xevious" romof="xevious" sampleof="battles">
		<description>Battles 2002</description>
		<year>2002</year>
		<manufacturer>bootleg</manufacturer>
		<rom name="b_1.bin" size="8192" crc="b6e4f4f3" sha1="ceaaa63b50e75dcb05aeb68574336dfe56a8434a" region="cpu1" offset="0"/>
		<rom name="b_2.bin" size="8192" crc="47017bc8" sha1="0da73ae079fb6a64eed56197e2c88609ef34166c" region="cpu1" offset="2000"/>
		<rom name="b_3.bin" size="8192" crc="0ede5706" sha1="65b235c5abe487612e11d0235410f1ca59b06e95" region="cpu2" offset="0"/>
		<rom name="xvi_7.2c" merge="xvi_7.2c" size="4096" crc="dd35cf1c" sha1="f8d1f8e019d8198308443c2e7e815d0d04b23d14" region="cpu3" offset="0"/>
		<rom name="b_5.bin" size="4096" crc="23107dfb" sha1="74c49a5648faab632ae5ed8dd18a1d8b39837e2d" region="cpu4" offset="0"/>
		<rom name="b_9.bin" size="4096" crc="5bd6e9ae" sha1="f16c7eec39fce856c775b2b81ab55fb42376850e" region="gfx1" dispose="yes" offset="0"/>
		<rom name="b_10.bin" size="4096" crc="b43ea55d" sha1="06f4c4e7fc71b9e173c3bdf91c40f47750051b5e" region="gfx2" dispose="yes" offset="0"/>
		<rom name="b_11.bin" size="4096" crc="73603931" sha1="1f7824b107a5a3d5c3434f02f17173a1f85fd29c" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="battlesh_15.4m" size="8192" crc="308c5bad" sha1="583a6c2b9a3c9fac6ed33de6ae5ee11543fe6164" region="gfx3" dispose="yes" offset="0"/>
		<rom name="battlesh_17.4p" size="8192" crc="b06b9ccb" sha1="186442f0aa7bf0365adfb2da874110c01797b140" region="gfx3" dispose="yes" offset="2000"/>
		<rom name="battlesh_16.4n" size="4096" crc="1cbbddce" sha1="5fcf20b3ab335cfac01f1c2bcfca76b90c92618b" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="battlesh_18.4r" size="8192" crc="f56c3697" sha1="4f5108a1bf6b828dbed4a34836c42fd359fb68c5" region="gfx3" dispose="yes" offset="5000"/>
		<rom name="xvi_9.2a" merge="xvi_9.2a" size="4096" crc="57ed9879" sha1="3106d1aacff06cf78371bd19967141072b32b7d7" region="gfx4" offset="0"/>
		<rom name="xvi_10.2b" merge="xvi_10.2b" size="8192" crc="ae3ba9e5" sha1="49064b25667ffcd81137cd5e800df4b78b182a46" region="gfx4" offset="1000"/>
		<rom name="xvi_11.2c" merge="xvi_11.2c" size="4096" crc="31e244dd" sha1="3f7eac12863697a98e1122111801606759e44b2a" region="gfx4" offset="3000"/>
		<rom name="xvi_8bpr.6a" merge="xvi_8bpr.6a" size="256" crc="5cc2727f" sha1="0dc1e63a47a4cb0ba75f6f1e0c15e408bb0ee2a1" region="proms" offset="0"/>
		<rom name="xvi_9bpr.6d" merge="xvi_9bpr.6d" size="256" crc="5c8796cc" sha1="63015e3c0874afc6b1ca032f1ffb8f90562c77c8" region="proms" offset="100"/>
		<rom name="xvi10bpr.6e" merge="xvi10bpr.6e" size="256" crc="3cb60975" sha1="c94d5a5dd4d8a08d6d39c051a4a722581b903f45" region="proms" offset="200"/>
		<rom name="b_-bpr.bin" size="1024" crc="d2d208b1" sha1="6c8d29912c03ee93759e24085bc66ab738768bcc" region="proms" offset="300"/>
		<rom name="b_6bpr.bin" size="1024" crc="0260c041" sha1="1a7516e8b18ffdd9789eec8b834c17b3ba312afe" region="proms" offset="700"/>
		<rom name="b_4bpr.bin" size="1024" crc="33764974" sha1="567b048b8a93e30090ccee4f6aadc0353524d8d1" region="proms" offset="b00"/>
		<rom name="b_5bpr.bin" size="1024" crc="43674c7e" sha1="94c19a9da81839cb1dfde3f11b2fd82ffe45efb9" region="proms" offset="f00"/>
		<rom name="xvi_2bpr.7n" merge="xvi_2bpr.7n" size="256" crc="550f06bc" sha1="816a0fafa0b084ac11ae1af70a5186539376fc2a" region="sound1" offset="0"/>
		<rom name="xvi_1bpr.5n" merge="xvi_1bpr.5n" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<sample name="explo1.wav"/>
		<sample name="explo2.wav"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10K 40K 40K"/>
			<dipvalue name="10K 50K 50K"/>
			<dipvalue name="20K 50K 50K"/>
			<dipvalue name="20K 60K 60K" default="yes"/>
			<dipvalue name="20K 70K 70K"/>
			<dipvalue name="20K 80K 80K"/>
			<dipvalue name="20K 60K"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Flags Award Bonus Life">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="129"/>
	</game>
	<game name="gaous" sourcefile="galaga.c" cloneof="xevious" romof="xevious">
		<description>Gaous</description>
		<year>2005</year>
		<manufacturer>Namco (Hack)</manufacturer>
		<rom name="xvi_1.3p" merge="xvi_1.3p" size="4096" crc="09964dda" sha1="4882b25b0938a903f3a367455ba788a30759b5b0" region="cpu1" offset="0"/>
		<rom name="xvi_2.3m" merge="xvi_2.3m" size="4096" crc="60ecce84" sha1="8adc60a5fcbca74092518dbc570ffff0f04c5b17" region="cpu1" offset="1000"/>
		<rom name="xvi_3.2m" merge="xvi_3.2m" size="4096" crc="79754b7d" sha1="c6a154858716e1f073b476824b183de20e06d093" region="cpu1" offset="2000"/>
		<rom name="xvi_4.2l" merge="xvi_4.2l" size="4096" crc="c7d4bbf0" sha1="4b846de204d08651253d3a141677c8a31626af07" region="cpu1" offset="3000"/>
		<rom name="xvi_5.3f" merge="xvi_5.3f" size="4096" crc="c85b703f" sha1="15f1c005b9d806a384ab1f2240b9c580bfe83893" region="cpu2" offset="0"/>
		<rom name="xvi_6.3j" merge="xvi_6.3j" size="4096" crc="e18cdaad" sha1="6b79efee1a9642edb9f752101737132401248aed" region="cpu2" offset="1000"/>
		<rom name="xvi_7.2c" merge="xvi_7.2c" size="4096" crc="dd35cf1c" sha1="f8d1f8e019d8198308443c2e7e815d0d04b23d14" region="cpu3" offset="0"/>
		<rom name="54xx.bin" merge="54xx.bin" size="1024" crc="ee7357e0" sha1="01bdf984a49e8d0cc8761b2cc162fd6434d5afbe" region="cpu4" offset="0"/>
		<rom name="gao_12.3b" size="4096" crc="e24d7e32" sha1="c78798944f717d2b20ceb846e4f98966756b0964" region="gfx1" dispose="yes" offset="0"/>
		<rom name="gao_13.3c" size="4096" crc="43ed5c90" sha1="15f541fb7314c59fe56245f4dbfe05fa35ee2396" region="gfx2" dispose="yes" offset="0"/>
		<rom name="gao_14.3d" size="4096" crc="f361bdd0" sha1="0ebae760617e8ff29d3f33856094f511f7a06dfa" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="gao_15.4m" size="8192" crc="ea41df4e" sha1="8e7215654db77c7f8782dc4b909d1248952c10f0" region="gfx3" dispose="yes" offset="0"/>
		<rom name="gao_17.4p" size="8192" crc="79d65929" sha1="ca60435cd4a64c82e4d263a57fe899e9e18b3389" region="gfx3" dispose="yes" offset="2000"/>
		<rom name="gao_16.4n" size="4096" crc="ceb8a6f8" sha1="5153cfe4aaeefd4f1faec133a120e8551c460d2f" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="gao_18.4r" size="8192" crc="2d95245d" sha1="7e5409f1f787047d7825d59f1dfeefa26732d1cc" region="gfx3" dispose="yes" offset="5000"/>
		<rom name="xvi_9.2a" merge="xvi_9.2a" size="4096" crc="57ed9879" sha1="3106d1aacff06cf78371bd19967141072b32b7d7" region="gfx4" offset="0"/>
		<rom name="xvi_10.2b" merge="xvi_10.2b" size="8192" crc="ae3ba9e5" sha1="49064b25667ffcd81137cd5e800df4b78b182a46" region="gfx4" offset="1000"/>
		<rom name="xvi_11.2c" merge="xvi_11.2c" size="4096" crc="31e244dd" sha1="3f7eac12863697a98e1122111801606759e44b2a" region="gfx4" offset="3000"/>
		<rom name="xvi_8bpr.6a" merge="xvi_8bpr.6a" size="256" crc="5cc2727f" sha1="0dc1e63a47a4cb0ba75f6f1e0c15e408bb0ee2a1" region="proms" offset="0"/>
		<rom name="xvi_9bpr.6d" merge="xvi_9bpr.6d" size="256" crc="5c8796cc" sha1="63015e3c0874afc6b1ca032f1ffb8f90562c77c8" region="proms" offset="100"/>
		<rom name="xvi10bpr.6e" merge="xvi10bpr.6e" size="256" crc="3cb60975" sha1="c94d5a5dd4d8a08d6d39c051a4a722581b903f45" region="proms" offset="200"/>
		<rom name="xvi_7bpr.4h" merge="xvi_7bpr.4h" size="512" crc="22d98032" sha1="ec6626828c79350417d08b98e9631ad35edd4a41" region="proms" offset="300"/>
		<rom name="xvi_6bpr.4f" merge="xvi_6bpr.4f" size="512" crc="3a7599f0" sha1="a4bdf58c190ca16fc7b976c97f41087a61fdb8b8" region="proms" offset="500"/>
		<rom name="gao_4bpr.3l" size="512" crc="bb0f377f" sha1="451569602c83172132db76ee7652d174867639c0" region="proms" offset="700"/>
		<rom name="gao_5bpr.3m" size="512" crc="3fb201f3" sha1="9e1c79c13bc285b7bff104c84baab9dd04fd42ab" region="proms" offset="900"/>
		<rom name="xvi_2bpr.7n" merge="xvi_2bpr.7n" size="256" crc="550f06bc" sha1="816a0fafa0b084ac11ae1af70a5186539376fc2a" region="sound1" offset="0"/>
		<rom name="xvi_1bpr.5n" merge="xvi_1bpr.5n" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="MB88xx" clock="256000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Discrete"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10K 40K 40K"/>
			<dipvalue name="10K 50K 50K"/>
			<dipvalue name="20K 50K 50K"/>
			<dipvalue name="20K 60K 60K" default="yes"/>
			<dipvalue name="20K 70K 70K"/>
			<dipvalue name="20K 80K 80K"/>
			<dipvalue name="20K 60K"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Flags Award Bonus Life">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="129"/>
	</game>
	<game name="sxvioush" sourcefile="galaga.c" cloneof="xevious" romof="xevious">
		<description>Super Xevious 2002</description>
		<year>2002</year>
		<manufacturer>Namco</manufacturer>
		<rom name="cpu_3p.rom" size="4096" crc="1c8d27d5" sha1="2c41303d8c74acb5840295a4b460a39a9a8e21bb" region="cpu1" offset="0"/>
		<rom name="cpu_3m.rom" size="4096" crc="fd04e615" sha1="7169e7f3bd1e9cfae9671b89f2a45f56b968e1ff" region="cpu1" offset="1000"/>
		<rom name="cpu_2m.rom" size="4096" crc="294d5404" sha1="ecc39fb2c0065a36f20541747089b4e30dfb99b1" region="cpu1" offset="2000"/>
		<rom name="cpu_2l.rom" size="4096" crc="6a44bf92" sha1="0ca726f7f9528789f2a718df55e59406a283cdfa" region="cpu1" offset="3000"/>
		<rom name="cpu_3f.rom" size="4096" crc="d4bd3d81" sha1="5831bb306bd650779207936bfd00f25864733abb" region="cpu2" offset="0"/>
		<rom name="cpu_3j.rom" size="4096" crc="af06be5f" sha1="5a020822387ab8c69214db961180760fa9853e6e" region="cpu2" offset="1000"/>
		<rom name="xvi_7.2c" merge="xvi_7.2c" size="4096" crc="dd35cf1c" sha1="f8d1f8e019d8198308443c2e7e815d0d04b23d14" region="cpu3" offset="0"/>
		<rom name="54xx.bin" merge="54xx.bin" size="1024" crc="ee7357e0" sha1="01bdf984a49e8d0cc8761b2cc162fd6434d5afbe" region="cpu4" offset="0"/>
		<rom name="xh_xvi_12.3b" size="4096" crc="9b8f4deb" sha1="f6e1b557be3cbfc2d7755da8e48dc9a57f2cc2c0" region="gfx1" dispose="yes" offset="0"/>
		<rom name="xvi_13.3c" merge="xvi_13.3c" size="4096" crc="de60ba25" sha1="32bc09be5ff8b52ee3a26e0ac3ebc2d4107badb7" region="gfx2" dispose="yes" offset="0"/>
		<rom name="xvi_14.3d" merge="xvi_14.3d" size="4096" crc="535cdbbc" sha1="fb9ffe5fc43e0213231267e98d605d43c15f61e8" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="xh_xvi_15.4m" size="8192" crc="308c5bad" sha1="583a6c2b9a3c9fac6ed33de6ae5ee11543fe6164" region="gfx3" dispose="yes" offset="0"/>
		<rom name="xh_xvi_17.4p" size="8192" crc="b06b9ccb" sha1="186442f0aa7bf0365adfb2da874110c01797b140" region="gfx3" dispose="yes" offset="2000"/>
		<rom name="xh_xvi_16.4n" size="4096" crc="1cbbddce" sha1="5fcf20b3ab335cfac01f1c2bcfca76b90c92618b" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="xh_xvi_18.4r" size="8192" crc="f56c3697" sha1="4f5108a1bf6b828dbed4a34836c42fd359fb68c5" region="gfx3" dispose="yes" offset="5000"/>
		<rom name="xvi_9.2a" merge="xvi_9.2a" size="4096" crc="57ed9879" sha1="3106d1aacff06cf78371bd19967141072b32b7d7" region="gfx4" offset="0"/>
		<rom name="xvi_10.2b" merge="xvi_10.2b" size="8192" crc="ae3ba9e5" sha1="49064b25667ffcd81137cd5e800df4b78b182a46" region="gfx4" offset="1000"/>
		<rom name="xvi_11.2c" merge="xvi_11.2c" size="4096" crc="31e244dd" sha1="3f7eac12863697a98e1122111801606759e44b2a" region="gfx4" offset="3000"/>
		<rom name="xvi_8bpr.6a" merge="xvi_8bpr.6a" size="256" crc="5cc2727f" sha1="0dc1e63a47a4cb0ba75f6f1e0c15e408bb0ee2a1" region="proms" offset="0"/>
		<rom name="xvi_9bpr.6d" merge="xvi_9bpr.6d" size="256" crc="5c8796cc" sha1="63015e3c0874afc6b1ca032f1ffb8f90562c77c8" region="proms" offset="100"/>
		<rom name="xvi10bpr.6e" merge="xvi10bpr.6e" size="256" crc="3cb60975" sha1="c94d5a5dd4d8a08d6d39c051a4a722581b903f45" region="proms" offset="200"/>
		<rom name="xvi_7bpr.4h" merge="xvi_7bpr.4h" size="512" crc="22d98032" sha1="ec6626828c79350417d08b98e9631ad35edd4a41" region="proms" offset="300"/>
		<rom name="xvi_6bpr.4f" merge="xvi_6bpr.4f" size="512" crc="3a7599f0" sha1="a4bdf58c190ca16fc7b976c97f41087a61fdb8b8" region="proms" offset="500"/>
		<rom name="xvi_4bpr.3l" merge="xvi_4bpr.3l" size="512" crc="fd8b9d91" sha1="87ddf0b9d723aabb422d6d416aa9ec6bc246bf34" region="proms" offset="700"/>
		<rom name="xvi_5bpr.3m" merge="xvi_5bpr.3m" size="512" crc="bf906d82" sha1="776168a73d3b9f0ce05610acc8a623deae0a572b" region="proms" offset="900"/>
		<rom name="xvi_2bpr.7n" merge="xvi_2bpr.7n" size="256" crc="550f06bc" sha1="816a0fafa0b084ac11ae1af70a5186539376fc2a" region="sound1" offset="0"/>
		<rom name="xvi_1bpr.5n" merge="xvi_1bpr.5n" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="MB88xx" clock="256000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Discrete"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10K 40K 40K"/>
			<dipvalue name="10K 50K 50K"/>
			<dipvalue name="20K 50K 50K"/>
			<dipvalue name="20K 60K 60K" default="yes"/>
			<dipvalue name="20K 70K 70K"/>
			<dipvalue name="20K 80K 80K"/>
			<dipvalue name="20K 60K"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Flags Award Bonus Life">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="129"/>
	</game>
	<game name="xevioush" sourcefile="galaga.c" cloneof="xevious" romof="xevious">
		<description>Xevious 2002 (Namco)</description>
		<year>2002</year>
		<manufacturer>Namco</manufacturer>
		<rom name="xvi_1.3p" merge="xvi_1.3p" size="4096" crc="09964dda" sha1="4882b25b0938a903f3a367455ba788a30759b5b0" region="cpu1" offset="0"/>
		<rom name="xvi_2.3m" merge="xvi_2.3m" size="4096" crc="60ecce84" sha1="8adc60a5fcbca74092518dbc570ffff0f04c5b17" region="cpu1" offset="1000"/>
		<rom name="xvi_3.2m" merge="xvi_3.2m" size="4096" crc="79754b7d" sha1="c6a154858716e1f073b476824b183de20e06d093" region="cpu1" offset="2000"/>
		<rom name="xvi_4.2l" merge="xvi_4.2l" size="4096" crc="c7d4bbf0" sha1="4b846de204d08651253d3a141677c8a31626af07" region="cpu1" offset="3000"/>
		<rom name="xvi_5.3f" merge="xvi_5.3f" size="4096" crc="c85b703f" sha1="15f1c005b9d806a384ab1f2240b9c580bfe83893" region="cpu2" offset="0"/>
		<rom name="xvi_6.3j" merge="xvi_6.3j" size="4096" crc="e18cdaad" sha1="6b79efee1a9642edb9f752101737132401248aed" region="cpu2" offset="1000"/>
		<rom name="xvi_7.2c" merge="xvi_7.2c" size="4096" crc="dd35cf1c" sha1="f8d1f8e019d8198308443c2e7e815d0d04b23d14" region="cpu3" offset="0"/>
		<rom name="54xx.bin" merge="54xx.bin" size="1024" crc="ee7357e0" sha1="01bdf984a49e8d0cc8761b2cc162fd6434d5afbe" region="cpu4" offset="0"/>
		<rom name="xh_xvi_12.3b" size="4096" crc="9b8f4deb" sha1="f6e1b557be3cbfc2d7755da8e48dc9a57f2cc2c0" region="gfx1" dispose="yes" offset="0"/>
		<rom name="xvi_13.3c" merge="xvi_13.3c" size="4096" crc="de60ba25" sha1="32bc09be5ff8b52ee3a26e0ac3ebc2d4107badb7" region="gfx2" dispose="yes" offset="0"/>
		<rom name="xvi_14.3d" merge="xvi_14.3d" size="4096" crc="535cdbbc" sha1="fb9ffe5fc43e0213231267e98d605d43c15f61e8" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="xh_xvi_15.4m" size="8192" crc="308c5bad" sha1="583a6c2b9a3c9fac6ed33de6ae5ee11543fe6164" region="gfx3" dispose="yes" offset="0"/>
		<rom name="xh_xvi_17.4p" size="8192" crc="b06b9ccb" sha1="186442f0aa7bf0365adfb2da874110c01797b140" region="gfx3" dispose="yes" offset="2000"/>
		<rom name="xh_xvi_16.4n" size="4096" crc="1cbbddce" sha1="5fcf20b3ab335cfac01f1c2bcfca76b90c92618b" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="xh_xvi_18.4r" size="8192" crc="f56c3697" sha1="4f5108a1bf6b828dbed4a34836c42fd359fb68c5" region="gfx3" dispose="yes" offset="5000"/>
		<rom name="xvi_9.2a" merge="xvi_9.2a" size="4096" crc="57ed9879" sha1="3106d1aacff06cf78371bd19967141072b32b7d7" region="gfx4" offset="0"/>
		<rom name="xvi_10.2b" merge="xvi_10.2b" size="8192" crc="ae3ba9e5" sha1="49064b25667ffcd81137cd5e800df4b78b182a46" region="gfx4" offset="1000"/>
		<rom name="xvi_11.2c" merge="xvi_11.2c" size="4096" crc="31e244dd" sha1="3f7eac12863697a98e1122111801606759e44b2a" region="gfx4" offset="3000"/>
		<rom name="xvi_8bpr.6a" merge="xvi_8bpr.6a" size="256" crc="5cc2727f" sha1="0dc1e63a47a4cb0ba75f6f1e0c15e408bb0ee2a1" region="proms" offset="0"/>
		<rom name="xvi_9bpr.6d" merge="xvi_9bpr.6d" size="256" crc="5c8796cc" sha1="63015e3c0874afc6b1ca032f1ffb8f90562c77c8" region="proms" offset="100"/>
		<rom name="xvi10bpr.6e" merge="xvi10bpr.6e" size="256" crc="3cb60975" sha1="c94d5a5dd4d8a08d6d39c051a4a722581b903f45" region="proms" offset="200"/>
		<rom name="xvi_7bpr.4h" merge="xvi_7bpr.4h" size="512" crc="22d98032" sha1="ec6626828c79350417d08b98e9631ad35edd4a41" region="proms" offset="300"/>
		<rom name="xvi_6bpr.4f" merge="xvi_6bpr.4f" size="512" crc="3a7599f0" sha1="a4bdf58c190ca16fc7b976c97f41087a61fdb8b8" region="proms" offset="500"/>
		<rom name="xvi_4bpr.3l" merge="xvi_4bpr.3l" size="512" crc="fd8b9d91" sha1="87ddf0b9d723aabb422d6d416aa9ec6bc246bf34" region="proms" offset="700"/>
		<rom name="xvi_5bpr.3m" merge="xvi_5bpr.3m" size="512" crc="bf906d82" sha1="776168a73d3b9f0ce05610acc8a623deae0a572b" region="proms" offset="900"/>
		<rom name="xvi_2bpr.7n" merge="xvi_2bpr.7n" size="256" crc="550f06bc" sha1="816a0fafa0b084ac11ae1af70a5186539376fc2a" region="sound1" offset="0"/>
		<rom name="xvi_1bpr.5n" merge="xvi_1bpr.5n" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="MB88xx" clock="256000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Discrete"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10K 40K 40K"/>
			<dipvalue name="10K 50K 50K"/>
			<dipvalue name="20K 50K 50K"/>
			<dipvalue name="20K 60K 60K" default="yes"/>
			<dipvalue name="20K 70K 70K"/>
			<dipvalue name="20K 80K 80K"/>
			<dipvalue name="20K 60K"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Flags Award Bonus Life">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="129"/>
	</game>
	<game name="xviousah" sourcefile="galaga.c" cloneof="xevious" romof="xevious">
		<description>Xevious 2002 (Atari set 1)</description>
		<year>2002</year>
		<manufacturer>Namco (Atari license)</manufacturer>
		<rom name="xea-1m-a.bin" size="8192" crc="8c2b50ec" sha1="f770873b711d838556dde67a8aac8a7f572fcc5b" region="cpu1" offset="0"/>
		<rom name="xea-1l-a.bin" size="8192" crc="0821642b" sha1="c6c322c61d0985a2ac59f5e92d4e351107afb9eb" region="cpu1" offset="2000"/>
		<rom name="xea-4c-a.bin" size="8192" crc="14d8fa03" sha1="e8114141394adda86184b146f2497cfeef7fc2eb" region="cpu2" offset="0"/>
		<rom name="xvi_7.2c" merge="xvi_7.2c" size="4096" crc="dd35cf1c" sha1="f8d1f8e019d8198308443c2e7e815d0d04b23d14" region="cpu3" offset="0"/>
		<rom name="54xx.bin" merge="54xx.bin" size="1024" crc="ee7357e0" sha1="01bdf984a49e8d0cc8761b2cc162fd6434d5afbe" region="cpu4" offset="0"/>
		<rom name="xh_xvi_12.3b" size="4096" crc="9b8f4deb" sha1="f6e1b557be3cbfc2d7755da8e48dc9a57f2cc2c0" region="gfx1" dispose="yes" offset="0"/>
		<rom name="xvi_13.3c" merge="xvi_13.3c" size="4096" crc="de60ba25" sha1="32bc09be5ff8b52ee3a26e0ac3ebc2d4107badb7" region="gfx2" dispose="yes" offset="0"/>
		<rom name="xvi_14.3d" merge="xvi_14.3d" size="4096" crc="535cdbbc" sha1="fb9ffe5fc43e0213231267e98d605d43c15f61e8" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="xh_xvi_15.4m" size="8192" crc="308c5bad" sha1="583a6c2b9a3c9fac6ed33de6ae5ee11543fe6164" region="gfx3" dispose="yes" offset="0"/>
		<rom name="xh_xvi_17.4p" size="8192" crc="b06b9ccb" sha1="186442f0aa7bf0365adfb2da874110c01797b140" region="gfx3" dispose="yes" offset="2000"/>
		<rom name="xh_xvi_16.4n" size="4096" crc="1cbbddce" sha1="5fcf20b3ab335cfac01f1c2bcfca76b90c92618b" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="xh_xvi_18.4r" size="8192" crc="f56c3697" sha1="4f5108a1bf6b828dbed4a34836c42fd359fb68c5" region="gfx3" dispose="yes" offset="5000"/>
		<rom name="xvi_9.2a" merge="xvi_9.2a" size="4096" crc="57ed9879" sha1="3106d1aacff06cf78371bd19967141072b32b7d7" region="gfx4" offset="0"/>
		<rom name="xvi_10.2b" merge="xvi_10.2b" size="8192" crc="ae3ba9e5" sha1="49064b25667ffcd81137cd5e800df4b78b182a46" region="gfx4" offset="1000"/>
		<rom name="xvi_11.2c" merge="xvi_11.2c" size="4096" crc="31e244dd" sha1="3f7eac12863697a98e1122111801606759e44b2a" region="gfx4" offset="3000"/>
		<rom name="xvi_8bpr.6a" merge="xvi_8bpr.6a" size="256" crc="5cc2727f" sha1="0dc1e63a47a4cb0ba75f6f1e0c15e408bb0ee2a1" region="proms" offset="0"/>
		<rom name="xvi_9bpr.6d" merge="xvi_9bpr.6d" size="256" crc="5c8796cc" sha1="63015e3c0874afc6b1ca032f1ffb8f90562c77c8" region="proms" offset="100"/>
		<rom name="xvi10bpr.6e" merge="xvi10bpr.6e" size="256" crc="3cb60975" sha1="c94d5a5dd4d8a08d6d39c051a4a722581b903f45" region="proms" offset="200"/>
		<rom name="xvi_7bpr.4h" merge="xvi_7bpr.4h" size="512" crc="22d98032" sha1="ec6626828c79350417d08b98e9631ad35edd4a41" region="proms" offset="300"/>
		<rom name="xvi_6bpr.4f" merge="xvi_6bpr.4f" size="512" crc="3a7599f0" sha1="a4bdf58c190ca16fc7b976c97f41087a61fdb8b8" region="proms" offset="500"/>
		<rom name="xvi_4bpr.3l" merge="xvi_4bpr.3l" size="512" crc="fd8b9d91" sha1="87ddf0b9d723aabb422d6d416aa9ec6bc246bf34" region="proms" offset="700"/>
		<rom name="xvi_5bpr.3m" merge="xvi_5bpr.3m" size="512" crc="bf906d82" sha1="776168a73d3b9f0ce05610acc8a623deae0a572b" region="proms" offset="900"/>
		<rom name="xvi_2bpr.7n" merge="xvi_2bpr.7n" size="256" crc="550f06bc" sha1="816a0fafa0b084ac11ae1af70a5186539376fc2a" region="sound1" offset="0"/>
		<rom name="xvi_1bpr.5n" merge="xvi_1bpr.5n" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="MB88xx" clock="256000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Discrete"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10K 40K 40K"/>
			<dipvalue name="10K 50K 50K"/>
			<dipvalue name="20K 50K 50K"/>
			<dipvalue name="20K 60K 60K" default="yes"/>
			<dipvalue name="20K 70K 70K"/>
			<dipvalue name="20K 80K 80K"/>
			<dipvalue name="20K 60K"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Flags Award Bonus Life">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Copyright">
			<dipvalue name="Namco"/>
			<dipvalue name="Atari/Namco" default="yes"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="129"/>
	</game>
	<game name="xeviousp" sourcefile="galaga.c" cloneof="xevious" romof="xevious">
		<description>Xevious Plus!</description>
		<year>2001</year>
		<manufacturer>bootleg</manufacturer>
		<rom name="xvip_1.3p" size="4096" crc="09c5fef9" sha1="1111912763c818afc13e4dfd088877cf78bc30b4" region="cpu1" offset="0"/>
		<rom name="xvip_2.3m" size="4096" crc="a2cf842d" sha1="9bb24b3527f2cad8c9b916f9a815ea4f747dc337" region="cpu1" offset="1000"/>
		<rom name="xvip_3.2m" size="4096" crc="7ab657cd" sha1="a27ad33b2808417dff8e27d0e2b503092f505bb0" region="cpu1" offset="2000"/>
		<rom name="xvip_4.2l" size="4096" crc="884837bd" sha1="750b0b118a88ab09a0dcbdc10737910b2fc28a1a" region="cpu1" offset="3000"/>
		<rom name="xvip_5.3f" size="4096" crc="68c5268b" sha1="265c86b2f547230d88276471864a45460198e129" region="cpu2" offset="0"/>
		<rom name="xvip_6.3j" size="4096" crc="cafc97e6" sha1="a3d8130b49fb941f6f05204793bf3226ca8eac5c" region="cpu2" offset="1000"/>
		<rom name="xvi_7.2c" merge="xvi_7.2c" size="4096" crc="dd35cf1c" sha1="f8d1f8e019d8198308443c2e7e815d0d04b23d14" region="cpu3" offset="0"/>
		<rom name="54xx.bin" merge="54xx.bin" size="1024" crc="ee7357e0" sha1="01bdf984a49e8d0cc8761b2cc162fd6434d5afbe" region="cpu4" offset="0"/>
		<rom name="xvip_12.3b" size="4096" crc="08f184f1" sha1="bcbf89b92c311a78db516b557b982ed51907c49d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="xvi_13.3c" merge="xvi_13.3c" size="4096" crc="de60ba25" sha1="32bc09be5ff8b52ee3a26e0ac3ebc2d4107badb7" region="gfx2" dispose="yes" offset="0"/>
		<rom name="xvi_14.3d" merge="xvi_14.3d" size="4096" crc="535cdbbc" sha1="fb9ffe5fc43e0213231267e98d605d43c15f61e8" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="xvi_15.4m" merge="xvi_15.4m" size="8192" crc="dc2c0ecb" sha1="19ddbd9805f77f38c9a9a1bb30dba6c720b8609f" region="gfx3" dispose="yes" offset="0"/>
		<rom name="xvi_17.4p" merge="xvi_17.4p" size="8192" crc="dfb587ce" sha1="acff2bf5cde85a16cdc98a52cdea11f77fadf25a" region="gfx3" dispose="yes" offset="2000"/>
		<rom name="xvi_16.4n" merge="xvi_16.4n" size="4096" crc="605ca889" sha1="3bf380ef76c03822a042ecc73b5edd4543c268ce" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="xvip_16.4n" size="4096" crc="00babaa1" sha1="b946510a9c5b6c1dd6e6bab1ba3217a9d449a477" region="gfx3" dispose="yes" offset="5000"/>
		<rom name="xvip_9.2a" size="4096" crc="529aecf0" sha1="60c18f834933e01ecd22aa652d39a5d1a9a0fe0f" region="gfx4" offset="0"/>
		<rom name="xvip_10.2b" size="8192" crc="f09eb6f9" sha1="b189b4c23a2f9f185c75b096f44a083f8dbca3ae" region="gfx4" offset="1000"/>
		<rom name="xvi_11.2c" merge="xvi_11.2c" size="4096" crc="31e244dd" sha1="3f7eac12863697a98e1122111801606759e44b2a" region="gfx4" offset="3000"/>
		<rom name="xvi_8bpr.6a" merge="xvi_8bpr.6a" size="256" crc="5cc2727f" sha1="0dc1e63a47a4cb0ba75f6f1e0c15e408bb0ee2a1" region="proms" offset="0"/>
		<rom name="xvi_9bpr.6d" merge="xvi_9bpr.6d" size="256" crc="5c8796cc" sha1="63015e3c0874afc6b1ca032f1ffb8f90562c77c8" region="proms" offset="100"/>
		<rom name="xvi10bpr.6e" merge="xvi10bpr.6e" size="256" crc="3cb60975" sha1="c94d5a5dd4d8a08d6d39c051a4a722581b903f45" region="proms" offset="200"/>
		<rom name="xvi_7bpr.4h" merge="xvi_7bpr.4h" size="512" crc="22d98032" sha1="ec6626828c79350417d08b98e9631ad35edd4a41" region="proms" offset="300"/>
		<rom name="xvi_6bpr.4f" merge="xvi_6bpr.4f" size="512" crc="3a7599f0" sha1="a4bdf58c190ca16fc7b976c97f41087a61fdb8b8" region="proms" offset="500"/>
		<rom name="xvi_4bpr.3l" merge="xvi_4bpr.3l" size="512" crc="fd8b9d91" sha1="87ddf0b9d723aabb422d6d416aa9ec6bc246bf34" region="proms" offset="700"/>
		<rom name="xvi_5bpr.3m" merge="xvi_5bpr.3m" size="512" crc="bf906d82" sha1="776168a73d3b9f0ce05610acc8a623deae0a572b" region="proms" offset="900"/>
		<rom name="xvi_2bpr.7n" merge="xvi_2bpr.7n" size="256" crc="550f06bc" sha1="816a0fafa0b084ac11ae1af70a5186539376fc2a" region="sound1" offset="0"/>
		<rom name="xvi_1bpr.5n" merge="xvi_1bpr.5n" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="MB88xx" clock="256000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Discrete"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10K 40K 40K"/>
			<dipvalue name="10K 50K 50K"/>
			<dipvalue name="20K 50K 50K"/>
			<dipvalue name="20K 60K 60K" default="yes"/>
			<dipvalue name="20K 70K 70K"/>
			<dipvalue name="20K 80K 80K"/>
			<dipvalue name="20K 60K"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Flags Award Bonus Life">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="129"/>
	</game>
	<game name="xevious3" sourcefile="galaga.c" cloneof="xevious" romof="xevious">
		<description>Xevious 2003 (Namco)</description>
		<year>2002</year>
		<manufacturer>Namco</manufacturer>
		<rom name="xvi_1.3p" merge="xvi_1.3p" size="4096" crc="09964dda" sha1="4882b25b0938a903f3a367455ba788a30759b5b0" region="cpu1" offset="0"/>
		<rom name="xvi_2.3m" merge="xvi_2.3m" size="4096" crc="60ecce84" sha1="8adc60a5fcbca74092518dbc570ffff0f04c5b17" region="cpu1" offset="1000"/>
		<rom name="xvi_3.2m" merge="xvi_3.2m" size="4096" crc="79754b7d" sha1="c6a154858716e1f073b476824b183de20e06d093" region="cpu1" offset="2000"/>
		<rom name="xvi_4.2l" merge="xvi_4.2l" size="4096" crc="c7d4bbf0" sha1="4b846de204d08651253d3a141677c8a31626af07" region="cpu1" offset="3000"/>
		<rom name="xvi_5.3f" merge="xvi_5.3f" size="4096" crc="c85b703f" sha1="15f1c005b9d806a384ab1f2240b9c580bfe83893" region="cpu2" offset="0"/>
		<rom name="xvi_6.3j" merge="xvi_6.3j" size="4096" crc="e18cdaad" sha1="6b79efee1a9642edb9f752101737132401248aed" region="cpu2" offset="1000"/>
		<rom name="xvi_7.2c" merge="xvi_7.2c" size="4096" crc="dd35cf1c" sha1="f8d1f8e019d8198308443c2e7e815d0d04b23d14" region="cpu3" offset="0"/>
		<rom name="54xx.bin" merge="54xx.bin" size="1024" crc="ee7357e0" sha1="01bdf984a49e8d0cc8761b2cc162fd6434d5afbe" region="cpu4" offset="0"/>
		<rom name="x3_xvi_12.3b" size="4096" crc="34f7940e" sha1="6e289b36d14fea02f2fdf45caa4720ab05529fe2" region="gfx1" dispose="yes" offset="0"/>
		<rom name="x3_xvi_13.3c" size="4096" crc="6eab56b5" sha1="00da56424e520c9de5967c1c233a20cb3ae037db" region="gfx2" dispose="yes" offset="0"/>
		<rom name="x3_xvi_14.3d" size="4096" crc="790b2f6c" sha1="bc8e52d0ca4e97f38256ec3da1b23d266767ea9b" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="x3_xvi_15.4m" size="8192" crc="4dfaf4e1" sha1="26456dc6c75e1a02cfc9c07fedfb2b7ece8e1692" region="gfx3" dispose="yes" offset="0"/>
		<rom name="x3_xvi_17.4p" size="8192" crc="9a135fe7" sha1="278ab8c2805d138a47dfc89db7016c7438142a4f" region="gfx3" dispose="yes" offset="2000"/>
		<rom name="x3_xvi_16.4n" size="4096" crc="dd6f34c8" sha1="9fcc194ea2ee94f8bdf4c46ff8dead113a99bdce" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="x3_xvi_18.4r" size="8192" crc="d5378335" sha1="892a762a050c8f3ae21544392444b289583b8ca0" region="gfx3" dispose="yes" offset="5000"/>
		<rom name="xvi_9.2a" merge="xvi_9.2a" size="4096" crc="57ed9879" sha1="3106d1aacff06cf78371bd19967141072b32b7d7" region="gfx4" offset="0"/>
		<rom name="xvi_10.2b" merge="xvi_10.2b" size="8192" crc="ae3ba9e5" sha1="49064b25667ffcd81137cd5e800df4b78b182a46" region="gfx4" offset="1000"/>
		<rom name="xvi_11.2c" merge="xvi_11.2c" size="4096" crc="31e244dd" sha1="3f7eac12863697a98e1122111801606759e44b2a" region="gfx4" offset="3000"/>
		<rom name="xvi_8bpr.6a" merge="xvi_8bpr.6a" size="256" crc="5cc2727f" sha1="0dc1e63a47a4cb0ba75f6f1e0c15e408bb0ee2a1" region="proms" offset="0"/>
		<rom name="xvi_9bpr.6d" merge="xvi_9bpr.6d" size="256" crc="5c8796cc" sha1="63015e3c0874afc6b1ca032f1ffb8f90562c77c8" region="proms" offset="100"/>
		<rom name="xvi10bpr.6e" merge="xvi10bpr.6e" size="256" crc="3cb60975" sha1="c94d5a5dd4d8a08d6d39c051a4a722581b903f45" region="proms" offset="200"/>
		<rom name="xvi_7bpr.4h" merge="xvi_7bpr.4h" size="512" crc="22d98032" sha1="ec6626828c79350417d08b98e9631ad35edd4a41" region="proms" offset="300"/>
		<rom name="xvi_6bpr.4f" merge="xvi_6bpr.4f" size="512" crc="3a7599f0" sha1="a4bdf58c190ca16fc7b976c97f41087a61fdb8b8" region="proms" offset="500"/>
		<rom name="xvi_4bpr.3l" merge="xvi_4bpr.3l" size="512" crc="fd8b9d91" sha1="87ddf0b9d723aabb422d6d416aa9ec6bc246bf34" region="proms" offset="700"/>
		<rom name="xvi_5bpr.3m" merge="xvi_5bpr.3m" size="512" crc="bf906d82" sha1="776168a73d3b9f0ce05610acc8a623deae0a572b" region="proms" offset="900"/>
		<rom name="xvi_2bpr.7n" merge="xvi_2bpr.7n" size="256" crc="550f06bc" sha1="816a0fafa0b084ac11ae1af70a5186539376fc2a" region="sound1" offset="0"/>
		<rom name="xvi_1bpr.5n" merge="xvi_1bpr.5n" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="MB88xx" clock="256000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Discrete"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10K 40K 40K"/>
			<dipvalue name="10K 50K 50K"/>
			<dipvalue name="20K 50K 50K"/>
			<dipvalue name="20K 60K 60K" default="yes"/>
			<dipvalue name="20K 70K 70K"/>
			<dipvalue name="20K 80K 80K"/>
			<dipvalue name="20K 60K"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Flags Award Bonus Life">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="129"/>
	</game>
	<game name="xevious4" sourcefile="galaga.c" cloneof="xevious" romof="xevious">
		<description>Xevious 2004 (Namco)</description>
		<year>2004</year>
		<manufacturer>Namco</manufacturer>
		<rom name="xvi_1.3p" merge="xvi_1.3p" size="4096" crc="09964dda" sha1="4882b25b0938a903f3a367455ba788a30759b5b0" region="cpu1" offset="0"/>
		<rom name="xvi_2.3m" merge="xvi_2.3m" size="4096" crc="60ecce84" sha1="8adc60a5fcbca74092518dbc570ffff0f04c5b17" region="cpu1" offset="1000"/>
		<rom name="xvi_3.2m" merge="xvi_3.2m" size="4096" crc="79754b7d" sha1="c6a154858716e1f073b476824b183de20e06d093" region="cpu1" offset="2000"/>
		<rom name="xvi_4.2l" merge="xvi_4.2l" size="4096" crc="c7d4bbf0" sha1="4b846de204d08651253d3a141677c8a31626af07" region="cpu1" offset="3000"/>
		<rom name="xvi_5.3f" merge="xvi_5.3f" size="4096" crc="c85b703f" sha1="15f1c005b9d806a384ab1f2240b9c580bfe83893" region="cpu2" offset="0"/>
		<rom name="xvi_6.3j" merge="xvi_6.3j" size="4096" crc="e18cdaad" sha1="6b79efee1a9642edb9f752101737132401248aed" region="cpu2" offset="1000"/>
		<rom name="xvi_7.2c" merge="xvi_7.2c" size="4096" crc="dd35cf1c" sha1="f8d1f8e019d8198308443c2e7e815d0d04b23d14" region="cpu3" offset="0"/>
		<rom name="54xx.bin" merge="54xx.bin" size="1024" crc="ee7357e0" sha1="01bdf984a49e8d0cc8761b2cc162fd6434d5afbe" region="cpu4" offset="0"/>
		<rom name="x4_xvi_12.3b" size="4096" crc="bdf15ccc" sha1="0e6fba428cf56668e5c9218af3c6d58c8f261d32" region="gfx1" dispose="yes" offset="0"/>
		<rom name="x4_xvi_13.3c" size="4096" crc="b9832011" sha1="ac7b266791fd39c17cf239405068e309478e6703" region="gfx2" dispose="yes" offset="0"/>
		<rom name="x4_xvi_14.3d" size="4096" crc="04677061" sha1="3bf47661ddf1a8e98fcf8f7e46610e353483da9b" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="x4_xvi_15.4m" size="8192" crc="6cdeae2d" sha1="5d43b11655e2952cec3c4e5df5855805273b0cb8" region="gfx3" dispose="yes" offset="0"/>
		<rom name="x4_xvi_17.4p" size="8192" crc="28ac2e0a" sha1="8f85656d60439abc507ec09e9dfda31dad3e4e04" region="gfx3" dispose="yes" offset="2000"/>
		<rom name="x4_xvi_16.4n" size="4096" crc="400e2c3e" sha1="d46fc7a40ad2b8f822db21e8af9ec29e21f7f093" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="x4_xvi_18.4r" size="8192" crc="45b2daaf" sha1="8bda7ee9900a64c74996e5790832f11983caf31b" region="gfx3" dispose="yes" offset="5000"/>
		<rom name="xvi_9.2a" merge="xvi_9.2a" size="4096" crc="57ed9879" sha1="3106d1aacff06cf78371bd19967141072b32b7d7" region="gfx4" offset="0"/>
		<rom name="xvi_10.2b" merge="xvi_10.2b" size="8192" crc="ae3ba9e5" sha1="49064b25667ffcd81137cd5e800df4b78b182a46" region="gfx4" offset="1000"/>
		<rom name="xvi_11.2c" merge="xvi_11.2c" size="4096" crc="31e244dd" sha1="3f7eac12863697a98e1122111801606759e44b2a" region="gfx4" offset="3000"/>
		<rom name="x4_xvi_8bpr.6a" size="256" crc="0e572608" sha1="580acf168d13e5ba4448c6dbd077fe035dd9df3a" region="proms" offset="0"/>
		<rom name="x4_xvi_9bpr.6d" size="256" crc="0e12c2bb" sha1="829d14781e67268ceba5f771466584025894fd96" region="proms" offset="100"/>
		<rom name="x4_xvi10bpr.6e" size="256" crc="6e235d02" sha1="08378c12dfe190d33caf7bb0916dcc336dca42cd" region="proms" offset="200"/>
		<rom name="xvi_7bpr.4h" merge="xvi_7bpr.4h" size="512" crc="22d98032" sha1="ec6626828c79350417d08b98e9631ad35edd4a41" region="proms" offset="300"/>
		<rom name="xvi_6bpr.4f" merge="xvi_6bpr.4f" size="512" crc="3a7599f0" sha1="a4bdf58c190ca16fc7b976c97f41087a61fdb8b8" region="proms" offset="500"/>
		<rom name="x4_xvi_4bpr.3l" size="512" crc="cce27181" sha1="312d2f776f282354615f3a33a58a2744aafbc5a9" region="proms" offset="700"/>
		<rom name="x4_xvi_5bpr.3m" size="512" crc="e15ddec9" sha1="531551ab5b0f0dc6c450e24ee973451ec0c21471" region="proms" offset="900"/>
		<rom name="xvi_2bpr.7n" merge="xvi_2bpr.7n" size="256" crc="550f06bc" sha1="816a0fafa0b084ac11ae1af70a5186539376fc2a" region="sound1" offset="0"/>
		<rom name="xvi_1bpr.5n" merge="xvi_1bpr.5n" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="MB88xx" clock="256000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Discrete"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10K 40K 40K"/>
			<dipvalue name="10K 50K 50K"/>
			<dipvalue name="20K 50K 50K"/>
			<dipvalue name="20K 60K 60K" default="yes"/>
			<dipvalue name="20K 70K 70K"/>
			<dipvalue name="20K 80K 80K"/>
			<dipvalue name="20K 60K"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Flags Award Bonus Life">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="129"/>
	</game>
	<game name="xevious5" sourcefile="galaga.c" cloneof="xevious" romof="xevious">
		<description>Xevious 2005 (Namco)</description>
		<year>2004</year>
		<manufacturer>Namco</manufacturer>
		<rom name="xvi_1.3p" merge="xvi_1.3p" size="4096" crc="09964dda" sha1="4882b25b0938a903f3a367455ba788a30759b5b0" region="cpu1" offset="0"/>
		<rom name="xvi_2.3m" merge="xvi_2.3m" size="4096" crc="60ecce84" sha1="8adc60a5fcbca74092518dbc570ffff0f04c5b17" region="cpu1" offset="1000"/>
		<rom name="xvi_3.2m" merge="xvi_3.2m" size="4096" crc="79754b7d" sha1="c6a154858716e1f073b476824b183de20e06d093" region="cpu1" offset="2000"/>
		<rom name="xvi_4.2l" merge="xvi_4.2l" size="4096" crc="c7d4bbf0" sha1="4b846de204d08651253d3a141677c8a31626af07" region="cpu1" offset="3000"/>
		<rom name="xvi_5.3f" merge="xvi_5.3f" size="4096" crc="c85b703f" sha1="15f1c005b9d806a384ab1f2240b9c580bfe83893" region="cpu2" offset="0"/>
		<rom name="xvi_6.3j" merge="xvi_6.3j" size="4096" crc="e18cdaad" sha1="6b79efee1a9642edb9f752101737132401248aed" region="cpu2" offset="1000"/>
		<rom name="xvi_7.2c" merge="xvi_7.2c" size="4096" crc="dd35cf1c" sha1="f8d1f8e019d8198308443c2e7e815d0d04b23d14" region="cpu3" offset="0"/>
		<rom name="54xx.bin" merge="54xx.bin" size="1024" crc="ee7357e0" sha1="01bdf984a49e8d0cc8761b2cc162fd6434d5afbe" region="cpu4" offset="0"/>
		<rom name="xvi24_12.3b" size="4096" crc="935cb02d" sha1="0800e2a643b2bbeae0f337bfbdc88d2eab16ada4" region="gfx1" dispose="yes" offset="0"/>
		<rom name="xvi_13.3c" merge="xvi_13.3c" size="4096" crc="de60ba25" sha1="32bc09be5ff8b52ee3a26e0ac3ebc2d4107badb7" region="gfx2" dispose="yes" offset="0"/>
		<rom name="xvi24_14.3d" size="4096" crc="e0fbfb86" sha1="6e25609f2f70490d8f70a48e93b1abf9673b1d38" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="xvi24_15.4m" size="8192" crc="51dcbd85" sha1="a681000eb279d0f71da4ec4164f57e9877cb391f" region="gfx3" dispose="yes" offset="0"/>
		<rom name="xvi24_17.4p" size="8192" crc="b4753406" sha1="404e911377614eda1e92093c5e3504216f16e143" region="gfx3" dispose="yes" offset="2000"/>
		<rom name="xvi24_16.4n" size="4096" crc="eb0d690d" sha1="1cc3a0e3647e36a925eab8e5aee73febeb41d4cc" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="xvi24_18.4r" size="8192" crc="490c1189" sha1="a478d390a4931c43778cf24e5b01225c71dcac67" region="gfx3" dispose="yes" offset="5000"/>
		<rom name="xvi_9.2a" merge="xvi_9.2a" size="4096" crc="57ed9879" sha1="3106d1aacff06cf78371bd19967141072b32b7d7" region="gfx4" offset="0"/>
		<rom name="xvi_10.2b" merge="xvi_10.2b" size="8192" crc="ae3ba9e5" sha1="49064b25667ffcd81137cd5e800df4b78b182a46" region="gfx4" offset="1000"/>
		<rom name="xvi_11.2c" merge="xvi_11.2c" size="4096" crc="31e244dd" sha1="3f7eac12863697a98e1122111801606759e44b2a" region="gfx4" offset="3000"/>
		<rom name="xvi_8bpr.6a" merge="xvi_8bpr.6a" size="256" crc="5cc2727f" sha1="0dc1e63a47a4cb0ba75f6f1e0c15e408bb0ee2a1" region="proms" offset="0"/>
		<rom name="xvi_9bpr.6d" merge="xvi_9bpr.6d" size="256" crc="5c8796cc" sha1="63015e3c0874afc6b1ca032f1ffb8f90562c77c8" region="proms" offset="100"/>
		<rom name="xvi10bpr.6e" merge="xvi10bpr.6e" size="256" crc="3cb60975" sha1="c94d5a5dd4d8a08d6d39c051a4a722581b903f45" region="proms" offset="200"/>
		<rom name="xvi_7bpr.4h" merge="xvi_7bpr.4h" size="512" crc="22d98032" sha1="ec6626828c79350417d08b98e9631ad35edd4a41" region="proms" offset="300"/>
		<rom name="xvi_6bpr.4f" merge="xvi_6bpr.4f" size="512" crc="3a7599f0" sha1="a4bdf58c190ca16fc7b976c97f41087a61fdb8b8" region="proms" offset="500"/>
		<rom name="xvi_4bpr.3l" merge="xvi_4bpr.3l" size="512" crc="fd8b9d91" sha1="87ddf0b9d723aabb422d6d416aa9ec6bc246bf34" region="proms" offset="700"/>
		<rom name="xvi_5bpr.3m" merge="xvi_5bpr.3m" size="512" crc="bf906d82" sha1="776168a73d3b9f0ce05610acc8a623deae0a572b" region="proms" offset="900"/>
		<rom name="xvi_2bpr.7n" merge="xvi_2bpr.7n" size="256" crc="550f06bc" sha1="816a0fafa0b084ac11ae1af70a5186539376fc2a" region="sound1" offset="0"/>
		<rom name="xvi_1bpr.5n" merge="xvi_1bpr.5n" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="MB88xx" clock="256000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Discrete"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10K 40K 40K"/>
			<dipvalue name="10K 50K 50K"/>
			<dipvalue name="20K 50K 50K"/>
			<dipvalue name="20K 60K 60K" default="yes"/>
			<dipvalue name="20K 70K 70K"/>
			<dipvalue name="20K 80K 80K"/>
			<dipvalue name="20K 60K"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Flags Award Bonus Life">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="129"/>
	</game>
	<game name="xeviblk" sourcefile="galaga.c" cloneof="xevious" romof="xevious">
		<description>Xevious Black (Namco)</description>
		<year>2004</year>
		<manufacturer>Namco</manufacturer>
		<rom name="xvi_1.3p" merge="xvi_1.3p" size="4096" crc="09964dda" sha1="4882b25b0938a903f3a367455ba788a30759b5b0" region="cpu1" offset="0"/>
		<rom name="xvi_2.3m" merge="xvi_2.3m" size="4096" crc="60ecce84" sha1="8adc60a5fcbca74092518dbc570ffff0f04c5b17" region="cpu1" offset="1000"/>
		<rom name="xvi_3.2m" merge="xvi_3.2m" size="4096" crc="79754b7d" sha1="c6a154858716e1f073b476824b183de20e06d093" region="cpu1" offset="2000"/>
		<rom name="xvi_4.2l" merge="xvi_4.2l" size="4096" crc="c7d4bbf0" sha1="4b846de204d08651253d3a141677c8a31626af07" region="cpu1" offset="3000"/>
		<rom name="xvi_5.3f" merge="xvi_5.3f" size="4096" crc="c85b703f" sha1="15f1c005b9d806a384ab1f2240b9c580bfe83893" region="cpu2" offset="0"/>
		<rom name="xvi_6.3j" merge="xvi_6.3j" size="4096" crc="e18cdaad" sha1="6b79efee1a9642edb9f752101737132401248aed" region="cpu2" offset="1000"/>
		<rom name="xvi_7.2c" merge="xvi_7.2c" size="4096" crc="dd35cf1c" sha1="f8d1f8e019d8198308443c2e7e815d0d04b23d14" region="cpu3" offset="0"/>
		<rom name="54xx.bin" merge="54xx.bin" size="1024" crc="ee7357e0" sha1="01bdf984a49e8d0cc8761b2cc162fd6434d5afbe" region="cpu4" offset="0"/>
		<rom name="xvi_12.3b" merge="xvi_12.3b" size="4096" crc="088c8b26" sha1="9c3b61dfca2f84673a78f7f66e363777a8f47a59" region="gfx1" dispose="yes" offset="0"/>
		<rom name="xvi_13.3c" merge="xvi_13.3c" size="4096" crc="de60ba25" sha1="32bc09be5ff8b52ee3a26e0ac3ebc2d4107badb7" region="gfx2" dispose="yes" offset="0"/>
		<rom name="xvi_14.3d" merge="xvi_14.3d" size="4096" crc="535cdbbc" sha1="fb9ffe5fc43e0213231267e98d605d43c15f61e8" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="xvi_15.4m" merge="xvi_15.4m" size="8192" crc="dc2c0ecb" sha1="19ddbd9805f77f38c9a9a1bb30dba6c720b8609f" region="gfx3" dispose="yes" offset="0"/>
		<rom name="xvi_17.4p" merge="xvi_17.4p" size="8192" crc="dfb587ce" sha1="acff2bf5cde85a16cdc98a52cdea11f77fadf25a" region="gfx3" dispose="yes" offset="2000"/>
		<rom name="xvi_16.4n" merge="xvi_16.4n" size="4096" crc="605ca889" sha1="3bf380ef76c03822a042ecc73b5edd4543c268ce" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="xvi_18.4r" merge="xvi_18.4r" size="8192" crc="02417d19" sha1="b5f830dd2cf25cf154308d2e640f0ecdcda5d8cd" region="gfx3" dispose="yes" offset="5000"/>
		<rom name="xvi_9.2a" merge="xvi_9.2a" size="4096" crc="57ed9879" sha1="3106d1aacff06cf78371bd19967141072b32b7d7" region="gfx4" offset="0"/>
		<rom name="xvi_10.2b" merge="xvi_10.2b" size="8192" crc="ae3ba9e5" sha1="49064b25667ffcd81137cd5e800df4b78b182a46" region="gfx4" offset="1000"/>
		<rom name="xvi_11.2c" merge="xvi_11.2c" size="4096" crc="31e244dd" sha1="3f7eac12863697a98e1122111801606759e44b2a" region="gfx4" offset="3000"/>
		<rom name="xvi_8bpr.6a" merge="xvi_8bpr.6a" size="256" crc="5cc2727f" sha1="0dc1e63a47a4cb0ba75f6f1e0c15e408bb0ee2a1" region="proms" offset="0"/>
		<rom name="xvi_9bpr.6d" merge="xvi_9bpr.6d" size="256" crc="5c8796cc" sha1="63015e3c0874afc6b1ca032f1ffb8f90562c77c8" region="proms" offset="100"/>
		<rom name="xvi10bpr.6e" merge="xvi10bpr.6e" size="256" crc="3cb60975" sha1="c94d5a5dd4d8a08d6d39c051a4a722581b903f45" region="proms" offset="200"/>
		<rom name="xvi_7bpr.4h" merge="xvi_7bpr.4h" size="512" crc="22d98032" sha1="ec6626828c79350417d08b98e9631ad35edd4a41" region="proms" offset="300"/>
		<rom name="xvi_6bpr.4f" merge="xvi_6bpr.4f" size="512" crc="3a7599f0" sha1="a4bdf58c190ca16fc7b976c97f41087a61fdb8b8" region="proms" offset="500"/>
		<rom name="xvibl_4bpr.3l" size="512" crc="83277522" sha1="7c5edce9758fdb5aa2132da9d8aeb0f64d69d52e" region="proms" offset="700"/>
		<rom name="xvibl_5bpr.3m" size="512" crc="07b4bd0b" sha1="36b467756c54120a20b82b4183a524b4867bc729" region="proms" offset="900"/>
		<rom name="xvi_2bpr.7n" merge="xvi_2bpr.7n" size="256" crc="550f06bc" sha1="816a0fafa0b084ac11ae1af70a5186539376fc2a" region="sound1" offset="0"/>
		<rom name="xvi_1bpr.5n" merge="xvi_1bpr.5n" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="MB88xx" clock="256000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Discrete"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10K 40K 40K"/>
			<dipvalue name="10K 50K 50K"/>
			<dipvalue name="20K 50K 50K"/>
			<dipvalue name="20K 60K 60K" default="yes"/>
			<dipvalue name="20K 70K 70K"/>
			<dipvalue name="20K 80K 80K"/>
			<dipvalue name="20K 60K"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Flags Award Bonus Life">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="129"/>
	</game>
	<game name="andromd" sourcefile="galaxian.c" cloneof="galaxian" romof="galaxian">
		<description>Andromeda - MisfitMame</description>
		<year>1979</year>
		<manufacturer>hack</manufacturer>
		<rom name="and01" size="1024" crc="a0059ddd" sha1="06bc3bd5eef9fea9e038ec08e5a228ab19f31a56" region="cpu1" offset="0"/>
		<rom name="and02" size="1024" crc="da6421b8" sha1="d3099d94d722e3e12ade712842261aac8b45f9f4" region="cpu1" offset="400"/>
		<rom name="and03" size="1024" crc="30e28016" sha1="07a621e5061d85a9559a920d76716ea4db61b674" region="cpu1" offset="800"/>
		<rom name="and04" size="1024" crc="de7e7770" sha1="b06043a1d898eb323ddabffd3d2a3b1f63df0e5e" region="cpu1" offset="c00"/>
		<rom name="and05" size="1024" crc="a916c919" sha1="b3e264ff92687022a0f2f551d5df36db848b48eb" region="cpu1" offset="1000"/>
		<rom name="and06" size="1024" crc="9175882b" sha1="d9943efcb9245af7f01aecc533a699bdefc7d283" region="cpu1" offset="1400"/>
		<rom name="and07" size="1024" crc="1237b9da" sha1="00e11532c599fca452a816683b361a24476b7100" region="cpu1" offset="1800"/>
		<rom name="and08" size="1024" crc="8b181929" sha1="c7e789d1a76e8db0251ac4c75aa85f0a4259fc81" region="cpu1" offset="1c00"/>
		<rom name="and09" size="1024" crc="17fd5357" sha1="abda92319f6851232a0dd26229fc55cf6d8361d8" region="cpu1" offset="2000"/>
		<rom name="and10" size="1024" crc="3032821c" sha1="7ff45a9ddd86e77a550b10148147f44c4c934467" region="cpu1" offset="2400"/>
		<rom name="1h.bin" merge="1h.bin" size="2048" crc="39fb43a4" sha1="4755609bd974976f04855d51e08ec0d62ab4bc07" region="gfx1" dispose="yes" offset="0"/>
		<rom name="1k.bin" merge="1k.bin" size="2048" crc="7e3f56a2" sha1="a9795d8b7388f404f3b0e2c6ce15d713a4c5bafa" region="gfx1" dispose="yes" offset="800"/>
		<rom name="6l.bpr" merge="6l.bpr" size="32" crc="c3ac9467" sha1="f382ad5a34d282056c78a5ec00c30ec43772bae2" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="7000" default="yes"/>
			<dipvalue name="10000"/>
			<dipvalue name="12000"/>
			<dipvalue name="20000"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="98"/>
	</game>
	<game name="buglaxn" sourcefile="galaxian.c" cloneof="galaxian" romof="galaxian">
		<description>Galaxian (Bug sprites)</description>
		<year>1998</year>
		<manufacturer>The Dog hack</manufacturer>
		<rom name="galmidw.u" merge="galmidw.u" size="2048" crc="745e2d61" sha1="e65f74e35b1bfaccd407e168ea55678ae9b68edf" region="cpu1" offset="0"/>
		<rom name="galmidw.v" merge="galmidw.v" size="2048" crc="9c999a40" sha1="02fdcd95d8511e64c0d2b007b874112d53e41045" region="cpu1" offset="800"/>
		<rom name="galmidw.w" merge="galmidw.w" size="2048" crc="b5894925" sha1="0046b9ed697a34d088de1aead8bd7cbe526a2396" region="cpu1" offset="1000"/>
		<rom name="galmidw.y" merge="galmidw.y" size="2048" crc="6b3ca10b" sha1="18d8714e5ef52f63ba8888ecc5a25b17b3bf17d1" region="cpu1" offset="1800"/>
		<rom name="galmidw.z" size="2048" crc="cb24f797" sha1="e6bb977ded0654c2c7388aad188059e1e0647908" region="cpu1" offset="2000"/>
		<rom name="buglaxn.1j" size="2048" crc="b8d46e4b" sha1="5fbf130912029fbe2aea5282b2201c6a17eae40b" region="gfx1" dispose="yes" offset="0"/>
		<rom name="buglaxn.1k" size="2048" crc="a00bde50" sha1="c6519af48d2cf0a641b2f5aa327c3591f3184dbc" region="gfx1" dispose="yes" offset="800"/>
		<rom name="6l.bpr" merge="6l.bpr" size="32" crc="c3ac9467" sha1="f382ad5a34d282056c78a5ec00c30ec43772bae2" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="7000" default="yes"/>
			<dipvalue name="10000"/>
			<dipvalue name="12000"/>
			<dipvalue name="20000"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="98"/>
	</game>
	<game name="galaxkyo" sourcefile="galaxian.c" cloneof="galaxian" romof="galaxian">
		<description>Galaxian (Kyoko)</description>
		<year>1979</year>
		<manufacturer>hack</manufacturer>
		<rom name="galxk.u" size="2048" crc="acfde501" sha1="4b72c1ffecaccadc541da2367f3ef70a2a9aed64" region="cpu1" offset="0"/>
		<rom name="galxk.v" size="2048" crc="65cf3c77" sha1="1c5249815816b395e1e04bf6a7dbb63e40faa0e3" region="cpu1" offset="800"/>
		<rom name="galxk.w" size="2048" crc="9eef9ae6" sha1="b2282e4edb8911e6aabfa936c3526f90381e1320" region="cpu1" offset="1000"/>
		<rom name="galxk.y" size="2048" crc="56a5ddd1" sha1="1f87f647ebdffba28d5957f195448f6bce17f4d5" region="cpu1" offset="1800"/>
		<rom name="galxk.z" size="2048" crc="f4bc7262" sha1="c4b70e474d49f45cec96f7c250bd77e01e18601a" region="cpu1" offset="2000"/>
		<rom name="galxk.1h" size="2048" crc="66a4335d" sha1="0527a9ea99e525b3ba25c172034a61cde9307a9b" region="gfx1" dispose="yes" offset="0"/>
		<rom name="galxk.1k" size="2048" crc="2160265b" sha1="97385e9c8012bc7fe85e29cfccefda72e4ca3320" region="gfx1" dispose="yes" offset="800"/>
		<rom name="6l.bpr" merge="6l.bpr" size="32" crc="c3ac9467" sha1="f382ad5a34d282056c78a5ec00c30ec43772bae2" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="4000" default="yes"/>
			<dipvalue name="5000"/>
			<dipvalue name="7000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="98"/>
	</game>
	<game name="galinvad" sourcefile="galaxian.c" cloneof="galaxian" romof="galaxian">
		<description>Galaxian (Space Invaders sprites)</description>
		<year>1998</year>
		<manufacturer>T-Bone hack</manufacturer>
		<rom name="gi.7f" size="4096" crc="b10533fd" sha1="ea8653e80000d607cd37a41f2de27ffe6e190f0f" region="cpu1" offset="0"/>
		<rom name="gi.7j" size="4096" crc="9163454d" sha1="683ce43c0e24fd5110b860e424e5de30d59e5223" region="cpu1" offset="1000"/>
		<rom name="gi.7l" size="4096" crc="952c6135" sha1="e0989d5dce37ae421c34833d48b09e76d178680d" region="cpu1" offset="2000"/>
		<rom name="galinv.1h" size="2048" crc="d3d42377" sha1="4eae6b2b20cfb6841d679006f394c7081f8f426f" region="gfx1" dispose="yes" offset="0"/>
		<rom name="galinv.1k" size="2048" crc="7e515c84" sha1="e15ff199f1db55e9abb30c403fc667a4e7143b4f" region="gfx1" dispose="yes" offset="800"/>
		<rom name="6l.bpr" merge="6l.bpr" size="32" crc="c3ac9467" sha1="f382ad5a34d282056c78a5ec00c30ec43772bae2" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="7000" default="yes"/>
			<dipvalue name="10000"/>
			<dipvalue name="12000"/>
			<dipvalue name="20000"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="98"/>
	</game>
	<game name="gaylaxn" sourcefile="galaxian.c" cloneof="galaxian" romof="galaxian">
		<description>Gaylaxian</description>
		<year>1998</year>
		<manufacturer>The Dog hack</manufacturer>
		<rom name="galx.u" size="2048" crc="79e4007d" sha1="d55050498a670d1c022ba3caad34f8fcaccf4a30" region="cpu1" offset="0"/>
		<rom name="galx.v" size="2048" crc="bc16064e" sha1="4e3220fd63c8184bf9581a89dffb6944d8fae3bb" region="cpu1" offset="800"/>
		<rom name="galx.w" size="2048" crc="72d2d3ee" sha1="96e0c5824e46d7398c7e58dd6b75a9f4ead6f3f5" region="cpu1" offset="1000"/>
		<rom name="galx.y" size="2048" crc="afe397f3" sha1="283c6f3b3f07581d88f7a6e11fc36947a9d90e2e" region="cpu1" offset="1800"/>
		<rom name="galx.z" size="2048" crc="778c0d3c" sha1="6a81875abfea515d379c6212cb57f8e54573e943" region="cpu1" offset="2000"/>
		<rom name="galxn.1h" size="2048" crc="ce77d89b" sha1="17de678c91e96bf3dc414cc2ad8631a8f617da3d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="galxn.1k" size="2048" crc="08008d2c" sha1="6600dbc42e5076f9ce3abe677134bf1677ae70ea" region="gfx1" dispose="yes" offset="800"/>
		<rom name="6l.bpr" merge="6l.bpr" size="32" crc="c3ac9467" sha1="f382ad5a34d282056c78a5ec00c30ec43772bae2" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="4000" default="yes"/>
			<dipvalue name="5000"/>
			<dipvalue name="7000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="98"/>
	</game>
	<game name="gmunch" sourcefile="galaxian.c" cloneof="puckman" romof="puckman">
		<description>Ghost Muncher (bootleg on Galaxian hardware)</description>
		<year>1981</year>
		<manufacturer>bootleg</manufacturer>
		<rom name="pac1.bin" size="4096" crc="19338c70" sha1="cc2665b7d534d324627d12025ee099ff415d4214" region="cpu1" offset="0"/>
		<rom name="pac2.bin" size="4096" crc="18db074d" sha1="a70ed18f632e947493e648e6fc057dfb7a2a3322" region="cpu1" offset="1000"/>
		<rom name="pac3.bin" size="4096" crc="abb98b1d" sha1="bb0109d353359bb192a3e6856a857c2f842838cb" region="cpu1" offset="2000"/>
		<rom name="pac4.bin" size="4096" crc="2403c78e" sha1="52d8c8a4efcf47871485080ab217098a019e6579" region="cpu1" offset="3000"/>
		<rom name="pac7.bin" size="4096" crc="6566c07b" sha1="8047350e5f6a39d34dfc9242fa0747db9819fe99" region="cpu1" offset="5000"/>
		<rom name="pac5.bin" size="4096" crc="a5965fa6" sha1="c746f90b4c4620ef6190f9ae85d5036bda3b81ae" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pac8.bin" size="4096" crc="0491a967" sha1="868f7c7efdbe40c8e0977557bc2cedefb9a3ea81" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pac6.bin" size="4096" crc="2145e7ea" sha1="a2e3a54fa25b030d72431f42e12783db08e95e2e" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="sk.bpr" size="32" crc="bce79607" sha1="49d60fde149240bcd025f721b0fbbbdbc549a42f" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="1">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="98"/>
	</game>
	<game name="gmunch2" sourcefile="galaxian.c" cloneof="puckman" romof="puckman">
		<description>Ghost Muncher Set 2 (bootleg on Galaxian hardware)</description>
		<year>1981</year>
		<manufacturer>bootleg</manufacturer>
		<rom name="pac1.bin" size="4096" crc="19338c70" sha1="cc2665b7d534d324627d12025ee099ff415d4214" region="cpu1" offset="0"/>
		<rom name="pac2.bin" size="4096" crc="18db074d" sha1="a70ed18f632e947493e648e6fc057dfb7a2a3322" region="cpu1" offset="1000"/>
		<rom name="pac3.bin" size="4096" crc="abb98b1d" sha1="bb0109d353359bb192a3e6856a857c2f842838cb" region="cpu1" offset="2000"/>
		<rom name="pac4.bin" size="4096" crc="2403c78e" sha1="52d8c8a4efcf47871485080ab217098a019e6579" region="cpu1" offset="3000"/>
		<rom name="pac7.bin" size="4096" crc="6566c07b" sha1="8047350e5f6a39d34dfc9242fa0747db9819fe99" region="cpu1" offset="5000"/>
		<rom name="pac5.bin" size="4096" crc="a5965fa6" sha1="c746f90b4c4620ef6190f9ae85d5036bda3b81ae" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pac8.bin" size="4096" crc="0491a967" sha1="868f7c7efdbe40c8e0977557bc2cedefb9a3ea81" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pac6.bin" size="4096" crc="2145e7ea" sha1="a2e3a54fa25b030d72431f42e12783db08e95e2e" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="6l.bpr" size="32" crc="c3ac9467" sha1="f382ad5a34d282056c78a5ec00c30ec43772bae2" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="1">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="98"/>
	</game>
	<game name="vectrgal" sourcefile="galaxian.c" cloneof="galaxian" romof="galaxian">
		<description>Galaxian (Vector Sim)</description>
		<year>1998</year>
		<manufacturer>T-Bone hack</manufacturer>
		<rom name="gi.7f" size="4096" crc="b10533fd" sha1="ea8653e80000d607cd37a41f2de27ffe6e190f0f" region="cpu1" offset="0"/>
		<rom name="gi.7j" size="4096" crc="9163454d" sha1="683ce43c0e24fd5110b860e424e5de30d59e5223" region="cpu1" offset="1000"/>
		<rom name="gi.7l" size="4096" crc="952c6135" sha1="e0989d5dce37ae421c34833d48b09e76d178680d" region="cpu1" offset="2000"/>
		<rom name="vecgal.1h" size="2048" crc="02815aec" sha1="94975ee5eff84a3ae483dd3d5766384859402477" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vecgal.1k" size="2048" crc="11c9898c" sha1="fb6bac221b3984a70a775bccf06f6e2f17d447cf" region="gfx1" dispose="yes" offset="800"/>
		<rom name="6l.bpr" merge="6l.bpr" size="32" crc="c3ac9467" sha1="f382ad5a34d282056c78a5ec00c30ec43772bae2" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="7000" default="yes"/>
			<dipvalue name="10000"/>
			<dipvalue name="12000"/>
			<dipvalue name="20000"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="98"/>
	</game>
	<game name="mooncmst" sourcefile="galaxian.c" cloneof="mooncrst" romof="mooncrst">
		<description>Moon Creamsta</description>
		<year>2000</year>
		<manufacturer>Hack</manufacturer>
		<rom name="mc1" merge="mc1" size="2048" crc="7d954a7a" sha1="a93ee403cfd7887538ad12d33f6dd6c71bea2a32" region="cpu1" offset="0"/>
		<rom name="mc2" merge="mc2" size="2048" crc="44bb7cfa" sha1="349c2e23a9fce73f95bb8168d369082fa129fe3d" region="cpu1" offset="800"/>
		<rom name="mc3" merge="mc3" size="2048" crc="9c412104" sha1="1b40054ebb1ace965a8522119bb23f09797bc5f6" region="cpu1" offset="1000"/>
		<rom name="mc4" merge="mc4" size="2048" crc="7e9b1ab5" sha1="435f603c0c3e788a509dd144a7916a34e791ae44" region="cpu1" offset="1800"/>
		<rom name="mc5.7r" merge="mc5.7r" size="2048" crc="16c759af" sha1="3b48050411f65f9d3fb41ff22901e22d82bf1cf6" region="cpu1" offset="2000"/>
		<rom name="mc6.8d" merge="mc6.8d" size="2048" crc="69bcafdb" sha1="939c8c6ed1cd4660a3d99b8f17ed99cbd7e1352a" region="cpu1" offset="2800"/>
		<rom name="mc7.8e" merge="mc7.8e" size="2048" crc="b50dbc46" sha1="4fa084fd1ba5f78e7703e684c57af15ca7a844e4" region="cpu1" offset="3000"/>
		<rom name="mc8" merge="mc8" size="2048" crc="18ca312b" sha1="39219059003b949e38305553fea2d33071062c64" region="cpu1" offset="3800"/>
		<rom name="mmcs_b" size="2048" crc="94d69a79" sha1="d984ce68046244589e94cb526dc2fa11a85077d9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mmcs_d" size="2048" crc="44a6c84a" sha1="464dc9a11fdf3015ce9d4735c27c1d6eab51cecb" region="gfx1" dispose="yes" offset="800"/>
		<rom name="mmcs_a" size="2048" crc="d8c9713c" sha1="13f514bed011bb7f420e99bd9caeca0f2a1012ff" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="mmcs_c" size="2048" crc="50e37124" sha1="ae07715733e864eadc3b4586c3e9f1852a4cf127" region="gfx1" dispose="yes" offset="1800"/>
		<rom name="l06_prom.bin" merge="mmi6331.6l" size="32" crc="6a0c7d87" sha1="140335d85c67c75b65689d4e76d29863c209cf32" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="30000" default="yes"/>
			<dipvalue name="50000"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="Japanese"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="98"/>
	</game>
	<game name="fourplay" sourcefile="galaxian.c" cloneof="galaxian" romof="galaxian">
		<description>Four Play</description>
		<year>2002</year>
		<manufacturer>[Namco]</manufacturer>
		<rom name="fourplay.bin" size="65536" crc="b42b2c2c" region="cpu1" offset="10000"/>
		<rom name="graph1.bin" size="4096" crc="359c0c1f" region="gfx1" dispose="yes" offset="0"/>
		<rom name="graph2.bin" size="4096" crc="b22a51c9" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="6l.bpr" merge="6l.bpr" size="32" crc="c3ac9467" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="7000" default="yes"/>
			<dipvalue name="10000"/>
			<dipvalue name="12000"/>
			<dipvalue name="20000"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="130"/>
	</game>
	<game name="gaunt2s" sourcefile="gauntlet.c" cloneof="gaunt2" romof="gaunt2">
		<description>Gauntlet II Speed Hack</description>
		<year>1987</year>
		<manufacturer>Atari Games</manufacturer>
		<rom name="1307-9a.037" merge="136037-1307.9a" size="32768" crc="46fe8743" sha1="d5fa19e028a2f43658330c67c10e0c811d332780" region="cpu1" offset="0"/>
		<rom name="1308-9b.037" merge="136037-1308.9b" size="32768" crc="276e15c4" sha1="7467b2ec21b1b4fcc18ff9387ce891495f4b064c" region="cpu1" offset="1"/>
		<rom name="1105-10a.043" merge="136043-1105.10a" size="16384" crc="45dfda47" sha1="a9a03150f5a0ad6ce62c5cfdffb4a9f54340590c" region="cpu1" offset="38000"/>
		<rom name="1106-10b.043" merge="136043-1106.10b" size="16384" crc="343c029c" sha1="d2df4e5b036500dcc537a1e0025abb2a8c730bdd" region="cpu1" offset="38001"/>
		<rom name="g2s-1109-7a.043" size="32768" crc="32c909b4" sha1="53c62d7a6660ccff4302ae9b8edcbe2949013e5e" region="cpu1" offset="40000"/>
		<rom name="g2s-1110-7b.043" size="32768" crc="a1a2ac12" sha1="bd939cf97f8c4d52bedc475ee1ce00c226aee234" region="cpu1" offset="40001"/>
		<rom name="1121-6a.043" merge="136043-1121.6a" size="32768" crc="ae301bba" sha1="3d93236aaffe6ef692e5073b1828633e8abf0ce4" region="cpu1" offset="50000"/>
		<rom name="1122-6b.043" merge="136043-1122.6b" size="32768" crc="e94aaa8a" sha1="378c582c360440b808820bcd3be78ec6e8800c34" region="cpu1" offset="50001"/>
		<rom name="1120-16r.043" merge="136043-1120.16r" size="16384" crc="5c731006" sha1="045ad571db34ef870b1bf003e77eea403204f55b" region="cpu2" offset="4000"/>
		<rom name="1119-16s.043" merge="136043-1119.16s" size="32768" crc="dc3591e7" sha1="6d0d8493609974bd5a63be858b045fe4db35d8df" region="cpu2" offset="8000"/>
		<rom name="1104-6p.043" merge="136043-1104.6p" size="8192" crc="1343cf6f" sha1="4a9542bc8ede305e7e8f860eb4b47ca2f3017275" region="gfx1" dispose="yes" offset="0"/>
		<rom name="1111-1a.043" merge="136043-1111.1a" size="32768" crc="09df6e23" sha1="726984275c6a338c12ec0c4cc449f92f4a7a138c" region="gfx2" dispose="yes" offset="0"/>
		<rom name="112-1b.037" merge="136037-112.1b" size="32768" crc="869330be" sha1="5dfaaf54ee2b3c0eaf35e8c17558313db9791616" region="gfx2" dispose="yes" offset="8000"/>
		<rom name="1123-1c.043" merge="136043-1123.1c" size="16384" crc="e4c98f01" sha1="a24bece3196d13c38e4acdbf62783860253ba67d" region="gfx2" dispose="yes" offset="10000"/>
		<rom name="1113-1l.043" merge="136043-1113.1l" size="32768" crc="33cb476e" sha1="e0757ee0120de2d38be44f8dc8702972c35b87b3" region="gfx2" dispose="yes" offset="18000"/>
		<rom name="114-1mn.037" merge="136037-114.1mn" size="32768" crc="29ef9882" sha1="91e1465af6505b35cd97434c13d2b4d40a085946" region="gfx2" dispose="yes" offset="20000"/>
		<rom name="1124-1p.043" merge="136043-1124.1p" size="16384" crc="c4857879" sha1="3b4ce96da0d178b4bc2d05b5b51b42c7ec461113" region="gfx2" dispose="yes" offset="28000"/>
		<rom name="1115-2a.043" merge="136043-1115.2a" size="32768" crc="f71e2503" sha1="244e108668eaef6b64c6ff733b08b9ee6b7a2d2b" region="gfx2" dispose="yes" offset="30000"/>
		<rom name="116-2b.037" merge="136037-116.2b" size="32768" crc="11e0ac5b" sha1="729b7561d59d94ef33874a134b97bcd37573dfa6" region="gfx2" dispose="yes" offset="38000"/>
		<rom name="1125-2c.043" merge="136043-1125.2c" size="16384" crc="d9c2c2d1" sha1="185e38c75c06b6ca131a17ee3a46098279bfe17e" region="gfx2" dispose="yes" offset="40000"/>
		<rom name="1117-2l.043" merge="136043-1117.2l" size="32768" crc="9e30b2e9" sha1="e9b513089eaf3bec269058b437fefe7075a3fd6f" region="gfx2" dispose="yes" offset="48000"/>
		<rom name="118-2mn.037" merge="136037-118.2mn" size="32768" crc="8bf3b263" sha1="683d900ab7591ee661218be2406fb375a12e435c" region="gfx2" dispose="yes" offset="50000"/>
		<rom name="1126-2p.043" merge="136043-1126.2p" size="16384" crc="a32c732a" sha1="abe801dff7bb3f2712e2189c2b91f172d941fccd" region="gfx2" dispose="yes" offset="58000"/>
		<chip type="cpu" name="68010" clock="7159090"/>
		<chip type="cpu" name="M6502" clock="1789772"/>
		<chip type="audio" name="YM2151" clock="3579545"/>
		<chip type="audio" name="POKEY" clock="1789772"/>
		<chip type="audio" name="TMS5220" clock="650826"/>
		<display type="raster" rotate="0" width="336" height="240" refresh="60.000000" />
		<sound channels="2"/>
		<input players="4" buttons="2" coins="4">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="1024"/>
	</game>
	<game name="pbert" sourcefile="gottlieb.c" cloneof="qbert" romof="qbert" sampleof="qbert">
		<description>P*bert</description>
		<year>2003</year>
		<manufacturer>Hack</manufacturer>
		<rom name="qb-rom2.bin" merge="qb-rom2.bin" size="8192" crc="fe434526" sha1="4cfc5d52dd6c82163e035af82d6112c0c93a3797" region="cpu1" offset="a000"/>
		<rom name="qb-rom1.bin" merge="qb-rom1.bin" size="8192" crc="55635447" sha1="ca6acdef1c9e06b33efe1f0a2df2dfb03723cfbe" region="cpu1" offset="c000"/>
		<rom name="qb-rom0.bin" merge="qb-rom0.bin" size="8192" crc="8e318641" sha1="7f8f66d1e6a7905e93cce07fc92e8801370b7194" region="cpu1" offset="e000"/>
		<rom name="qb-snd1.bin" merge="qb-snd1.bin" size="2048" crc="15787c07" sha1="8b7d03fbf2ebaa71b3a7e2f636a0d1bb9b796e43" region="cpu2" offset="f000"/>
		<rom name="qb-snd2.bin" merge="qb-snd2.bin" size="2048" crc="58437508" sha1="09d8053e7e99679b602dcda230d64db7fe6cb7f5" region="cpu2" offset="f800"/>
		<rom name="pb-bg0.bin" size="4096" crc="14e193e9" sha1="5d67b3da848d4a90a4f9bf7f6145ce1aa33188f7" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pb-bg1.bin" size="4096" crc="a91180f9" sha1="c8a3ceae19afe9a0ad1e05bed99585e6bacbc09b" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pb-fg3.bin" size="8192" crc="26def34c" sha1="b36dd87e4c36d201aaec0c283e5f3d1ad4056d5d" region="gfx2" dispose="yes" offset="0"/>
		<rom name="pb-fg2.bin" size="8192" crc="cf3309ca" sha1="5be9a28b3681990729f0582f9d2c3dd0314bdd15" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="pb-fg1.bin" size="8192" crc="a5f3a203" sha1="4d7d45e5ba87acd8c44421f2c7fb2129a1866f03" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="pb-fg0.bin" size="8192" crc="495d90e9" sha1="d4d28c30901eb09da8933c03b2178152f0fc7b84" region="gfx2" dispose="yes" offset="6000"/>
		<sample name="fx_17a.wav"/>
		<sample name="fx_17b.wav"/>
		<sample name="fx_17c.wav"/>
		<sample name="fx_17d.wav"/>
		<sample name="fx_17e.wav"/>
		<sample name="fx_17f.wav"/>
		<sample name="fx_17g.wav"/>
		<sample name="fx_17h.wav"/>
		<sample name="fx_18a.wav"/>
		<sample name="fx_18b.wav"/>
		<sample name="fx_18c.wav"/>
		<sample name="fx_18d.wav"/>
		<sample name="fx_18e.wav"/>
		<sample name="fx_18f.wav"/>
		<sample name="fx_18g.wav"/>
		<sample name="fx_18h.wav"/>
		<sample name="fx_19a.wav"/>
		<sample name="fx_19b.wav"/>
		<sample name="fx_19c.wav"/>
		<sample name="fx_19d.wav"/>
		<sample name="fx_19e.wav"/>
		<sample name="fx_19f.wav"/>
		<sample name="fx_19g.wav"/>
		<sample name="fx_19h.wav"/>
		<sample name="fx_20a.wav"/>
		<sample name="fx_20b.wav"/>
		<sample name="fx_20c.wav"/>
		<sample name="fx_20d.wav"/>
		<sample name="fx_20e.wav"/>
		<sample name="fx_20f.wav"/>
		<sample name="fx_20g.wav"/>
		<sample name="fx_20h.wav"/>
		<sample name="fx_21a.wav"/>
		<sample name="fx_21b.wav"/>
		<sample name="fx_21c.wav"/>
		<sample name="fx_21d.wav"/>
		<sample name="fx_21e.wav"/>
		<sample name="fx_21f.wav"/>
		<sample name="fx_21g.wav"/>
		<sample name="fx_21h.wav"/>
		<sample name="fx_22.wav"/>
		<sample name="fx_23.wav"/>
		<sample name="fx_28.wav"/>
		<sample name="fx_36.wav"/>
		<sample name="knocker.wav"/>
		<chip type="cpu" name="I8086" clock="5000000"/>
		<chip type="cpu" name="M6502" clock="894886"/>
		<chip type="audio" name="DAC"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="270" width="256" height="240" refresh="61.000000" />
		<sound channels="1"/>
		<input players="2" coins="2" service="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Kicker">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Auto Round Advance (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="SW5">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="SW7">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="SW8">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="16"/>
	</game>
	<game name="vbert" sourcefile="gottlieb.c" cloneof="qbert" romof="qbert" sampleof="qbert">
		<description>V*bert</description>
		<year>2003</year>
		<manufacturer>Hack</manufacturer>
		<rom name="qb-rom2.bin" merge="qb-rom2.bin" size="8192" crc="fe434526" sha1="4cfc5d52dd6c82163e035af82d6112c0c93a3797" region="cpu1" offset="a000"/>
		<rom name="qb-rom1.bin" merge="qb-rom1.bin" size="8192" crc="55635447" sha1="ca6acdef1c9e06b33efe1f0a2df2dfb03723cfbe" region="cpu1" offset="c000"/>
		<rom name="qb-rom0.bin" merge="qb-rom0.bin" size="8192" crc="8e318641" sha1="7f8f66d1e6a7905e93cce07fc92e8801370b7194" region="cpu1" offset="e000"/>
		<rom name="qb-snd1.bin" merge="qb-snd1.bin" size="2048" crc="15787c07" sha1="8b7d03fbf2ebaa71b3a7e2f636a0d1bb9b796e43" region="cpu2" offset="f000"/>
		<rom name="qb-snd2.bin" merge="qb-snd2.bin" size="2048" crc="58437508" sha1="09d8053e7e99679b602dcda230d64db7fe6cb7f5" region="cpu2" offset="f800"/>
		<rom name="vb-bg0.bin" size="4096" crc="8963b939" sha1="1416f56938163b4cdc212758eb2c3f6b773c7e32" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vb-bg1.bin" size="4096" crc="96033c96" sha1="0a5780377bfd3baeeb2d899aa230e503539f7c92" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="vb-fg3.bin" size="8192" crc="8cb4bdb4" sha1="7b9b626b93daa4d2639a1e87ace61b1d254af96c" region="gfx2" dispose="yes" offset="0"/>
		<rom name="vb-fg2.bin" size="8192" crc="79883cc3" sha1="01cfca389021747e2d750fc8bb251abb2d5fe7a8" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="vb-fg1.bin" size="8192" crc="b0fe9bd5" sha1="be2990904efff19adbe18eb674727214ffae9ad3" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="vb-fg0.bin" size="8192" crc="4c3db270" sha1="212f1c353511fb4166a7ad0135dd295a2a16af8d" region="gfx2" dispose="yes" offset="6000"/>
		<sample name="fx_17a.wav"/>
		<sample name="fx_17b.wav"/>
		<sample name="fx_17c.wav"/>
		<sample name="fx_17d.wav"/>
		<sample name="fx_17e.wav"/>
		<sample name="fx_17f.wav"/>
		<sample name="fx_17g.wav"/>
		<sample name="fx_17h.wav"/>
		<sample name="fx_18a.wav"/>
		<sample name="fx_18b.wav"/>
		<sample name="fx_18c.wav"/>
		<sample name="fx_18d.wav"/>
		<sample name="fx_18e.wav"/>
		<sample name="fx_18f.wav"/>
		<sample name="fx_18g.wav"/>
		<sample name="fx_18h.wav"/>
		<sample name="fx_19a.wav"/>
		<sample name="fx_19b.wav"/>
		<sample name="fx_19c.wav"/>
		<sample name="fx_19d.wav"/>
		<sample name="fx_19e.wav"/>
		<sample name="fx_19f.wav"/>
		<sample name="fx_19g.wav"/>
		<sample name="fx_19h.wav"/>
		<sample name="fx_20a.wav"/>
		<sample name="fx_20b.wav"/>
		<sample name="fx_20c.wav"/>
		<sample name="fx_20d.wav"/>
		<sample name="fx_20e.wav"/>
		<sample name="fx_20f.wav"/>
		<sample name="fx_20g.wav"/>
		<sample name="fx_20h.wav"/>
		<sample name="fx_21a.wav"/>
		<sample name="fx_21b.wav"/>
		<sample name="fx_21c.wav"/>
		<sample name="fx_21d.wav"/>
		<sample name="fx_21e.wav"/>
		<sample name="fx_21f.wav"/>
		<sample name="fx_21g.wav"/>
		<sample name="fx_21h.wav"/>
		<sample name="fx_22.wav"/>
		<sample name="fx_23.wav"/>
		<sample name="fx_28.wav"/>
		<sample name="fx_36.wav"/>
		<sample name="knocker.wav"/>
		<chip type="cpu" name="I8086" clock="5000000"/>
		<chip type="cpu" name="M6502" clock="894886"/>
		<chip type="audio" name="DAC"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="270" width="256" height="240" refresh="61.000000" />
		<sound channels="1"/>
		<input players="2" coins="2" service="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Kicker">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Auto Round Advance (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="SW5">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="SW7">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="SW8">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="16"/>
	</game>
	<game name="711qbert" sourcefile="gottlieb.c" cloneof="qbert" romof="qbert" sampleof="qbert">
		<description>7-11 Q*bert</description>
		<year>1982</year>
		<manufacturer>Hack</manufacturer>
		<rom name="mqb-rom2.bin" size="8192" crc="6860f957" region="cpu1" offset="a000"/>
		<rom name="mqb-rom1.bin" size="8192" crc="11f0a4e4" region="cpu1" offset="c000"/>
		<rom name="mqb-rom0.bin" size="8192" crc="12a90cb2" region="cpu1" offset="e000"/>
		<rom name="mqb-snd1.bin" size="2048" crc="e704b450" region="cpu2" offset="f000"/>
		<rom name="mqb-snd2.bin" size="2048" crc="c6a98bf8" region="cpu2" offset="f800"/>
		<rom name="qb-bg0.bin" merge="qb-bg0.bin" size="4096" crc="7a9ba824" region="gfx1" dispose="yes" offset="0"/>
		<rom name="qb-bg1.bin" merge="qb-bg1.bin" size="4096" crc="22e5b891" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="qb-fg3.bin" size="8192" crc="ee595eda" region="gfx2" dispose="yes" offset="0"/>
		<rom name="qb-fg2.bin" size="8192" crc="59884c78" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="qb-fg1.bin" size="8192" crc="2a60e3ad" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="qb-fg0.bin" size="8192" crc="b11ad9d8" region="gfx2" dispose="yes" offset="6000"/>
		<sample name="fx_17a.wav"/>
		<sample name="fx_17b.wav"/>
		<sample name="fx_17c.wav"/>
		<sample name="fx_17d.wav"/>
		<sample name="fx_17e.wav"/>
		<sample name="fx_17f.wav"/>
		<sample name="fx_17g.wav"/>
		<sample name="fx_17h.wav"/>
		<sample name="fx_18a.wav"/>
		<sample name="fx_18b.wav"/>
		<sample name="fx_18c.wav"/>
		<sample name="fx_18d.wav"/>
		<sample name="fx_18e.wav"/>
		<sample name="fx_18f.wav"/>
		<sample name="fx_18g.wav"/>
		<sample name="fx_18h.wav"/>
		<sample name="fx_19a.wav"/>
		<sample name="fx_19b.wav"/>
		<sample name="fx_19c.wav"/>
		<sample name="fx_19d.wav"/>
		<sample name="fx_19e.wav"/>
		<sample name="fx_19f.wav"/>
		<sample name="fx_19g.wav"/>
		<sample name="fx_19h.wav"/>
		<sample name="fx_20a.wav"/>
		<sample name="fx_20b.wav"/>
		<sample name="fx_20c.wav"/>
		<sample name="fx_20d.wav"/>
		<sample name="fx_20e.wav"/>
		<sample name="fx_20f.wav"/>
		<sample name="fx_20g.wav"/>
		<sample name="fx_20h.wav"/>
		<sample name="fx_21a.wav"/>
		<sample name="fx_21b.wav"/>
		<sample name="fx_21c.wav"/>
		<sample name="fx_21d.wav"/>
		<sample name="fx_21e.wav"/>
		<sample name="fx_21f.wav"/>
		<sample name="fx_21g.wav"/>
		<sample name="fx_21h.wav"/>
		<sample name="fx_22.wav"/>
		<sample name="fx_23.wav"/>
		<sample name="fx_28.wav"/>
		<sample name="fx_36.wav"/>
		<sample name="knocker.wav"/>
		<chip type="cpu" name="I8086" clock="5000000"/>
		<chip type="cpu" name="M6502" clock="894886"/>
		<chip type="audio" name="DAC"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="270" width="256" height="240" refresh="61.000000" />
		<sound channels="1"/>
		<input players="2" coins="2" service="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Kicker">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Auto Round Advance (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="SW5">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="SW7">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="SW8">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="16"/>
	</game>
	<game name="itecdemo" sourcefile="itech8.c" cloneof="gtg" romof="gtg">
		<description>Chaos89 demo for Incredible Technologies(IT) (6809)</description>
		<year>1989</year>
		<manufacturer>Charles Doty</manufacturer>
		<rom name="u5d.bin" size="65536" crc="749a1336" sha1="f3f1220fbb9b61214e7b4e675a6ab5bbe9db50af" region="cpu1" offset="4000"/>
		<rom name="u27d.bin" size="32768" crc="f0cd7332" sha1="770b5d9b531495df0ff6350942cbd5147a875e9b" region="cpu2" offset="8000"/>
		<rom name="grom0d.bin" size="131072" crc="e4f9fe36" sha1="ad8cb4eb1d5d685bb22ca6fee5f1efcd682f8b38" region="gfx1" offset="0"/>
		<rom name="grom1d.bin" size="131072" crc="7ee8cdcd" sha1="67dfd19f3eb3649d6f3f6631e44d0bd36b8d8d19" region="gfx1" offset="20000"/>
		<rom name="grom2d.bin" size="131072" crc="7ee8cdcd" sha1="67dfd19f3eb3649d6f3f6631e44d0bd36b8d8d19" region="gfx1" offset="40000"/>
		<rom name="grom3d.bin" size="131072" crc="7ee8cdcd" sha1="67dfd19f3eb3649d6f3f6631e44d0bd36b8d8d19" region="gfx1" offset="60000"/>
		<rom name="grom4d.bin" size="131072" crc="7ee8cdcd" sha1="67dfd19f3eb3649d6f3f6631e44d0bd36b8d8d19" region="gfx1" offset="80000"/>
		<rom name="grom5d.bin" size="131072" crc="7ee8cdcd" sha1="67dfd19f3eb3649d6f3f6631e44d0bd36b8d8d19" region="gfx1" offset="a0000"/>
		<rom name="srom0d.bin" size="131072" crc="7ee8cdcd" sha1="67dfd19f3eb3649d6f3f6631e44d0bd36b8d8d19" region="sound1" offset="0"/>
		<chip type="cpu" name="M6809" clock="2000000"/>
		<chip type="cpu" name="M6809" clock="2000000"/>
		<chip type="audio" name="OKI6295" clock="1000000"/>
		<chip type="audio" name="YM2203" clock="4000000"/>
		<display type="raster" rotate="0" width="256" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="fastjr" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man (Fast)</description>
		<year>1983</year>
		<manufacturer>Bally Midway</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jrp2c.bin" merge="jrp2c.bin" size="8192" crc="0527ff9b" sha1="37fe3176b0d125b7d629e108e7ebdc1196e4a132" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jrp2e.bin" merge="jrp2e.bin" size="8192" crc="73477193" sha1="f00a488958ea0438642d345693787bdf771219ad" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jr1000" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man 1000</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jr1000_2c.bin" size="8192" crc="8f93c273" sha1="e672e0fdc8956967783110c0f36cfe0fd77cca90" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jr1000_2e.bin" size="8192" crc="eac97aec" sha1="af5b88e1ce9d14851ae2db4e90cb6adb8df949c7" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jr2000" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man 2000</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jr2000_2c.bin" size="8192" crc="2784936b" sha1="31ceeaa0a6c2ca042d829b0baa7b5455c3942790" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jr2000_2e.bin" size="8192" crc="a26f1a49" sha1="86d51269db2f7d8f6a7f12bd2bc1e2ab82f8be83" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jr2001" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man 2001</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jr2001_2c.bin" size="8192" crc="9171f08f" sha1="d2af715feb9b5266edc24a0ea9eaecc456eb4fac" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jr2001_2e.bin" size="8192" crc="3164b853" sha1="a3e23a902a9548a7025248a0e63fcbd4374de554" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jr2001p" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man 2001 Plus</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jr2001p2c.bin" size="8192" crc="d56cb9c5" sha1="e598a28c0a4f1cdce2312a8dc418cfa441fc5fe8" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jr2001p2e.bin" size="8192" crc="1b534804" sha1="b93764b6d6aacdcb4a50fffec58cab7778ada3ab" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jr2002" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man 2002</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jr2002_2c.bin" size="8192" crc="e254096c" sha1="f56127a6dcf8a6a5c916f33a29d761d36d55e543" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jr2002_2e.bin" size="8192" crc="e3240bec" sha1="255669c33f88e39a5c5f041a800f14ec29d24f38" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jr2002p" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man 2002 Plus</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jr2002p2c.bin" size="8192" crc="ad1d0360" sha1="d401a4575899c64c35977c1c49dfe9ad38a804e7" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jr2002p2e.bin" size="8192" crc="160321a1" sha1="8e4ed3f8f5270fec8a00db92a6aebc9951074f33" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jr2003" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man 2003</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jr2003_2c.bin" size="8192" crc="0ffe21f5" sha1="3a5503f46d4813ff77aaa633122346228bba659b" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jr2003_2e.bin" size="8192" crc="1fd35d7a" sha1="b04e25c1fd0a148c4caae8ccb07fd2e3b4120325" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jr2003p" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man 2003 Plus</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jr2003p2c.bin" size="8192" crc="b24e9383" sha1="ba82f2e58e7ba1b64cf52c5da3bb8bf3fac7cea3" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jr2003p2e.bin" size="8192" crc="65ba2fb7" sha1="3a0ee8798c72d13300712a2537b3a44a13f9338f" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jr2004" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man 2004</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jr2004_2c.bin" size="8192" crc="3c20cf84" sha1="8d34d50839b3f62bfbe9ee4ed633422be6459e73" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jr2004_2e.bin" size="8192" crc="f08575ab" sha1="c5935f88fac7cc9f58e56d857e89c232582c1882" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jr2004p" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man 2004 Plus</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jr2004p2c.bin" size="8192" crc="6e1db602" sha1="27bf6776d044c602cf9da88cfd19e23d4771759d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jr2004p2e.bin" size="8192" crc="ab075ebe" sha1="4cafb1019acf49111fdc5e695d95610219a0573d" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jr2005" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man 2005</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jr2005_2c.bin" size="8192" crc="42eb8848" sha1="79ee37c77ec8374c568699c4161cd46ef8631a17" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jr2005_2e.bin" size="8192" crc="502d286c" sha1="7fcf21d4037f7ffaf68be4c9089b3b3aa0ad59d3" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jr2005p" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man 2005 Plus</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jr2005p2c.bin" size="8192" crc="4d03cd0a" sha1="eb3c5ed5d0a5d4d67baae2ad629ffbfadbe2bea3" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jr2005p2e.bin" size="8192" crc="51cbce81" sha1="37129228e8e92dd2a500ac2653364506129b7a2e" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jr3000p" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man 3000 Plus</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jr1000_2c.bin" size="8192" crc="8f93c273" sha1="e672e0fdc8956967783110c0f36cfe0fd77cca90" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jr3000p2e.bin" size="8192" crc="0a8f7b5c" sha1="2182b24330021faa447944e51bebc5159b2b4f0b" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jr4000p" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man 4000 Plus</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jr4000p2c.bin" size="8192" crc="c5f05f11" sha1="9fdafd46adebb709b2b897b0b53b05c4392239b2" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jr4000p2e.bin" size="8192" crc="944add80" sha1="c391a2bb0d655da87d13581b16d09fe896106efd" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jr5000p" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man 5000 Plus</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jr5000p2c.bin" size="8192" crc="086979e1" sha1="6c7fa4118fbb90417d3397c9f1f5eee14cb938de" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jr5000p2e.bin" size="8192" crc="a0fce81b" sha1="8704a18e43c5134fc758df3a443c3f0e6990c417" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jr6000" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man 6000</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jr6000_2c.bin" size="8192" crc="44bd3c24" sha1="d0321f314f604bb268fd62fde2e6a536f2c735f2" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jr6000_2e.bin" size="8192" crc="83c8ff32" sha1="ceae512347ca4c4aa1e88623894c3279281c0639" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jr7000" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man 7000</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jr7000_2c.bin" size="8192" crc="3dca34d5" sha1="02b8ac91a683fa9688e5897ac206f344fbd71767" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jr7000_2e.bin" size="8192" crc="202f2f37" sha1="337f7e7d123f914833115610a763fe7dc55c3d24" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jr7000p" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man 7000 Plus</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jr7000p2c.bin" size="8192" crc="3b3e60fe" sha1="26ff62f8aa655fa927694f791ae8a361dc438f3c" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jr7000p2e.bin" size="8192" crc="89b17c92" sha1="2fc39e05fc35a69a6d224b6024f978b7c15bfb80" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jr8000" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man 8000</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jr8000_2c.bin" size="8192" crc="9653f563" sha1="0a71d70645a8cd2e407a638e934deda43b41e56c" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jr8000_2e.bin" size="8192" crc="0b1791f8" sha1="1d6d494d8acfd57301fc01a86a27df2b7e697f1b" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jr8000p" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man 8000 Plus</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jr8000p2c.bin" size="8192" crc="913a0bea" sha1="005e3908956169648464dfdd6ae5e2b67ba2233f" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jr8000p2e.bin" size="8192" crc="aed01226" sha1="ae8022e36c7f7c083c1a697e54c7587044fcb491" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jr9000p" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man 9000 Plus</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jr9000p2c.bin" size="8192" crc="b2653891" sha1="e96ab61f58bb9b47751e7e9397f2d44ff35897e6" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jr9000p2e.bin" size="8192" crc="87f45bd7" sha1="7a45e0d5479de3d867518354f108e62f7e4d9877" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jrdeluxe" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man Deluxe</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jrdeluxe2c.bin" size="8192" crc="90517001" sha1="cfb4a43bf9ef732a940b027de383e7a6ec0ec671" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jrdeluxe2e.bin" size="8192" crc="ef042965" sha1="8497d2c7fdae6b1903df421ae1358a3b41e78599" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jrhearts" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man Hearts</description>
		<year>2000</year>
		<manufacturer>Bally Midway</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jrh2c.bin" size="8192" crc="40cafa63" sha1="c68a7eefabe4d8b008533abe3cf4b1a6512cd25e" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jrh2e.bin" merge="jrp2e.bin" size="8192" crc="73477193" sha1="f00a488958ea0438642d345693787bdf771219ad" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jrpacad" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man After Dark</description>
		<year>1983</year>
		<manufacturer>Bally Midway</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jrpacad2c.bin" size="8192" crc="1ecf940c" sha1="035b1d44da3a010f8c158211d07f5c6e7d16b63d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jrvectr2e.bin" size="8192" crc="c0b35564" sha1="c0c6de032023c301608c584489d564a61256345b" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jrpacjr" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man Junior</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jrpacjr2c.bin" size="8192" crc="54e6c297" sha1="fa3c5240ca8a9e0c520864189c8b18105af629a7" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jrpacjr2e.bin" size="8192" crc="5b34dd98" sha1="342393af97e13fe32b684e467bf48019f7c0c1c3" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jrpacjrp" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man Junior Plus</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jrpacjr2c.bin" size="8192" crc="54e6c297" sha1="fa3c5240ca8a9e0c520864189c8b18105af629a7" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jrpacjrp2e.bin" size="8192" crc="1ee279ef" sha1="ec26313fdf82ff7e4ff0acef28e2ce21a0539c1f" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jrpacp" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man Plus</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jrpacp2c.bin" size="8192" crc="4fe4238e" sha1="1175b3f9e3a9120a2149b124259097e8c574a76d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jrpacp2e.bin" size="8192" crc="5993c0fa" sha1="d5eee63b06972b09668c3fd66e737668439e26b7" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jrvectr" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man Vector</description>
		<year>1983</year>
		<manufacturer>Bally Midway</manufacturer>
		<rom name="jrp8d.bin" merge="jrp8d.bin" size="8192" crc="e3fa972e" sha1="5ea34621213c649ca2848ab31aab2cbe751723d4" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jrvectr2c.bin" size="8192" crc="4876ad83" sha1="6ab405a622fe93bcea627635cb266712a4174ce5" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jrvectr2e.bin" size="8192" crc="c0b35564" sha1="c0c6de032023c301608c584489d564a61256345b" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jrfast" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. PacMan (Fast)</description>
		<year>1983</year>
		<manufacturer>Bally Midway</manufacturer>
		<rom name="jppac1.bin" size="16384" crc="f3bcb240" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jrp2c.bin" merge="jrp2c.bin" size="8192" crc="0527ff9b" sha1="37fe3176b0d125b7d629e108e7ebdc1196e4a132" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jrp2e.bin" merge="jrp2e.bin" size="8192" crc="73477193" sha1="f00a488958ea0438642d345693787bdf771219ad" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jrcheat" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man Cheat</description>
		<year>1983</year>
		<manufacturer>Bally Midway</manufacturer>
		<rom name="cheat-8d.bin" size="8192" crc="8b5b8d72" sha1="65af9245015480751b3714980caed81e421d102c" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jrp2c.bin" merge="jrp2c.bin" size="8192" crc="0527ff9b" sha1="37fe3176b0d125b7d629e108e7ebdc1196e4a132" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jrp2e.bin" merge="jrp2e.bin" size="8192" crc="73477193" sha1="f00a488958ea0438642d345693787bdf771219ad" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="jrspeed" sourcefile="jrpacman.c" cloneof="jrpacman" romof="jrpacman">
		<description>Jr. Pac-Man Speed</description>
		<year>1983</year>
		<manufacturer>Bally Midway</manufacturer>
		<rom name="speed-8d.bin" size="8192" crc="461e8b57" sha1="42e25d384e653efb95a97bd64f55a8c3b3f71239" region="cpu1" offset="0"/>
		<rom name="jrp8e.bin" merge="jrp8e.bin" size="8192" crc="ec889e94" sha1="8294e9e79f8fd19a419431fa690e6ac4a1302f58" region="cpu1" offset="2000"/>
		<rom name="jrp8h.bin" merge="jrp8h.bin" size="8192" crc="35f1fc6e" sha1="b84b34560b9aae18b24274712b052283faa01730" region="cpu1" offset="8000"/>
		<rom name="jrp8j.bin" merge="jrp8j.bin" size="8192" crc="9737099e" sha1="07d912a61824323c8fc1b8bd0da89172d4f70b91" region="cpu1" offset="a000"/>
		<rom name="jrp8k.bin" merge="jrp8k.bin" size="8192" crc="5252dd97" sha1="18bd4d5381656120e4242811006c20776774de4d" region="cpu1" offset="c000"/>
		<rom name="jrp2c.bin" merge="jrp2c.bin" size="8192" crc="0527ff9b" sha1="37fe3176b0d125b7d629e108e7ebdc1196e4a132" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jrp2e.bin" merge="jrp2e.bin" size="8192" crc="73477193" sha1="f00a488958ea0438642d345693787bdf771219ad" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="jrprom.9e" merge="jrprom.9e" size="256" crc="029d35c4" sha1="d9aa2dc442e9ac36cf3c346b9fb1aa745eaf3cb8" region="proms" offset="0"/>
		<rom name="jrprom.9f" merge="jrprom.9f" size="256" crc="eee34a79" sha1="7561f8ccab2af85c111af6a02af6986eb67503e5" region="proms" offset="0"/>
		<rom name="jrprom.9p" merge="jrprom.9p" size="256" crc="9f6ea9d8" sha1="62cf15513934d34641433c891a7f73bef82e2fb1" region="proms" offset="20"/>
		<rom name="jrprom.7p" merge="jrprom.7p" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="jrprom.5s" merge="jrprom.5s" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="buzzard" sourcefile="kyugo.c" cloneof="gyrodine" romof="gyrodine">
		<description>Buzzard</description>
		<year>1984</year>
		<manufacturer>hack</manufacturer>
		<rom name="rom2" size="8192" crc="85ddea38" sha1="fe7e8d7962850b17c39cac627994d78768b094f8" region="cpu1" offset="0"/>
		<rom name="a21.03" merge="a21.03" size="8192" crc="4e9323bd" sha1="86ae4c6a29898fdb0e559ec2aac99fc874910fea" region="cpu1" offset="2000"/>
		<rom name="a21.04" merge="a21.04" size="8192" crc="57e659d4" sha1="4c0e73d0661360731691a32a6e94f41b69315f93" region="cpu1" offset="4000"/>
		<rom name="a21.05" merge="a21.05" size="8192" crc="1e7293f3" sha1="64695b80b409b02314334fb325f4d0c42a6d4d5b" region="cpu1" offset="6000"/>
		<rom name="a21.01" merge="a21.01" size="8192" crc="b2ce0aa2" sha1="576754105819aec64781a5c8e8540b21fcfd346b" region="cpu2" offset="0"/>
		<rom name="buzl01.bin" size="4096" crc="65d728d0" sha1="12da6cd2c9a8acca98c194dac6dd0edd6384118c" region="gfx1" dispose="yes" offset="0"/>
		<rom name="a21.08" merge="a21.08" size="8192" crc="a57df1c9" sha1="63505f63e978c52c43fe863dca056b52f7ebd501" region="gfx2" dispose="yes" offset="0"/>
		<rom name="a21.07" merge="a21.07" size="8192" crc="63623ba3" sha1="bcb80fc0edf7c4d1f82a2ff6d0bad9d2ccaf48c6" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="a21.06" merge="a21.06" size="8192" crc="4cc969a9" sha1="0b89f4142c2fcc0a882fbc3514d8d11027e78e01" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="a21.14" merge="a21.14" size="8192" crc="9c5c4d5b" sha1="0d0c9efb63b761acfaf51d17c525f94430ad703d" region="gfx3" dispose="yes" offset="0"/>
		<rom name="a21.13" merge="a21.13" size="8192" crc="d36b5aad" sha1="8fac23474ffd3a62e2283eadbc8d278cd9c70105" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="a21.12" merge="a21.12" size="8192" crc="f387aea2" sha1="de4aad7ad9ecc6a058b88c67bb18ee02605d9951" region="gfx3" dispose="yes" offset="8000"/>
		<rom name="a21.11" merge="a21.11" size="8192" crc="87967d7d" sha1="d8026df749947a16f643d9b28640c9d293edd4a7" region="gfx3" dispose="yes" offset="c000"/>
		<rom name="a21.10" merge="a21.10" size="8192" crc="59640ab4" sha1="747cb265f4504399837111c0dd48f07e05a57cc4" region="gfx3" dispose="yes" offset="10000"/>
		<rom name="a21.09" merge="a21.09" size="8192" crc="22ad88d8" sha1="3bdf93ca582d7454fc9e70bd6ce3cd076e0762aa" region="gfx3" dispose="yes" offset="14000"/>
		<rom name="a21.16" merge="a21.16" size="256" crc="cc25fb56" sha1="5f533c4b4f49ba147c83d6a20d1e795c71db3c41" region="proms" offset="0"/>
		<rom name="a21.17" merge="a21.17" size="256" crc="ca054448" sha1="4bad8147905cbe9ec8bb5bcd8016e9950c5d95a9" region="proms" offset="100"/>
		<rom name="a21.18" merge="a21.18" size="256" crc="23c0c449" sha1="4a37821a6a16ae0cfdcfb0fa64733c03ba9e4815" region="proms" offset="200"/>
		<rom name="a21.20" merge="a21.20" size="32" crc="efc4985e" sha1="b2fa02e388fbbe1077e79699efccb2d47cb83ba5" region="proms" offset="300"/>
		<rom name="m1.2c" merge="m1.2c" size="32" crc="83a39201" sha1="4fdc722c9e20ee152c890342ef0dce18e35e2ef8" region="proms" offset="320"/>
		<chip type="cpu" name="Z80" clock="4608000"/>
		<chip type="cpu" name="Z80" clock="4608000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<chip type="audio" name="AY8910" clock="1500000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20000 50000" default="yes"/>
			<dipvalue name="40000 70000"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="5 Coins/1 Credit"/>
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="3 Coins/4 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="crackhea" sourcefile="mappy.c" cloneof="mappy" romof="mappy">
		<description>Crackhead</description>
		<year>1998</year>
		<manufacturer>Cary Barnhard hack</manufacturer>
		<rom name="mpx_3.1d" merge="mpx_3.1d" size="8192" crc="52e6c708" sha1="b9722941438e93325e84691ada4e95620bec73b2" region="cpu1" offset="a000"/>
		<rom name="mp1_2.1c" merge="mp1_2.1c" size="8192" crc="a958a61c" sha1="e5198703cdf47b2cd7fc9f2a5fde7bf4ab2275db" region="cpu1" offset="c000"/>
		<rom name="mpx_1.1b" merge="mpx_1.1b" size="8192" crc="203766d4" sha1="1dbc4f42d4c16a08240a221bec27dcc3a8dd7461" region="cpu1" offset="e000"/>
		<rom name="mp1_4.1k" merge="mp1_4.1k" size="8192" crc="8182dd5b" sha1="f36b57f7f1e79f00b3f07afe1960bca5f5325ee2" region="cpu2" offset="e000"/>
		<rom name="crackh3b.32" size="4096" crc="912ffa7e" sha1="e2fc4992ef7214e62acdcda6605a1e27b2739cbf" region="gfx1" dispose="yes" offset="0"/>
		<rom name="crackh3m.64" size="8192" crc="a263d078" sha1="344fae10fab0f9646f5a2b39cac09faa9745ec9b" region="gfx2" dispose="yes" offset="0"/>
		<rom name="crackh3n.64" size="8192" crc="3758ceb2" sha1="152ba5a14514c0c160886d5c9a1296dea7a298aa" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="mp1-5.5b" merge="mp1-5.5b" size="32" crc="56531268" sha1="2e356706c07f43eeb67783fb122bdc7fed1b3589" region="proms" offset="0"/>
		<rom name="mp1-6.4c" merge="mp1-6.4c" size="256" crc="50765082" sha1="f578e14f15783acb2073644db4a2f0d196cc0957" region="proms" offset="20"/>
		<rom name="mp1-7.5k" merge="mp1-7.5k" size="256" crc="5396bd78" sha1="2e387e5d8b8cab005f67f821b4db65d0ae8bd362" region="proms" offset="120"/>
		<rom name="mp1-3.3m" merge="mp1-3.3m" size="256" crc="16a9166a" sha1="847cbaf7c88616576c410177e066ae1d792ac0ba" region="sound1" offset="0"/>
		<chip type="cpu" name="M6809" clock="1536000"/>
		<chip type="cpu" name="M6809" clock="1536000"/>
		<chip type="audio" name="Namco 15XX" clock="24000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Rank A" default="yes"/>
			<dipvalue name="Rank B"/>
			<dipvalue name="Rank C"/>
			<dipvalue name="Rank D"/>
			<dipvalue name="Rank E"/>
			<dipvalue name="Rank F"/>
			<dipvalue name="Rank G"/>
			<dipvalue name="Rank H"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20k"/>
			<dipvalue name="20k 60k"/>
			<dipvalue name="20k 70k" default="yes"/>
			<dipvalue name="20k 70k and every 70k"/>
			<dipvalue name="20k 80k"/>
			<dipvalue name="20k 80k and every 80k"/>
			<dipvalue name="30k 100k"/>
			<dipvalue name="30k"/>
			<dipvalue name="30k 80k" default="yes"/>
			<dipvalue name="30k 100k"/>
			<dipvalue name="30k 100k and every 100k"/>
			<dipvalue name="30k 120k"/>
			<dipvalue name="40k"/>
			<dipvalue name="40k 120k and every 120k"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="housepty" sourcefile="mappy.c" cloneof="mappy" romof="mappy">
		<description>House Party</description>
		<year>1998</year>
		<manufacturer>Jerky Hack of Mappy</manufacturer>
		<rom name="housep1d.64" size="8192" crc="6f778a5d" sha1="afe1a317f8f355ad2e83d13835c2e28137d5a5e5" region="cpu1" offset="a000"/>
		<rom name="mp1_2.1c" merge="mp1_2.1c" size="8192" crc="a958a61c" sha1="e5198703cdf47b2cd7fc9f2a5fde7bf4ab2275db" region="cpu1" offset="c000"/>
		<rom name="housep1b.64" size="8192" crc="41a0c5b4" sha1="74f74d679b42d51b8c850daaadc9df8889403712" region="cpu1" offset="e000"/>
		<rom name="housep1k.64" merge="mp1_4.1k" size="8192" crc="8182dd5b" sha1="f36b57f7f1e79f00b3f07afe1960bca5f5325ee2" region="cpu2" offset="e000"/>
		<rom name="housep3b.32" size="4096" crc="8d565a7e" sha1="b2730de5ea2d19ba1e2851c27a73c6b03225a479" region="gfx1" dispose="yes" offset="0"/>
		<rom name="housep3m.64" size="8192" crc="23a3c108" sha1="266e7ca7db5f7d481f99fd295b6bdb2da3b34b93" region="gfx2" dispose="yes" offset="0"/>
		<rom name="housep3n.64" size="8192" crc="c6822529" sha1="1d8658a0e014d67b5b84f33cb19a9bdd8a88f623" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="mp1-5.5b" merge="mp1-5.5b" size="32" crc="56531268" sha1="2e356706c07f43eeb67783fb122bdc7fed1b3589" region="proms" offset="0"/>
		<rom name="mp1-6.4c" merge="mp1-6.4c" size="256" crc="50765082" sha1="f578e14f15783acb2073644db4a2f0d196cc0957" region="proms" offset="20"/>
		<rom name="mp1-7.5k" merge="mp1-7.5k" size="256" crc="5396bd78" sha1="2e387e5d8b8cab005f67f821b4db65d0ae8bd362" region="proms" offset="120"/>
		<rom name="mp1-3.3m" merge="mp1-3.3m" size="256" crc="16a9166a" sha1="847cbaf7c88616576c410177e066ae1d792ac0ba" region="sound1" offset="0"/>
		<chip type="cpu" name="M6809" clock="1536000"/>
		<chip type="cpu" name="M6809" clock="1536000"/>
		<chip type="audio" name="Namco 15XX" clock="24000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Rank A" default="yes"/>
			<dipvalue name="Rank B"/>
			<dipvalue name="Rank C"/>
			<dipvalue name="Rank D"/>
			<dipvalue name="Rank E"/>
			<dipvalue name="Rank F"/>
			<dipvalue name="Rank G"/>
			<dipvalue name="Rank H"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20k"/>
			<dipvalue name="20k 60k"/>
			<dipvalue name="20k 70k" default="yes"/>
			<dipvalue name="20k 70k and every 70k"/>
			<dipvalue name="20k 80k"/>
			<dipvalue name="20k 80k and every 80k"/>
			<dipvalue name="30k 100k"/>
			<dipvalue name="30k"/>
			<dipvalue name="30k 80k" default="yes"/>
			<dipvalue name="30k 100k"/>
			<dipvalue name="30k 100k and every 100k"/>
			<dipvalue name="30k 120k"/>
			<dipvalue name="40k"/>
			<dipvalue name="40k 120k and every 120k"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="marpy" sourcefile="mappy.c" cloneof="mappy" romof="mappy">
		<description>Marpy</description>
		<year>2001</year>
		<manufacturer>Hack</manufacturer>
		<rom name="mpx_3.1d" merge="mpx_3.1d" size="8192" crc="52e6c708" sha1="b9722941438e93325e84691ada4e95620bec73b2" region="cpu1" offset="a000"/>
		<rom name="mp1_2.1c" merge="mp1_2.1c" size="8192" crc="a958a61c" sha1="e5198703cdf47b2cd7fc9f2a5fde7bf4ab2275db" region="cpu1" offset="c000"/>
		<rom name="mpx_1.1b" merge="mpx_1.1b" size="8192" crc="203766d4" sha1="1dbc4f42d4c16a08240a221bec27dcc3a8dd7461" region="cpu1" offset="e000"/>
		<rom name="mp1_4.1k" merge="mp1_4.1k" size="8192" crc="8182dd5b" sha1="f36b57f7f1e79f00b3f07afe1960bca5f5325ee2" region="cpu2" offset="e000"/>
		<rom name="marpy3b.32" size="4096" crc="2aa99047" sha1="1ad2488066e433f2833b179b16d6500dd68ebecd" region="gfx1" dispose="yes" offset="0"/>
		<rom name="marpy3m.64" size="8192" crc="ce61b84d" sha1="33ff0ca22f347aceda084b4b8c3444a18b3d27e6" region="gfx2" dispose="yes" offset="0"/>
		<rom name="marpy3n.64" size="8192" crc="5d0572a7" sha1="9afecab321dd4558efe27b00dc95a5e22154eb68" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="mp1-5.5b" merge="mp1-5.5b" size="32" crc="56531268" sha1="2e356706c07f43eeb67783fb122bdc7fed1b3589" region="proms" offset="0"/>
		<rom name="mp1-6.4c" merge="mp1-6.4c" size="256" crc="50765082" sha1="f578e14f15783acb2073644db4a2f0d196cc0957" region="proms" offset="20"/>
		<rom name="mp1-7.5k" merge="mp1-7.5k" size="256" crc="5396bd78" sha1="2e387e5d8b8cab005f67f821b4db65d0ae8bd362" region="proms" offset="120"/>
		<rom name="mp1-3.3m" merge="mp1-3.3m" size="256" crc="16a9166a" sha1="847cbaf7c88616576c410177e066ae1d792ac0ba" region="sound1" offset="0"/>
		<chip type="cpu" name="M6809" clock="1536000"/>
		<chip type="cpu" name="M6809" clock="1536000"/>
		<chip type="audio" name="Namco 15XX" clock="24000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Rank A" default="yes"/>
			<dipvalue name="Rank B"/>
			<dipvalue name="Rank C"/>
			<dipvalue name="Rank D"/>
			<dipvalue name="Rank E"/>
			<dipvalue name="Rank F"/>
			<dipvalue name="Rank G"/>
			<dipvalue name="Rank H"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20k"/>
			<dipvalue name="20k 60k"/>
			<dipvalue name="20k 70k" default="yes"/>
			<dipvalue name="20k 70k and every 70k"/>
			<dipvalue name="20k 80k"/>
			<dipvalue name="20k 80k and every 80k"/>
			<dipvalue name="30k 100k"/>
			<dipvalue name="30k"/>
			<dipvalue name="30k 80k" default="yes"/>
			<dipvalue name="30k 100k"/>
			<dipvalue name="30k 100k and every 100k"/>
			<dipvalue name="30k 120k"/>
			<dipvalue name="40k"/>
			<dipvalue name="40k 120k and every 120k"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="superpcp" sourcefile="mappy.c" cloneof="superpac" romof="superpac">
		<description>Super Pac-Man Plus</description>
		<year>2000</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="spc-2.1c" size="8192" crc="1a38c30e" sha1="ae0ee9f3df0991a80698fe745a7a853a4bb60710" region="cpu1" offset="c000"/>
		<rom name="spc-1.1b" size="8192" crc="730e95a9" sha1="ca73c8bcb03c2f5c05968c707a5d3f7f9956b886" region="cpu1" offset="e000"/>
		<rom name="spc-3.1k" merge="spc-3.1k" size="4096" crc="04445ddb" sha1="ce7d14963d5ddaefdeaf433a6f82c43cd1611d9b" region="cpu2" offset="f000"/>
		<rom name="spv-1.3c" size="4096" crc="78337e74" sha1="11222adb55e6bce508896ccb1f6dbab0c1d44e5b" region="gfx1" dispose="yes" offset="0"/>
		<rom name="spcp-2.3f" size="8192" crc="0d52ef4d" sha1="9db8d36d80db8622dd129e8db01ef507f0e5e926" region="gfx2" dispose="yes" offset="0"/>
		<rom name="superpac.4c" merge="superpac.4c" size="32" crc="9ce22c46" sha1="d97f53ef4c5ef26659a22ed0de4ce7ef3758c924" region="proms" offset="0"/>
		<rom name="superpac.4e" merge="superpac.4e" size="256" crc="1253c5c1" sha1="df46a90170e9761d45c90fbd04ef2aa1e8c9944b" region="proms" offset="20"/>
		<rom name="superpac.3l" merge="superpac.3l" size="256" crc="d4d7026f" sha1="a486573437c54bfb503424574ad82655491e85e1" region="proms" offset="120"/>
		<rom name="superpac.3m" merge="superpac.3m" size="256" crc="ad43688f" sha1="072f427453efb1dda8147da61804fff06e1bc4d5" region="sound1" offset="0"/>
		<chip type="cpu" name="M6809" clock="1536000"/>
		<chip type="cpu" name="M6809" clock="1536000"/>
		<chip type="audio" name="Namco 15XX" clock="24000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Rank 0-Normal" default="yes"/>
			<dipvalue name="Rank 1-Easiest"/>
			<dipvalue name="Rank 2"/>
			<dipvalue name="Rank 3"/>
			<dipvalue name="Rank 4"/>
			<dipvalue name="Rank 5"/>
			<dipvalue name="Rank 6-Medium"/>
			<dipvalue name="Rank 7"/>
			<dipvalue name="Rank 8-Default"/>
			<dipvalue name="Rank 9"/>
			<dipvalue name="Rank A"/>
			<dipvalue name="Rank B-Hardest"/>
			<dipvalue name="Rank C-Easy Auto"/>
			<dipvalue name="Rank D-Auto"/>
			<dipvalue name="Rank E-Auto"/>
			<dipvalue name="Rank F-Hard Auto"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="30k"/>
			<dipvalue name="30k 80k"/>
			<dipvalue name="30k 80k 80k"/>
			<dipvalue name="30k 100k" default="yes"/>
			<dipvalue name="30k 100k 100k"/>
			<dipvalue name="30k 120k"/>
			<dipvalue name="30k 120k 120k"/>
			<dipvalue name="None"/>
			<dipvalue name="30k"/>
			<dipvalue name="30k 100k" default="yes"/>
			<dipvalue name="30k 100k 100k"/>
			<dipvalue name="30k 120k"/>
			<dipvalue name="40k"/>
			<dipvalue name="40k 120k"/>
			<dipvalue name="40k 120k 120k"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vectrsup" sourcefile="mappy.c" cloneof="superpac" romof="superpac">
		<description>Super Pac-Man (Vector sim)</description>
		<year>2000</year>
		<manufacturer>T-Bone hack</manufacturer>
		<rom name="spc-2.1c" size="8192" crc="1a38c30e" sha1="ae0ee9f3df0991a80698fe745a7a853a4bb60710" region="cpu1" offset="c000"/>
		<rom name="spc-1.1b" size="8192" crc="730e95a9" sha1="ca73c8bcb03c2f5c05968c707a5d3f7f9956b886" region="cpu1" offset="e000"/>
		<rom name="spc-3.1k" merge="spc-3.1k" size="4096" crc="04445ddb" sha1="ce7d14963d5ddaefdeaf433a6f82c43cd1611d9b" region="cpu2" offset="f000"/>
		<rom name="vecsup-1.3c" size="4096" crc="618db633" sha1="3930a12c0d76d55b3ff40cc9deca20b01c6c9f9b" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vecsup-2.3f" size="8192" crc="62c09c6c" sha1="f1c65b594c293b6a4eb459eac80fe28929c64eb6" region="gfx2" dispose="yes" offset="0"/>
		<rom name="superpac.4c" merge="superpac.4c" size="32" crc="9ce22c46" sha1="d97f53ef4c5ef26659a22ed0de4ce7ef3758c924" region="proms" offset="0"/>
		<rom name="superpac.4e" merge="superpac.4e" size="256" crc="1253c5c1" sha1="df46a90170e9761d45c90fbd04ef2aa1e8c9944b" region="proms" offset="20"/>
		<rom name="superpac.3l" merge="superpac.3l" size="256" crc="d4d7026f" sha1="a486573437c54bfb503424574ad82655491e85e1" region="proms" offset="120"/>
		<rom name="superpac.3m" merge="superpac.3m" size="256" crc="ad43688f" sha1="072f427453efb1dda8147da61804fff06e1bc4d5" region="sound1" offset="0"/>
		<chip type="cpu" name="M6809" clock="1536000"/>
		<chip type="cpu" name="M6809" clock="1536000"/>
		<chip type="audio" name="Namco 15XX" clock="24000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Rank 0-Normal" default="yes"/>
			<dipvalue name="Rank 1-Easiest"/>
			<dipvalue name="Rank 2"/>
			<dipvalue name="Rank 3"/>
			<dipvalue name="Rank 4"/>
			<dipvalue name="Rank 5"/>
			<dipvalue name="Rank 6-Medium"/>
			<dipvalue name="Rank 7"/>
			<dipvalue name="Rank 8-Default"/>
			<dipvalue name="Rank 9"/>
			<dipvalue name="Rank A"/>
			<dipvalue name="Rank B-Hardest"/>
			<dipvalue name="Rank C-Easy Auto"/>
			<dipvalue name="Rank D-Auto"/>
			<dipvalue name="Rank E-Auto"/>
			<dipvalue name="Rank F-Hard Auto"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="30k"/>
			<dipvalue name="30k 80k"/>
			<dipvalue name="30k 80k 80k"/>
			<dipvalue name="30k 100k" default="yes"/>
			<dipvalue name="30k 100k 100k"/>
			<dipvalue name="30k 120k"/>
			<dipvalue name="30k 120k 120k"/>
			<dipvalue name="None"/>
			<dipvalue name="30k"/>
			<dipvalue name="30k 100k" default="yes"/>
			<dipvalue name="30k 100k 100k"/>
			<dipvalue name="30k 120k"/>
			<dipvalue name="40k"/>
			<dipvalue name="40k 120k"/>
			<dipvalue name="40k 120k 120k"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" cocktail="preliminary" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="superpcn" sourcefile="mappy.c" cloneof="superpac" romof="superpac">
		<description>Super Pac-Man (Namco)</description>
		<year>1999</year>
		<manufacturer>Namco</manufacturer>
		<rom name="spc-2.1c" size="8192" crc="1a38c30e" sha1="ae0ee9f3df0991a80698fe745a7a853a4bb60710" region="cpu1" offset="c000"/>
		<rom name="spc-1.1b" size="8192" crc="730e95a9" sha1="ca73c8bcb03c2f5c05968c707a5d3f7f9956b886" region="cpu1" offset="e000"/>
		<rom name="spc-3.1k" merge="spc-3.1k" size="4096" crc="04445ddb" sha1="ce7d14963d5ddaefdeaf433a6f82c43cd1611d9b" region="cpu2" offset="f000"/>
		<rom name="spcn-1.3c" merge="sp1-6.3c" size="4096" crc="91c5935c" sha1="10579edabc26a0910253fab7d41b4c19ecdaaa09" region="gfx1" dispose="yes" offset="0"/>
		<rom name="spv-2.3f" merge="spv-2.3f" size="8192" crc="670a42f2" sha1="9171922df07e31fd1dc415766f7d2cc50a9d10dc" region="gfx2" dispose="yes" offset="0"/>
		<rom name="superpac.4c" merge="superpac.4c" size="32" crc="9ce22c46" sha1="d97f53ef4c5ef26659a22ed0de4ce7ef3758c924" region="proms" offset="0"/>
		<rom name="superpac.4e" merge="superpac.4e" size="256" crc="1253c5c1" sha1="df46a90170e9761d45c90fbd04ef2aa1e8c9944b" region="proms" offset="20"/>
		<rom name="superpac.3l" merge="superpac.3l" size="256" crc="d4d7026f" sha1="a486573437c54bfb503424574ad82655491e85e1" region="proms" offset="120"/>
		<rom name="superpac.3m" merge="superpac.3m" size="256" crc="ad43688f" sha1="072f427453efb1dda8147da61804fff06e1bc4d5" region="sound1" offset="0"/>
		<chip type="cpu" name="M6809" clock="1536000"/>
		<chip type="cpu" name="M6809" clock="1536000"/>
		<chip type="audio" name="Namco 15XX" clock="24000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Rank 0-Normal" default="yes"/>
			<dipvalue name="Rank 1-Easiest"/>
			<dipvalue name="Rank 2"/>
			<dipvalue name="Rank 3"/>
			<dipvalue name="Rank 4"/>
			<dipvalue name="Rank 5"/>
			<dipvalue name="Rank 6-Medium"/>
			<dipvalue name="Rank 7"/>
			<dipvalue name="Rank 8-Default"/>
			<dipvalue name="Rank 9"/>
			<dipvalue name="Rank A"/>
			<dipvalue name="Rank B-Hardest"/>
			<dipvalue name="Rank C-Easy Auto"/>
			<dipvalue name="Rank D-Auto"/>
			<dipvalue name="Rank E-Auto"/>
			<dipvalue name="Rank F-Hard Auto"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="30k"/>
			<dipvalue name="30k 80k"/>
			<dipvalue name="30k 80k 80k"/>
			<dipvalue name="30k 100k" default="yes"/>
			<dipvalue name="30k 100k 100k"/>
			<dipvalue name="30k 120k"/>
			<dipvalue name="30k 120k 120k"/>
			<dipvalue name="None"/>
			<dipvalue name="30k"/>
			<dipvalue name="30k 100k" default="yes"/>
			<dipvalue name="30k 100k 100k"/>
			<dipvalue name="30k 120k"/>
			<dipvalue name="40k"/>
			<dipvalue name="40k 120k"/>
			<dipvalue name="40k 120k 120k"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="cenmario" sourcefile="mario.c" cloneof="mario" romof="mario" sampleof="mario">
		<description>Censored Mario Bros.</description>
		<year>2002</year>
		<manufacturer>Hack</manufacturer>
		<rom name="mario.7f" merge="mario.7f" size="8192" crc="c0c6e014" sha1="36a04f9ca1c2a583477cb8a6f2ef94e044e08296" region="cpu1" offset="0"/>
		<rom name="mario.7e" merge="mario.7e" size="8192" crc="116b3856" sha1="e372f846d0e5a2b9b47ebd0330293fcc8a12363f" region="cpu1" offset="2000"/>
		<rom name="mario.7d" merge="mario.7d" size="8192" crc="dcceb6c1" sha1="b19804e69ce2c98cf276c6055c3a250316b96b45" region="cpu1" offset="4000"/>
		<rom name="mario.7c" merge="mario.7c" size="4096" crc="4a63d96b" sha1="b09060b2c84ab77cc540a27b8f932cb60ec8d442" region="cpu1" offset="f000"/>
		<rom name="tma1c-a.6k" merge="tma1c-a.6k" size="4096" crc="06b9ff85" sha1="111a29bcb9cda0d935675fa26eca6b099a88427f" region="cpu2" offset="0"/>
		<rom name="cmario.3f" size="4096" crc="27bcd321" sha1="d8f1fc65dc17af2f80d67f3e2f3edabc79eba1b3" region="gfx1" dispose="yes" offset="0"/>
		<rom name="cmario.3j" size="4096" crc="de1c6962" sha1="2779715d62981baf2ea3a3f501128deb0f5559ab" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="cmario.7m" size="4096" crc="41c78d70" sha1="f5ad2b84439a9c2e7aed0a38a507bb714ad6eb3a" region="gfx2" dispose="yes" offset="0"/>
		<rom name="cmario.7n" size="4096" crc="659341a4" sha1="77207279ebe9c5e33f8bfa4cdbbc7a04d0198c84" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="cmario.7p" size="4096" crc="b9e32b12" sha1="c8c8491c3724dc10f91100299347753bdc16a091" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="cmario.7s" size="4096" crc="a5cc7370" sha1="ac81cd6193207670ffbfdc4b2e9c15805c0eecee" region="gfx2" dispose="yes" offset="3000"/>
		<rom name="cmario.7t" size="4096" crc="e416cbea" sha1="ffce92c8ce25d5086379ec1245ae11c64b7719f4" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="cmario.7u" size="4096" crc="19eef39f" sha1="41ee5184eeee10d7b502f5a06a3b006242756e57" region="gfx2" dispose="yes" offset="5000"/>
		<rom name="mario.4p" merge="mario.4p" size="512" crc="afc9bd41" sha1="90b739c4c7f24a88b6ac5ca29b06c032906a2801" region="proms" offset="0"/>
		<sample name="ice.wav"/>
		<sample name="coin.wav"/>
		<sample name="skid.wav"/>
		<sample name="run.wav"/>
		<sample name="luigirun.wav"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="I8039" clock="730000"/>
		<chip type="audio" name="DAC"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="180" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" service="yes">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="2 Players Game">
			<dipvalue name="1 Credit"/>
			<dipvalue name="2 Credits" default="yes"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20000" default="yes"/>
			<dipvalue name="30000"/>
			<dipvalue name="40000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="handiman" sourcefile="mcr.c" cloneof="tron" romof="tron">
		<description>Handi-Man in Cyberworld</description>
		<year>1998</year>
		<manufacturer>Bobby Tribble hack</manufacturer>
		<rom name="scpu_pga.bin" merge="scpu_pga.bin" size="8192" crc="5151770b" sha1="26f4d830de7be228528e462dd628f439629a2641" region="cpu1" offset="0"/>
		<rom name="scpu_pgb.bin" merge="scpu_pgb.bin" size="8192" crc="8ddf8717" sha1="e0c294afa8ba0b0ba89e3e0fb3ff6d8fc4398e32" region="cpu1" offset="2000"/>
		<rom name="scpu_pgc.bin" merge="scpu_pgc.bin" size="8192" crc="4241e3a0" sha1="24c1bd2f31e194542571c391c5dccf21354115c2" region="cpu1" offset="4000"/>
		<rom name="scpu_pgd.bin" merge="scpu_pgd.bin" size="8192" crc="035d2fe7" sha1="1b827ca30a439d2f4cc94fcc0e90ee0cf87e018c" region="cpu1" offset="6000"/>
		<rom name="scpu_pge.bin" merge="scpu_pge.bin" size="8192" crc="24c185d8" sha1="45ac7c53f6f4eba5c7bf3fc6559cddd3821eddad" region="cpu1" offset="8000"/>
		<rom name="scpu_pgf.bin" merge="scpu_pgf.bin" size="8192" crc="38c4bbaf" sha1="a7cd496ce75199b8279ea963520cf70d5f562bb2" region="cpu1" offset="a000"/>
		<rom name="ssi_0a.bin" merge="ssi_0a.bin" size="4096" crc="765e6eba" sha1="42efeefc8571dfc237c0be3368248f1e56add92e" region="cpu2" offset="0"/>
		<rom name="ssi_0b.bin" merge="ssi_0b.bin" size="4096" crc="1b90ccdd" sha1="0876e5eeaa63bb8cc97f3634a6ddd8a29a9b012f" region="cpu2" offset="1000"/>
		<rom name="ssi_0c.bin" merge="ssi_0c.bin" size="4096" crc="3a4bc629" sha1="ce8452a99a313ae7429de471bbea39de08c9fd4b" region="cpu2" offset="2000"/>
		<rom name="scpu_bgg.bin" merge="scpu_bgg.bin" size="8192" crc="1a9ed2f5" sha1="b0d85b47873ac8ad475da18b9540d37232cb2b7c" region="gfx1" dispose="yes" offset="0"/>
		<rom name="scpu_bgh.bin" merge="scpu_bgh.bin" size="8192" crc="3220f974" sha1="a38ea5f1db27f05d9689db838ce7a8de98f34837" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="handi_vg_0.bin" size="8192" crc="e17ec630" sha1="7929bfeea0e5e47d412619f08ca09a31618b96da" region="gfx2" dispose="yes" offset="c000"/>
		<rom name="handi_vg_1.bin" size="8192" crc="ee776741" sha1="02ea99dd02cd469d1425a958202efe28dc202291" region="gfx2" dispose="yes" offset="8000"/>
		<rom name="handi_vg_2.bin" size="8192" crc="c0b2b28e" sha1="3d9d2c1b7a136f02e5c5595d52add03892cb0db1" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="handi_vg_3.bin" size="8192" crc="8fb79ed7" sha1="70e5f2aecda3d055eaedf2039128e549a94bd2cd" region="gfx2" dispose="yes" offset="0"/>
		<rom name="82s123.d12" merge="82s123.d12" size="32" crc="e1281ee9" sha1="9ac9b01d24affc0ee9227a4364c4fd8f8290343a" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="2496000"/>
		<chip type="cpu" name="Z80" clock="2000000"/>
		<chip type="audio" name="AY8910" clock="2000000"/>
		<chip type="audio" name="AY8910" clock="2000000"/>
		<display type="raster" rotate="90" width="512" height="480" refresh="30.000000" />
		<sound channels="2"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy8way"/>
			<control type="dial" minimum="0" maximum="255" sensitivity="50" keydelta="10" reverse="yes"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Meters">
			<dipvalue name="1"/>
			<dipvalue name="2" default="yes"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="64"/>
	</game>
	<game name="shtron" sourcefile="mcr.c" cloneof="shollow" romof="shollow">
		<description>Satan's Hollow (Tron Hardware)</description>
		<year>2004</year>
		<manufacturer>Jerronimo</manufacturer>
		<rom name="sht_pga.bin" size="8192" crc="9aec754c" sha1="d17a221ceb8af59d9087ae63a73026c0bd1d58cb" region="cpu1" offset="0"/>
		<rom name="sh-pro.01" merge="sh-pro.01" size="8192" crc="b99f6ff8" sha1="575cdba5bf9965c7765ce913a3376c7ba36b8291" region="cpu1" offset="2000"/>
		<rom name="sht_pgc.bin" size="8192" crc="621ad715" sha1="8cd34d33c86d10142e0503994a0666ac77c08d4b" region="cpu1" offset="4000"/>
		<rom name="sh-pro.03" merge="sh-pro.03" size="8192" crc="0a64afb9" sha1="3ac6660d2b0166c58ec4fecfe37ce36e545064df" region="cpu1" offset="6000"/>
		<rom name="sh-pro.04" merge="sh-pro.04" size="8192" crc="22fa9175" sha1="fd8ea76b3a7ffaf48fc11dd3b7c58e548e3e57c5" region="cpu1" offset="8000"/>
		<rom name="sh-pro.05" merge="sh-pro.05" size="8192" crc="1716e2bb" sha1="771e4c20d63e4e1d99723e6355db67064a278ae5" region="cpu1" offset="a000"/>
		<rom name="sht_0a.bin" size="4096" crc="9d815bb3" sha1="51af797e08dbe3921e11ce70c3d0da50979336a4" region="cpu2" offset="0"/>
		<rom name="sht_0b.bin" size="4096" crc="9f253412" sha1="a526e864073a2f9e67e2cbe53ab17fe726336241" region="cpu2" offset="1000"/>
		<rom name="sht_0c.bin" size="4096" crc="7783d6c6" sha1="1fb2117532e7da28afdb9837bcb6848165cf8173" region="cpu2" offset="2000"/>
		<rom name="sh-bg.00" merge="sh-bg.00" size="8192" crc="3e2b333c" sha1="b4347d0b3d6149e94da4a38684c0fab931e76cc5" region="gfx1" dispose="yes" offset="0"/>
		<rom name="sh-bg.01" merge="sh-bg.01" size="8192" crc="d1d70cc4" sha1="550e2e8c0bcbf7913b218fe48cd3324622c8d0f4" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="sh-fg.00" merge="sh-fg.00" size="8192" crc="33f4554e" sha1="88dd803158d3c65429b79d2aaf8334130315aa93" region="gfx2" dispose="yes" offset="0"/>
		<rom name="sh-fg.01" merge="sh-fg.01" size="8192" crc="ba1a38b4" sha1="cee5f0a66e40c779f1bfbb4bfafe5301385e7dae" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="sh-fg.02" merge="sh-fg.02" size="8192" crc="6b57f6da" sha1="71165df59dd5ca037116dc0f46fd4f6aac6dbfd1" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="sh-fg.03" merge="sh-fg.03" size="8192" crc="37ea9d07" sha1="82e006b01ee12390308be530d4b68fc2404b6b91" region="gfx2" dispose="yes" offset="6000"/>
		<rom name="sht82s123.d12" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="2496000"/>
		<chip type="cpu" name="Z80" clock="2000000"/>
		<chip type="audio" name="AY8910" clock="2000000"/>
		<chip type="audio" name="AY8910" clock="2000000"/>
		<display type="raster" rotate="90" width="512" height="480" refresh="30.000000" />
		<sound channels="2"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy8way"/>
			<control type="dial" minimum="0" maximum="255" sensitivity="50" keydelta="10" reverse="yes"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Meters">
			<dipvalue name="1"/>
			<dipvalue name="2" default="yes"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="64"/>
	</game>
	<game name="stapper" sourcefile="mcr.c" cloneof="tapper" romof="tapper">
		<description>Tapper (Simpsons Hack)</description>
		<year>2002</year>
		<manufacturer>Bally Midway</manufacturer>
		<rom name="tappg0.bin" merge="tappg0.bin" size="16384" crc="127171d1" sha1="373e9a9d73b71e100c02862662d025f5ead2f94d" region="cpu1" offset="0"/>
		<rom name="tappg1.bin" merge="tappg1.bin" size="16384" crc="9d6a47f7" sha1="e493e46fc70a765e54bfdd7ba7ca570e6a5c79d6" region="cpu1" offset="4000"/>
		<rom name="tappg2.bin" merge="tappg2.bin" size="16384" crc="3a1f8778" sha1="cb46a2248289ced7282b1463f433dcb970c42c1a" region="cpu1" offset="8000"/>
		<rom name="tappg3.bin" merge="tappg3.bin" size="8192" crc="e8dcdaa4" sha1="45bf1571a2418c7dc00ccc7061a3e04e65cb6bff" region="cpu1" offset="c000"/>
		<rom name="tapsnda7.bin" merge="tapsnda7.bin" size="4096" crc="0e8bb9d5" sha1="9e281c340b7702523c86d56317efad9e3688e585" region="cpu2" offset="0"/>
		<rom name="tapsnda8.bin" merge="tapsnda8.bin" size="4096" crc="0cf0e29b" sha1="14334b9d2bfece3fe5bda0cbd53158ead8d27e53" region="cpu2" offset="1000"/>
		<rom name="tapsnda9.bin" merge="tapsnda9.bin" size="4096" crc="31eb6dc6" sha1="b38bba5f12516d899e023f99147868e3402fbd7b" region="cpu2" offset="2000"/>
		<rom name="tapsda10.bin" merge="tapsda10.bin" size="4096" crc="01a9be6a" sha1="0011407c1e886071282808c0a561789b1245a789" region="cpu2" offset="3000"/>
		<rom name="s-tapbg1.bin" size="16384" crc="1326da21" sha1="6886cbb83372ee4c53e19325a1552d312ce5de69" region="gfx1" dispose="yes" offset="0"/>
		<rom name="s-tapbg0.bin" size="16384" crc="539b93c3" sha1="6196516940893fd72d0c0f18efa7584a2df44833" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="s-tapfg1.bin" size="16384" crc="29dd8e85" sha1="f7f7e8a3aebf075fb9a2508ce438ed3bbfdcddba" region="gfx2" dispose="yes" offset="0"/>
		<rom name="s-tapfg0.bin" size="16384" crc="a8ba850f" sha1="e143dab595e129936a4744266788542422e3c503" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="s-tapfg3.bin" size="16384" crc="3d9133e4" sha1="3ca946aee704d59a150a9cd8ea02edf5204022e3" region="gfx2" dispose="yes" offset="8000"/>
		<rom name="s-tapfg2.bin" size="16384" crc="9254d87c" sha1="084f71436c984cb0c42cd0d07ce47ab0959b64e1" region="gfx2" dispose="yes" offset="c000"/>
		<rom name="s-tapfg5.bin" size="16384" crc="5ec2544f" sha1="1a919b0a80417c0f0e22bac2ab6932411bd4ad55" region="gfx2" dispose="yes" offset="10000"/>
		<rom name="s-tapfg4.bin" size="16384" crc="9b970c4b" sha1="f690708107c4923db5ffe344015388199c7e879a" region="gfx2" dispose="yes" offset="14000"/>
		<rom name="s-tapfg7.bin" size="16384" crc="a2ef5c06" sha1="cce74ff117921eb0438524e7f598fd2117044b1c" region="gfx2" dispose="yes" offset="18000"/>
		<rom name="s-tapfg6.bin" size="16384" crc="1baca746" sha1="3c7015e63ab1a3f98485415e212a4b80f648dcae" region="gfx2" dispose="yes" offset="1c000"/>
		<rom name="5784" merge="5784" size="32" crc="e1281ee9" sha1="9ac9b01d24affc0ee9227a4364c4fd8f8290343a" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="5000000"/>
		<chip type="cpu" name="Z80" clock="2000000"/>
		<chip type="audio" name="AY8910" clock="2000000"/>
		<chip type="audio" name="AY8910" clock="2000000"/>
		<display type="raster" rotate="0" width="512" height="480" refresh="30.000000" />
		<sound channels="2"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coin Meters">
			<dipvalue name="1" default="yes"/>
			<dipvalue name="2"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="64"/>
	</game>
	<game name="stapper1" sourcefile="mcr.c" cloneof="tapper" romof="tapper">
		<description>Tapper (Simpsons Hack ver.81)</description>
		<year>2002</year>
		<manufacturer>Bally Midway</manufacturer>
		<rom name="s1-tappg0.bin" size="16384" crc="c915f608" sha1="aad2f1944334a7cdb0483613fdad40caab720259" region="cpu1" offset="0"/>
		<rom name="tappg1.bin" merge="tappg1.bin" size="16384" crc="9d6a47f7" sha1="e493e46fc70a765e54bfdd7ba7ca570e6a5c79d6" region="cpu1" offset="4000"/>
		<rom name="tappg2.bin" merge="tappg2.bin" size="16384" crc="3a1f8778" sha1="cb46a2248289ced7282b1463f433dcb970c42c1a" region="cpu1" offset="8000"/>
		<rom name="s1-tappg3.bin" size="8192" crc="dd4c785f" sha1="6e19e77a0af6073c3955c61cf741b13921ce6bf0" region="cpu1" offset="c000"/>
		<rom name="tapsnda7.bin" merge="tapsnda7.bin" size="4096" crc="0e8bb9d5" sha1="9e281c340b7702523c86d56317efad9e3688e585" region="cpu2" offset="0"/>
		<rom name="tapsnda8.bin" merge="tapsnda8.bin" size="4096" crc="0cf0e29b" sha1="14334b9d2bfece3fe5bda0cbd53158ead8d27e53" region="cpu2" offset="1000"/>
		<rom name="tapsnda9.bin" merge="tapsnda9.bin" size="4096" crc="31eb6dc6" sha1="b38bba5f12516d899e023f99147868e3402fbd7b" region="cpu2" offset="2000"/>
		<rom name="tapsda10.bin" merge="tapsda10.bin" size="4096" crc="01a9be6a" sha1="0011407c1e886071282808c0a561789b1245a789" region="cpu2" offset="3000"/>
		<rom name="s-tapbg1.bin" size="16384" crc="1326da21" sha1="6886cbb83372ee4c53e19325a1552d312ce5de69" region="gfx1" dispose="yes" offset="0"/>
		<rom name="s-tapbg0.bin" size="16384" crc="539b93c3" sha1="6196516940893fd72d0c0f18efa7584a2df44833" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="s-tapfg1.bin" size="16384" crc="29dd8e85" sha1="f7f7e8a3aebf075fb9a2508ce438ed3bbfdcddba" region="gfx2" dispose="yes" offset="0"/>
		<rom name="s-tapfg0.bin" size="16384" crc="a8ba850f" sha1="e143dab595e129936a4744266788542422e3c503" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="s-tapfg3.bin" size="16384" crc="3d9133e4" sha1="3ca946aee704d59a150a9cd8ea02edf5204022e3" region="gfx2" dispose="yes" offset="8000"/>
		<rom name="s-tapfg2.bin" size="16384" crc="9254d87c" sha1="084f71436c984cb0c42cd0d07ce47ab0959b64e1" region="gfx2" dispose="yes" offset="c000"/>
		<rom name="s-tapfg5.bin" size="16384" crc="5ec2544f" sha1="1a919b0a80417c0f0e22bac2ab6932411bd4ad55" region="gfx2" dispose="yes" offset="10000"/>
		<rom name="s-tapfg4.bin" size="16384" crc="9b970c4b" sha1="f690708107c4923db5ffe344015388199c7e879a" region="gfx2" dispose="yes" offset="14000"/>
		<rom name="s-tapfg7.bin" size="16384" crc="a2ef5c06" sha1="cce74ff117921eb0438524e7f598fd2117044b1c" region="gfx2" dispose="yes" offset="18000"/>
		<rom name="s-tapfg6.bin" size="16384" crc="1baca746" sha1="3c7015e63ab1a3f98485415e212a4b80f648dcae" region="gfx2" dispose="yes" offset="1c000"/>
		<rom name="5784" merge="5784" size="32" crc="e1281ee9" sha1="9ac9b01d24affc0ee9227a4364c4fd8f8290343a" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="5000000"/>
		<chip type="cpu" name="Z80" clock="2000000"/>
		<chip type="audio" name="AY8910" clock="2000000"/>
		<chip type="audio" name="AY8910" clock="2000000"/>
		<display type="raster" rotate="0" width="512" height="480" refresh="30.000000" />
		<sound channels="2"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coin Meters">
			<dipvalue name="1" default="yes"/>
			<dipvalue name="2"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="64"/>
	</game>
	<game name="mitcdemo" sourcefile="mitchell.c" cloneof="pang" romof="pang">
		<description>Simple Mitchell Demo</description>
		<year>1989</year>
		<manufacturer>Charles Doty</manufacturer>
		<rom name="md_04.bin" size="65536" crc="f0ed5c22" sha1="b8e26a09fca279d627bd700c31a82ffc18483192" region="cpu1" offset="50000"/>
		<rom name="pang_02.bin" size="131072" crc="3f15bb61" sha1="4f74ee25f32a201482840158b4d4c7aca1cda684" region="cpu1" offset="60000"/>
		<rom name="pang_03.bin" size="131072" crc="0c8477ae" sha1="a31a8c00407dfc3017d56e29fac6114b73248030" region="cpu1" offset="10000"/>
		<rom name="md_09.bin" size="131072" crc="f76acc9a" sha1="31004f441fc56efb692e2e52c4ecc44748185d0a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="md3.bin" size="131072" crc="7ee8cdcd" sha1="67dfd19f3eb3649d6f3f6631e44d0bd36b8d8d19" region="gfx1" dispose="yes" offset="20000"/>
		<rom name="md_11.bin" size="131072" crc="48f92e6f" sha1="6c51cccf5bcf7b3bfe6579a95516a850e99c9b76" region="gfx1" dispose="yes" offset="80000"/>
		<rom name="md5.bin" size="131072" crc="7ee8cdcd" sha1="67dfd19f3eb3649d6f3f6631e44d0bd36b8d8d19" region="gfx1" dispose="yes" offset="a0000"/>
		<rom name="md10.bin" size="131072" crc="709a27b6" sha1="b7e8d124ee207e75c420762d336a97f4cf4054f6" region="gfx2" dispose="yes" offset="0"/>
		<rom name="md9.bin" size="131072" crc="47de1ec7" sha1="45bff13a6cdf58bc425fdc3cd2ae22d40d69a2c2" region="gfx2" dispose="yes" offset="20000"/>
		<rom name="bb1.bin" merge="bb1.bin" size="131072" crc="c52e5b8e" sha1="933b954bfdd2d67e28b032ffabde192531249c1f" region="sound1" offset="0"/>
		<chip type="cpu" name="Z80" clock="8000000"/>
		<chip type="audio" name="OKI6295" clock="990000"/>
		<chip type="audio" name="YM2413" clock="4000000"/>
		<display type="raster" rotate="0" width="384" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="1" service="yes">
			<control type="joy8way"/>
		</input>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="2048"/>
	</game>
	<game name="monaco" sourcefile="monaco.c">
		<description>Monaco GP</description>
		<year>1979</year>
		<manufacturer>Sega</manufacturer>
		<rom name="pr125" size="512" crc="7a66ed4c" sha1="514e129c334a551b931c90b063b073a9b4bdffc3" region="gfx1" offset="0"/>
		<rom name="pr126" size="512" crc="5d7a8f12" sha1="b4f0d21b91a7cf7002f99c08788669c7c38be51d" region="gfx1" offset="200"/>
		<rom name="pr127" size="512" crc="8ffdc2f0" sha1="05cc3330c067965b8b90b5d27119fe9f26580a13" region="gfx1" offset="400"/>
		<rom name="pr128" size="512" crc="dde29dea" sha1="34c413edff991297471bd0bc193c4bd8ede4e468" region="gfx1" offset="600"/>
		<rom name="pr129" size="512" crc="7b18af26" sha1="3d1ff2610813544c3b9b65182f081272a9537640" region="gfx1" offset="800"/>
		<rom name="pr130" size="512" crc="9ef1913b" sha1="58830121781b8a13532eaf8ea13ec07f10522320" region="gfx1" offset="a00"/>
		<rom name="pr131" size="512" crc="ff31eb01" sha1="fd6bcd92c4bd919bb1a96ca97688d46cb310b39d" region="gfx1" offset="c00"/>
		<rom name="pr132" size="512" crc="6b8ad9bc" sha1="be36e3b6b647d3a9565bc45903027c791dc889e5" region="gfx1" offset="e00"/>
		<rom name="pr133" size="512" crc="d50641d9" sha1="bf399e9830c88e4d8f8fb386305f54ef766946d9" region="gfx1" offset="1000"/>
		<rom name="pr134" size="512" crc="8ebd50bb" sha1="98d51f503753d4d7191a09b509d26c1e049e981a" region="gfx1" offset="1200"/>
		<rom name="pr135" size="512" crc="986eda32" sha1="73fa539d4c83748952d9339985208520fec955f3" region="gfx1" offset="1400"/>
		<rom name="pr136" size="512" crc="ecc5d1a2" sha1="33bff7381785557a85e4c8bdd74679b59e0ed9d5" region="gfx1" offset="1600"/>
		<rom name="pr137" size="512" crc="ddd9004e" sha1="5229c34578e66d9c51a05439a516513946ba69ed" region="gfx1" offset="1800"/>
		<rom name="pr138" size="512" crc="058e53cf" sha1="7c3aaaca5a9e9ce3a3badd0dcc8360342673a397" region="gfx1" offset="1a00"/>
		<rom name="pr139" size="512" crc="e8ba0794" sha1="eadd7425134f26b1c126bbcd3d3dabf4b2e1fe70" region="gfx1" offset="1c00"/>
		<rom name="pr140" size="512" crc="48e9971b" sha1="c0c265cdc08727e3caaf49cdfe728a91c4c46ba2" region="gfx1" offset="1e00"/>
		<rom name="pr141" size="512" crc="99934236" sha1="ec271f3e690d5c57ead9132b22b9b1b966e4d170" region="gfx1" offset="2000"/>
		<rom name="prm38" size="32" crc="82dd0a0f" sha1="3e7e475c3270853d70c1fe90a773172532b60cfb" region="proms" offset="0"/>
		<rom name="prm39" size="32" crc="6acfa0da" sha1="1e56da4cdf71a095eac29878969b831babac222b" region="proms" offset="20"/>
		<sample name="6car1.wav"/>
		<sample name="6car2.wav"/>
		<sample name="6crash.wav"/>
		<sample name="6engine.wav"/>
		<sample name="6extend.wav"/>
		<sample name="6fanfare.wav"/>
		<sample name="6siren.wav"/>
		<sample name="6slip.wav"/>
		<chip type="cpu" name="Z80" clock="200"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="90" width="384" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="1" buttons="3" coins="1">
			<control type="joy8way"/>
		</input>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="1024"/>
	</game>
	<game name="mranger" sourcefile="mpatrol.c" cloneof="mpatrol" romof="mpatrol">
		<description>Moon Ranger</description>
		<year>1982</year>
		<manufacturer>bootleg</manufacturer>
		<rom name="mpa-1.3m" merge="mpa-1.3m" size="4096" crc="5873a860" sha1="8c03726d6e049c3edbc277440184e31679f78258" region="cpu1" offset="0"/>
		<rom name="mr-a.3l" size="4096" crc="217dd431" sha1="7b81f854209afc1fd3df11b7375f36de6bc4a7c3" region="cpu1" offset="1000"/>
		<rom name="mr-a.3k" size="4096" crc="9f0af7b2" sha1="3daaec15b0d3bc30723ebb14b50f66f288f0d096" region="cpu1" offset="2000"/>
		<rom name="mr-a.3j" size="4096" crc="7fe8e2cd" sha1="4ffad9c7a9360999b213b790c6c76cc79c8e49d5" region="cpu1" offset="3000"/>
		<rom name="mp-s1.1a" merge="mp-s1.1a" size="4096" crc="561d3108" sha1="4998c68a9e9a8002251fa8f07aa1082444a9dc80" region="cpu2" offset="f000"/>
		<rom name="mpe-5.3e" merge="mpe-5.3e" size="4096" crc="e3ee7f75" sha1="b03d0d56150d3e9da4a4c871338097b4f450b649" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mpe-4.3f" merge="mpe-4.3f" size="4096" crc="cca6d023" sha1="fecb3059fb09897a096add9452b50aec55c07545" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="mpb-2.3m" merge="mpb-2.3m" size="4096" crc="707ace5e" sha1="93c682e13e74bce29ced3a87bffb29569c114c3b" region="gfx2" dispose="yes" offset="0"/>
		<rom name="mpb-1.3n" merge="mpb-1.3n" size="4096" crc="9b72133a" sha1="1393ef92ae1ad58a4b62ca1660c0793d30a8b5e2" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="mpe-1.3l" merge="mpe-1.3l" size="4096" crc="c46a7f72" sha1="8bb7c9acaf6833fb6c0575b015991b873a305a84" region="gfx3" dispose="yes" offset="0"/>
		<rom name="mpe-2.3k" merge="mpe-2.3k" size="4096" crc="c7aa1fb0" sha1="14c6c76e1d0db2c0745e5d6d33ea6945fac8e9ee" region="gfx4" dispose="yes" offset="0"/>
		<rom name="mpe-3.3h" merge="mpe-3.3h" size="4096" crc="a0919392" sha1="8a090cb8d483a3d67c7360058e3fdd70e151cd62" region="gfx5" dispose="yes" offset="0"/>
		<rom name="mr-2a" size="256" crc="0f193a50" sha1="c76702fdc0ca56997661827d41e7ff2d6b4e154c" region="proms" offset="0"/>
		<rom name="mpc-3.1m" merge="mpc-3.1m" size="32" crc="6a57eff2" sha1="2d1c12dab5915da2ccd466e39436c88be434d634" region="proms" offset="200"/>
		<rom name="mpc-1.1f" merge="mpc-1.1f" size="32" crc="26979b13" sha1="8c41a8cce4f3384c392a9f7a223a50d7be0e14a5" region="proms" offset="220"/>
		<rom name="mpc-2.2h" merge="mpc-2.2h" size="256" crc="7ae4cd97" sha1="bc0662fac82ffe65f02092d912b2c2b0c7a8ac2b" region="proms" offset="240"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="M6803" clock="894886"/>
		<chip type="audio" name="AY8910" clock="894886"/>
		<chip type="audio" name="AY8910" clock="894886"/>
		<chip type="audio" name="MSM5205" clock="384000"/>
		<chip type="audio" name="MSM5205" clock="384000"/>
		<display type="raster" rotate="0" width="240" height="248" refresh="57.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="3">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000 30000 50000" default="yes"/>
			<dipvalue name="20000 40000 60000"/>
			<dipvalue name="10000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coin Mode">
			<dipvalue name="Mode 1" default="yes"/>
			<dipvalue name="Mode 2"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Stop Mode (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Sector Selection (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Invulnerability (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coinage Mode 1">
			<dipvalue name="7 Coins/1 Credit"/>
			<dipvalue name="6 Coins/1 Credit"/>
			<dipvalue name="5 Coins/1 Credit"/>
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
			<dipvalue name="1 Coin/8 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Coin A  Mode 2">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Coin B  Mode 2">
			<dipvalue name="1 Coin/2 Credits" default="yes"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="576"/>
	</game>
	<game name="mrdigdo" sourcefile="mrdo.c" cloneof="mrdo" romof="mrdo">
		<description>Mr. Do! (Dig Dug sprites)</description>
		<year>1998</year>
		<manufacturer>Justin Clark hack</manufacturer>
		<rom name="mrd-d1" size="8192" crc="3dcd9359" sha1="bfe00450ee8822f437d87514f051ad1be6de9463" region="cpu1" offset="0"/>
		<rom name="mrd-d2" size="8192" crc="710058d8" sha1="168cc179f2266bbf9437445bef9ff7d3358a8e6b" region="cpu1" offset="2000"/>
		<rom name="mrd-d3" size="8192" crc="467d12d8" sha1="7bb85e6a780de1c0c224229ee571cab39098f78d" region="cpu1" offset="4000"/>
		<rom name="mrd-d4" size="8192" crc="fce9afeb" sha1="26236a42c1c620975d4480c4315d0c6f112429b6" region="cpu1" offset="6000"/>
		<rom name="mrd-d9" size="4096" crc="b83b8a84" sha1="138a4fd1b7470def1b4e8aa4cfcf4c4b6bebf35b" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mrd-d10" size="4096" crc="061cabb9" sha1="cdc8876f1c402565835db01a78906200430bcf72" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="r8-08.bin" merge="r8-08.bin" size="4096" crc="dbdc9ffa" sha1="93f29fc106283eecbba3fd69cf3c4658aa38ab9f" region="gfx2" dispose="yes" offset="0"/>
		<rom name="n8-07.bin" merge="n8-07.bin" size="4096" crc="4b9973db" sha1="8766c51a345a5e63446e65614c6f665ab5fbe0d7" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="mrd-d5" size="4096" crc="401f9fa5" sha1="7483150ae429c9841d04ec4d79eda59bf1db8330" region="gfx3" dispose="yes" offset="0"/>
		<rom name="mrd-d6" size="4096" crc="ff401f59" sha1="5f34363ffb5e470470c3a0d9ff704f4d9b814ecd" region="gfx3" dispose="yes" offset="1000"/>
		<rom name="u02--2.bin" merge="u02--2.bin" size="32" crc="238a65d7" sha1="a5b20184a1989db23544296331462ec4d7be7516" region="proms" offset="0"/>
		<rom name="t02--3.bin" merge="t02--3.bin" size="32" crc="ae263dc0" sha1="7072c100b9d692f5bb12b0c9e304425f534481e2" region="proms" offset="20"/>
		<rom name="f10--1.bin" merge="f10--1.bin" size="32" crc="16ee4ca2" sha1="fcba4d103708b9711452009cd29c4f88d2f64cd3" region="proms" offset="40"/>
		<rom name="j10--4.bin" merge="j10--4.bin" size="32" crc="ff7fe284" sha1="3ac8e30011c1fcba0ee8f4dc932f82296c3ba143" region="proms" offset="60"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<display type="raster" rotate="270" width="240" height="192" refresh="61.166569" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Special">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Extra">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="mrpac" sourcefile="mrdo.c" cloneof="mrdo" romof="mrdo">
		<description>Mr. Pac! (Set 1)</description>
		<year>2002</year>
		<manufacturer>Twisted Hack</manufacturer>
		<rom name="a4-01.bin" merge="a4-01.bin" size="8192" crc="03dcfba2" sha1="c15e3d0c4225e0ca120bcd28aca39632575f8e11" region="cpu1" offset="0"/>
		<rom name="c4-02.bin" merge="c4-02.bin" size="8192" crc="0ecdd39c" sha1="c64b3363593911a676c647bf3dba8fe063fcb0de" region="cpu1" offset="2000"/>
		<rom name="e4-03.bin" merge="e4-03.bin" size="8192" crc="358f5dc2" sha1="9fed1f5d1d04935d1b77687c8b2f3bfce970dc08" region="cpu1" offset="4000"/>
		<rom name="f4-04.bin" merge="f4-04.bin" size="8192" crc="f4190cfc" sha1="24f5125d900f944294d4eda068b710c8f1c6d39f" region="cpu1" offset="6000"/>
		<rom name="mp-s8-09.bin" size="4096" crc="930908e5" sha1="13666166bb6a38c0b7a8d4133a0fb6fdd7aee372" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mp-u8-10.bin" size="4096" crc="ead6d3d6" sha1="2dc959ca1e9e2cbdc0098ce92b9a11dc24643a38" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="r8-08.bin" merge="r8-08.bin" size="4096" crc="dbdc9ffa" sha1="93f29fc106283eecbba3fd69cf3c4658aa38ab9f" region="gfx2" dispose="yes" offset="0"/>
		<rom name="n8-07.bin" merge="n8-07.bin" size="4096" crc="4b9973db" sha1="8766c51a345a5e63446e65614c6f665ab5fbe0d7" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="mp-h5-05.bin" size="4096" crc="de213e01" sha1="61f3d3081dded0cc753640632127e52e4ddf0a75" region="gfx3" dispose="yes" offset="0"/>
		<rom name="mp-k5-06.bin" size="4096" crc="c2e376a4" sha1="d7e5fbdcd2b66ec56524e37eee18f91af96443dd" region="gfx3" dispose="yes" offset="1000"/>
		<rom name="u02--2.bin" merge="u02--2.bin" size="32" crc="238a65d7" sha1="a5b20184a1989db23544296331462ec4d7be7516" region="proms" offset="0"/>
		<rom name="t02--3.bin" merge="t02--3.bin" size="32" crc="ae263dc0" sha1="7072c100b9d692f5bb12b0c9e304425f534481e2" region="proms" offset="20"/>
		<rom name="f10--1.bin" merge="f10--1.bin" size="32" crc="16ee4ca2" sha1="fcba4d103708b9711452009cd29c4f88d2f64cd3" region="proms" offset="40"/>
		<rom name="j10--4.bin" merge="j10--4.bin" size="32" crc="ff7fe284" sha1="3ac8e30011c1fcba0ee8f4dc932f82296c3ba143" region="proms" offset="60"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<display type="raster" rotate="270" width="240" height="192" refresh="61.166569" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Special">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Extra">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="mrpacb" sourcefile="mrdo.c" cloneof="mrdo" romof="mrdo">
		<description>Mr. Pac! (Set 2)</description>
		<year>2002</year>
		<manufacturer>Twisted Hack</manufacturer>
		<rom name="a4-01.bin" merge="a4-01.bin" size="8192" crc="03dcfba2" sha1="c15e3d0c4225e0ca120bcd28aca39632575f8e11" region="cpu1" offset="0"/>
		<rom name="c4-02.bin" merge="c4-02.bin" size="8192" crc="0ecdd39c" sha1="c64b3363593911a676c647bf3dba8fe063fcb0de" region="cpu1" offset="2000"/>
		<rom name="e4-03.bin" merge="e4-03.bin" size="8192" crc="358f5dc2" sha1="9fed1f5d1d04935d1b77687c8b2f3bfce970dc08" region="cpu1" offset="4000"/>
		<rom name="f4-04.bin" merge="f4-04.bin" size="8192" crc="f4190cfc" sha1="24f5125d900f944294d4eda068b710c8f1c6d39f" region="cpu1" offset="6000"/>
		<rom name="mpb-s8-09.bin" size="4096" crc="ff01d8a0" sha1="d3d674d8e5bfc6a133fc047bbfb21d179a322c07" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mpb-u8-10.bin" size="4096" crc="c1e9b7e8" sha1="ea455a616597c58bfa88b5ba1069b3fb33d84a7f" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="r8-08.bin" merge="r8-08.bin" size="4096" crc="dbdc9ffa" sha1="93f29fc106283eecbba3fd69cf3c4658aa38ab9f" region="gfx2" dispose="yes" offset="0"/>
		<rom name="n8-07.bin" merge="n8-07.bin" size="4096" crc="4b9973db" sha1="8766c51a345a5e63446e65614c6f665ab5fbe0d7" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="mp-h5-05.bin" size="4096" crc="de213e01" sha1="61f3d3081dded0cc753640632127e52e4ddf0a75" region="gfx3" dispose="yes" offset="0"/>
		<rom name="mp-k5-06.bin" size="4096" crc="c2e376a4" sha1="d7e5fbdcd2b66ec56524e37eee18f91af96443dd" region="gfx3" dispose="yes" offset="1000"/>
		<rom name="u02--2.bin" merge="u02--2.bin" size="32" crc="238a65d7" sha1="a5b20184a1989db23544296331462ec4d7be7516" region="proms" offset="0"/>
		<rom name="t02--3.bin" merge="t02--3.bin" size="32" crc="ae263dc0" sha1="7072c100b9d692f5bb12b0c9e304425f534481e2" region="proms" offset="20"/>
		<rom name="f10--1.bin" merge="f10--1.bin" size="32" crc="16ee4ca2" sha1="fcba4d103708b9711452009cd29c4f88d2f64cd3" region="proms" offset="40"/>
		<rom name="j10--4.bin" merge="j10--4.bin" size="32" crc="ff7fe284" sha1="3ac8e30011c1fcba0ee8f4dc932f82296c3ba143" region="proms" offset="60"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<display type="raster" rotate="270" width="240" height="192" refresh="61.166569" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Special">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Extra">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="newdigdo" sourcefile="mrdo.c" cloneof="mrdo" romof="mrdo">
		<description>Mr. Do! (Dig Dug sprites, new version)</description>
		<year>1999</year>
		<manufacturer>Vic Twenty George, Jerky, Justin Clark hack</manufacturer>
		<rom name="a4-01.bin" merge="a4-01.bin" size="8192" crc="03dcfba2" sha1="c15e3d0c4225e0ca120bcd28aca39632575f8e11" region="cpu1" offset="0"/>
		<rom name="c4-02.bin" merge="c4-02.bin" size="8192" crc="0ecdd39c" sha1="c64b3363593911a676c647bf3dba8fe063fcb0de" region="cpu1" offset="2000"/>
		<rom name="e4-03.bin" merge="e4-03.bin" size="8192" crc="358f5dc2" sha1="9fed1f5d1d04935d1b77687c8b2f3bfce970dc08" region="cpu1" offset="4000"/>
		<rom name="f4-04.bin" merge="f4-04.bin" size="8192" crc="f4190cfc" sha1="24f5125d900f944294d4eda068b710c8f1c6d39f" region="cpu1" offset="6000"/>
		<rom name="nd-s8-09.bin" size="4096" crc="48f2bd6d" sha1="d741f58d5b7e74c498eee11cb8b959f7eec73671" region="gfx1" dispose="yes" offset="0"/>
		<rom name="nd-u8-10.bin" size="4096" crc="7be2fc3e" sha1="763f95812e35671b3815385cec5ccdaeca4b2b2a" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="nd-r8-08.bin" size="4096" crc="069a3e35" sha1="09a361baed6417fdb4ecc1d8dd09ae9b2ccdef99" region="gfx2" dispose="yes" offset="0"/>
		<rom name="nd-n8-07.bin" size="4096" crc="7ef6f5e4" sha1="8839f6670010c0249b19f306c200c29775dc0351" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="nd-h5-05.bin" size="4096" crc="4c8f6cf8" sha1="92a0a5b8178fec5f7c4214c03d7d691872fed59a" region="gfx3" dispose="yes" offset="0"/>
		<rom name="nd-k5-06.bin" size="4096" crc="1a5f18fc" sha1="58cbad50c1001dfcb302c28db183e511907e6f86" region="gfx3" dispose="yes" offset="1000"/>
		<rom name="u02--2.bin" merge="u02--2.bin" size="32" crc="238a65d7" sha1="a5b20184a1989db23544296331462ec4d7be7516" region="proms" offset="0"/>
		<rom name="t02--3.bin" merge="t02--3.bin" size="32" crc="ae263dc0" sha1="7072c100b9d692f5bb12b0c9e304425f534481e2" region="proms" offset="20"/>
		<rom name="f10--1.bin" merge="f10--1.bin" size="32" crc="16ee4ca2" sha1="fcba4d103708b9711452009cd29c4f88d2f64cd3" region="proms" offset="40"/>
		<rom name="j10--4.bin" merge="j10--4.bin" size="32" crc="ff7fe284" sha1="3ac8e30011c1fcba0ee8f4dc932f82296c3ba143" region="proms" offset="60"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<display type="raster" rotate="270" width="240" height="192" refresh="61.166569" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Special">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Extra">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="stickydo" sourcefile="mrdo.c" cloneof="mrdo" romof="mrdo">
		<description>Mr. Sticky Do!</description>
		<year>2001</year>
		<manufacturer>Marcks Hacks</manufacturer>
		<rom name="a4-01.bin" merge="a4-01.bin" size="8192" crc="03dcfba2" sha1="c15e3d0c4225e0ca120bcd28aca39632575f8e11" region="cpu1" offset="0"/>
		<rom name="c4-02.bin" merge="c4-02.bin" size="8192" crc="0ecdd39c" sha1="c64b3363593911a676c647bf3dba8fe063fcb0de" region="cpu1" offset="2000"/>
		<rom name="e4-03.bin" merge="e4-03.bin" size="8192" crc="358f5dc2" sha1="9fed1f5d1d04935d1b77687c8b2f3bfce970dc08" region="cpu1" offset="4000"/>
		<rom name="f4-04.bin" merge="f4-04.bin" size="8192" crc="f4190cfc" sha1="24f5125d900f944294d4eda068b710c8f1c6d39f" region="cpu1" offset="6000"/>
		<rom name="st-s8-09.bin" size="4096" crc="0becc7bc" sha1="d5ef21aa6f8daaf98f4c6c809504edea4fde35a1" region="gfx1" dispose="yes" offset="0"/>
		<rom name="st-u8-10.bin" size="4096" crc="fc08364e" sha1="69edf2405836511035f46cddb339e57b4eb5b2fe" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="nd-r8-08.bin" size="4096" crc="069a3e35" sha1="09a361baed6417fdb4ecc1d8dd09ae9b2ccdef99" region="gfx2" dispose="yes" offset="0"/>
		<rom name="nd-n8-07.bin" size="4096" crc="7ef6f5e4" sha1="8839f6670010c0249b19f306c200c29775dc0351" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="st-h5-05.bin" size="4096" crc="64d2f54f" sha1="f301c0190f780bc60d03e5b752bde5e81ce5e93c" region="gfx3" dispose="yes" offset="0"/>
		<rom name="st-k5-06.bin" size="4096" crc="af9b0d35" sha1="da2d469514a3b95362dace2f48d320234a695e28" region="gfx3" dispose="yes" offset="1000"/>
		<rom name="u02--2.bin" merge="u02--2.bin" size="32" crc="238a65d7" sha1="a5b20184a1989db23544296331462ec4d7be7516" region="proms" offset="0"/>
		<rom name="t02--3.bin" merge="t02--3.bin" size="32" crc="ae263dc0" sha1="7072c100b9d692f5bb12b0c9e304425f534481e2" region="proms" offset="20"/>
		<rom name="f10--1.bin" merge="f10--1.bin" size="32" crc="16ee4ca2" sha1="fcba4d103708b9711452009cd29c4f88d2f64cd3" region="proms" offset="40"/>
		<rom name="j10--4.bin" merge="j10--4.bin" size="32" crc="ff7fe284" sha1="3ac8e30011c1fcba0ee8f4dc932f82296c3ba143" region="proms" offset="60"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<display type="raster" rotate="270" width="240" height="192" refresh="61.166569" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Special">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Extra">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="mrdofast" sourcefile="mrdo.c" cloneof="mrdo" romof="mrdo">
		<description>Mr. Do! (Speedup Hack)</description>
		<year>1982</year>
		<manufacturer>Evil Exidy Dump</manufacturer>
		<rom name="a4-01.bin" merge="a4-01.bin" size="8192" crc="03dcfba2" sha1="c15e3d0c4225e0ca120bcd28aca39632575f8e11" region="cpu1" offset="0"/>
		<rom name="f-c4-02.bin" size="8192" crc="894d12e4" sha1="ff89eca0506727f1973b14a13d848799e7ada7ec" region="cpu1" offset="2000"/>
		<rom name="e4-03.bin" merge="e4-03.bin" size="8192" crc="358f5dc2" sha1="9fed1f5d1d04935d1b77687c8b2f3bfce970dc08" region="cpu1" offset="4000"/>
		<rom name="f4-04.bin" merge="f4-04.bin" size="8192" crc="f4190cfc" sha1="24f5125d900f944294d4eda068b710c8f1c6d39f" region="cpu1" offset="6000"/>
		<rom name="s8-09.bin" merge="s8-09.bin" size="4096" crc="aa80c5b6" sha1="76f9f90deb74598470e7ed565237da38dd07e4e9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="u8-10.bin" merge="u8-10.bin" size="4096" crc="d20ec85b" sha1="9762bbe34d3fa209ea719807c723f57cb6bf4e01" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="r8-08.bin" merge="r8-08.bin" size="4096" crc="dbdc9ffa" sha1="93f29fc106283eecbba3fd69cf3c4658aa38ab9f" region="gfx2" dispose="yes" offset="0"/>
		<rom name="n8-07.bin" merge="n8-07.bin" size="4096" crc="4b9973db" sha1="8766c51a345a5e63446e65614c6f665ab5fbe0d7" region="gfx2" dispose="yes" offset="1000"/>
		<rom name="h5-05.bin" merge="h5-05.bin" size="4096" crc="e1218cc5" sha1="d946613a1cf1c97f7533a4f8c2d0078d1b7daaa8" region="gfx3" dispose="yes" offset="0"/>
		<rom name="k5-06.bin" merge="k5-06.bin" size="4096" crc="b1f68b04" sha1="25709cd81c03df51f27cd730fecf86a1daa9e27e" region="gfx3" dispose="yes" offset="1000"/>
		<rom name="u02--2.bin" merge="u02--2.bin" size="32" crc="238a65d7" sha1="a5b20184a1989db23544296331462ec4d7be7516" region="proms" offset="0"/>
		<rom name="t02--3.bin" merge="t02--3.bin" size="32" crc="ae263dc0" sha1="7072c100b9d692f5bb12b0c9e304425f534481e2" region="proms" offset="20"/>
		<rom name="f10--1.bin" merge="f10--1.bin" size="32" crc="16ee4ca2" sha1="fcba4d103708b9711452009cd29c4f88d2f64cd3" region="proms" offset="40"/>
		<rom name="j10--4.bin" merge="j10--4.bin" size="32" crc="ff7fe284" sha1="3ac8e30011c1fcba0ee8f4dc932f82296c3ba143" region="proms" offset="60"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<display type="raster" rotate="270" width="240" height="192" refresh="61.166569" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Medium"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Special">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Extra">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="ganryud" sourcefile="neogeo.c">
		<description>Ganryu / Musashi Ganryuki (decrypted C)</description>
		<year>1999</year>
		<manufacturer>Visco</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="252-p1.bin" size="2097152" crc="4b8ac4fb" sha1="93d90271bff281862b03beba3809cf95a47a1e44" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="252-m1.bin" size="131072" crc="30cc4099" sha1="46453b7aac41855a92724a785372f8daf931d8d4" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="252-v1.bin" size="4194304" crc="e5946733" sha1="d5904a50465af03d6ff33399a98f3259721ca0b2" region="sound1" offset="0"/>
		<rom name="252-c1d.bin" size="8388608" crc="6bf7605b" sha1="6710cbc27d6ec35648f98f0ca541aaaeeffd0980" region="gfx3" offset="0"/>
		<rom name="252-c2d.bin" size="8388608" crc="596792ce" sha1="ad9c8f8b0e95396fade2b485d11a1b3d4cb65f37" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="garoud" sourcefile="neogeo.c">
		<description>Garou - Mark of the Wolves (decrypted C)</description>
		<year>1999</year>
		<manufacturer>SNK</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="253-sma.bin" size="262144" crc="98bc93dc" sha1="01fe3d18b50f770e131e8d8eeff4c630ba8c9551" region="cpu1" offset="c0000"/>
		<rom name="253-ep1.p1" size="2097152" crc="ea3171a4" sha1="bbda40f652baa0dc5fc6a006c001a1bdb0df43f6" region="cpu1" offset="100000"/>
		<rom name="253-ep2.p2" size="2097152" crc="382f704b" sha1="0ace9c84a8b8a0524fd9a503e7d872de1bf1bd52" region="cpu1" offset="300000"/>
		<rom name="253-ep3.p3" size="2097152" crc="e395bfdd" sha1="6b50f5ac15bf66b7e4e9bff57594fd3d7530c831" region="cpu1" offset="500000"/>
		<rom name="253-ep4.p4" size="2097152" crc="da92c08e" sha1="5556f983ebcebc33160e90a6a6cf589d54c8cedc" region="cpu1" offset="700000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="253-m1.bin" size="262144" crc="36a806be" sha1="90fb44dc0c3fb57946a0f35716056abb84a0f191" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="253-v1.bin" size="4194304" crc="263e388c" sha1="11f05feee170370c4bfc5053af79246a6e3de5dc" region="sound1" offset="0"/>
		<rom name="253-v2.bin" size="4194304" crc="2c6bc7be" sha1="c9c61054ce1a47bf1bf77a31117726b499df24a4" region="sound1" offset="400000"/>
		<rom name="253-v3.bin" size="4194304" crc="0425b27d" sha1="986863c98fc3445487242dcf2ea75b075e7f33ee" region="sound1" offset="800000"/>
		<rom name="253-v4.bin" size="4194304" crc="a54be8a9" sha1="d7123e79b43e8adfaa5ecadbfcbeb6be890ec311" region="sound1" offset="c00000"/>
		<rom name="253-c1d.bin" size="8388608" crc="497be3f2" sha1="3b4e524ff185db326cdefe115851ce282272fb58" region="gfx3" offset="0"/>
		<rom name="253-c2d.bin" size="8388608" crc="6a9e95ca" sha1="d9730d2db58edfa660edab5bf0f7fc3ed058bccf" region="gfx3" offset="1"/>
		<rom name="253-c3d.bin" size="8388608" crc="39373d2f" sha1="8c0307150bc31001605efbe0e38ae74e1e466d5d" region="gfx3" offset="1000000"/>
		<rom name="253-c4d.bin" size="8388608" crc="4de23f6c" sha1="b40bce471fb1815037e4c3705f8238e659a13a82" region="gfx3" offset="1000001"/>
		<rom name="253-c5d.bin" size="8388608" crc="16634ba5" sha1="e51649efd039270139aa7292a28925e547b2be59" region="gfx3" offset="2000000"/>
		<rom name="253-c6d.bin" size="8388608" crc="95671ffd" sha1="803ebeb74fefe88b9aba53cbca103c0e9145abcb" region="gfx3" offset="2000001"/>
		<rom name="253-c7d.bin" size="8388608" crc="e36ce77f" sha1="71931559293182749ded13c52d8bac988a3a062f" region="gfx3" offset="3000000"/>
		<rom name="253-c8d.bin" size="8388608" crc="ddbd1096" sha1="634cfb61398b3f1b983f7f3966b53f4cc3a78671" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99d" sourcefile="neogeo.c">
		<description>The King of Fighters '99 - Millennium Battle (decrypted C)</description>
		<year>1999</year>
		<manufacturer>SNK</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="251-sma.kc" size="262144" crc="6c9d0647" sha1="2a0ce62ca6c18007e8fbe1b60475c7874ab79389" region="cpu1" offset="c0000"/>
		<rom name="251-p1.bin" size="4194304" crc="006e4532" sha1="47791ab4044ad55988b1d3412d95b65b91a163c8" region="cpu1" offset="100000"/>
		<rom name="251-pg2.bin" size="4194304" crc="d9057f51" sha1="8d365b4dd40351495df99d6c765df1434b0b0548" region="cpu1" offset="500000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1d.bin" size="8388608" crc="b3d88546" sha1="c277525f3db5b4cb07e9842605c7c40e6c203ad9" region="gfx3" offset="0"/>
		<rom name="251-c2d.bin" size="8388608" crc="915c8634" sha1="685ecb4271edf61f6a28a2235de11dd219b999d6" region="gfx3" offset="1"/>
		<rom name="251-c3d.bin" size="8388608" crc="b047c9d5" sha1="b840eab2208e6c0a1db0cdb28df46ba07da2ddca" region="gfx3" offset="1000000"/>
		<rom name="251-c4d.bin" size="8388608" crc="6bc8e4b1" sha1="674cb8145aeada1683a70beb02ed4ea028f5bdf8" region="gfx3" offset="1000001"/>
		<rom name="251-c5d.bin" size="8388608" crc="9746268c" sha1="59d839f01f4827377a752679922bc7281099430d" region="gfx3" offset="2000000"/>
		<rom name="251-c6d.bin" size="8388608" crc="238b3e71" sha1="f929c942972f768e68a5a009a3d174d203029160" region="gfx3" offset="2000001"/>
		<rom name="251-c7d.bin" size="8388608" crc="2f68fdeb" sha1="37167c84a39141c179f94800f207dac3aabc5478" region="gfx3" offset="3000000"/>
		<rom name="251-c8d.bin" size="8388608" crc="4c2fad1e" sha1="26779e79296eb1988a8c4d60d2e1baf041f2c0cf" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2000d" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (decrypted C)</description>
		<year>2000</year>
		<manufacturer>SNK</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257-sma.bin" size="262144" crc="71c6e6bb" sha1="1bd29ded4c6b29780db8e8b772c452189699ca89" region="cpu1" offset="c0000"/>
		<rom name="257-p1.bin" size="4194304" crc="60947b4c" sha1="5faa0a7ac7734d6c8e276589bd12dd574264647d" region="cpu1" offset="100000"/>
		<rom name="257-p2.bin" size="4194304" crc="1b7ec415" sha1="f19fa44e9ee5b5a6eb4a051349d6bc4acc3bbbdb" region="cpu1" offset="500000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1d.bin" size="8388608" crc="abcdd424" sha1="1d52aae8a7806d48c098c2a7a77dff6e02ac4870" region="gfx3" offset="0"/>
		<rom name="257-c2d.bin" size="8388608" crc="cda33778" sha1="a619740364c952c443f27ed9b7c395610f2673c7" region="gfx3" offset="1"/>
		<rom name="257-c3d.bin" size="8388608" crc="087fb15b" sha1="f77cb6e670cdf7709d84d770ecf28533cbfbe6de" region="gfx3" offset="1000000"/>
		<rom name="257-c4d.bin" size="8388608" crc="fe9dfde4" sha1="23750ff0c4bc084d55eea66a5cdd0ef2d6c32cdc" region="gfx3" offset="1000001"/>
		<rom name="257-c5d.bin" size="8388608" crc="03ee4bf4" sha1="8f26c5bc525a5786de8e25797e2875a1dfe527be" region="gfx3" offset="2000000"/>
		<rom name="257-c6d.bin" size="8388608" crc="8599cc5b" sha1="9a05fc12273aebfbc4ac22e88b32ae9ecd269462" region="gfx3" offset="2000001"/>
		<rom name="257-c7d.bin" size="8388608" crc="71dfc3e2" sha1="1889a8dc88993e35f9fd93ce2bee1de52995932d" region="gfx3" offset="3000000"/>
		<rom name="257-c8d.bin" size="8388608" crc="0fa30e5f" sha1="0cb7fa6b0219e1af2df9b97786c677651a78f37a" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2001d" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (decrypted C)</description>
		<year>2001</year>
		<manufacturer>Eolith / SNK</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1d.bin" size="8388608" crc="103225b1" sha1="41486c7bb421b6b54f3ca07621aabd907bf10e15" region="gfx3" offset="0"/>
		<rom name="262-c2d.bin" size="8388608" crc="f9d05d99" sha1="c135dd3d5584dc58a46315d64f663e34bb64bebf" region="gfx3" offset="1"/>
		<rom name="262-c3d.bin" size="8388608" crc="4c7ec427" sha1="0156e2f79e7a62b15acc2314ac6563a67af0f256" region="gfx3" offset="1000000"/>
		<rom name="262-c4d.bin" size="8388608" crc="1d237aa6" sha1="b007fe9f1f32f0ff947c6575741b47fb70976728" region="gfx3" offset="1000001"/>
		<rom name="262-c5d.bin" size="8388608" crc="c2256db5" sha1="dae6b7b0673b431f223d82f7c3a685de70a1c035" region="gfx3" offset="2000000"/>
		<rom name="262-c6d.bin" size="8388608" crc="8d6565a9" sha1="137c950d588d40c812c36967ec17d04d4fc56362" region="gfx3" offset="2000001"/>
		<rom name="262-c7d.bin" size="8388608" crc="d1408776" sha1="e77c786070b2b851a8a36250722b4c902e7213ed" region="gfx3" offset="3000000"/>
		<rom name="262-c8d.bin" size="8388608" crc="954d0e16" sha1="975803c130df3a6e835b9bf0f8532d6586058c54" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2002d" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (decrypted C)</description>
		<year>2002</year>
		<manufacturer>Eolith / Playmore</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265-p1.bin" size="1048576" crc="9ede7323" sha1="ad9d45498777fda9fa58e75781f48e09aee705a6" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1d.bin" size="8388608" crc="7efa6ef7" sha1="71345a4202e7cc9239538fb978638141416c8893" region="gfx3" offset="0"/>
		<rom name="265-c2d.bin" size="8388608" crc="aa82948b" sha1="b2a40797f68bdeb80bc54dccc5495be68934bf0e" region="gfx3" offset="1"/>
		<rom name="265-c3d.bin" size="8388608" crc="959fad0b" sha1="63ab83ddc5f688dc8165a7ff8d262df3fcd942a2" region="gfx3" offset="1000000"/>
		<rom name="265-c4d.bin" size="8388608" crc="efe6a468" sha1="2a414285e48aa948b5b0d4a9333bab083b5fb853" region="gfx3" offset="1000001"/>
		<rom name="265-c5d.bin" size="8388608" crc="74bba7c6" sha1="e01adc7a4633bc0951b9b4f09abc07d728e9a2d9" region="gfx3" offset="2000000"/>
		<rom name="265-c6d.bin" size="8388608" crc="e20d2216" sha1="5d28eea7b581e780b78f391a8179f1678ee0d9a5" region="gfx3" offset="2000001"/>
		<rom name="265-c7d.bin" size="8388608" crc="8a5b561c" sha1="a19697d4c2cc8edebc669c95ae1db4c8c2a70b2c" region="gfx3" offset="3000000"/>
		<rom name="265-c8d.bin" size="8388608" crc="bef667a3" sha1="d5e8bc185dcf63343d129c31d2ddab9f723f1a12" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="matrimd" sourcefile="neogeo.c">
		<description>Matrimelee / Shin Gouketsuji Ichizoku Toukon (decrypted C)</description>
		<year>2002</year>
		<manufacturer>Noise Factory / Atlus</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="266-p1.bin" size="1048576" crc="5d4c2dc7" sha1="8d723b0d28ec344eef26009b361a2b97d300dd51" region="cpu1" offset="0"/>
		<rom name="266-p2.bin" size="4194304" crc="a14b1906" sha1="1daa14d73512f760ef569b06f9facb279437d1db" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="266-m1_decrypted.bin" size="131072" crc="d2f3742d" sha1="dd42f8a301f07e079fbc2bfd23e788baa03ca72d" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="266-v1.bin" size="8388608" crc="a4f83690" sha1="200d683d8c30ebc6d0ed331aa5bbba39b4e07160" region="sound1" offset="0"/>
		<rom name="266-v2.bin" size="8388608" crc="d0f69eda" sha1="9d7e98976ad433ed8a35d7afffa38130444ba7db" region="sound1" offset="800000"/>
		<rom name="266-c1d.bin" size="8388608" crc="0ab54c54" sha1="31bca460462b8545b3e5264804987ab951e9b202" region="gfx3" offset="0"/>
		<rom name="266-c2d.bin" size="8388608" crc="b834dd89" sha1="579470839a8d23b2d22cf727d2b43c6c3c113e1f" region="gfx3" offset="1"/>
		<rom name="266-c3d.bin" size="8388608" crc="f31d68d4" sha1="a6b8aaf11d25f871b52e9626fe0e4ae0683c3c52" region="gfx3" offset="1000000"/>
		<rom name="266-c4d.bin" size="8388608" crc="58cfb6e9" sha1="106875db996ec29b0254b34f9d935c761cde20c4" region="gfx3" offset="1000001"/>
		<rom name="266-c5d.bin" size="8388608" crc="f3c0e3fd" sha1="3a2f14517617fb98a202ceec88d52891e1438c8e" region="gfx3" offset="2000000"/>
		<rom name="266-c6d.bin" size="8388608" crc="b53c8dcf" sha1="9f4b0bac92262e8c1c1055a70f13c7c326367f73" region="gfx3" offset="2000001"/>
		<rom name="266-c7d.bin" size="8388608" crc="3c1fb02a" sha1="43e170e6d48c01d8c323f9309f97e6038bab20d7" region="gfx3" offset="3000000"/>
		<rom name="266-c8d.bin" size="8388608" crc="5ee31f80" sha1="3cdd8037f5004df92f4c19ba0746c8bccb4e2473" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslug3d" sourcefile="neogeo.c">
		<description>Metal Slug 3 (decrypted C)</description>
		<year>2000</year>
		<manufacturer>SNK</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256-sma.bin" size="262144" crc="9cd55736" sha1="d6efb2b313127c2911d47d9324626b3f1e7c6ccb" region="cpu1" offset="c0000"/>
		<rom name="256-p1.bin" size="4194304" crc="b07edfd5" sha1="dcbd9e500bfae98d754e55cdbbbbf9401013f8ee" region="cpu1" offset="100000"/>
		<rom name="256-p2.bin" size="4194304" crc="6097c26b" sha1="248ec29d21216f29dc6f5f3f0e1ad1601b3501b6" region="cpu1" offset="500000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1d.bin" size="8388608" crc="3540398c" sha1="0a96f2360eb26c66bf02bbc6f52230b55cc95e4e" region="gfx3" offset="0"/>
		<rom name="256-c2d.bin" size="8388608" crc="bdd220f0" sha1="f52851023f3bc120b05f622af0e0ab1bedc41604" region="gfx3" offset="1"/>
		<rom name="256-c3d.bin" size="8388608" crc="bfaade82" sha1="66b07e592c9a9b35567fe463496f8f75c32a7db9" region="gfx3" offset="1000000"/>
		<rom name="256-c4d.bin" size="8388608" crc="1463add6" sha1="4db91b46d6430da272d27d00a6dc0eb25949bea1" region="gfx3" offset="1000001"/>
		<rom name="256-c5d.bin" size="8388608" crc="48ca7f28" sha1="e903876be5fb4fa582c988d74c6bef1c3b9c7083" region="gfx3" offset="2000000"/>
		<rom name="256-c6d.bin" size="8388608" crc="806eb36f" sha1="a412a9cab80c326733dde7652d1db2a46afb3ebb" region="gfx3" offset="2000001"/>
		<rom name="256-c7d.bin" size="8388608" crc="9395b809" sha1="ca9ac9832017094eee3623f0b6c4c4b7b4f1374d" region="gfx3" offset="3000000"/>
		<rom name="256-c8d.bin" size="8388608" crc="a369f9d4" sha1="f8146ea80a1a23da7e7e04c88f778ee9abdfeb5c" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslug4d" sourcefile="neogeo.c">
		<description>Metal Slug 4 (decrypted C)</description>
		<year>2002</year>
		<manufacturer>Mega</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="263-p1.bin" size="1048576" crc="27e4def3" sha1="a08785e8145981bb6b5332a3b2df7eb321253cca" region="cpu1" offset="0"/>
		<rom name="263-p2.bin" size="4194304" crc="fdb7aed8" sha1="dbeaec38f44e58ffedba99e70fa1439c2bf0dfa3" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="263-m1_decrypted.bin" size="65536" crc="0c4c42f8" sha1="b7be47d909f5e4fcfe769ead0653d40e1e708d36" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="263-v1.bin" size="8388608" crc="01e9b9cd" sha1="0b045c2999449f7dab5ae8a42e957d5b6650431e" region="sound1" offset="0"/>
		<rom name="263-v2.bin" size="8388608" crc="4ab2bf81" sha1="77ccfa48f7e3daddef5fe5229a0093eb2f803742" region="sound1" offset="800000"/>
		<rom name="263-c1d.bin" size="8388608" crc="a75ffcde" sha1="97f405a95a56615ae49f79e1a69f98cc2f2434ef" region="gfx3" offset="0"/>
		<rom name="263-c2d.bin" size="8388608" crc="5ab0d12b" sha1="8a3d95dd2e9cc1b6dcf6a957fed43ee390248307" region="gfx3" offset="1"/>
		<rom name="263-c3d.bin" size="8388608" crc="61af560c" sha1="aa7bc45e03a6bbd18eb56d118d4932102ccb196a" region="gfx3" offset="1000000"/>
		<rom name="263-c4d.bin" size="8388608" crc="f2c544fd" sha1="179b064f81b49f5808d7a7a5bce28e95b09e5abe" region="gfx3" offset="1000001"/>
		<rom name="263-c5d.bin" size="8388608" crc="84c66c44" sha1="9273f44bf11891aa04ddd2cbb6442d084c2a2e04" region="gfx3" offset="2000000"/>
		<rom name="263-c6d.bin" size="8388608" crc="5ed018ab" sha1="e78501fa8a80960093a4d54ce952681a98300148" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslug5d" sourcefile="neogeo.c">
		<description>Metal Slug 5 (decrypted C)</description>
		<year>2003</year>
		<manufacturer>SNK Playmore</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="268-p1cr.bin" size="4194304" crc="d0466792" sha1="880819933d997fab398f91061e9dbccb959ae8a1" region="cpu1" offset="0"/>
		<rom name="268-p2cr.bin" size="4194304" crc="fbf6b61e" sha1="9ec743d5988b5e3183f37f8edf45c72a8c0c893e" region="cpu1" offset="2"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="268-m1.bin" size="65536" crc="58b107d0" sha1="cc7fe66ff4f9c026cde4df06f86c848eb21f7af8" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="268-m1_decrypted.bin" size="65536" crc="3c0655a7" sha1="ae839d4c2b87a7aa3dd8e5caddc43eb75ee9b732" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="268-v1c.bin" size="8388608" crc="ae31d60c" sha1="c42285cf4e52fea74247860813e826df5aa7600a" region="sound1" offset="0"/>
		<rom name="268-v2c.bin" size="8388608" crc="c40613ed" sha1="af889570304e2867d7dfea1e94e388c06249fb67" region="sound1" offset="800000"/>
		<rom name="268-c1d.bin" size="8388608" crc="969c0d62" sha1="de3c5cfa980cca2fab0416ac0d292948b5d4c9c3" region="gfx3" offset="0"/>
		<rom name="268-c2d.bin" size="8388608" crc="c69ae867" sha1="3198ee5c7c2c7563b49ebd9f7ba95d9b0b303f6c" region="gfx3" offset="1"/>
		<rom name="268-c3d.bin" size="8388608" crc="d7beaeaf" sha1="99443ea4c1bab45f1977a390eb7e1a0163915110" region="gfx3" offset="1000000"/>
		<rom name="268-c4d.bin" size="8388608" crc="899fb2af" sha1="a06a424c813c1b4f922c5404405779f605c90a06" region="gfx3" offset="1000001"/>
		<rom name="268-c5d.bin" size="8388608" crc="2fa1a5ad" sha1="4ae15d29ba979601598eddf8905072fe1d9e0a98" region="gfx3" offset="2000000"/>
		<rom name="268-c6d.bin" size="8388608" crc="6de89589" sha1="86a6c036bf51af516fea83a30874026ec1586a83" region="gfx3" offset="2000001"/>
		<rom name="268-c7d.bin" size="8388608" crc="97bd0c0a" sha1="30f3280fe527098ecf46541cc645a59b366105ea" region="gfx3" offset="3000000"/>
		<rom name="268-c8d.bin" size="8388608" crc="c0d5bc20" sha1="b5d0d81d5cc624538b0651c568295e578a1330d1" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="nitdd" sourcefile="neogeo.c">
		<description>Nightmare in the Dark (decrypted C)</description>
		<year>2000</year>
		<manufacturer>Eleven / Gavaking</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="260-p1.bin" size="524288" crc="61361082" sha1="441f3f41c1aa752c0e0a9a0b1d92711d9e636b85" region="cpu1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="260-m1.bin" size="524288" crc="6407c5e5" sha1="d273e154cc905b63205a17a1a6d419cac3485a92" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="260-v1.bin" size="4194304" crc="24b0480c" sha1="d769e621be52a5cd2e2568891b5f95a48268e1e0" region="sound1" offset="0"/>
		<rom name="260-c1d.bin" size="8388608" crc="f3ff4953" sha1="0e54548387f3056088e89086a30da05935d08b24" region="gfx3" offset="0"/>
		<rom name="260-c2d.bin" size="8388608" crc="f1e49faa" sha1="2a771e318423addd9daae3a9af200de2c70f4021" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="preisl2d" sourcefile="neogeo.c">
		<description>Prehistoric Isle 2 (decrypted C)</description>
		<year>1999</year>
		<manufacturer>Yumekobo</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="255-p1.bin" size="1048576" crc="dfa3c0f3" sha1="793c6a46f3a794536dc0327a3f3fad20e25ab661" region="cpu1" offset="0"/>
		<rom name="255-p2.bin" size="4194304" crc="42050b80" sha1="0981a8295d43b264c2b95e5d7568bdda4e64c976" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="255-m1.bin" size="131072" crc="8efd4014" sha1="5b73809b6e4e49264d281ef3e5004ac8a9de296d" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="255-v1.bin" size="4194304" crc="5a14543d" sha1="7146ac748f846c7e2d5b0bdcf953892e39b648fe" region="sound1" offset="0"/>
		<rom name="255-v2.bin" size="2097152" crc="6610d91a" sha1="b2c6786920dc1712e88c3cc26d2c6c3ac2615bf4" region="sound1" offset="400000"/>
		<rom name="255-c1d.bin" size="8388608" crc="50fd785e" sha1="97e03925f3060df4cfa576b6d2c2000952990530" region="gfx3" offset="0"/>
		<rom name="255-c2d.bin" size="8388608" crc="ab913f1e" sha1="e3413d40dc4a2240ff0302eb9eff4cc64895b6ef" region="gfx3" offset="1"/>
		<rom name="255-c3d.bin" size="8388608" crc="bc0ee75c" sha1="50c01b97d5457c2c1b8df8c0c7eda69384dea78b" region="gfx3" offset="1000000"/>
		<rom name="255-c4d.bin" size="8388608" crc="29908823" sha1="2a40263f3866c06eecc209faeea7ced6641ed918" region="gfx3" offset="1000001"/>
		<rom name="255-c5d.bin" size="8388608" crc="83c56bca" sha1="54bec4cce628bef3b87bbd6c0339494232a9516b" region="gfx3" offset="2000000"/>
		<rom name="255-c6d.bin" size="8388608" crc="59e0e805" sha1="0d9c9b52bb0672fe70ffbb2780a9449f6a7f0984" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rotdd" sourcefile="neogeo.c">
		<description>Rage of the Dragons (decrypted C)</description>
		<year>2002</year>
		<manufacturer>Evoga / Playmore</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="264-p1.bin" size="8388608" crc="b8cc969d" sha1="4f2205b4bdd32dd1522106ef4df10ac0eb1b852d" region="cpu1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="264-m1_decrypted.bin" size="65536" crc="7e06206d" sha1="ba32dd6ffbfbf532bba9bed4c2d70cfbe959ac23" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="264-v1.bin" size="8388608" crc="fa005812" sha1="73723126dab5a640ac11955ed6da1bf7a91394f5" region="sound1" offset="0"/>
		<rom name="264-v2.bin" size="8388608" crc="c3dc8bf0" sha1="a105e37262d9500a30fb8a5dac05aa4fab2562a3" region="sound1" offset="800000"/>
		<rom name="264-c1d.bin" size="8388608" crc="ec9d18c0" sha1="83ebedae9655b6c64421cd131930b27d252853ec" region="gfx3" offset="0"/>
		<rom name="264-c2d.bin" size="8388608" crc="b1069066" sha1="0b4e2249efc782b572b589f72aadbd8007e8778c" region="gfx3" offset="1"/>
		<rom name="264-c3d.bin" size="8388608" crc="7e636d49" sha1="1ba15ddbce8369d7232cc1da3f833f6cb68fbc10" region="gfx3" offset="1000000"/>
		<rom name="264-c4d.bin" size="8388608" crc="76892fda" sha1="27416585973a6ec7b5721de1116c8700b38e3a4c" region="gfx3" offset="1000001"/>
		<rom name="264-c5d.bin" size="8388608" crc="469061bc" sha1="34e60e5f93743be88bfc9e8b7656fe9faf77f8f5" region="gfx3" offset="2000000"/>
		<rom name="264-c6d.bin" size="8388608" crc="2200220a" sha1="8379b4c89854b3cc9b4f33f4f51ab5387acd14ca" region="gfx3" offset="2000001"/>
		<rom name="264-c7d.bin" size="8388608" crc="edda4baf" sha1="3f53eb50fd9ec9e9ee05eee050885c07023b6d53" region="gfx3" offset="3000000"/>
		<rom name="264-c8d.bin" size="8388608" crc="82b1ba22" sha1="b4ad715807f2c15fc06945f0bcb475c3698cf089" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="s1945pd" sourcefile="neogeo.c">
		<description>Strikers 1945 Plus (decrypted C)</description>
		<year>1999</year>
		<manufacturer>Psikyo</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="254-p1.bin" size="1048576" crc="ff8efcff" sha1="dcaeaca573385c172ecc43ee6bee355359091893" region="cpu1" offset="0"/>
		<rom name="254-p2.bin" size="4194304" crc="efdfd4dd" sha1="254f3e1b546eed788f7ae919be9d1bf9702148ce" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="254-m1.bin" size="131072" crc="994b4487" sha1="a4e645a3ababa48a8325980ff022e04a8b51b017" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="254-v1.bin" size="4194304" crc="844f58fb" sha1="e59544457be9f21481eac8b5a39b9cbb502f252d" region="sound1" offset="0"/>
		<rom name="254-v2.bin" size="4194304" crc="d9a248f0" sha1="dd3e0974b753e6f94d0943a002de45668a1b072b" region="sound1" offset="400000"/>
		<rom name="254-v3.bin" size="4194304" crc="0b0d2d33" sha1="f8e76af42a997f36a40f66b39de00f68afe6a89c" region="sound1" offset="800000"/>
		<rom name="254-v4.bin" size="4194304" crc="6d13dc91" sha1="8433513c0b5aea61939068a25ab90efbe3e44116" region="sound1" offset="c00000"/>
		<rom name="254-c1d.bin" size="8388608" crc="7b6902f9" sha1="c974a3cd84fa15d5ae7c9053adbb004a9aa902cd" region="gfx3" offset="0"/>
		<rom name="254-c2d.bin" size="8388608" crc="51bd4252" sha1="5a99563de1d83b7cd1d7ca7a50c71d5f30439276" region="gfx3" offset="1"/>
		<rom name="254-c3d.bin" size="8388608" crc="a38993e4" sha1="0bd3bcecf17abfda7da997e348fe3b0e7a66a828" region="gfx3" offset="1000000"/>
		<rom name="254-c4d.bin" size="8388608" crc="d5696530" sha1="15cbdaa729b8dd4d2489157d778379cfb0f79e51" region="gfx3" offset="1000001"/>
		<rom name="254-c5d.bin" size="8388608" crc="28764bd6" sha1="21158ea89dd88abd7f73b4513b699089f7944ba5" region="gfx3" offset="2000000"/>
		<rom name="254-c6d.bin" size="8388608" crc="9931bdf1" sha1="fa95fd8621403684e09f01a89f8df9ae2fa7de76" region="gfx3" offset="2000001"/>
		<rom name="254-c7d.bin" size="8388608" crc="6e12afcd" sha1="ef45d9b923ec937f9c207cd50d917f0ded5b8faf" region="gfx3" offset="3000000"/>
		<rom name="254-c8d.bin" size="8388608" crc="178d4684" sha1="3cbf379209c189ee48260a044dc2754035f57e14" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="samsh5sd" sourcefile="neogeo.c">
		<description>Samurai Shodown V Special / Samurai Spirits Zero Special (decrypted C)</description>
		<year>2004</year>
		<manufacturer>Yuki Enterprise / SNK Playmore</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="272-p1.bin" size="4194304" crc="fb7a6bba" sha1="f68c527208d8a55ca44b0caaa8ab66b3a0ffdfe5" region="cpu1" offset="0"/>
		<rom name="272-p2.bin" size="4194304" crc="63492ea6" sha1="6ba946acb62c63ed61a42fe72b7fff3828883bcc" region="cpu1" offset="400000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="272-m1.bin" size="524288" crc="adeebf40" sha1="8cbd63dda3fff4de38060405bf70cd9308c9e66e" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="272-m1_decrypted.bin" size="524288" crc="203d744e" sha1="24fc73943009effa14eed0f7a29955f349ca8e8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="272-v1.bin" size="8388608" crc="76a94127" sha1="c3affd7ff1eb02345cfb755962ec173a8ec34acd" region="sound1" offset="0"/>
		<rom name="272-v2.bin" size="8388608" crc="4ba507f1" sha1="728d139da3fe8a391fd8be4d24bb7fdd4bf9548a" region="sound1" offset="800000"/>
		<rom name="272-c1d.bin" size="8388608" crc="8548097e" sha1="99177f64039d2914fa4ebd4afc7eb0fbf4ffe0af" region="gfx3" offset="0"/>
		<rom name="272-c2d.bin" size="8388608" crc="8c1b48d0" sha1="3f20288ed369e6276cfaedff7e9703d4ea1cf6f6" region="gfx3" offset="1"/>
		<rom name="272-c3d.bin" size="8388608" crc="96ddb28c" sha1="7ebe5166d279c0d3efef65618d015b4ea13f2c49" region="gfx3" offset="1000000"/>
		<rom name="272-c4d.bin" size="8388608" crc="99ef7a0a" sha1="9ac3ef339bc1d6e3482e0b32d40b259ec2b44fc1" region="gfx3" offset="1000001"/>
		<rom name="272-c5d.bin" size="8388608" crc="772e8b1e" sha1="8de4898bbd8ede593763bfa93bbf26492492d23a" region="gfx3" offset="2000000"/>
		<rom name="272-c6d.bin" size="8388608" crc="5fff21fc" sha1="5d0a23a41f5277ab09fd11f227be35f1713a4b4f" region="gfx3" offset="2000001"/>
		<rom name="272-c7d.bin" size="8388608" crc="9ac56a0e" sha1="ea4ffec3fe2e58df16b40fdf33e1708680010414" region="gfx3" offset="3000000"/>
		<rom name="272-c8d.bin" size="8388608" crc="cfde7aff" sha1="25185f471dd35e5d388b75b83d8652085cd5e17d" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="samsho5d" sourcefile="neogeo.c">
		<description>Samurai Shodown V / Samurai Spirits Zero (decrypted C)</description>
		<year>2003</year>
		<manufacturer>Yuki Enterprise / SNK Playmore</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="270-p1.bin" size="4194304" crc="4a2a09e6" sha1="2644de02cdab8ccc605488a7c76b8c9cd1d5bcb9" region="cpu1" offset="0"/>
		<rom name="270-p2.bin" size="4194304" crc="e0c74c85" sha1="df24a4ee76438e40c2f04a714175a7f85cacdfe0" region="cpu1" offset="400000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="270-m1.bin" size="262144" crc="e4a5ab0c" sha1="dcf74be51593a9c96607f3f776a1210b43df4ac9" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="270-m1_decrypted.bin" size="262144" crc="e94a5e2b" sha1="53ef2ad6583060af69fdde73576e09ba88affa55" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="270-v1.bin" size="8388608" crc="62e434eb" sha1="1985f5e88f8e866f9683b6cea901aa28c04b80bf" region="sound1" offset="0"/>
		<rom name="270-v2.bin" size="8388608" crc="180f3c9a" sha1="6d7dc2605ead6e78704efa127e7e0dfe621e2c54" region="sound1" offset="800000"/>
		<rom name="270-c1d.bin" size="8388608" crc="726abb40" sha1="86a08c1266fb057d9a30a3ac259d526ec10d2ffa" region="gfx3" offset="0"/>
		<rom name="270-c2d.bin" size="8388608" crc="76806188" sha1="b448c06d7311791bad09f0828fd3e56326dd7737" region="gfx3" offset="1"/>
		<rom name="270-c3d.bin" size="8388608" crc="82db9dae" sha1="0206e1cc2c5f0fbbc074a93add5a44f645951d0c" region="gfx3" offset="1000000"/>
		<rom name="270-c4d.bin" size="8388608" crc="f8041153" sha1="55705c725aff949e668c24b23e2e4cdb4ecf78ae" region="gfx3" offset="1000001"/>
		<rom name="270-c5d.bin" size="8388608" crc="2219186a" sha1="ace6d04da578f2a5e7b7a405e0cbb31073070185" region="gfx3" offset="2000000"/>
		<rom name="270-c6d.bin" size="8388608" crc="d225120d" sha1="ae28664486135949dd16bb91e8f35936bda725a0" region="gfx3" offset="2000001"/>
		<rom name="270-c7d.bin" size="8388608" crc="d245d493" sha1="c0e89f863b9b592ff5f0f813d9b127cee31132d1" region="gfx3" offset="3000000"/>
		<rom name="270-c8d.bin" size="8388608" crc="eb06c9cc" sha1="1dfd45407586dc7f574189bbc0d8ae1967d0a089" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="sengok3d" sourcefile="neogeo.c">
		<description>Sengoku 3 (decrypted C)</description>
		<year>2001</year>
		<manufacturer>SNK</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="261-p1.bin" size="2097152" crc="e0d4bc0a" sha1="8df366097f224771ca6d1aa5c1691cd46776cd12" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="261-m1.bin" size="131072" crc="36ed9cdd" sha1="78a7d755e9e9f52255ac6228d9d402fd6a02c126" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="261-v1.bin" size="4194304" crc="64c30081" sha1="f9ebd20cf59b72e864b7274c1bdb6d99ecaf4595" region="sound1" offset="0"/>
		<rom name="261-v2.bin" size="4194304" crc="392a9c47" sha1="7ab90a54089236ca6c3ef1af8e566a8025d38159" region="sound1" offset="400000"/>
		<rom name="261-v3.bin" size="4194304" crc="c1a7ebe3" sha1="1d7bb481451f5ee0457e954bb5210300182c3c9c" region="sound1" offset="800000"/>
		<rom name="261-v4.bin" size="2097152" crc="9000d085" sha1="11157b355ab4eb6627e9f322ed875332d3d77349" region="sound1" offset="c00000"/>
		<rom name="261-c1d.bin" size="8388608" crc="9af7cbca" sha1="cf2fe3e5265861369f2878140ef33a6715b031aa" region="gfx3" offset="0"/>
		<rom name="261-c2d.bin" size="8388608" crc="2a1f874d" sha1="26923ec0bedba56f25e6222aa107b45ccb3def7b" region="gfx3" offset="1"/>
		<rom name="261-c3d.bin" size="8388608" crc="5403adb5" sha1="5614ee892e810dc49758f5985b3dc4f227e01b56" region="gfx3" offset="1000000"/>
		<rom name="261-c4d.bin" size="8388608" crc="18926df6" sha1="a4859c9166ef7abec1f3e6af3292051a63a81f93" region="gfx3" offset="1000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="svcd" sourcefile="neogeo.c">
		<description>SvC Chaos - SNK vs Capcom (decrypted C)</description>
		<year>2003</year>
		<manufacturer>Playmore</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="269-p1c.bin" size="4194304" crc="38e2005e" sha1="1b902905916a30969282f1399a756e32ff069097" region="cpu1" offset="0"/>
		<rom name="269-p2c.bin" size="4194304" crc="6d13797c" sha1="3cb71a95cea6b006b44cac0f547df88aec0007b7" region="cpu1" offset="2"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="269-m1c.bin" size="131072" crc="7d337756" sha1="205b8b5be7acc8d564fe17835795f25b13c27d7a" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="269-m1_decrypted.bin" size="131072" crc="447b3123" sha1="a09adc2c0ee2ee0f01287ceb97474a1a58093bd2" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="269-v1c.bin" size="8388608" crc="c659b34c" sha1="1931e8111ef43946f68699f8707334c96f753a1e" region="sound1" offset="0"/>
		<rom name="269-v2c.bin" size="8388608" crc="dd903835" sha1="e58d38950a7a8697bb22a1cc7a371ae6664ae8f9" region="sound1" offset="800000"/>
		<rom name="269-c1d.bin" size="8388608" crc="465d473b" sha1="0b2be2b2657c2ae021ec91515d1d6306179751d5" region="gfx3" offset="0"/>
		<rom name="269-c2d.bin" size="8388608" crc="3eb28f78" sha1="df1b096fe95796db1515b69f74266ed13dd9ee56" region="gfx3" offset="1"/>
		<rom name="269-c3d.bin" size="8388608" crc="f4d4ab2b" sha1="a19788435173540469fe5d07429a83dde6d701a0" region="gfx3" offset="1000000"/>
		<rom name="269-c4d.bin" size="8388608" crc="a69d523a" sha1="98d8dac2e40f71b5b8426d3c77476a0a20783181" region="gfx3" offset="1000001"/>
		<rom name="269-c5d.bin" size="8388608" crc="ba2a7892" sha1="eed45e1330dcc9f610598dc53977bf3a81dd161a" region="gfx3" offset="2000000"/>
		<rom name="269-c6d.bin" size="8388608" crc="37371ca1" sha1="8aaa1b9ea34470085d9944c9ad64cfb0ffe09859" region="gfx3" offset="2000001"/>
		<rom name="269-c7d.bin" size="8388608" crc="56ac5fb9" sha1="74cb0d57060d25e35f76a9820f607633bd1b9c2c" region="gfx3" offset="3000000"/>
		<rom name="269-c8d.bin" size="8388608" crc="de99e613" sha1="f28c6af4a31a937e5b441d4b860e3ccca725f27a" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="zupapad" sourcefile="neogeo.c">
		<description>Zupapa! (custom decrypted C)</description>
		<year>2001</year>
		<manufacturer>SNK</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="070-p1.bin" size="1048576" crc="5a96203e" sha1="49cddec9ca6cc51e5ecf8a34e447a23e1f8a15a1" region="cpu1" offset="0"/>
		<rom name="070-s1d.bin" size="131072" crc="307967ba" sha1="b91430d0fb08ca6e0d63ded42016fd2a5cd9728b" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="070-m1.bin" size="131072" crc="5a3b3191" sha1="fa9a9930e18c64e598841fb344c4471d3d2c1964" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="070-v1.bin" size="2097152" crc="d3a7e1ff" sha1="4a4a227e10f4af58168f6c26011ea1d414253f92" region="sound1" offset="0"/>
		<rom name="070-c1d.bin" size="2097152" crc="2bf91ba1" sha1="5eecbc5ec2c493d2ffd0e57012e0808d4349871f" region="gfx3" offset="0"/>
		<rom name="070-c2d.bin" size="2097152" crc="8700a5b8" sha1="bc1ff7e55309120c0ca2d8800b7b003dc3c5ed65" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="beast" sourcefile="neogeo.c">
		<description>Shadow of the Beast (Neo Demo)</description>
		<year>1989</year>
		<manufacturer>Psygnosis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="2002-p1.bin" size="524288" crc="1f9e62a4" sha1="f245ce9802c5deb257a11fa714b2d1d4d72fc786" region="cpu1" offset="0"/>
		<rom name="2002-s1.bin" size="131072" crc="05a417f5" sha1="932eeab5ba06f654ed39112c71a4e5a1f78c70bd" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="nnp-m1.rom" size="65536" crc="7669de64" sha1="caa170b561df4f68000beaad41d942c66a4a10ee" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="nnp-v1.rom" size="524288" crc="504bf849" sha1="13a184ec9e176371808938015111f8918cb4df7d" region="sound1" offset="0"/>
		<rom name="2002-c1.bin" size="524288" crc="e1974741" sha1="175b09778875a18f12e7b34c53862ac8c93141c1" region="gfx3" offset="0"/>
		<rom name="2002-c2.bin" size="524288" crc="9f5b9cf6" sha1="857595fc93bfec069c8b1cf647ab9feedce56f1f" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="columnsn" sourcefile="neogeo.c">
		<description>Columns (Neo-Geo)</description>
		<year>1990</year>
		<manufacturer>Sega</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="2000-p1.bin" size="524288" crc="c6c9888d" sha1="5a2ec1071872c817bf82053ca7b7d5d63fab6755" region="cpu1" offset="0"/>
		<rom name="2000-s1.bin" size="131072" crc="089a28a8" sha1="b38b5c42eb909c57c16b016addffcd4e930806ce" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="nnp-m1.rom" size="65536" crc="7669de64" sha1="caa170b561df4f68000beaad41d942c66a4a10ee" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="nnp-v1.rom" size="524288" crc="504bf849" sha1="13a184ec9e176371808938015111f8918cb4df7d" region="sound1" offset="0"/>
		<rom name="2000-c1.bin" size="524288" crc="9a579cab" sha1="9efd285c1bdc49a0d1daf2a062d0f906a0f5b542" region="gfx3" offset="0"/>
		<rom name="2000-c2.bin" size="524288" crc="91d14043" sha1="de6a1178fbfa3d75285e4338967f0ce4ed1aff23" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="poknight" sourcefile="neogeo.c">
		<description>Poker Night</description>
		<manufacturer>JMK</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="2003-p1.bin" size="524288" crc="750421ee" sha1="0a86823456a82506bc96989c361626be4b3ceeaf" region="cpu1" offset="0"/>
		<rom name="2003-s1.bin" size="131072" crc="a26d2f09" sha1="e7da6005a66e52f5479f9fe9f0cc67527dcb5d04" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="nnp-m1.rom" size="65536" crc="7669de64" sha1="caa170b561df4f68000beaad41d942c66a4a10ee" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="nnp-v1.rom" size="524288" crc="504bf849" sha1="13a184ec9e176371808938015111f8918cb4df7d" region="sound1" offset="0"/>
		<rom name="2003-c1.bin" size="524288" crc="5fb2b761" sha1="12ec2abcd199da866519aca767818a080d9b40bf" region="gfx3" offset="0"/>
		<rom name="2003-c2.bin" size="524288" crc="f2b570e3" sha1="1c8d8dc75651ec788729bfc7198c926285ad6080" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="diggerma" sourcefile="neogeo.c">
		<description>Digger Man (prototype)</description>
		<year>2000</year>
		<manufacturer>Kyle Hodgetts</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="dig_p1.rom" size="524288" crc="eda433d7" sha1="abb14c66777ab0fe4ac76a402e253a49df7178d8" region="cpu1" offset="0"/>
		<rom name="dig_s1.rom" size="65536" crc="75a88c1f" sha1="295dd9225f1e3d2fc64a65b3c287c7f1765417b1" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="dig_m1.rom" size="65536" crc="833cdf1b" sha1="3a92c79adbe0d37956ea46a4746d6f1cbf7d2c14" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="dig_v1.rom" size="524288" crc="ee15bda4" sha1="fe2206728e6efd02d6302869a98b196eb19a17df" region="sound1" offset="0"/>
		<rom name="dig_c1.rom" size="524288" crc="3db0a4ed" sha1="6214faa883d97ea05809b6af7e0c85a236a18a28" region="gfx3" offset="0"/>
		<rom name="dig_c2.rom" size="524288" crc="3e632161" sha1="83711c4286fb1d9f3f91414ac6e5fed36618033e" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="neopong" sourcefile="neogeo.c">
		<description>Neo Pong (v1.1)</description>
		<year>2002</year>
		<manufacturer>Neodev</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="pong_p1.rom" size="131072" crc="9f35e29d" sha1="261ce9305950debbc2fe088a45ab0fa83d6cf10d" region="cpu1" offset="0"/>
		<rom name="pong_s1.rom" size="131072" crc="cd19264f" sha1="531be2305cd56d332fb7a53ab924214ade34a9e8" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="pong_m1.rom" size="131072" crc="78c851cb" sha1="a9923c002e4e2171a564af45cff0958c5d57b275" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="pong_v1.rom" size="2097152" crc="6c31223c" sha1="ede3a2806d7d872a0f737626a23ecce200b534e6" region="sound1" offset="0"/>
		<rom name="pong_c1.rom" size="1048576" crc="f5a57d1a" sha1="781170ae439f48fcbcee6af4cb3a1367dbb70498" region="gfx3" offset="0"/>
		<rom name="pong_c2.rom" size="1048576" crc="affde64e" sha1="25ba8b4f6f961027d97d35f13cebeaee2dbb6f5a" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="npong10" sourcefile="neogeo.c" cloneof="neopong" romof="neopong">
		<description>Neo Pong (v1.0)</description>
		<year>2002</year>
		<manufacturer>Neodev</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="np10_p1.rom" size="131072" crc="31b724d7" sha1="e374613609aeda64b547d8ce38d2078b6ed55ad5" region="cpu1" offset="0"/>
		<rom name="pong_s1.rom" merge="pong_s1.rom" size="131072" crc="cd19264f" sha1="531be2305cd56d332fb7a53ab924214ade34a9e8" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="np10_m1.rom" size="131072" crc="9c0291ea" sha1="3fa67c62acba79be6b3a98cc1601e45569fa11ae" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="np10_v1.rom" size="524288" crc="debeb8fb" sha1="49a3d3578c087f1a0050168571ef8d1b08c5dc05" region="sound1" offset="0"/>
		<rom name="np10_c1.rom" size="1048576" crc="d7587282" sha1="6fbc317dede78265dc4cfd2a6d79968320b8fd50" region="gfx3" offset="0"/>
		<rom name="np10_c2.rom" size="1048576" crc="fefc9d06" sha1="f191bcd3683a184b5a7d6046156e0b2bca231e95" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="neonopon" sourcefile="neogeo.c">
		<description>Neo No Panepon (beta)</description>
		<year>2002</year>
		<manufacturer>Blastar</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="nnp-p1.rom" size="524288" crc="8a792271" sha1="6f8db18f9ced0706cb2e4b5545da97be871352dd" region="cpu1" offset="0"/>
		<rom name="nnp-s1.rom" size="65536" crc="93e6fe7d" sha1="791789c33eeeaa23fe6581db2f0ee3c35c73c052" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="nnp-m1.rom" size="65536" crc="7669de64" sha1="caa170b561df4f68000beaad41d942c66a4a10ee" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="nnp-v1.rom" size="524288" crc="504bf849" sha1="13a184ec9e176371808938015111f8918cb4df7d" region="sound1" offset="0"/>
		<rom name="nnp-c1.rom" size="1048576" crc="4a718ae3" sha1="e59515bacd9065c4b2712710a6a9a647e42c31e6" region="gfx3" offset="0"/>
		<rom name="nnp-c2.rom" size="1048576" crc="0e2cbc25" sha1="3c45eedb2efc6a3a7ec65487f980e117485abc9f" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="neonopn1" sourcefile="neogeo.c" cloneof="neonopon" romof="neonopon">
		<description>Neo no Panepon (set 2)</description>
		<year>2003</year>
		<manufacturer>Blastar</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="nnp1-p1.rom" size="524288" crc="43b7c759" sha1="bbb4bf7957a336be6e5daa4030a5ebb1c72d92ee" region="cpu1" offset="0"/>
		<rom name="nnp1-s1.rom" size="65536" crc="e28ea706" sha1="bd113a91a1303e2ec670250225a1cd35d34c7f60" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="nnp-m1.rom" merge="nnp-m1.rom" size="65536" crc="7669de64" sha1="caa170b561df4f68000beaad41d942c66a4a10ee" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="nnp-v1.rom" merge="nnp-v1.rom" size="524288" crc="504bf849" sha1="13a184ec9e176371808938015111f8918cb4df7d" region="sound1" offset="0"/>
		<rom name="nnp1-c1.rom" size="1048576" crc="24dcba77" sha1="da7ce6797bf4ac9903dbb00587815c51c835c879" region="gfx3" offset="0"/>
		<rom name="nnp1-c2.rom" size="1048576" crc="57c41e26" sha1="39d810547f3f8a44b45e7807f1e6b3a0672a1688" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="preliminary" emulation="preliminary" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="neonopn2" sourcefile="neogeo.c" cloneof="neonopon" romof="neonopon">
		<description>Neo no Panepon (set 3)</description>
		<year>2003</year>
		<manufacturer>Blastar</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="nnp1-p1.rom" size="524288" crc="43b7c759" sha1="bbb4bf7957a336be6e5daa4030a5ebb1c72d92ee" region="cpu1" offset="0"/>
		<rom name="nnp1-s1.rom" size="65536" crc="e28ea706" sha1="bd113a91a1303e2ec670250225a1cd35d34c7f60" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="nnp-m1.rom" merge="nnp-m1.rom" size="65536" crc="7669de64" sha1="caa170b561df4f68000beaad41d942c66a4a10ee" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="nnp-v1.rom" merge="nnp-v1.rom" size="524288" crc="504bf849" sha1="13a184ec9e176371808938015111f8918cb4df7d" region="sound1" offset="0"/>
		<rom name="nnp2-c1.rom" size="1048576" crc="0833c9e7" sha1="62f4e093bd5b521ee3f64aa1744e324a3a50eb12" region="gfx3" offset="0"/>
		<rom name="nnp2-c2.rom" size="1048576" crc="fbf5f67f" sha1="52a6a800d4afaa9675e1f6eab5ed4be772f17338" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="preliminary" emulation="preliminary" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="neonopn3" sourcefile="neogeo.c" cloneof="neonopon" romof="neonopon">
		<description>Neo no Panepon (set 4)</description>
		<year>2003</year>
		<manufacturer>Blastar</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="nnp1-p1.rom" size="524288" crc="43b7c759" sha1="bbb4bf7957a336be6e5daa4030a5ebb1c72d92ee" region="cpu1" offset="0"/>
		<rom name="nnp-s1.rom" merge="nnp-s1.rom" size="65536" crc="93e6fe7d" sha1="791789c33eeeaa23fe6581db2f0ee3c35c73c052" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="nnp-m1.rom" merge="nnp-m1.rom" size="65536" crc="7669de64" sha1="caa170b561df4f68000beaad41d942c66a4a10ee" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="nnp-v1.rom" merge="nnp-v1.rom" size="524288" crc="504bf849" sha1="13a184ec9e176371808938015111f8918cb4df7d" region="sound1" offset="0"/>
		<rom name="nnp3-c1.rom" size="1048576" crc="e0573498" sha1="80ec6ef8a6133f1f66704920332e92daa3daee14" region="gfx3" offset="0"/>
		<rom name="nnp2-c2.rom" size="1048576" crc="fbf5f67f" sha1="52a6a800d4afaa9675e1f6eab5ed4be772f17338" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="preliminary" emulation="preliminary" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="syscheck" sourcefile="neogeo.c">
		<description>Neo System Check (ver 1.0b)</description>
		<manufacturer>Blastar</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="sys-p1.rom" size="524288" crc="a4adbe1e" sha1="eee4a8ebe62a2c97282f0350b3c28c615ea44956" region="cpu1" offset="0"/>
		<rom name="sys-s1.rom" size="65536" crc="4774f28e" sha1="f381dac250fca3dfe1eb8c8f1b9b3bf0d521000e" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="sys-m1.rom" size="65536" crc="7669de64" sha1="caa170b561df4f68000beaad41d942c66a4a10ee" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="sys-v1.rom" size="524288" crc="504bf849" sha1="13a184ec9e176371808938015111f8918cb4df7d" region="sound1" offset="0"/>
		<rom name="sys-c1.rom" size="524288" crc="75660aac" sha1="6a521e1d2a632c26e53b83d2cc4b0edecfc1e68c" region="gfx3" offset="0"/>
		<rom name="sys-c2.rom" size="524288" crc="75660aac" sha1="6a521e1d2a632c26e53b83d2cc4b0edecfc1e68c" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="frogfest" sourcefile="neogeo.c">
		<description>Frog Feast</description>
		<manufacturer>Rastersoft</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="frog-p1.rom" size="524288" crc="db0417ec" sha1="dff85b47749142b3e965b2a9b5b8857096e58464" region="cpu1" offset="0"/>
		<rom name="frog-s1.rom" size="65536" crc="29814a2c" sha1="a7313fa1280a2a2340b1c8a0d522354d82496a68" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="nnp-m1.rom" size="65536" crc="7669de64" sha1="caa170b561df4f68000beaad41d942c66a4a10ee" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="nnp-v1.rom" size="524288" crc="504bf849" sha1="13a184ec9e176371808938015111f8918cb4df7d" region="sound1" offset="0"/>
		<rom name="frog-c1.rom" size="1048576" crc="22a65cea" sha1="3fb8cb92cd8d40c2b24e2b54833fde4c7dc255a4" region="gfx3" offset="0"/>
		<rom name="frog-c2.rom" size="1048576" crc="63ddd657" sha1="41fb6fdd66fcdf5fce42eb01c8a3e00e632f6347" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="preliminary" emulation="good" color="good" sound="preliminary" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="neodemo" sourcefile="neogeo.c">
		<description>Simple NeoGeo Demo</description>
		<year>2003</year>
		<manufacturer>Charles Doty</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="demo-p1.bin" size="524288" crc="fbfce2a4" sha1="53472533456e131bee9fa792996b4110999b5c21" region="cpu1" offset="0"/>
		<rom name="demo-s1.bin" size="131072" crc="cd19264f" sha1="531be2305cd56d332fb7a53ab924214ade34a9e8" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="demo-m1.bin" size="131072" crc="9c0291ea" sha1="3fa67c62acba79be6b3a98cc1601e45569fa11ae" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="202-v1.bin" size="524288" crc="debeb8fb" sha1="49a3d3578c087f1a0050168571ef8d1b08c5dc05" region="sound1" offset="0"/>
		<rom name="demo-c1.bin" size="1048576" crc="870b28ea" sha1="255f8e394534afc929bad31f253a2e8b03253e07" region="gfx3" offset="0"/>
		<rom name="demo-c2.bin" size="1048576" crc="1ecf8128" sha1="66d200ceb023a1ff3cbe4ef7c5b1ef0068ab47f0" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="cnbe" sourcefile="neogeo.c">
		<description>Codename Blutengel</description>
		<year>2006</year>
		<manufacturer>Blastar</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="cnbe_p1.rom" size="524288" crc="7ece4186" sha1="fc4ed3b5ed551744542c2ff1e45a6e97c68eff88" region="cpu1" offset="0"/>
		<rom name="cnbe_s1.rom" size="65536" crc="40a4698f" sha1="be631408b261906f36c41c58c775c1a4c418a256" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="cnbe_m1.rom" size="131072" crc="a5821c9c" sha1="81779f12bbb012bf910c484725779e03b07e44ec" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="cnbe_v1.rom" size="524288" crc="70191764" sha1="7dff2122c32886a3626c0d7befc7e7c3961c6cee" region="sound1" offset="0"/>
		<rom name="cnbe_c1.rom" size="1048576" crc="0f4fea6f" sha1="2eeaa661272817dc205072cd63d8bffbe7d6fbec" region="gfx3" offset="0"/>
		<rom name="cnbe_c2.rom" size="1048576" crc="3d5fc36f" sha1="59c045bc5999ccd6c1413364a6cd337a858f599e" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="ltorb" sourcefile="neogeo.c">
		<description>Jonas Indiana and The Lost Temple of RA (beta - 20050717)</description>
		<year>2005</year>
		<manufacturer>Blastar</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="ltor_p1.rom" size="262144" crc="353f6b05" sha1="ae2ebb9a08e936a86cd09aaafda9e90826461bbf" region="cpu1" offset="0"/>
		<rom name="ltor_s1.rom" size="65536" crc="8224d8b7" sha1="2e7b176e5dffd8a44fa813b928155801d80b1ee6" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="ltor_m1.rom" size="65536" crc="6847fd52" sha1="6e6d9045299966d41e3f193b3aff032d5b5e135d" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="ltor_v1.rom" size="524288" crc="0329c2e7" sha1="44c7f04d4e37fb5a06b0366d291f80c3a67a46f5" region="sound1" offset="0"/>
		<rom name="ltor_c1.rom" size="524288" crc="8b607198" sha1="23dc0b285518f3e80a8feab4d674d625e76e8896" region="gfx3" offset="0"/>
		<rom name="ltor_c2.rom" size="524288" crc="6b96b59c" sha1="a62600c337d7f6821ce56bdfd5c484f05c88187f" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="ngem2k" sourcefile="neogeo.c">
		<description>NGEM2K</description>
		<year>2006</year>
		<manufacturer>Blastar</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="ngem_p1.rom" size="524288" crc="f2c42fe3" sha1="fcd7453019ad21ecf77999a60b6792fc8d72d409" region="cpu1" offset="0"/>
		<rom name="ngem_s1.rom" size="65536" crc="fb3c02d2" sha1="961cf3cfd56e9ace059265f0ff4c283289972938" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="ngem_m1.rom" size="131072" crc="b1f44a15" sha1="a1d7b498430b713b15ce886bac2ea473adadfb0c" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="ngem_v1.rom" size="524288" crc="c32199f0" sha1="2e17a6736c27d703c64d58fdc1b43edd8bb36d35" region="sound1" offset="0"/>
		<rom name="ngem_c1.rom" size="1048576" crc="a8e2ab47" sha1="69a6ee8f659a63600a48e31b10782fba263e32e2" region="gfx3" offset="0"/>
		<rom name="ngem_c2.rom" size="1048576" crc="a738ea1c" sha1="3b71f43ff30f4b15b5cd85dd9e95ebc7e84eb5a3" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="bangbedp" sourcefile="neogeo.c">
		<description>Bang Bead (prototype)</description>
		<year>2000</year>
		<manufacturer>Visco</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="259-p1.bin" size="2097152" crc="88a37f8b" sha1="566db84850fad5e8fe822e8bba910a33e083b550" region="cpu1" offset="100000"/>
		<rom name="259-s1p.bin" size="131072" crc="bb50fb2d" sha1="7372939f328fb5e7d09c16985e09ae8c34702b0c" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="259-m1.bin" size="131072" crc="85668ee9" sha1="7d3f51710cf90c097cd3faaeeef10ceb85cbb3e8" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="259-v1p.bin" size="2097152" crc="e97b9385" sha1="d213cae6cf5732b8ab1f8a8cf04afee5dfd9a260" region="sound1" offset="0"/>
		<rom name="259-v2p.bin" size="2097152" crc="b0cbd70a" sha1="fc7c8183f8ff9800e8aae7c8d44d962300058cfb" region="sound1" offset="200000"/>
		<rom name="259-v3p.bin" size="1048576" crc="97528fe9" sha1="8f5eddbb3a9a225492479d1a44801f3916c8e791" region="sound1" offset="400000"/>
		<rom name="259-c1p.bin" size="2097152" crc="e3919e44" sha1="54c722414b5a7ad311dc8ddf6fdda88535e829d1" region="gfx3" offset="0"/>
		<rom name="259-c2p.bin" size="2097152" crc="baf5a320" sha1="ead3d81d9b4aeb45af4f9cb5c38157f2236b506c" region="gfx3" offset="1"/>
		<rom name="259-c3p.bin" size="1048576" crc="c8e52157" sha1="f10f58e905c4cbaf182b20e63abe5364462133c5" region="gfx3" offset="400000"/>
		<rom name="259-c4p.bin" size="1048576" crc="69fa8e60" sha1="29c1fbdb79dedf1470683202e2cb3435732d9275" region="gfx3" offset="400001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof96ep" sourcefile="neogeo.c">
		<description>The King of Fighters '96 (bootleg)</description>
		<year>1996</year>
		<manufacturer>bootleg</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214-p1.bin" size="1048576" crc="52755d74" sha1="4232d627f1d2e6ea9fc8cf01571d77d4d5b8a1bb" region="cpu1" offset="0"/>
		<rom name="214-p2.bin" size="2097152" crc="002ccb73" sha1="3ae8df682c75027ca82db25491021eeba00a267e" region="cpu1" offset="100000"/>
		<rom name="kof96m_ep1.rom" size="524288" crc="e5f2fb43" sha1="5efff9873b30679ea924b7770606c889a1076315" region="cpu1" offset="300000"/>
		<rom name="214-s1.bin" size="131072" crc="1254cbdb" sha1="fce5cf42588298711a3633e9c9c1d4dcb723ac76" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214-c1.bin" size="4194304" crc="7ecf4aa2" sha1="f773c4c1f05d58dd37e7bb2ac1d1e0ec43998a71" region="gfx3" offset="0"/>
		<rom name="214-c2.bin" size="4194304" crc="05b54f37" sha1="cc31653fe4cb05201fba234e080cb9c7a7592b1b" region="gfx3" offset="1"/>
		<rom name="214-c3.bin" size="4194304" crc="64989a65" sha1="e6f3749d43be0afa9dad7b085cb782ba694252ca" region="gfx3" offset="800000"/>
		<rom name="214-c4.bin" size="4194304" crc="afbea515" sha1="ae875052728de33174827705646bd14cf3937b5c" region="gfx3" offset="800001"/>
		<rom name="214-c5.bin" size="4194304" crc="2a3bbd26" sha1="7c1a7e50a10a1b082e0d0d515c34135ee9f995ac" region="gfx3" offset="1000000"/>
		<rom name="214-c6.bin" size="4194304" crc="44d30dc7" sha1="c8ae001e37224b55d9e4a4d99f6578b4f6eb055f" region="gfx3" offset="1000001"/>
		<rom name="214-c7.bin" size="4194304" crc="3687331b" sha1="2be95caab76d7af51674f93884330ba73a6053e4" region="gfx3" offset="1800000"/>
		<rom name="214-c8.bin" size="4194304" crc="fa1461ad" sha1="6c71a7f08e4044214223a6bf80984582ab5e0328" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1pls" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 Plus (set 1, bootleg)</description>
		<year>2002</year>
		<manufacturer>bootleg</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1p.bin" size="1048576" crc="758529a7" sha1="cefdc7049772dcb77d658ac8571a12eedabda3c9" region="cpu1" offset="0"/>
		<rom name="262-pg2.bin" size="4194304" crc="91eea062" sha1="82bae42bbeedb9f3aa0c7c0b0a7a69be499cf98f" region="cpu1" offset="100000"/>
		<rom name="262-s1p.bin" size="131072" crc="088657e6" sha1="7ab5eac3ff2a82e04fdc9dc8ee5d193db580e8d4" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1pa" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 Plus (set 2, bootleg)</description>
		<year>2002</year>
		<manufacturer>bootleg</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1pa.bin" size="1048576" crc="f8a71b6f" sha1="e4cc249b36b8cb72aa162adff4cdb302ce220812" region="cpu1" offset="0"/>
		<rom name="262-pg2.bin" size="4194304" crc="91eea062" sha1="82bae42bbeedb9f3aa0c7c0b0a7a69be499cf98f" region="cpu1" offset="100000"/>
		<rom name="262-s1pa.bin" size="131072" crc="50986eeb" sha1="cdca34ba5afdd7b56cd5430b3df80da53de9b990" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2plb" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 Plus (set 3, bootleg)</description>
		<year>2002</year>
		<manufacturer>bootleg</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265-p1p.bin" size="1048576" crc="3ab03781" sha1="86946c19f1c4d9ab5cde86688d698bf63118a39d" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="265-s1pb.bin" size="131072" crc="2072d5e9" sha1="45f9eb101f4b58ce40c307fd9fa8b1e95215a81b" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="bustamov" sourcefile="neogeo.c">
		<description>Bust-A-Move</description>
		<year>1994</year>
		<manufacturer>Taito</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="bam_p1.rom" size="524288" crc="ac1e9ef3" sha1="a2b125ee70869667431ab125bc29e768500802ad" region="cpu1" offset="0"/>
		<rom name="083-s1.bin" size="131072" crc="9caae538" sha1="cf2d90a7c1a42107c0bb8b9a61397634286dbe0a" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="bam_m1.rom" size="131072" crc="f424368a" sha1="5e5bbcaeb82bed2ee17df08f005ca20ad1030723" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="bam_v1.rom" size="524288" crc="f8872aed" sha1="73685980253093b4f148cb38b6a47476fb2a61aa" region="sound1" offset="0"/>
		<rom name="bam_v2.rom" size="524288" crc="5c8cf5fe" sha1="97d74466ac48708d7f4004524288dd2f32f17793" region="sound1" offset="1"/>
		<rom name="083-c5.bin" size="524288" crc="e89ad494" sha1="69c9ea415773af94ac44c48af05d55ada222b138" region="gfx3" offset="0"/>
		<rom name="083-c6.bin" size="524288" crc="4b42d7eb" sha1="042ae50a528cea21cf07771d3915c57aa16fd5af" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="pbobblnb" sourcefile="neogeo.c">
		<description>Puzzle Bobble / Bust-A-Move (Neo-Geo) (set 3)</description>
		<year>1994</year>
		<manufacturer>Taito</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="083-p1b.bin" size="524288" crc="ac1e9ef3" sha1="a2b125ee70869667431ab125bc29e768500802ad" region="cpu1" offset="0"/>
		<rom name="083-s1.bin" size="131072" crc="9caae538" sha1="cf2d90a7c1a42107c0bb8b9a61397634286dbe0a" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="083-m1b.bin" size="131072" crc="f424368a" sha1="5e5bbcaeb82bed2ee17df08f005ca20ad1030723" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="083-v1b.bin" size="524288" crc="f8872aed" sha1="73685980253093b4f148cb38b6a47476fb2a61aa" region="sound1" offset="0"/>
		<rom name="083-v2b.bin" size="524288" crc="5c8cf5fe" sha1="97d74466ac48708d7f4004524288dd2f32f17793" region="sound1" offset="1"/>
		<rom name="083-c5.bin" size="524288" crc="e89ad494" sha1="69c9ea415773af94ac44c48af05d55ada222b138" region="gfx3" offset="0"/>
		<rom name="083-c6.bin" size="524288" crc="4b42d7eb" sha1="042ae50a528cea21cf07771d3915c57aa16fd5af" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="pbobbldx" sourcefile="neogeo.c">
		<description>Puzzle Bobble Deluxe / Bust-A-Move Deluxe (Neo-Geo hack)</description>
		<year>2000</year>
		<manufacturer>[Hack]</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="083dx-p1.bin" size="262144" crc="5ed56e87" sha1="b927c9fd907f90e1b5556c96f22b5245b23f07a6" region="cpu1" offset="0"/>
		<rom name="083-s1.bin" size="131072" crc="9caae538" sha1="cf2d90a7c1a42107c0bb8b9a61397634286dbe0a" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="083-m1.bin" size="65536" crc="129e6054" sha1="4edd18c44759e7a140705f1544413c649131c551" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="083-v3.bin" size="1048576" crc="0840cbc4" sha1="1adbd7aef44fa80832f63dfb8efdf69fd7256a57" region="sound1" offset="200000"/>
		<rom name="083-v4.bin" size="524288" crc="0a548948" sha1="e1e4afd17811cb60401c14fbcf0465035165f4fb" region="sound1" offset="300000"/>
		<rom name="083-c5.bin" size="524288" crc="e89ad494" sha1="69c9ea415773af94ac44c48af05d55ada222b138" region="gfx3" offset="0"/>
		<rom name="083-c6.bin" size="524288" crc="4b42d7eb" sha1="042ae50a528cea21cf07771d3915c57aa16fd5af" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="zintrkcd" sourcefile="neogeo.c">
		<description>ZinTricK / Oshidashi Zentrix (CD Bootleg)</description>
		<year>1996</year>
		<manufacturer>ADK / SNK</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="211cd-p1.bin" size="1048576" crc="9a0bfe0a" sha1="94299c51572b66fa37e3e496436299573b1faaa8" region="cpu1" offset="0"/>
		<rom name="211cd-s1.bin" size="131072" crc="56d16afa" sha1="6e1f960a781f5ef1f858c51507fe573bead8ea66" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="211cd-m1.bin" size="65536" crc="fcae1407" sha1="5b4bff97a8c5930852eff6aee553eadc18e8f3d9" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="211cd-v1.bin" size="1048576" crc="781439da" sha1="a80cdf3be55b5fc2ba1d167f69e222463d06ad88" region="sound1" offset="0"/>
		<rom name="211cd-c1.rom" size="2097152" crc="76aee189" sha1="ad6929804c5b9a59aa609e6baebc6aa37e858a47" region="gfx3" offset="0"/>
		<rom name="211cd-c2.rom" size="2097152" crc="844ed4b3" sha1="fb7cd057bdc6cbe8b78097dd124118bae7402256" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="fr2cd" sourcefile="neogeo.c">
		<description>Mahjong Final Romance 2 (CD Bootleg)</description>
		<year>1995</year>
		<manufacturer>Video Systems Co.</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="098-p1.bin" size="1048576" crc="a2527a5f" sha1="1f6e3c7de9154c0026360ee6fa0bd211ed541af1" region="cpu1" offset="0"/>
		<rom name="098-s1.bin" size="131072" crc="764ac7aa" sha1="cc40ad276e63084ebf3c3ee224083762a47c3cf8" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="098-m1.bin" size="65536" crc="a455fa31" sha1="82ccc5e2e5869a46da7533ed10ac5eab549a0063" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="098-v1.bin" size="1048576" crc="92e175f0" sha1="788a9cce9028f16d6734bff163beb1a19305b8be" region="sound1" offset="0"/>
		<rom name="098-c1.bin" size="3145728" crc="29bf9af0" sha1="6c7e9c2b7062bf361a2290010c4e1828eb7019cc" region="gfx3" offset="0"/>
		<rom name="098-c2.bin" size="3145728" crc="3cf46f63" sha1="c5316e83586e7b1c902746f8f2049baf026b52bf" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="flipshok" sourcefile="neogeo.c">
		<description>Battle Flip Shot (Korean)</description>
		<year>1998</year>
		<manufacturer>Hack</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="247-p1.bin" size="524288" crc="d2e7a7e3" sha1="1ff4f070fcc658bbc7dc69e16c87f82d7392d100" region="cpu1" offset="0"/>
		<rom name="247-s1.bin" size="131072" crc="6300185c" sha1="cb2f1de085fde214f96a962b1c2fa285eb387d44" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="247-m1.bin" size="131072" crc="a9fe0144" sha1="4cc076ecce9216a373f3dcd7ba28a03d6050e522" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="247-v1.bin" size="2097152" crc="42ec743d" sha1="f45b5167ebcbd59300f4e5b05448cd421654102a" region="sound1" offset="0"/>
		<rom name="247-c1k.bin" size="2097152" crc="1ccfeff9" sha1="3575b84acca6ec0f26f4a0ad30a16c140e1c0b2e" region="gfx3" offset="0"/>
		<rom name="247-c2k.bin" size="2097152" crc="648cdd5d" sha1="8a0aaf13e2539e48f9b0b18f8154aa50bf4bed2a" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof98fr" sourcefile="neogeo.c">
		<description>The King of Fighters '98 (French)</description>
		<year>1998</year>
		<manufacturer>Neo-Arc</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="242fr-p1.bin" size="1048576" crc="2f29984c" sha1="6feb8412d335e8b38a0d7231f51af91251901dd4" region="cpu1" offset="0"/>
		<rom name="242fr-p2.bin" size="4194304" crc="c2fc3506" sha1="ddcedbc30474d2e1db70d640a6a258171ecb900c" region="cpu1" offset="100000"/>
		<rom name="242-s1.bin" size="131072" crc="7f7b4805" sha1="80ee6e5d0ece9c34ebca54b043a7cb33f9ff6b92" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="242-m1.bin" size="262144" crc="4e7a6b1b" sha1="b54d08f88713ed0271aa06f9f7c9c572ef555b1a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="242-v1.bin" size="4194304" crc="b9ea8051" sha1="49606f64eb249263b3341b4f50cc1763c390b2af" region="sound1" offset="0"/>
		<rom name="242-v2.bin" size="4194304" crc="cc11106e" sha1="d3108bc05c9bf041d4236b2fa0c66b013aa8db1b" region="sound1" offset="400000"/>
		<rom name="242-v3.bin" size="4194304" crc="044ea4e1" sha1="062a2f2e52098d73bc31c9ad66f5db8080395ce8" region="sound1" offset="800000"/>
		<rom name="242-v4.bin" size="4194304" crc="7985ea30" sha1="54ed5f0324de6164ea81943ebccb3e8d298368ec" region="sound1" offset="c00000"/>
		<rom name="242fr-c1.bin" size="8388608" crc="07bd2146" sha1="124c580667887d9f027b3fb2dbb6db39b346359c" region="gfx3" offset="0"/>
		<rom name="242fr-c2.bin" size="8388608" crc="c935e740" sha1="375624da3f24ea3b752c0cc3d9b75457e27c31d0" region="gfx3" offset="1"/>
		<rom name="242-c3.bin" size="8388608" crc="22127b4f" sha1="bd0d00f889d9da7c6ac48f287d9ed8c605ae22cf" region="gfx3" offset="1000000"/>
		<rom name="242-c4.bin" size="8388608" crc="0b4fa044" sha1="fa13c3764fae6b035a626601bc43629f1ebaaffd" region="gfx3" offset="1000001"/>
		<rom name="242-c5.bin" size="8388608" crc="9d10bed3" sha1="4d44addc7c808649bfb03ec45fb9529da413adff" region="gfx3" offset="2000000"/>
		<rom name="242-c6.bin" size="8388608" crc="da07b6a2" sha1="9c3f0da7cde1ffa8feca89efc88f07096e502acf" region="gfx3" offset="2000001"/>
		<rom name="242-c7.bin" size="8388608" crc="f6d7a38a" sha1="dd295d974dd4a7e5cb26a3ef3febcd03f28d522b" region="gfx3" offset="3000000"/>
		<rom name="242-c8.bin" size="8388608" crc="c823e045" sha1="886fbf64bcb58bc4eabb1fc9262f6ac9901a0f28" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof98fro" sourcefile="neogeo.c">
		<description>The King of Fighters '98 (French - Old)</description>
		<year>1998</year>
		<manufacturer>Neo-Arc</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="242fro-p1.bin" size="1048576" crc="6500efce" sha1="933de9a1b3ee32ac0043179448b4dda776eb86ba" region="cpu1" offset="0"/>
		<rom name="242fro-p2.bin" size="4194304" crc="c7fa95ee" sha1="4de91d9151fbc510751f2c5277da7c8f49872c26" region="cpu1" offset="100000"/>
		<rom name="242-s1.bin" size="131072" crc="7f7b4805" sha1="80ee6e5d0ece9c34ebca54b043a7cb33f9ff6b92" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="242-m1.bin" size="262144" crc="4e7a6b1b" sha1="b54d08f88713ed0271aa06f9f7c9c572ef555b1a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="242-v1.bin" size="4194304" crc="b9ea8051" sha1="49606f64eb249263b3341b4f50cc1763c390b2af" region="sound1" offset="0"/>
		<rom name="242-v2.bin" size="4194304" crc="cc11106e" sha1="d3108bc05c9bf041d4236b2fa0c66b013aa8db1b" region="sound1" offset="400000"/>
		<rom name="242-v3.bin" size="4194304" crc="044ea4e1" sha1="062a2f2e52098d73bc31c9ad66f5db8080395ce8" region="sound1" offset="800000"/>
		<rom name="242-v4.bin" size="4194304" crc="7985ea30" sha1="54ed5f0324de6164ea81943ebccb3e8d298368ec" region="sound1" offset="c00000"/>
		<rom name="242fro-c1.bin" size="8388608" crc="bae65fc5" sha1="933f587955ee29f3beca9be495a35331530e7206" region="gfx3" offset="0"/>
		<rom name="242fr-c2.bin" size="8388608" crc="c935e740" sha1="375624da3f24ea3b752c0cc3d9b75457e27c31d0" region="gfx3" offset="1"/>
		<rom name="242-c3.bin" size="8388608" crc="22127b4f" sha1="bd0d00f889d9da7c6ac48f287d9ed8c605ae22cf" region="gfx3" offset="1000000"/>
		<rom name="242-c4.bin" size="8388608" crc="0b4fa044" sha1="fa13c3764fae6b035a626601bc43629f1ebaaffd" region="gfx3" offset="1000001"/>
		<rom name="242-c5.bin" size="8388608" crc="9d10bed3" sha1="4d44addc7c808649bfb03ec45fb9529da413adff" region="gfx3" offset="2000000"/>
		<rom name="242-c6.bin" size="8388608" crc="da07b6a2" sha1="9c3f0da7cde1ffa8feca89efc88f07096e502acf" region="gfx3" offset="2000001"/>
		<rom name="242-c7.bin" size="8388608" crc="f6d7a38a" sha1="dd295d974dd4a7e5cb26a3ef3febcd03f28d522b" region="gfx3" offset="3000000"/>
		<rom name="242-c8.bin" size="8388608" crc="c823e045" sha1="886fbf64bcb58bc4eabb1fc9262f6ac9901a0f28" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf98fro2" sourcefile="neogeo.c">
		<description>The King of Fighters '98 (French - Older)</description>
		<year>1998</year>
		<manufacturer>Neo-Arc</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="242fro2-p1.bin" size="1048576" crc="71d4650f" sha1="d0719d54070c3dea1d72b95c1fc830bd911ea49c" region="cpu1" offset="0"/>
		<rom name="242fro-p2.bin" size="4194304" crc="c7fa95ee" sha1="4de91d9151fbc510751f2c5277da7c8f49872c26" region="cpu1" offset="100000"/>
		<rom name="242-s1.bin" size="131072" crc="7f7b4805" sha1="80ee6e5d0ece9c34ebca54b043a7cb33f9ff6b92" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="242-m1.bin" size="262144" crc="4e7a6b1b" sha1="b54d08f88713ed0271aa06f9f7c9c572ef555b1a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="242-v1.bin" size="4194304" crc="b9ea8051" sha1="49606f64eb249263b3341b4f50cc1763c390b2af" region="sound1" offset="0"/>
		<rom name="242-v2.bin" size="4194304" crc="cc11106e" sha1="d3108bc05c9bf041d4236b2fa0c66b013aa8db1b" region="sound1" offset="400000"/>
		<rom name="242-v3.bin" size="4194304" crc="044ea4e1" sha1="062a2f2e52098d73bc31c9ad66f5db8080395ce8" region="sound1" offset="800000"/>
		<rom name="242-v4.bin" size="4194304" crc="7985ea30" sha1="54ed5f0324de6164ea81943ebccb3e8d298368ec" region="sound1" offset="c00000"/>
		<rom name="242-c1.bin" size="8388608" crc="e564ecd6" sha1="78f22787a204f26bae9b2b1c945ddbc27143352f" region="gfx3" offset="0"/>
		<rom name="242-c2.bin" size="8388608" crc="bd959b60" sha1="2c97c59e77c9a3fe7d664e741d37944f3d56c10b" region="gfx3" offset="1"/>
		<rom name="242-c3.bin" size="8388608" crc="22127b4f" sha1="bd0d00f889d9da7c6ac48f287d9ed8c605ae22cf" region="gfx3" offset="1000000"/>
		<rom name="242-c4.bin" size="8388608" crc="0b4fa044" sha1="fa13c3764fae6b035a626601bc43629f1ebaaffd" region="gfx3" offset="1000001"/>
		<rom name="242-c5.bin" size="8388608" crc="9d10bed3" sha1="4d44addc7c808649bfb03ec45fb9529da413adff" region="gfx3" offset="2000000"/>
		<rom name="242-c6.bin" size="8388608" crc="da07b6a2" sha1="9c3f0da7cde1ffa8feca89efc88f07096e502acf" region="gfx3" offset="2000001"/>
		<rom name="242-c7.bin" size="8388608" crc="f6d7a38a" sha1="dd295d974dd4a7e5cb26a3ef3febcd03f28d522b" region="gfx3" offset="3000000"/>
		<rom name="242-c8.bin" size="8388608" crc="c823e045" sha1="886fbf64bcb58bc4eabb1fc9262f6ac9901a0f28" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k2br" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Portuguese set 2)</description>
		<year>2002</year>
		<manufacturer>Hack</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265br-p1.bin" size="1048576" crc="0f6dbacc" sha1="c28bff82dc1d802cb1c398f4aaac0d2052418b87" region="cpu1" offset="0"/>
		<rom name="265br-p2.bin" size="4194304" crc="c7ca77ff" sha1="1ac9b9a37ddb11979514eba1d67551dfa8e6bc36" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2br1" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Portuguese set 1)</description>
		<year>2002</year>
		<manufacturer>Hack</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265br1-p1.bin" size="1048576" crc="b73033df" sha1="c8e1ce1d35be1dd537709a533e7dac37e047f428" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2br2" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Portuguese set 3)</description>
		<year>2002</year>
		<manufacturer>Hack</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265br2-p1.bin" size="1048576" crc="95986d7a" sha1="3f9da8385c0c9bfbbe088860816c247696904c24" region="cpu1" offset="0"/>
		<rom name="265br2-p2.bin" size="4194304" crc="9b4d2ba4" sha1="7b07788be06031d7261b4f8d8e5a34c0536846ed" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mdrop3fr" sourcefile="neogeo.c">
		<description>Magical Drop III (French)</description>
		<year>1997</year>
		<manufacturer>Neo-Arc</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="233fr-p1.bin" size="1048576" crc="ed90bb10" sha1="eb22b362475ef294307357abf6c31a1ff2229f4a" region="cpu1" offset="0"/>
		<rom name="233-s1.bin" size="131072" crc="7399e68a" sha1="b535ee56a0f0995f04674e676f6aa636ffad26aa" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="233-m1.bin" size="131072" crc="5beaf34e" sha1="2905d26945932cddc2dd3a1dc5abba8aa3baee14" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="233-v1.bin" size="4194304" crc="58839298" sha1="18cae7bba997c52780761cbf119c4e4b34397a61" region="sound1" offset="0"/>
		<rom name="233-v2.bin" size="524288" crc="d5e30df4" sha1="bbbc0ff5b975471bd682f85976ac4a93f6d44f2e" region="sound1" offset="400000"/>
		<rom name="233fr-c1.bin" size="4194304" crc="b10223f2" sha1="d99565751bdde47cae4c5bb5fac32a0b80bae2b9" region="gfx3" offset="0"/>
		<rom name="233fr-c2.bin" size="4194304" crc="39c0f4b8" sha1="a09c20c12d418e938ce84ea87d3d8bbb3007563c" region="gfx3" offset="1"/>
		<rom name="233-c3.bin" size="4194304" crc="0ba2c502" sha1="8e0f1e553aef04758aaaa14d5115f0ecace4391e" region="gfx3" offset="800000"/>
		<rom name="233-c4.bin" size="4194304" crc="70dbbd6d" sha1="32dd6a04c6329e89f4878e7a56f0d172a6388eea" region="gfx3" offset="800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="miexchfr" sourcefile="neogeo.c">
		<description>Money Puzzle Exchanger (French)</description>
		<year>1997</year>
		<manufacturer>Neo-Arc</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="231fr-p1.bin" size="524288" crc="a107101b" sha1="f1a165779a4a26d7c9067b649fdcb7da40f3aea6" region="cpu1" offset="0"/>
		<rom name="231-s1.bin" size="131072" crc="fe0c0c53" sha1="54d56d4463db193e504658f4f6f4997a62ae3d95" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="231-m1.bin" size="131072" crc="de41301b" sha1="59ce3836ac8f064d56a446c9374f05bcb40fcfd8" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="231-v1.bin" size="4194304" crc="113fb898" sha1="9168ba90c4aa969f69eb11ba3f4d76592d81e05a" region="sound1" offset="0"/>
		<rom name="231fr-c1.bin" size="2097152" crc="0764d51c" sha1="06a63359e5859d30ae5a8e2beed5a7615563298a" region="gfx3" offset="0"/>
		<rom name="231fr-c2.bin" size="2097152" crc="6a2acd38" sha1="bc35e7f9898ed6d7fd9ce43d4a4be91a81d0bd04" region="gfx3" offset="1"/>
		<rom name="231-c3.bin" size="524288" crc="14524eb5" sha1="e090b99a1ee2cca4a7f7d5262e764d1cab6bada2" region="gfx3" offset="400000"/>
		<rom name="231-c4.bin" size="524288" crc="1694f171" sha1="a6af5d3f1e0b3f73da275e04d4434c6c9c7b9208" region="gfx3" offset="400001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslugxfr" sourcefile="neogeo.c">
		<description>Metal Slug X (French)</description>
		<year>1999</year>
		<manufacturer>Neo-Arc</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="250fr-p1.bin" size="1048576" crc="58a64443" sha1="ab07993de04eb65f89bab5d4b6e473d7ecbc8ff1" region="cpu1" offset="0"/>
		<rom name="250-p2.bin" size="4194304" crc="1fda2e12" sha1="18aaa7a3ba8da99f78c430e9be69ccde04bc04d9" region="cpu1" offset="100000"/>
		<rom name="250-s1.bin" size="131072" crc="fb6f441d" sha1="2cc392ecde5d5afb28ddbaa1030552b48571dcfb" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="250-m1.bin" size="131072" crc="fd42a842" sha1="55769bad4860f64ef53a333e0da9e073db483d6a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="250-v1.bin" size="4194304" crc="c79ede73" sha1="ebfcc67204ff9677cf7972fd5b6b7faabf07280c" region="sound1" offset="0"/>
		<rom name="250-v2.bin" size="4194304" crc="ea9aabe1" sha1="526c42ca9a388f7435569400e2f132e2724c71ff" region="sound1" offset="400000"/>
		<rom name="250-v3.bin" size="2097152" crc="2ca65102" sha1="45979d1edb1fc774a415d9386f98d7cb252a2043" region="sound1" offset="800000"/>
		<rom name="250fr-c1.bin" size="8388608" crc="eb7ce1ff" sha1="e519b53c6938451f9bfb4d15c10baa7f152ecfcd" region="gfx3" offset="0"/>
		<rom name="250fr-c2.bin" size="8388608" crc="45c7e401" sha1="b71754cc746631f1a70c09ef564c7be11aa577e9" region="gfx3" offset="1"/>
		<rom name="250-c3.bin" size="8388608" crc="fd602019" sha1="c56646c62387bc1439d46610258c755beb8d7dd8" region="gfx3" offset="1000000"/>
		<rom name="250-c4.bin" size="8388608" crc="31354513" sha1="31be8ea2498001f68ce4b06b8b90acbf2dcab6af" region="gfx3" offset="1000001"/>
		<rom name="250-c5.bin" size="8388608" crc="a4b56124" sha1="d41069856df990a1a99d39fb263c8303389d5475" region="gfx3" offset="2000000"/>
		<rom name="250-c6.bin" size="8388608" crc="83e3e69d" sha1="39be66287696829d243fb71b3fb8b7dc2bc3298f" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslgxfro" sourcefile="neogeo.c">
		<description>Metal Slug X (French) (Old)</description>
		<year>1999</year>
		<manufacturer>Neo-Arc</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="250fro-p1.bin" size="1048576" crc="4dadf4f3" sha1="e37e53370cd6b03bb0e2b8266f635ce7980de45b" region="cpu1" offset="0"/>
		<rom name="250-p2.bin" size="4194304" crc="1fda2e12" sha1="18aaa7a3ba8da99f78c430e9be69ccde04bc04d9" region="cpu1" offset="100000"/>
		<rom name="250-s1.bin" size="131072" crc="fb6f441d" sha1="2cc392ecde5d5afb28ddbaa1030552b48571dcfb" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="250-m1.bin" size="131072" crc="fd42a842" sha1="55769bad4860f64ef53a333e0da9e073db483d6a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="250-v1.bin" size="4194304" crc="c79ede73" sha1="ebfcc67204ff9677cf7972fd5b6b7faabf07280c" region="sound1" offset="0"/>
		<rom name="250-v2.bin" size="4194304" crc="ea9aabe1" sha1="526c42ca9a388f7435569400e2f132e2724c71ff" region="sound1" offset="400000"/>
		<rom name="250-v3.bin" size="2097152" crc="2ca65102" sha1="45979d1edb1fc774a415d9386f98d7cb252a2043" region="sound1" offset="800000"/>
		<rom name="250fr-c1.bin" size="8388608" crc="eb7ce1ff" sha1="e519b53c6938451f9bfb4d15c10baa7f152ecfcd" region="gfx3" offset="0"/>
		<rom name="250fr-c2.bin" size="8388608" crc="45c7e401" sha1="b71754cc746631f1a70c09ef564c7be11aa577e9" region="gfx3" offset="1"/>
		<rom name="250-c3.bin" size="8388608" crc="fd602019" sha1="c56646c62387bc1439d46610258c755beb8d7dd8" region="gfx3" offset="1000000"/>
		<rom name="250-c4.bin" size="8388608" crc="31354513" sha1="31be8ea2498001f68ce4b06b8b90acbf2dcab6af" region="gfx3" offset="1000001"/>
		<rom name="250-c5.bin" size="8388608" crc="a4b56124" sha1="d41069856df990a1a99d39fb263c8303389d5475" region="gfx3" offset="2000000"/>
		<rom name="250-c6.bin" size="8388608" crc="83e3e69d" sha1="39be66287696829d243fb71b3fb8b7dc2bc3298f" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslugxit" sourcefile="neogeo.c">
		<description>Metal Slug X (Italian - Beta)</description>
		<year>2003</year>
		<manufacturer>Clomax &amp; Ombra</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="250it-p1.bin" size="1048576" crc="f3e154ea" sha1="bb8260deefa7b048772625085e6f41cab717a147" region="cpu1" offset="0"/>
		<rom name="250-p2.bin" size="4194304" crc="1fda2e12" sha1="18aaa7a3ba8da99f78c430e9be69ccde04bc04d9" region="cpu1" offset="100000"/>
		<rom name="250-s1.bin" size="131072" crc="fb6f441d" sha1="2cc392ecde5d5afb28ddbaa1030552b48571dcfb" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="250-m1.bin" size="131072" crc="fd42a842" sha1="55769bad4860f64ef53a333e0da9e073db483d6a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="250-v1.bin" size="4194304" crc="c79ede73" sha1="ebfcc67204ff9677cf7972fd5b6b7faabf07280c" region="sound1" offset="0"/>
		<rom name="250-v2.bin" size="4194304" crc="ea9aabe1" sha1="526c42ca9a388f7435569400e2f132e2724c71ff" region="sound1" offset="400000"/>
		<rom name="250-v3.bin" size="2097152" crc="2ca65102" sha1="45979d1edb1fc774a415d9386f98d7cb252a2043" region="sound1" offset="800000"/>
		<rom name="250-c1.bin" size="8388608" crc="09a52c6f" sha1="c3e8a8ccdac0f8bddc4c3413277626532405fae2" region="gfx3" offset="0"/>
		<rom name="250-c2.bin" size="8388608" crc="31679821" sha1="554f600a3aa09c16c13c625299b087a79d0d15c5" region="gfx3" offset="1"/>
		<rom name="250-c3.bin" size="8388608" crc="fd602019" sha1="c56646c62387bc1439d46610258c755beb8d7dd8" region="gfx3" offset="1000000"/>
		<rom name="250-c4.bin" size="8388608" crc="31354513" sha1="31be8ea2498001f68ce4b06b8b90acbf2dcab6af" region="gfx3" offset="1000001"/>
		<rom name="250-c5.bin" size="8388608" crc="a4b56124" sha1="d41069856df990a1a99d39fb263c8303389d5475" region="gfx3" offset="2000000"/>
		<rom name="250-c6.bin" size="8388608" crc="83e3e69d" sha1="39be66287696829d243fb71b3fb8b7dc2bc3298f" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslug2fr" sourcefile="neogeo.c">
		<description>Metal Slug 2 (French)</description>
		<year>1998</year>
		<manufacturer>Neo-Arc</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="241fr-p1.bin" size="1048576" crc="ad0de810" sha1="69c56326b555fb2c18228794e1a2bfd11652ec16" region="cpu1" offset="0"/>
		<rom name="241-p2.bin" size="2097152" crc="38883f44" sha1="fcf34b8c6e37774741542393b963635412484a27" region="cpu1" offset="100000"/>
		<rom name="241-s1.bin" size="131072" crc="f3d32f0f" sha1="2dc38b7dfd3ff14f64d5c0733c510b6bb8c692d0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="241-m1.bin" size="131072" crc="94520ebd" sha1="f8a1551cebcb91e416f30f50581feed7f72899e9" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="241-v1.bin" size="4194304" crc="99ec20e8" sha1="80597707f1fe115eed1941bb0701fc00790ad504" region="sound1" offset="0"/>
		<rom name="241-v2.bin" size="4194304" crc="ecb16799" sha1="b4b4ddc680836ed55942c66d7dfe756314e02211" region="sound1" offset="400000"/>
		<rom name="241fr-c1.bin" size="8388608" crc="7df74035" sha1="08322a2f4e87cd125ebc5b7a98754c7a5b8e91d2" region="gfx3" offset="0"/>
		<rom name="241fr-c2.bin" size="8388608" crc="97d9525d" sha1="451a5bdafe1f2de63b76efb7d4afab454abdfff0" region="gfx3" offset="1"/>
		<rom name="241-c3.bin" size="8388608" crc="9f6bfa6f" sha1="a4319b48004e723f81a980887678e3e296049a53" region="gfx3" offset="1000000"/>
		<rom name="241-c4.bin" size="8388608" crc="7d3e306f" sha1="1499316fb381775218d897b81a6a0c3465d1a37c" region="gfx3" offset="1000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg2fro" sourcefile="neogeo.c">
		<description>Metal Slug 2 (French) (Old)</description>
		<year>1998</year>
		<manufacturer>Neo-Arc</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="241fro-p1.bin" size="1048576" crc="b0fe22b3" sha1="9b2d19694165d1f5e20da70b645e55294a10ef51" region="cpu1" offset="0"/>
		<rom name="241-p2.bin" size="2097152" crc="38883f44" sha1="fcf34b8c6e37774741542393b963635412484a27" region="cpu1" offset="100000"/>
		<rom name="241-s1.bin" size="131072" crc="f3d32f0f" sha1="2dc38b7dfd3ff14f64d5c0733c510b6bb8c692d0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="241-m1.bin" size="131072" crc="94520ebd" sha1="f8a1551cebcb91e416f30f50581feed7f72899e9" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="241-v1.bin" size="4194304" crc="99ec20e8" sha1="80597707f1fe115eed1941bb0701fc00790ad504" region="sound1" offset="0"/>
		<rom name="241-v2.bin" size="4194304" crc="ecb16799" sha1="b4b4ddc680836ed55942c66d7dfe756314e02211" region="sound1" offset="400000"/>
		<rom name="241fro-c1.bin" size="8388608" crc="44da3c4a" sha1="72ea1c469b332d8c60816e4c965d4f46a5090baa" region="gfx3" offset="0"/>
		<rom name="241fro-c2.bin" size="8388608" crc="07c20fad" sha1="8664950aa7569cd6594b8964f053b19a18c2d5a9" region="gfx3" offset="1"/>
		<rom name="241-c3.bin" size="8388608" crc="9f6bfa6f" sha1="a4319b48004e723f81a980887678e3e296049a53" region="gfx3" offset="1000000"/>
		<rom name="241-c4.bin" size="8388608" crc="7d3e306f" sha1="1499316fb381775218d897b81a6a0c3465d1a37c" region="gfx3" offset="1000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslug3fr" sourcefile="neogeo.c">
		<description>Metal Slug 3 (French)</description>
		<year>2004</year>
		<manufacturer>Neo-Arc</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256fr-ph1.rom" size="1048576" crc="1f5fcb35" sha1="387e0e0121a26254991b446d6bbdf755cf2e3ad2" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256fr-c1.bin" size="8388608" crc="6ac28a9f" sha1="9dae9703d20af3644456eda228ea7fb52fe67bd7" region="gfx3" offset="0"/>
		<rom name="256fr-c2.bin" size="8388608" crc="c9725cd0" sha1="59a0a2778ae35ddcac17fba05a81f3da5eaca1f1" region="gfx3" offset="1"/>
		<rom name="256-c3d.bin" size="8388608" crc="bfaade82" sha1="66b07e592c9a9b35567fe463496f8f75c32a7db9" region="gfx3" offset="1000000"/>
		<rom name="256-c4d.bin" size="8388608" crc="1463add6" sha1="4db91b46d6430da272d27d00a6dc0eb25949bea1" region="gfx3" offset="1000001"/>
		<rom name="256-c5d.bin" size="8388608" crc="48ca7f28" sha1="e903876be5fb4fa582c988d74c6bef1c3b9c7083" region="gfx3" offset="2000000"/>
		<rom name="256-c6d.bin" size="8388608" crc="806eb36f" sha1="a412a9cab80c326733dde7652d1db2a46afb3ebb" region="gfx3" offset="2000001"/>
		<rom name="256-c7d.bin" size="8388608" crc="9395b809" sha1="ca9ac9832017094eee3623f0b6c4c4b7b4f1374d" region="gfx3" offset="3000000"/>
		<rom name="256-c8d.bin" size="8388608" crc="a369f9d4" sha1="f8146ea80a1a23da7e7e04c88f778ee9abdfeb5c" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3fro" sourcefile="neogeo.c">
		<description>Metal Slug 3 (French) (Old)</description>
		<year>2003</year>
		<manufacturer>Neo-Arc</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256fro-ph1.rom" size="1048576" crc="ce3f408b" sha1="c2752af1dd4373c37e90b2e718ab7ae038535ea1" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256fro-c1.bin" size="8388608" crc="d799f41c" sha1="d87cda305d054c56197112ba515299883d419bb4" region="gfx3" offset="0"/>
		<rom name="256fr-c2.bin" size="8388608" crc="c9725cd0" sha1="59a0a2778ae35ddcac17fba05a81f3da5eaca1f1" region="gfx3" offset="1"/>
		<rom name="256-c3d.bin" size="8388608" crc="bfaade82" sha1="66b07e592c9a9b35567fe463496f8f75c32a7db9" region="gfx3" offset="1000000"/>
		<rom name="256-c4d.bin" size="8388608" crc="1463add6" sha1="4db91b46d6430da272d27d00a6dc0eb25949bea1" region="gfx3" offset="1000001"/>
		<rom name="256-c5d.bin" size="8388608" crc="48ca7f28" sha1="e903876be5fb4fa582c988d74c6bef1c3b9c7083" region="gfx3" offset="2000000"/>
		<rom name="256-c6d.bin" size="8388608" crc="806eb36f" sha1="a412a9cab80c326733dde7652d1db2a46afb3ebb" region="gfx3" offset="2000001"/>
		<rom name="256-c7d.bin" size="8388608" crc="9395b809" sha1="ca9ac9832017094eee3623f0b6c4c4b7b4f1374d" region="gfx3" offset="3000000"/>
		<rom name="256-c8d.bin" size="8388608" crc="a369f9d4" sha1="f8146ea80a1a23da7e7e04c88f778ee9abdfeb5c" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslug4fr" sourcefile="neogeo.c">
		<description>Metal Slug 4 (French)</description>
		<year>2002</year>
		<manufacturer>Neo-Arc</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="263fr-p1.bin" size="1048576" crc="a1343a37" sha1="23ead1154427c67881b4670fd8ecf5089e32ac0b" region="cpu1" offset="0"/>
		<rom name="263-p2.bin" size="4194304" crc="fdb7aed8" sha1="dbeaec38f44e58ffedba99e70fa1439c2bf0dfa3" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="263-m1.bin" size="65536" crc="38ffad14" sha1="03d526a887aad28306400c21abd131b9c301c221" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="263-m1_decrypted.bin" size="65536" crc="0c4c42f8" sha1="b7be47d909f5e4fcfe769ead0653d40e1e708d36" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="263-v1.bin" size="8388608" crc="01e9b9cd" sha1="0b045c2999449f7dab5ae8a42e957d5b6650431e" region="sound1" offset="0"/>
		<rom name="263-v2.bin" size="8388608" crc="4ab2bf81" sha1="77ccfa48f7e3daddef5fe5229a0093eb2f803742" region="sound1" offset="800000"/>
		<rom name="263-c1.bin" size="8388608" crc="84865f8a" sha1="34467ada896eb7c7ca58658bf2a932936d8b632c" region="gfx3" offset="0"/>
		<rom name="263-c2.bin" size="8388608" crc="81df97f2" sha1="2b74493b8ec8fd49216a627aeb3db493f76124e3" region="gfx3" offset="1"/>
		<rom name="263-c3.bin" size="8388608" crc="1a343323" sha1="bbbb5232bba538c277ce2ee02e2956ca2243b787" region="gfx3" offset="1000000"/>
		<rom name="263-c4.bin" size="8388608" crc="942cfb44" sha1="d9b46c71726383c4581fb042e63897e5a3c92d1b" region="gfx3" offset="1000001"/>
		<rom name="263-c5.bin" size="8388608" crc="a748854f" sha1="2611bbedf9b5d8e82c6b2c99b88f842c46434d41" region="gfx3" offset="2000000"/>
		<rom name="263-c6.bin" size="8388608" crc="5c8ba116" sha1="6034db09c8706d4ddbcefc053efbc47a0953eb92" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="necup98k" sourcefile="neogeo.c">
		<description>Neo-Geo Cup '98 - The Road to the Victory (Korean)</description>
		<year>1998</year>
		<manufacturer>Hack</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="244-p1.bin" size="2097152" crc="f8fdb7a5" sha1="f34ee5d1c24e70427d05ef488f46906dbd9f9950" region="cpu1" offset="100000"/>
		<rom name="244-s1k.bin" size="131072" crc="becb9e7a" sha1="b40e0ee79ab234ab2162d735d66aafa63f9d7477" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="244-m1.bin" size="131072" crc="a701b276" sha1="055550ebc650835bcf8ea4457b2c91bd73e21281" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="244-v1.bin" size="4194304" crc="79def46d" sha1="63414235de2e177654508f1c840040424f8993e6" region="sound1" offset="0"/>
		<rom name="244-v2.bin" size="2097152" crc="b231902f" sha1="9209772e947a2c7ac31b49dd613bf2eab0cb3358" region="sound1" offset="400000"/>
		<rom name="244-c1k.bin" size="8388608" crc="9067dfda" sha1="034c0e21ece55df30357d7abfb7cb05994e9b131" region="gfx3" offset="0"/>
		<rom name="244-c2k.bin" size="8388608" crc="54e86379" sha1="e76f27b5cf2ab7ed00a8abfe2e2397394c51dac5" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="nitdfr" sourcefile="neogeo.c">
		<description>Nightmare in the Dark (French)</description>
		<year>2000</year>
		<manufacturer>Neo-Arc</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="260fr-p1.bin" size="524288" crc="aa52c3cf" sha1="f098aa068ee365fa7af9c638bc09eb82396e1749" region="cpu1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="260-m1.bin" size="524288" crc="6407c5e5" sha1="d273e154cc905b63205a17a1a6d419cac3485a92" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="260-v1.bin" size="4194304" crc="24b0480c" sha1="d769e621be52a5cd2e2568891b5f95a48268e1e0" region="sound1" offset="0"/>
		<rom name="260fr-c1.bin" size="8388608" crc="7c469419" sha1="06a45016c9493b85fbb8d9ebd33409a0d933ed22" region="gfx3" offset="0"/>
		<rom name="260fr-c2.bin" size="8388608" crc="74ada44f" sha1="77d051a3522d2c658ef4790ddeac0271e9490fd2" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="nitdfro" sourcefile="neogeo.c">
		<description>Nightmare in the Dark (French) (Old)</description>
		<year>2000</year>
		<manufacturer>Neo-Arc</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="260fro-p1.bin" size="524288" crc="b294c6ce" sha1="77f641c05a645e8d57014540ef1b7f52c4a8849b" region="cpu1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="260-m1.bin" size="524288" crc="6407c5e5" sha1="d273e154cc905b63205a17a1a6d419cac3485a92" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="260-v1.bin" size="4194304" crc="24b0480c" sha1="d769e621be52a5cd2e2568891b5f95a48268e1e0" region="sound1" offset="0"/>
		<rom name="260fro-c1.bin" size="8388608" crc="14c5a25f" sha1="8b29f7e6920eb1b4a7dc42a063e4c8e6ec9a5700" region="gfx3" offset="0"/>
		<rom name="260fro-c2.bin" size="8388608" crc="6630c255" sha1="c8a77a3d6e17e1ed64eb6b1e85172567e7e3e71c" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="nitdsp" sourcefile="neogeo.c">
		<description>Nightmare in the Dark (Spanish)</description>
		<year>2000</year>
		<manufacturer>Hack</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="260sp-p1.bin" size="524288" crc="0ab6d623" sha1="c508e92d0ed3f600dffe41d2f815d16bb377dace" region="cpu1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="260-m1.bin" size="524288" crc="6407c5e5" sha1="d273e154cc905b63205a17a1a6d419cac3485a92" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="260-v1.bin" size="4194304" crc="24b0480c" sha1="d769e621be52a5cd2e2568891b5f95a48268e1e0" region="sound1" offset="0"/>
		<rom name="260-c1.bin" size="8388608" crc="147b0c7f" sha1="a647c3a2f6d146ff47521c1d39f58830601f5781" region="gfx3" offset="0"/>
		<rom name="260-c2.bin" size="8388608" crc="d2b04b0d" sha1="ce4322e6cfacb627fe997efe81018861e21d3c27" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rotdbr" sourcefile="neogeo.c">
		<description>Rage of the Dragons (Portuguese)</description>
		<year>2002</year>
		<manufacturer>Hack</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="264br-p1.bin" size="0" crc="8f5d7188" sha1="a29209a05a22e18d6baa78830d6bbc763d23dcac" region="cpu1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="264-m1.bin" size="65536" crc="9abd048c" sha1="f96eecb419362bcac50ea4f48a707bdf4375ce9a" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="264-m1_decrypted.bin" size="65536" crc="7e06206d" sha1="ba32dd6ffbfbf532bba9bed4c2d70cfbe959ac23" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="264-v1.bin" size="8388608" crc="fa005812" sha1="73723126dab5a640ac11955ed6da1bf7a91394f5" region="sound1" offset="0"/>
		<rom name="264-v2.bin" size="8388608" crc="c3dc8bf0" sha1="a105e37262d9500a30fb8a5dac05aa4fab2562a3" region="sound1" offset="800000"/>
		<rom name="264-c1.bin" size="8388608" crc="4f148fee" sha1="0821463765fad8fbd0dfbbabb7807337d0333719" region="gfx3" offset="0"/>
		<rom name="264-c2.bin" size="8388608" crc="7cf5ff72" sha1="ccb2f94bce943576d224cb326806942426d25584" region="gfx3" offset="1"/>
		<rom name="264-c3.bin" size="8388608" crc="64d84c98" sha1="8faf153f465ce6fb7770b27a7ce63caf11dd4086" region="gfx3" offset="1000000"/>
		<rom name="264-c4.bin" size="8388608" crc="2f394a95" sha1="82347e8f2b48b0522d7d91fd3f372d5768934ab2" region="gfx3" offset="1000001"/>
		<rom name="264-c5.bin" size="8388608" crc="6b99b978" sha1="8fd0a60029b41668f9e1e3056edd3c90f62efa83" region="gfx3" offset="2000000"/>
		<rom name="264-c6.bin" size="8388608" crc="847d5c7d" sha1="a2ce03f6302edf81f2645de9ec61df1a281ddd78" region="gfx3" offset="2000001"/>
		<rom name="264-c7.bin" size="8388608" crc="231d681e" sha1="87836e64dc816f8bf1c834641535ea96baacc024" region="gfx3" offset="3000000"/>
		<rom name="264-c8.bin" size="8388608" crc="c5edb5c4" sha1="253378c8739daa5da4edb15eff7050820b2b3755" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rotdbr1" sourcefile="neogeo.c">
		<description>Rage of the Dragons (Portuguese) (Alt Set 1)</description>
		<year>2002</year>
		<manufacturer>Hack</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="264br1-p1.bin" size="8388608" crc="59395cb3" sha1="3f723a4b9bbc8c587eab449ecdb2be666ca59992" region="cpu1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="264-m1.bin" size="65536" crc="9abd048c" sha1="f96eecb419362bcac50ea4f48a707bdf4375ce9a" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="264-m1_decrypted.bin" size="65536" crc="7e06206d" sha1="ba32dd6ffbfbf532bba9bed4c2d70cfbe959ac23" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="264-v1.bin" size="8388608" crc="fa005812" sha1="73723126dab5a640ac11955ed6da1bf7a91394f5" region="sound1" offset="0"/>
		<rom name="264-v2.bin" size="8388608" crc="c3dc8bf0" sha1="a105e37262d9500a30fb8a5dac05aa4fab2562a3" region="sound1" offset="800000"/>
		<rom name="264-c1.bin" size="8388608" crc="4f148fee" sha1="0821463765fad8fbd0dfbbabb7807337d0333719" region="gfx3" offset="0"/>
		<rom name="264-c2.bin" size="8388608" crc="7cf5ff72" sha1="ccb2f94bce943576d224cb326806942426d25584" region="gfx3" offset="1"/>
		<rom name="264-c3.bin" size="8388608" crc="64d84c98" sha1="8faf153f465ce6fb7770b27a7ce63caf11dd4086" region="gfx3" offset="1000000"/>
		<rom name="264-c4.bin" size="8388608" crc="2f394a95" sha1="82347e8f2b48b0522d7d91fd3f372d5768934ab2" region="gfx3" offset="1000001"/>
		<rom name="264-c5.bin" size="8388608" crc="6b99b978" sha1="8fd0a60029b41668f9e1e3056edd3c90f62efa83" region="gfx3" offset="2000000"/>
		<rom name="264-c6.bin" size="8388608" crc="847d5c7d" sha1="a2ce03f6302edf81f2645de9ec61df1a281ddd78" region="gfx3" offset="2000001"/>
		<rom name="264-c7.bin" size="8388608" crc="231d681e" sha1="87836e64dc816f8bf1c834641535ea96baacc024" region="gfx3" offset="3000000"/>
		<rom name="264-c8.bin" size="8388608" crc="c5edb5c4" sha1="253378c8739daa5da4edb15eff7050820b2b3755" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rotdbr2" sourcefile="neogeo.c">
		<description>Rage of the Dragons (Portuguese) (Alt Set 2)</description>
		<year>2002</year>
		<manufacturer>Hack</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="264br2-p1.bin" size="8388608" crc="8a973ecf" sha1="5c472fca9091fb88f49ea72ce49b17fae3bbdaa9" region="cpu1" offset="0"/>
		<rom name="264br2-s1.bin" size="131072" crc="28b387d6" sha1="eb50e74b66ce9e14765fa0841e928b8be3035c73" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="264-m1_decrypted.bin" size="65536" crc="7e06206d" sha1="ba32dd6ffbfbf532bba9bed4c2d70cfbe959ac23" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="264-v1.bin" size="8388608" crc="fa005812" sha1="73723126dab5a640ac11955ed6da1bf7a91394f5" region="sound1" offset="0"/>
		<rom name="264-v2.bin" size="8388608" crc="c3dc8bf0" sha1="a105e37262d9500a30fb8a5dac05aa4fab2562a3" region="sound1" offset="800000"/>
		<rom name="264-c1.bin" size="8388608" crc="4f148fee" sha1="0821463765fad8fbd0dfbbabb7807337d0333719" region="gfx3" offset="0"/>
		<rom name="264-c2.bin" size="8388608" crc="7cf5ff72" sha1="ccb2f94bce943576d224cb326806942426d25584" region="gfx3" offset="1"/>
		<rom name="264-c3.bin" size="8388608" crc="64d84c98" sha1="8faf153f465ce6fb7770b27a7ce63caf11dd4086" region="gfx3" offset="1000000"/>
		<rom name="264-c4.bin" size="8388608" crc="2f394a95" sha1="82347e8f2b48b0522d7d91fd3f372d5768934ab2" region="gfx3" offset="1000001"/>
		<rom name="264-c5.bin" size="8388608" crc="6b99b978" sha1="8fd0a60029b41668f9e1e3056edd3c90f62efa83" region="gfx3" offset="2000000"/>
		<rom name="264-c6.bin" size="8388608" crc="847d5c7d" sha1="a2ce03f6302edf81f2645de9ec61df1a281ddd78" region="gfx3" offset="2000001"/>
		<rom name="264-c7.bin" size="8388608" crc="231d681e" sha1="87836e64dc816f8bf1c834641535ea96baacc024" region="gfx3" offset="3000000"/>
		<rom name="264-c8.bin" size="8388608" crc="c5edb5c4" sha1="253378c8739daa5da4edb15eff7050820b2b3755" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="wjammerk" sourcefile="neogeo.c">
		<description>Windjammers / Flying Power Disc (Korean)</description>
		<year>1994</year>
		<manufacturer>Hack</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="065-p1.bin" size="1048576" crc="6692c140" sha1="5da574e906974fac92bb2f49bdeea257c014a897" region="cpu1" offset="0"/>
		<rom name="065-s1.bin" size="131072" crc="074b5723" sha1="86d3b3bb5414f43e4d3b7a2af0db23cc71ce8412" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="065-m1.bin" size="131072" crc="52c23cfc" sha1="809a7e072ad9acbffc25e9bd27cdb97638d09d07" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="065-v1.bin" size="1048576" crc="ce8b3698" sha1="7d75e2a5cf8c90be422f8b425447e81597fe145a" region="sound1" offset="0"/>
		<rom name="065-v2.bin" size="1048576" crc="659f9b96" sha1="62f40365212153bc3b92a1187fa44f6cdc7f7b83" region="sound1" offset="100000"/>
		<rom name="065-v3.bin" size="1048576" crc="39f73061" sha1="ec57cd58e7f8569cff925d11e2320d588ce4fe49" region="sound1" offset="200000"/>
		<rom name="065-v4.bin" size="1048576" crc="5dee7963" sha1="f8e6de73d65dd80b29c711f00835a574a770cb4e" region="sound1" offset="300000"/>
		<rom name="065-c1k.bin" size="1048576" crc="ebded27e" sha1="574a0086bf13a5ac5d27de90c4d4611a19668cf8" region="gfx3" offset="0"/>
		<rom name="065-c2k.bin" size="1048576" crc="f5483767" sha1="756dd8e161bf428659c642b5056aa0bcf5e0d9a8" region="gfx3" offset="1"/>
		<rom name="065-c3.bin" size="1048576" crc="40986386" sha1="65795a50197049681265946713d416c9cdb68f08" region="gfx3" offset="200000"/>
		<rom name="065-c4.bin" size="1048576" crc="715e15ff" sha1="ac8b8b01f5c7384b883afbe0cf977430378e3fef" region="gfx3" offset="200001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="aof2b" sourcefile="neogeo.c">
		<description>Art of Fighting 2 (Geese instead of Mr. Big)</description>
		<year>1994</year>
		<manufacturer>TcwLee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="056b-p1.bin" size="1048576" crc="c3dc11f8" sha1="7f92f4931ffdf2561b1a2741e18a4ae301df8497" region="cpu1" offset="0"/>
		<rom name="056-s1.bin" size="131072" crc="8b02638e" sha1="aa4d28804ca602da776948b5f223ea89e427906b" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="056-m1.bin" size="131072" crc="f27e9d52" sha1="dddae733d87ce7c88ad2580a8f64cb6ff9572e67" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="056-v1.bin" size="2097152" crc="4628fde0" sha1="ece2a50f5270d844d58401b1447d1d856d78ea45" region="sound1" offset="0"/>
		<rom name="056-v2.bin" size="2097152" crc="b710e2f2" sha1="df4da585203eea7554d3ce718eb107e9cb6a0254" region="sound1" offset="200000"/>
		<rom name="056-v3.bin" size="1048576" crc="d168c301" sha1="969273d1d11943e81560959359a2c4e69522af0e" region="sound1" offset="400000"/>
		<rom name="056-c1.bin" size="2097152" crc="17b9cbd2" sha1="1eee81e02763d384bd1c10a6012473ca931e4093" region="gfx3" offset="0"/>
		<rom name="056-c2.bin" size="2097152" crc="5fd76b67" sha1="11925a41a53b53c6df4a5ebd28f98300950f743b" region="gfx3" offset="1"/>
		<rom name="056-c3.bin" size="2097152" crc="d2c88768" sha1="22e2d84aa0c095944190e249ce87ef50d3f7b8ce" region="gfx3" offset="400000"/>
		<rom name="056-c4.bin" size="2097152" crc="db39b883" sha1="59de86c513dc4e230ae25d9e3b7e84621b657b54" region="gfx3" offset="400001"/>
		<rom name="056-c5.bin" size="2097152" crc="c3074137" sha1="9a75e3d63cb98d54f900dcfb3a03e21f3148d32f" region="gfx3" offset="800000"/>
		<rom name="056-c6.bin" size="2097152" crc="31de68d3" sha1="13ba7046cdd6863125f8284e60f102d4720af5a4" region="gfx3" offset="800001"/>
		<rom name="056-c7.bin" size="2097152" crc="3f36df57" sha1="79ee97e9ae811a51141b535633f90e1491209d54" region="gfx3" offset="c00000"/>
		<rom name="056-c8.bin" size="2097152" crc="e546d7a8" sha1="74a2fca994a5a93a5784a46c0f68193122456a09" region="gfx3" offset="c00001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="aof2br2" sourcefile="neogeo.c">
		<description>Art of Fighting 2 (Geese instead of Ryo)</description>
		<year>1994</year>
		<manufacturer>TcwLee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="056br2-p1.bin" size="1048576" crc="02d068b7" sha1="5aadebfd9a59e48be972c63dbf6c4cac32bba89a" region="cpu1" offset="0"/>
		<rom name="056-s1.bin" size="131072" crc="8b02638e" sha1="aa4d28804ca602da776948b5f223ea89e427906b" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="056-m1.bin" size="131072" crc="f27e9d52" sha1="dddae733d87ce7c88ad2580a8f64cb6ff9572e67" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="056-v1.bin" size="2097152" crc="4628fde0" sha1="ece2a50f5270d844d58401b1447d1d856d78ea45" region="sound1" offset="0"/>
		<rom name="056-v2.bin" size="2097152" crc="b710e2f2" sha1="df4da585203eea7554d3ce718eb107e9cb6a0254" region="sound1" offset="200000"/>
		<rom name="056-v3.bin" size="1048576" crc="d168c301" sha1="969273d1d11943e81560959359a2c4e69522af0e" region="sound1" offset="400000"/>
		<rom name="056-c1.bin" size="2097152" crc="17b9cbd2" sha1="1eee81e02763d384bd1c10a6012473ca931e4093" region="gfx3" offset="0"/>
		<rom name="056-c2.bin" size="2097152" crc="5fd76b67" sha1="11925a41a53b53c6df4a5ebd28f98300950f743b" region="gfx3" offset="1"/>
		<rom name="056-c3.bin" size="2097152" crc="d2c88768" sha1="22e2d84aa0c095944190e249ce87ef50d3f7b8ce" region="gfx3" offset="400000"/>
		<rom name="056-c4.bin" size="2097152" crc="db39b883" sha1="59de86c513dc4e230ae25d9e3b7e84621b657b54" region="gfx3" offset="400001"/>
		<rom name="056-c5.bin" size="2097152" crc="c3074137" sha1="9a75e3d63cb98d54f900dcfb3a03e21f3148d32f" region="gfx3" offset="800000"/>
		<rom name="056-c6.bin" size="2097152" crc="31de68d3" sha1="13ba7046cdd6863125f8284e60f102d4720af5a4" region="gfx3" offset="800001"/>
		<rom name="056-c7.bin" size="2097152" crc="3f36df57" sha1="79ee97e9ae811a51141b535633f90e1491209d54" region="gfx3" offset="c00000"/>
		<rom name="056-c8.bin" size="2097152" crc="e546d7a8" sha1="74a2fca994a5a93a5784a46c0f68193122456a09" region="gfx3" offset="c00001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="aof3b" sourcefile="neogeo.c">
		<description>Art of Fighting 3 (Add Char - Enabled add info)</description>
		<year>1996</year>
		<manufacturer>Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="096b-p1.bin" size="1048576" crc="255aec23" sha1="9e97772cc2db51139a04bac725e6529dd6e0f19a" region="cpu1" offset="0"/>
		<rom name="096-p2.bin" size="2097152" crc="4d5a2602" sha1="4c26d6135d2877d9c38169662033e9d0cc24d943" region="cpu1" offset="100000"/>
		<rom name="096-s1.bin" size="131072" crc="cc7fd344" sha1="2c6846cf8ea61fb192ba181dbccb63594d572c0e" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="096-m1.bin" size="131072" crc="cb07b659" sha1="940b379957c2987d7ab0443cb80c3ff58f6ba559" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="096-v1.bin" size="2097152" crc="e2c32074" sha1="69426e7e63fc31a73d1cd056cc9ae6a2c4499407" region="sound1" offset="0"/>
		<rom name="096-v2.bin" size="2097152" crc="a290eee7" sha1="e66a98cd9740188bf999992b417f8feef941cede" region="sound1" offset="200000"/>
		<rom name="096-v3.bin" size="2097152" crc="199d12ea" sha1="a883bf34e685487705a8dafdd0b8db15eb360e80" region="sound1" offset="400000"/>
		<rom name="096-c1.bin" size="4194304" crc="f17b8d89" sha1="7180df23f7c7a964b0835fda76970b12f0aa9ea8" region="gfx3" offset="0"/>
		<rom name="096-c2.bin" size="4194304" crc="3840c508" sha1="55adc7cd26fec3e4dbd779df6701bc6eaba41b84" region="gfx3" offset="1"/>
		<rom name="096-c3.bin" size="4194304" crc="55f9ee1e" sha1="fbe1b7891beae66c5fcbc7e36168dc1b460ede91" region="gfx3" offset="800000"/>
		<rom name="096-c4.bin" size="4194304" crc="585b7e47" sha1="d50ea91397fc53d86470ff5b493a44d57c010306" region="gfx3" offset="800001"/>
		<rom name="096-c5.bin" size="4194304" crc="c75a753c" sha1="fc977f8710816a369a5d0d49ee84059380e93fb7" region="gfx3" offset="1000000"/>
		<rom name="096-c6.bin" size="4194304" crc="9a9d2f7a" sha1="a89a713bfcd93974c9acb21ce699d365b08e7e39" region="gfx3" offset="1000001"/>
		<rom name="096-c7.bin" size="2097152" crc="51bd8ab2" sha1="c8def9c64de64571492b5b7e14b794e3c18f1393" region="gfx3" offset="1800000"/>
		<rom name="096-c8.bin" size="2097152" crc="9a34f99c" sha1="fca72d95ec42790a7f1e771a1e25dbc5bec5fc19" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="breaksp" sourcefile="neogeo.c">
		<description>Breakers (Move change 26c?)</description>
		<year>1996</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="230sp-p1.bin" size="2097152" crc="244ad91b" sha1="22efea04bfb86e8c75a80c6584ab0caa85fc0e92" region="cpu1" offset="100000"/>
		<rom name="230-s1.bin" size="131072" crc="076fb64c" sha1="c166038128d7004f69932141f83b320a35c2b4ca" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="230-m1.bin" size="131072" crc="3951a1c1" sha1="1e6442a7ea82ada9503d71045dd93e12bd05254f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="230-v1.bin" size="4194304" crc="7f9ed279" sha1="acd0558960ec29bfc3e3ee99d00e503bebff8513" region="sound1" offset="0"/>
		<rom name="230-v2.bin" size="4194304" crc="1d43e420" sha1="26d09b8b18b4b802dbda4d6f06626c24d0b7c512" region="sound1" offset="400000"/>
		<rom name="230-c1.bin" size="4194304" crc="68d4ae76" sha1="2e820067f6963669f104bebf19e865fe4127b4dd" region="gfx3" offset="0"/>
		<rom name="230-c2.bin" size="4194304" crc="fdee05cd" sha1="efc4ffd790953ac7c25d5f045c64a9b49d24b096" region="gfx3" offset="1"/>
		<rom name="230-c3.bin" size="4194304" crc="645077f3" sha1="0ae74f3b4b3b88f128c6d8c0f35ffa53f5d67ef2" region="gfx3" offset="800000"/>
		<rom name="230-c4.bin" size="4194304" crc="63aeb74c" sha1="9ff6930c0c3d79b46b86356e8565ce4fcd69ac38" region="gfx3" offset="800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="cthd2k3b" sourcefile="neogeo.c">
		<description>Crouching Tiger Hidden Dragon 2003 (Add Char)</description>
		<year>2001</year>
		<manufacturer>HunterX Hacker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="5003b-p1.bin" size="1048576" crc="f403c9b3" sha1="35d52b9388d4715bacbe958accd133c19e769e30" region="cpu1" offset="0"/>
		<rom name="5003-p2.bin" size="4194304" crc="adc1c22b" sha1="271e0629989257a0d21d280c05df53df259414b1" region="cpu1" offset="100000"/>
		<rom name="5003-s1.bin" size="131072" crc="5ba29aab" sha1="e7ea67268a10243693bff722e6fd2276ca540acf" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="5003-m1.bin" size="131072" crc="1a8c274b" sha1="5f6f9c533f4a296a18c741ce59a69cf6f5c836b9" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="5003-c1.bin" size="8388608" crc="68f54b67" sha1="e2869709b11ea2846799fe431211c83e928e103e" region="gfx3" offset="0"/>
		<rom name="5003-c2.bin" size="8388608" crc="2f8849d5" sha1="7ef74981aa056f5acab4ddabffd3e98b4cb970be" region="gfx3" offset="1"/>
		<rom name="5003-c3.bin" size="8388608" crc="ac4aff71" sha1="c983f642e68deaa40fee3e208f2dd55f3bacbdc1" region="gfx3" offset="1000000"/>
		<rom name="5003-c4.bin" size="8388608" crc="afef5d66" sha1="39fe785563fbea54bba88de60dcc62e2458bd74a" region="gfx3" offset="1000001"/>
		<rom name="5003-c5.bin" size="8388608" crc="c7c1ae50" sha1="f54f5be7513a5ce2f01ab107a2b26f6a9ee1f2a9" region="gfx3" offset="2000000"/>
		<rom name="5003-c6.bin" size="8388608" crc="613197f9" sha1="6d1fefa1be81b79e251e55a1352544c0298e4674" region="gfx3" offset="2000001"/>
		<rom name="5003-c7.bin" size="8388608" crc="64ddfe0f" sha1="361f3f4618009bf6419961266eb9ab5002bef53c" region="gfx3" offset="3000000"/>
		<rom name="5003-c8.bin" size="8388608" crc="917a1439" sha1="6f28d1d7c6edee1283f25e632c69204dbebe40af" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="ct2k3eh" sourcefile="neogeo.c">
		<description>Crouching Tiger Hidden Dragon 2003 (Add Char - Pow hack)</description>
		<year>2001</year>
		<manufacturer>Fighters Kim and HunterX Hacker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="5003eh-p1.bin" size="1048576" crc="eac4773b" sha1="7e8af18d5a18b3fe0b9130c66d8f4ef6297b8c7f" region="cpu1" offset="0"/>
		<rom name="5003-p2.bin" size="4194304" crc="adc1c22b" sha1="271e0629989257a0d21d280c05df53df259414b1" region="cpu1" offset="100000"/>
		<rom name="5003-s1.bin" size="131072" crc="5ba29aab" sha1="e7ea67268a10243693bff722e6fd2276ca540acf" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="5003-m1.bin" size="131072" crc="1a8c274b" sha1="5f6f9c533f4a296a18c741ce59a69cf6f5c836b9" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="5003-c1.bin" size="8388608" crc="68f54b67" sha1="e2869709b11ea2846799fe431211c83e928e103e" region="gfx3" offset="0"/>
		<rom name="5003-c2.bin" size="8388608" crc="2f8849d5" sha1="7ef74981aa056f5acab4ddabffd3e98b4cb970be" region="gfx3" offset="1"/>
		<rom name="5003-c3.bin" size="8388608" crc="ac4aff71" sha1="c983f642e68deaa40fee3e208f2dd55f3bacbdc1" region="gfx3" offset="1000000"/>
		<rom name="5003-c4.bin" size="8388608" crc="afef5d66" sha1="39fe785563fbea54bba88de60dcc62e2458bd74a" region="gfx3" offset="1000001"/>
		<rom name="5003-c5.bin" size="8388608" crc="c7c1ae50" sha1="f54f5be7513a5ce2f01ab107a2b26f6a9ee1f2a9" region="gfx3" offset="2000000"/>
		<rom name="5003-c6.bin" size="8388608" crc="613197f9" sha1="6d1fefa1be81b79e251e55a1352544c0298e4674" region="gfx3" offset="2000001"/>
		<rom name="5003-c7.bin" size="8388608" crc="64ddfe0f" sha1="361f3f4618009bf6419961266eb9ab5002bef53c" region="gfx3" offset="3000000"/>
		<rom name="5003-c8.bin" size="8388608" crc="917a1439" sha1="6f28d1d7c6edee1283f25e632c69204dbebe40af" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="ct2k3k3" sourcefile="neogeo.c">
		<description>Crouching Tiger Hidden Dragon 2003 Remix v1.2 (Diff Move - 030823)</description>
		<year>2001</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="5003k3-p1.bin" size="1048576" crc="f5f1cfb2" sha1="f0e19ae063e771567b30b52710c143b5e72cbf5a" region="cpu1" offset="0"/>
		<rom name="5003-p2.bin" size="4194304" crc="adc1c22b" sha1="271e0629989257a0d21d280c05df53df259414b1" region="cpu1" offset="100000"/>
		<rom name="5003-s1.bin" size="131072" crc="5ba29aab" sha1="e7ea67268a10243693bff722e6fd2276ca540acf" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="5003-m1.bin" size="131072" crc="1a8c274b" sha1="5f6f9c533f4a296a18c741ce59a69cf6f5c836b9" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="5003-c1.bin" size="8388608" crc="68f54b67" sha1="e2869709b11ea2846799fe431211c83e928e103e" region="gfx3" offset="0"/>
		<rom name="5003-c2.bin" size="8388608" crc="2f8849d5" sha1="7ef74981aa056f5acab4ddabffd3e98b4cb970be" region="gfx3" offset="1"/>
		<rom name="5003-c3.bin" size="8388608" crc="ac4aff71" sha1="c983f642e68deaa40fee3e208f2dd55f3bacbdc1" region="gfx3" offset="1000000"/>
		<rom name="5003-c4.bin" size="8388608" crc="afef5d66" sha1="39fe785563fbea54bba88de60dcc62e2458bd74a" region="gfx3" offset="1000001"/>
		<rom name="5003-c5.bin" size="8388608" crc="c7c1ae50" sha1="f54f5be7513a5ce2f01ab107a2b26f6a9ee1f2a9" region="gfx3" offset="2000000"/>
		<rom name="5003-c6.bin" size="8388608" crc="613197f9" sha1="6d1fefa1be81b79e251e55a1352544c0298e4674" region="gfx3" offset="2000001"/>
		<rom name="5003-c7.bin" size="8388608" crc="64ddfe0f" sha1="361f3f4618009bf6419961266eb9ab5002bef53c" region="gfx3" offset="3000000"/>
		<rom name="5003-c8.bin" size="8388608" crc="917a1439" sha1="6f28d1d7c6edee1283f25e632c69204dbebe40af" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="ct2k3k3o" sourcefile="neogeo.c">
		<description>Crouching Tiger Hidden Dragon 2003 Remix (Diff Move - 030818)</description>
		<year>2001</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="5003k3o-p1.bin" size="1048576" crc="93b2cb2b" sha1="dc6bacae8851ab74eaf45c4392fdab0d679a266f" region="cpu1" offset="0"/>
		<rom name="5003-p2.bin" size="4194304" crc="adc1c22b" sha1="271e0629989257a0d21d280c05df53df259414b1" region="cpu1" offset="100000"/>
		<rom name="5003-s1.bin" size="131072" crc="5ba29aab" sha1="e7ea67268a10243693bff722e6fd2276ca540acf" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="5003-m1.bin" size="131072" crc="1a8c274b" sha1="5f6f9c533f4a296a18c741ce59a69cf6f5c836b9" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="5003-c1.bin" size="8388608" crc="68f54b67" sha1="e2869709b11ea2846799fe431211c83e928e103e" region="gfx3" offset="0"/>
		<rom name="5003-c2.bin" size="8388608" crc="2f8849d5" sha1="7ef74981aa056f5acab4ddabffd3e98b4cb970be" region="gfx3" offset="1"/>
		<rom name="5003-c3.bin" size="8388608" crc="ac4aff71" sha1="c983f642e68deaa40fee3e208f2dd55f3bacbdc1" region="gfx3" offset="1000000"/>
		<rom name="5003-c4.bin" size="8388608" crc="afef5d66" sha1="39fe785563fbea54bba88de60dcc62e2458bd74a" region="gfx3" offset="1000001"/>
		<rom name="5003-c5.bin" size="8388608" crc="c7c1ae50" sha1="f54f5be7513a5ce2f01ab107a2b26f6a9ee1f2a9" region="gfx3" offset="2000000"/>
		<rom name="5003-c6.bin" size="8388608" crc="613197f9" sha1="6d1fefa1be81b79e251e55a1352544c0298e4674" region="gfx3" offset="2000001"/>
		<rom name="5003-c7.bin" size="8388608" crc="64ddfe0f" sha1="361f3f4618009bf6419961266eb9ab5002bef53c" region="gfx3" offset="3000000"/>
		<rom name="5003-c8.bin" size="8388608" crc="917a1439" sha1="6f28d1d7c6edee1283f25e632c69204dbebe40af" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="dbdehy" sourcefile="neogeo.c">
		<description>Double Dragon (Neo-Geo) (Add Char)</description>
		<year>1995</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="082ehy-p1.bin" size="2097152" crc="37223431" sha1="b9369b8140213afd8efccb849ee7b4df81b01d20" region="cpu1" offset="100000"/>
		<rom name="082-s1.bin" size="131072" crc="bef995c5" sha1="9c89adbdaa5c1f827632c701688563dac2e482a4" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="082-m1.bin" size="131072" crc="10b144de" sha1="cf1ed0a447da68240c62bcfd76b1569803f6bf76" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="082-v1.bin" size="2097152" crc="cc1128e4" sha1="bfcfff24bc7fbde0b02b1bc0dffebd5270a0eb04" region="sound1" offset="0"/>
		<rom name="082-v2.bin" size="2097152" crc="c3ff5554" sha1="c685887ad64998e5572607a916b023f8b9efac49" region="sound1" offset="200000"/>
		<rom name="082-c1.bin" size="2097152" crc="b478c725" sha1="3a777c5906220f246a6dc06cb084e6ad650d67bb" region="gfx3" offset="0"/>
		<rom name="082-c2.bin" size="2097152" crc="2857da32" sha1="9f13245965d23db86d46d7e73dfb6cc63e6f25a1" region="gfx3" offset="1"/>
		<rom name="082-c3.bin" size="2097152" crc="8b0d378e" sha1="3a347215e414b738164f1fe4144102f07d4ffb80" region="gfx3" offset="400000"/>
		<rom name="082-c4.bin" size="2097152" crc="c7d2f596" sha1="e2d09d4d1b1fef9c0c53ecf3629e974b75e559f5" region="gfx3" offset="400001"/>
		<rom name="082-c5.bin" size="2097152" crc="ec87bff6" sha1="3fa86da93881158c2c23443855922a7b32e55135" region="gfx3" offset="800000"/>
		<rom name="082-c6.bin" size="2097152" crc="844a8a11" sha1="b2acbd4cacce66fb32c052b2fba9984904679bda" region="gfx3" offset="800001"/>
		<rom name="082-c7.bin" size="1048576" crc="727c4d02" sha1="8204c7f037d46e0c58f269f9c7a535bc2589f526" region="gfx3" offset="c00000"/>
		<rom name="082-c8.bin" size="1048576" crc="69a5fa37" sha1="020e70e0e8b3c5d00a40fe97e418115a3187e50a" region="gfx3" offset="c00001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="dbdy" sourcefile="neogeo.c">
		<description>Double Dragon (Neo-Geo) (Add Char - Always in AES mode)</description>
		<year>1995</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="082y-p1.bin" size="2097152" crc="2ab6a95a" sha1="f2fec024dab20a3b5a444bc431377531598d27fa" region="cpu1" offset="100000"/>
		<rom name="082-s1.bin" size="131072" crc="bef995c5" sha1="9c89adbdaa5c1f827632c701688563dac2e482a4" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="082-m1.bin" size="131072" crc="10b144de" sha1="cf1ed0a447da68240c62bcfd76b1569803f6bf76" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="082-v1.bin" size="2097152" crc="cc1128e4" sha1="bfcfff24bc7fbde0b02b1bc0dffebd5270a0eb04" region="sound1" offset="0"/>
		<rom name="082-v2.bin" size="2097152" crc="c3ff5554" sha1="c685887ad64998e5572607a916b023f8b9efac49" region="sound1" offset="200000"/>
		<rom name="082-c1.bin" size="2097152" crc="b478c725" sha1="3a777c5906220f246a6dc06cb084e6ad650d67bb" region="gfx3" offset="0"/>
		<rom name="082-c2.bin" size="2097152" crc="2857da32" sha1="9f13245965d23db86d46d7e73dfb6cc63e6f25a1" region="gfx3" offset="1"/>
		<rom name="082-c3.bin" size="2097152" crc="8b0d378e" sha1="3a347215e414b738164f1fe4144102f07d4ffb80" region="gfx3" offset="400000"/>
		<rom name="082-c4.bin" size="2097152" crc="c7d2f596" sha1="e2d09d4d1b1fef9c0c53ecf3629e974b75e559f5" region="gfx3" offset="400001"/>
		<rom name="082-c5.bin" size="2097152" crc="ec87bff6" sha1="3fa86da93881158c2c23443855922a7b32e55135" region="gfx3" offset="800000"/>
		<rom name="082-c6.bin" size="2097152" crc="844a8a11" sha1="b2acbd4cacce66fb32c052b2fba9984904679bda" region="gfx3" offset="800001"/>
		<rom name="082-c7.bin" size="1048576" crc="727c4d02" sha1="8204c7f037d46e0c58f269f9c7a535bc2589f526" region="gfx3" offset="c00000"/>
		<rom name="082-c8.bin" size="1048576" crc="69a5fa37" sha1="020e70e0e8b3c5d00a40fe97e418115a3187e50a" region="gfx3" offset="c00001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="dbdeh" sourcefile="neogeo.c">
		<description>Double Dragon (Neo-Geo) (Add Char - Max ultra kill after hit - 030420)</description>
		<year>1995</year>
		<manufacturer>Creamymami and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="082eh-p1.bin" size="2097152" crc="046e279e" sha1="b7cdaad32094eb3d12ee25621e7b9a9eb97aa13d" region="cpu1" offset="100000"/>
		<rom name="082-s1.bin" size="131072" crc="bef995c5" sha1="9c89adbdaa5c1f827632c701688563dac2e482a4" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="082-m1.bin" size="131072" crc="10b144de" sha1="cf1ed0a447da68240c62bcfd76b1569803f6bf76" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="082-v1.bin" size="2097152" crc="cc1128e4" sha1="bfcfff24bc7fbde0b02b1bc0dffebd5270a0eb04" region="sound1" offset="0"/>
		<rom name="082-v2.bin" size="2097152" crc="c3ff5554" sha1="c685887ad64998e5572607a916b023f8b9efac49" region="sound1" offset="200000"/>
		<rom name="082-c1.bin" size="2097152" crc="b478c725" sha1="3a777c5906220f246a6dc06cb084e6ad650d67bb" region="gfx3" offset="0"/>
		<rom name="082-c2.bin" size="2097152" crc="2857da32" sha1="9f13245965d23db86d46d7e73dfb6cc63e6f25a1" region="gfx3" offset="1"/>
		<rom name="082-c3.bin" size="2097152" crc="8b0d378e" sha1="3a347215e414b738164f1fe4144102f07d4ffb80" region="gfx3" offset="400000"/>
		<rom name="082-c4.bin" size="2097152" crc="c7d2f596" sha1="e2d09d4d1b1fef9c0c53ecf3629e974b75e559f5" region="gfx3" offset="400001"/>
		<rom name="082-c5.bin" size="2097152" crc="ec87bff6" sha1="3fa86da93881158c2c23443855922a7b32e55135" region="gfx3" offset="800000"/>
		<rom name="082-c6.bin" size="2097152" crc="844a8a11" sha1="b2acbd4cacce66fb32c052b2fba9984904679bda" region="gfx3" offset="800001"/>
		<rom name="082-c7.bin" size="1048576" crc="727c4d02" sha1="8204c7f037d46e0c58f269f9c7a535bc2589f526" region="gfx3" offset="c00000"/>
		<rom name="082-c8.bin" size="1048576" crc="69a5fa37" sha1="020e70e0e8b3c5d00a40fe97e418115a3187e50a" region="gfx3" offset="c00001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="dbdq" sourcefile="neogeo.c">
		<description>Double Dragon (Neo-Geo) (Q-ver Char)</description>
		<year>1995</year>
		<manufacturer>Creamymami</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="082q-p1.bin" size="2097152" crc="869862ec" sha1="92d1b712a25070035dd45b4f4bb4719b75768f92" region="cpu1" offset="100000"/>
		<rom name="082-s1.bin" size="131072" crc="bef995c5" sha1="9c89adbdaa5c1f827632c701688563dac2e482a4" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="082-m1.bin" size="131072" crc="10b144de" sha1="cf1ed0a447da68240c62bcfd76b1569803f6bf76" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="082-v1.bin" size="2097152" crc="cc1128e4" sha1="bfcfff24bc7fbde0b02b1bc0dffebd5270a0eb04" region="sound1" offset="0"/>
		<rom name="082-v2.bin" size="2097152" crc="c3ff5554" sha1="c685887ad64998e5572607a916b023f8b9efac49" region="sound1" offset="200000"/>
		<rom name="082-c1.bin" size="2097152" crc="b478c725" sha1="3a777c5906220f246a6dc06cb084e6ad650d67bb" region="gfx3" offset="0"/>
		<rom name="082-c2.bin" size="2097152" crc="2857da32" sha1="9f13245965d23db86d46d7e73dfb6cc63e6f25a1" region="gfx3" offset="1"/>
		<rom name="082-c3.bin" size="2097152" crc="8b0d378e" sha1="3a347215e414b738164f1fe4144102f07d4ffb80" region="gfx3" offset="400000"/>
		<rom name="082-c4.bin" size="2097152" crc="c7d2f596" sha1="e2d09d4d1b1fef9c0c53ecf3629e974b75e559f5" region="gfx3" offset="400001"/>
		<rom name="082-c5.bin" size="2097152" crc="ec87bff6" sha1="3fa86da93881158c2c23443855922a7b32e55135" region="gfx3" offset="800000"/>
		<rom name="082-c6.bin" size="2097152" crc="844a8a11" sha1="b2acbd4cacce66fb32c052b2fba9984904679bda" region="gfx3" offset="800001"/>
		<rom name="082-c7.bin" size="1048576" crc="727c4d02" sha1="8204c7f037d46e0c58f269f9c7a535bc2589f526" region="gfx3" offset="c00000"/>
		<rom name="082-c8.bin" size="1048576" crc="69a5fa37" sha1="020e70e0e8b3c5d00a40fe97e418115a3187e50a" region="gfx3" offset="c00001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="dbdqb" sourcefile="neogeo.c">
		<description>Double Dragon (Neo-Geo) (Q-ver Char - Add Char)</description>
		<year>1995</year>
		<manufacturer>Creamymami and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="082qb-p1.bin" size="2097152" crc="8511d5f7" sha1="29f161f990947c0d83262134b8adc4b1ccc69924" region="cpu1" offset="100000"/>
		<rom name="082-s1.bin" size="131072" crc="bef995c5" sha1="9c89adbdaa5c1f827632c701688563dac2e482a4" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="082-m1.bin" size="131072" crc="10b144de" sha1="cf1ed0a447da68240c62bcfd76b1569803f6bf76" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="082-v1.bin" size="2097152" crc="cc1128e4" sha1="bfcfff24bc7fbde0b02b1bc0dffebd5270a0eb04" region="sound1" offset="0"/>
		<rom name="082-v2.bin" size="2097152" crc="c3ff5554" sha1="c685887ad64998e5572607a916b023f8b9efac49" region="sound1" offset="200000"/>
		<rom name="082-c1.bin" size="2097152" crc="b478c725" sha1="3a777c5906220f246a6dc06cb084e6ad650d67bb" region="gfx3" offset="0"/>
		<rom name="082-c2.bin" size="2097152" crc="2857da32" sha1="9f13245965d23db86d46d7e73dfb6cc63e6f25a1" region="gfx3" offset="1"/>
		<rom name="082-c3.bin" size="2097152" crc="8b0d378e" sha1="3a347215e414b738164f1fe4144102f07d4ffb80" region="gfx3" offset="400000"/>
		<rom name="082-c4.bin" size="2097152" crc="c7d2f596" sha1="e2d09d4d1b1fef9c0c53ecf3629e974b75e559f5" region="gfx3" offset="400001"/>
		<rom name="082-c5.bin" size="2097152" crc="ec87bff6" sha1="3fa86da93881158c2c23443855922a7b32e55135" region="gfx3" offset="800000"/>
		<rom name="082-c6.bin" size="2097152" crc="844a8a11" sha1="b2acbd4cacce66fb32c052b2fba9984904679bda" region="gfx3" offset="800001"/>
		<rom name="082-c7.bin" size="1048576" crc="727c4d02" sha1="8204c7f037d46e0c58f269f9c7a535bc2589f526" region="gfx3" offset="c00000"/>
		<rom name="082-c8.bin" size="1048576" crc="69a5fa37" sha1="020e70e0e8b3c5d00a40fe97e418115a3187e50a" region="gfx3" offset="c00001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="dbdqp" sourcefile="neogeo.c">
		<description>Double Dragon (Neo-Geo) (Q-ver Char - Max ultra kill after hit)</description>
		<year>1995</year>
		<manufacturer>Creamymami</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="082qp-p1.bin" size="2097152" crc="b5d47143" sha1="b9c211e0883c59c039954cc98e693d1245137c2f" region="cpu1" offset="100000"/>
		<rom name="082-s1.bin" size="131072" crc="bef995c5" sha1="9c89adbdaa5c1f827632c701688563dac2e482a4" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="082-m1.bin" size="131072" crc="10b144de" sha1="cf1ed0a447da68240c62bcfd76b1569803f6bf76" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="082-v1.bin" size="2097152" crc="cc1128e4" sha1="bfcfff24bc7fbde0b02b1bc0dffebd5270a0eb04" region="sound1" offset="0"/>
		<rom name="082-v2.bin" size="2097152" crc="c3ff5554" sha1="c685887ad64998e5572607a916b023f8b9efac49" region="sound1" offset="200000"/>
		<rom name="082-c1.bin" size="2097152" crc="b478c725" sha1="3a777c5906220f246a6dc06cb084e6ad650d67bb" region="gfx3" offset="0"/>
		<rom name="082-c2.bin" size="2097152" crc="2857da32" sha1="9f13245965d23db86d46d7e73dfb6cc63e6f25a1" region="gfx3" offset="1"/>
		<rom name="082-c3.bin" size="2097152" crc="8b0d378e" sha1="3a347215e414b738164f1fe4144102f07d4ffb80" region="gfx3" offset="400000"/>
		<rom name="082-c4.bin" size="2097152" crc="c7d2f596" sha1="e2d09d4d1b1fef9c0c53ecf3629e974b75e559f5" region="gfx3" offset="400001"/>
		<rom name="082-c5.bin" size="2097152" crc="ec87bff6" sha1="3fa86da93881158c2c23443855922a7b32e55135" region="gfx3" offset="800000"/>
		<rom name="082-c6.bin" size="2097152" crc="844a8a11" sha1="b2acbd4cacce66fb32c052b2fba9984904679bda" region="gfx3" offset="800001"/>
		<rom name="082-c7.bin" size="1048576" crc="727c4d02" sha1="8204c7f037d46e0c58f269f9c7a535bc2589f526" region="gfx3" offset="c00000"/>
		<rom name="082-c8.bin" size="1048576" crc="69a5fa37" sha1="020e70e0e8b3c5d00a40fe97e418115a3187e50a" region="gfx3" offset="c00001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="dbdqeh" sourcefile="neogeo.c">
		<description>Double Dragon (Neo-Geo) (Q-ver Char - Max ultra kill after hit - Add Char)</description>
		<year>1995</year>
		<manufacturer>Creamymami and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="082qeh-p1.bin" size="2097152" crc="b65dc658" sha1="38d81befbca4a95b157289966e866bdc3bf21de3" region="cpu1" offset="100000"/>
		<rom name="082-s1.bin" size="131072" crc="bef995c5" sha1="9c89adbdaa5c1f827632c701688563dac2e482a4" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="082-m1.bin" size="131072" crc="10b144de" sha1="cf1ed0a447da68240c62bcfd76b1569803f6bf76" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="082-v1.bin" size="2097152" crc="cc1128e4" sha1="bfcfff24bc7fbde0b02b1bc0dffebd5270a0eb04" region="sound1" offset="0"/>
		<rom name="082-v2.bin" size="2097152" crc="c3ff5554" sha1="c685887ad64998e5572607a916b023f8b9efac49" region="sound1" offset="200000"/>
		<rom name="082-c1.bin" size="2097152" crc="b478c725" sha1="3a777c5906220f246a6dc06cb084e6ad650d67bb" region="gfx3" offset="0"/>
		<rom name="082-c2.bin" size="2097152" crc="2857da32" sha1="9f13245965d23db86d46d7e73dfb6cc63e6f25a1" region="gfx3" offset="1"/>
		<rom name="082-c3.bin" size="2097152" crc="8b0d378e" sha1="3a347215e414b738164f1fe4144102f07d4ffb80" region="gfx3" offset="400000"/>
		<rom name="082-c4.bin" size="2097152" crc="c7d2f596" sha1="e2d09d4d1b1fef9c0c53ecf3629e974b75e559f5" region="gfx3" offset="400001"/>
		<rom name="082-c5.bin" size="2097152" crc="ec87bff6" sha1="3fa86da93881158c2c23443855922a7b32e55135" region="gfx3" offset="800000"/>
		<rom name="082-c6.bin" size="2097152" crc="844a8a11" sha1="b2acbd4cacce66fb32c052b2fba9984904679bda" region="gfx3" offset="800001"/>
		<rom name="082-c7.bin" size="1048576" crc="727c4d02" sha1="8204c7f037d46e0c58f269f9c7a535bc2589f526" region="gfx3" offset="c00000"/>
		<rom name="082-c8.bin" size="1048576" crc="69a5fa37" sha1="020e70e0e8b3c5d00a40fe97e418115a3187e50a" region="gfx3" offset="c00001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="ffur3b" sourcefile="neogeo.c">
		<description>Fatal Fury 3 (Add Char set 1)</description>
		<year>1995</year>
		<manufacturer>Creamymami</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="069b-p1.bin" size="1048576" crc="743ad8a1" sha1="962d11224b14ba9d5be554e45b4aca9e3a818610" region="cpu1" offset="0"/>
		<rom name="069-p2.bin" size="2097152" crc="dbe963ed" sha1="8ece7f663cfe8e563576a397e41161d392cee67e" region="cpu1" offset="100000"/>
		<rom name="069-s1.bin" size="131072" crc="0b33a800" sha1="b7d2cc97da4f30ddebc7b801f5e1d17d2306b2db" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="069-m1.bin" size="131072" crc="fce72926" sha1="a40c74f793900b8542f0b8383ce4bf46fca112d4" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="069-v1.bin" size="4194304" crc="2bdbd4db" sha1="5f4fecf69c2329d699cbd45829c19303b1e2a80e" region="sound1" offset="0"/>
		<rom name="069-v2.bin" size="4194304" crc="a698a487" sha1="11b8bc53bc26a51f4a408e900e3769958625c4ed" region="sound1" offset="400000"/>
		<rom name="069-v3.bin" size="2097152" crc="581c5304" sha1="e9550ec547b4f605afed996b22d711f49b48fa92" region="sound1" offset="800000"/>
		<rom name="069-c1.bin" size="4194304" crc="e302f93c" sha1="d8610b14900b2b8fe691b67ca9b1abb335dbff74" region="gfx3" offset="0"/>
		<rom name="069-c2.bin" size="4194304" crc="1053a455" sha1="69501bfac68739e63d798045b812badd251d57b8" region="gfx3" offset="1"/>
		<rom name="069-c3.bin" size="4194304" crc="1c0fde2f" sha1="cf6c2ef56c03a861de3b0b6dc0d7c9204d947f9d" region="gfx3" offset="800000"/>
		<rom name="069-c4.bin" size="4194304" crc="a25fc3d0" sha1="83cb349e2f1032652060b233e741fb893be5af16" region="gfx3" offset="800001"/>
		<rom name="069-c5.bin" size="2097152" crc="b3ec6fa6" sha1="7e4c8ee9dd8d9a25ff183d9d8b05f38769348bc7" region="gfx3" offset="1000000"/>
		<rom name="069-c6.bin" size="2097152" crc="69210441" sha1="6d496c549dba65caabeaffe5b762e86f9d648a26" region="gfx3" offset="1000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="ffur3bd" sourcefile="neogeo.c">
		<description>Fatal Fury 3 (Add Char set 2)</description>
		<year>1995</year>
		<manufacturer>Creamymami and Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="069bd-p1.bin" size="1048576" crc="532c2930" sha1="a65a39a79820138f275f75563f548240dd53f371" region="cpu1" offset="0"/>
		<rom name="069-p2.bin" size="2097152" crc="dbe963ed" sha1="8ece7f663cfe8e563576a397e41161d392cee67e" region="cpu1" offset="100000"/>
		<rom name="069-s1.bin" size="131072" crc="0b33a800" sha1="b7d2cc97da4f30ddebc7b801f5e1d17d2306b2db" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="069-m1.bin" size="131072" crc="fce72926" sha1="a40c74f793900b8542f0b8383ce4bf46fca112d4" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="069-v1.bin" size="4194304" crc="2bdbd4db" sha1="5f4fecf69c2329d699cbd45829c19303b1e2a80e" region="sound1" offset="0"/>
		<rom name="069-v2.bin" size="4194304" crc="a698a487" sha1="11b8bc53bc26a51f4a408e900e3769958625c4ed" region="sound1" offset="400000"/>
		<rom name="069-v3.bin" size="2097152" crc="581c5304" sha1="e9550ec547b4f605afed996b22d711f49b48fa92" region="sound1" offset="800000"/>
		<rom name="069-c1.bin" size="4194304" crc="e302f93c" sha1="d8610b14900b2b8fe691b67ca9b1abb335dbff74" region="gfx3" offset="0"/>
		<rom name="069-c2.bin" size="4194304" crc="1053a455" sha1="69501bfac68739e63d798045b812badd251d57b8" region="gfx3" offset="1"/>
		<rom name="069-c3.bin" size="4194304" crc="1c0fde2f" sha1="cf6c2ef56c03a861de3b0b6dc0d7c9204d947f9d" region="gfx3" offset="800000"/>
		<rom name="069-c4.bin" size="4194304" crc="a25fc3d0" sha1="83cb349e2f1032652060b233e741fb893be5af16" region="gfx3" offset="800001"/>
		<rom name="069-c5.bin" size="2097152" crc="b3ec6fa6" sha1="7e4c8ee9dd8d9a25ff183d9d8b05f38769348bc7" region="gfx3" offset="1000000"/>
		<rom name="069-c6.bin" size="2097152" crc="69210441" sha1="6d496c549dba65caabeaffe5b762e86f9d648a26" region="gfx3" offset="1000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="ffur3eh" sourcefile="neogeo.c">
		<description>Fatal Fury 3 (Add Char - Ultra kill style changed)</description>
		<year>1995</year>
		<manufacturer>Creamymami and Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="069eh-p1.bin" size="1048576" crc="e07140da" sha1="205d7e2c7be66959430a8ecfa20a368c8bf90f62" region="cpu1" offset="0"/>
		<rom name="069-p2.bin" size="2097152" crc="dbe963ed" sha1="8ece7f663cfe8e563576a397e41161d392cee67e" region="cpu1" offset="100000"/>
		<rom name="069-s1.bin" size="131072" crc="0b33a800" sha1="b7d2cc97da4f30ddebc7b801f5e1d17d2306b2db" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="069-m1.bin" size="131072" crc="fce72926" sha1="a40c74f793900b8542f0b8383ce4bf46fca112d4" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="069-v1.bin" size="4194304" crc="2bdbd4db" sha1="5f4fecf69c2329d699cbd45829c19303b1e2a80e" region="sound1" offset="0"/>
		<rom name="069-v2.bin" size="4194304" crc="a698a487" sha1="11b8bc53bc26a51f4a408e900e3769958625c4ed" region="sound1" offset="400000"/>
		<rom name="069-v3.bin" size="2097152" crc="581c5304" sha1="e9550ec547b4f605afed996b22d711f49b48fa92" region="sound1" offset="800000"/>
		<rom name="069-c1.bin" size="4194304" crc="e302f93c" sha1="d8610b14900b2b8fe691b67ca9b1abb335dbff74" region="gfx3" offset="0"/>
		<rom name="069-c2.bin" size="4194304" crc="1053a455" sha1="69501bfac68739e63d798045b812badd251d57b8" region="gfx3" offset="1"/>
		<rom name="069-c3.bin" size="4194304" crc="1c0fde2f" sha1="cf6c2ef56c03a861de3b0b6dc0d7c9204d947f9d" region="gfx3" offset="800000"/>
		<rom name="069-c4.bin" size="4194304" crc="a25fc3d0" sha1="83cb349e2f1032652060b233e741fb893be5af16" region="gfx3" offset="800001"/>
		<rom name="069-c5.bin" size="2097152" crc="b3ec6fa6" sha1="7e4c8ee9dd8d9a25ff183d9d8b05f38769348bc7" region="gfx3" offset="1000000"/>
		<rom name="069-c6.bin" size="2097152" crc="69210441" sha1="6d496c549dba65caabeaffe5b762e86f9d648a26" region="gfx3" offset="1000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="ffspeh" sourcefile="neogeo.c">
		<description>Fatal Fury Special (Add Ryo)</description>
		<year>1993</year>
		<manufacturer>Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="058eh-p1.bin" size="1048576" crc="5da7db92" sha1="755c90b1a722a844c0e518ca188d915317c5abb0" region="cpu1" offset="0"/>
		<rom name="058-p2.bin" size="524288" crc="d7c71a6b" sha1="b3428063031a2e5857da40a5d2ffa87fb550c1bb" region="cpu1" offset="100000"/>
		<rom name="058-s1.bin" size="131072" crc="2df03197" sha1="24083cfc97e720ac9e131c9fe37df57e27c49294" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="058-m1.bin" size="131072" crc="ccc5186e" sha1="cf9091c523c182aebfb928c91640b2d72fd70123" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="058-v1.bin" size="2097152" crc="55d7ce84" sha1="05ac6a395d9bf9166925acca176a8d6129f533c8" region="sound1" offset="0"/>
		<rom name="058-v2.bin" size="2097152" crc="ee080b10" sha1="29814fc21bbe30d37745c8918fab00c83a309be4" region="sound1" offset="200000"/>
		<rom name="058-v3.bin" size="1048576" crc="f9eb3d4a" sha1="d1747f9460b965f6daf4f881ed4ecd04c5253434" region="sound1" offset="400000"/>
		<rom name="058-c1.bin" size="2097152" crc="044ab13c" sha1="569d283638a132bc163faac2a9055497017ee0d2" region="gfx3" offset="0"/>
		<rom name="058-c2.bin" size="2097152" crc="11e6bf96" sha1="c093a4f93f13e07b276e28b30c2a14dda9135d8f" region="gfx3" offset="1"/>
		<rom name="058-c3.bin" size="2097152" crc="6f7938d5" sha1="be057b0a3faeb76d5fff161d3e6fea8a26e11d2c" region="gfx3" offset="400000"/>
		<rom name="058-c4.bin" size="2097152" crc="4ad066ff" sha1="4e304646d954d5f7bbabc5d068e85de31d38830f" region="gfx3" offset="400001"/>
		<rom name="058-c5.bin" size="2097152" crc="49c5e0bf" sha1="f3784178f90751990ea47a082a6aa869ee3566c9" region="gfx3" offset="800000"/>
		<rom name="058-c6.bin" size="2097152" crc="8ff1f43d" sha1="6180ceb5412a3e2e34e9513a3283b9f63087f747" region="gfx3" offset="800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="garopamu" sourcefile="neogeo.c" cloneof="garoupy" romof="garoupy">
		<description>Garou - Mark of the Wolves (proto) (Approach to Arcade by MU v5.0a)</description>
		<year>1999</year>
		<manufacturer>MU</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="253mu-p1p.bin" size="1048576" crc="d5c54453" sha1="a7fe7ab68161583e10397b1b1b30299be93ae90c" region="cpu1" offset="0"/>
		<rom name="253-p2p.bin" merge="253-p2p.bin" size="4194304" crc="bf8de565" sha1="0e24574168cd38138bed0aa4dca49849f6901ca2" region="cpu1" offset="100000"/>
		<rom name="253-s1p.bin" merge="253-s1p.bin" size="131072" crc="779989de" sha1="8bd550857b60f8a907f6d39a4225ceffdd330307" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="253-m1p.bin" merge="253-m1p.bin" size="262144" crc="bbe464f7" sha1="f5f8f3e48f5d453f45107085d6f4023bcd24c053" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="253-v1p.bin" merge="253-v1p.bin" size="4194304" crc="274f3923" sha1="4c7a8ad1cd0e3afc1f78de3c2929120ed434f104" region="sound1" offset="0"/>
		<rom name="253-v2p.bin" merge="253-v2p.bin" size="4194304" crc="8f86dabe" sha1="b3d2d9f5c1d97a6e7aee2c674fb6627f41bbb240" region="sound1" offset="400000"/>
		<rom name="253-v3p.bin" merge="253-v3p.bin" size="4194304" crc="05fd06cd" sha1="6cd699719614bb87547632ea3d61d92d81fdf563" region="sound1" offset="800000"/>
		<rom name="253-v4p.bin" merge="253-v4p.bin" size="4194304" crc="14984063" sha1="170d5638327ec0eb3590b80dc11590897367250c" region="sound1" offset="c00000"/>
		<rom name="253-c1p.bin" merge="253-c1p.bin" size="8388608" crc="5bb5d137" sha1="d648febd8e6a0bdd9bdbb6ce1f1f8b08567ec05a" region="gfx3" offset="0"/>
		<rom name="253-c2p.bin" merge="253-c2p.bin" size="8388608" crc="5c8d2960" sha1="f7503502be0332adf408ee0ea5ee5161c8939fd8" region="gfx3" offset="1"/>
		<rom name="253-c3p.bin" merge="253-c3p.bin" size="8388608" crc="234d16fc" sha1="7b9221f7ecc438150c8a10be72390329854ed21b" region="gfx3" offset="1000000"/>
		<rom name="253-c4p.bin" merge="253-c4p.bin" size="8388608" crc="b9b5b993" sha1="6059793eaf6e58c172235fe64aa9d25a40c38ed6" region="gfx3" offset="1000001"/>
		<rom name="253-c5p.bin" merge="253-c5p.bin" size="8388608" crc="722615d2" sha1="798832c535869f0e247c3db0d8253779b103e213" region="gfx3" offset="2000000"/>
		<rom name="253-c6p.bin" merge="253-c6p.bin" size="8388608" crc="0a6fab38" sha1="eaee6f2f18af91f7959d84d4b991b3fc182d07c4" region="gfx3" offset="2000001"/>
		<rom name="253-c7p.bin" merge="253-c7p.bin" size="8388608" crc="d68e806f" sha1="92bfd9839115bd590972ae4ecc45ad35dce22387" region="gfx3" offset="3000000"/>
		<rom name="253-c8p.bin" merge="253-c8p.bin" size="8388608" crc="f778fe99" sha1="c963f6ba90a36d02991728b44ffcf174ca18268a" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="garoupeh" sourcefile="neogeo.c" cloneof="garoupy" romof="garoupy">
		<description>Garou - Mark of the Wolves (proto) (Add Char)</description>
		<year>1999</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="253eh-p1p.bin" size="1048576" crc="61c65b05" sha1="0159d181eec3346c53c411bcfb9a3f17781fd7bc" region="cpu1" offset="0"/>
		<rom name="253-p2p.bin" merge="253-p2p.bin" size="4194304" crc="bf8de565" sha1="0e24574168cd38138bed0aa4dca49849f6901ca2" region="cpu1" offset="100000"/>
		<rom name="253-s1p.bin" merge="253-s1p.bin" size="131072" crc="779989de" sha1="8bd550857b60f8a907f6d39a4225ceffdd330307" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="253-m1p.bin" merge="253-m1p.bin" size="262144" crc="bbe464f7" sha1="f5f8f3e48f5d453f45107085d6f4023bcd24c053" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="253-v1p.bin" merge="253-v1p.bin" size="4194304" crc="274f3923" sha1="4c7a8ad1cd0e3afc1f78de3c2929120ed434f104" region="sound1" offset="0"/>
		<rom name="253-v2p.bin" merge="253-v2p.bin" size="4194304" crc="8f86dabe" sha1="b3d2d9f5c1d97a6e7aee2c674fb6627f41bbb240" region="sound1" offset="400000"/>
		<rom name="253-v3p.bin" merge="253-v3p.bin" size="4194304" crc="05fd06cd" sha1="6cd699719614bb87547632ea3d61d92d81fdf563" region="sound1" offset="800000"/>
		<rom name="253-v4p.bin" merge="253-v4p.bin" size="4194304" crc="14984063" sha1="170d5638327ec0eb3590b80dc11590897367250c" region="sound1" offset="c00000"/>
		<rom name="253-c1p.bin" merge="253-c1p.bin" size="8388608" crc="5bb5d137" sha1="d648febd8e6a0bdd9bdbb6ce1f1f8b08567ec05a" region="gfx3" offset="0"/>
		<rom name="253-c2p.bin" merge="253-c2p.bin" size="8388608" crc="5c8d2960" sha1="f7503502be0332adf408ee0ea5ee5161c8939fd8" region="gfx3" offset="1"/>
		<rom name="253-c3p.bin" merge="253-c3p.bin" size="8388608" crc="234d16fc" sha1="7b9221f7ecc438150c8a10be72390329854ed21b" region="gfx3" offset="1000000"/>
		<rom name="253-c4p.bin" merge="253-c4p.bin" size="8388608" crc="b9b5b993" sha1="6059793eaf6e58c172235fe64aa9d25a40c38ed6" region="gfx3" offset="1000001"/>
		<rom name="253-c5p.bin" merge="253-c5p.bin" size="8388608" crc="722615d2" sha1="798832c535869f0e247c3db0d8253779b103e213" region="gfx3" offset="2000000"/>
		<rom name="253-c6p.bin" merge="253-c6p.bin" size="8388608" crc="0a6fab38" sha1="eaee6f2f18af91f7959d84d4b991b3fc182d07c4" region="gfx3" offset="2000001"/>
		<rom name="253-c7p.bin" merge="253-c7p.bin" size="8388608" crc="d68e806f" sha1="92bfd9839115bd590972ae4ecc45ad35dce22387" region="gfx3" offset="3000000"/>
		<rom name="253-c8p.bin" merge="253-c8p.bin" size="8388608" crc="f778fe99" sha1="c963f6ba90a36d02991728b44ffcf174ca18268a" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="garopehc" sourcefile="neogeo.c" cloneof="garoupy" romof="garoupy">
		<description>Garou - Mark of the Wolves (proto) (Add Char - Pow hack)</description>
		<year>1999</year>
		<manufacturer>Creamymami and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="253ehc-p1p.bin" size="1048576" crc="46b087b7" sha1="236c8ec295a7380101be27c5ed472617380a87a6" region="cpu1" offset="0"/>
		<rom name="253-p2p.bin" merge="253-p2p.bin" size="4194304" crc="bf8de565" sha1="0e24574168cd38138bed0aa4dca49849f6901ca2" region="cpu1" offset="100000"/>
		<rom name="253-s1p.bin" merge="253-s1p.bin" size="131072" crc="779989de" sha1="8bd550857b60f8a907f6d39a4225ceffdd330307" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="253-m1p.bin" merge="253-m1p.bin" size="262144" crc="bbe464f7" sha1="f5f8f3e48f5d453f45107085d6f4023bcd24c053" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="253-v1p.bin" merge="253-v1p.bin" size="4194304" crc="274f3923" sha1="4c7a8ad1cd0e3afc1f78de3c2929120ed434f104" region="sound1" offset="0"/>
		<rom name="253-v2p.bin" merge="253-v2p.bin" size="4194304" crc="8f86dabe" sha1="b3d2d9f5c1d97a6e7aee2c674fb6627f41bbb240" region="sound1" offset="400000"/>
		<rom name="253-v3p.bin" merge="253-v3p.bin" size="4194304" crc="05fd06cd" sha1="6cd699719614bb87547632ea3d61d92d81fdf563" region="sound1" offset="800000"/>
		<rom name="253-v4p.bin" merge="253-v4p.bin" size="4194304" crc="14984063" sha1="170d5638327ec0eb3590b80dc11590897367250c" region="sound1" offset="c00000"/>
		<rom name="253-c1p.bin" merge="253-c1p.bin" size="8388608" crc="5bb5d137" sha1="d648febd8e6a0bdd9bdbb6ce1f1f8b08567ec05a" region="gfx3" offset="0"/>
		<rom name="253-c2p.bin" merge="253-c2p.bin" size="8388608" crc="5c8d2960" sha1="f7503502be0332adf408ee0ea5ee5161c8939fd8" region="gfx3" offset="1"/>
		<rom name="253-c3p.bin" merge="253-c3p.bin" size="8388608" crc="234d16fc" sha1="7b9221f7ecc438150c8a10be72390329854ed21b" region="gfx3" offset="1000000"/>
		<rom name="253-c4p.bin" merge="253-c4p.bin" size="8388608" crc="b9b5b993" sha1="6059793eaf6e58c172235fe64aa9d25a40c38ed6" region="gfx3" offset="1000001"/>
		<rom name="253-c5p.bin" merge="253-c5p.bin" size="8388608" crc="722615d2" sha1="798832c535869f0e247c3db0d8253779b103e213" region="gfx3" offset="2000000"/>
		<rom name="253-c6p.bin" merge="253-c6p.bin" size="8388608" crc="0a6fab38" sha1="eaee6f2f18af91f7959d84d4b991b3fc182d07c4" region="gfx3" offset="2000001"/>
		<rom name="253-c7p.bin" merge="253-c7p.bin" size="8388608" crc="d68e806f" sha1="92bfd9839115bd590972ae4ecc45ad35dce22387" region="gfx3" offset="3000000"/>
		<rom name="253-c8p.bin" merge="253-c8p.bin" size="8388608" crc="f778fe99" sha1="c963f6ba90a36d02991728b44ffcf174ca18268a" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="garoupy" sourcefile="neogeo.c">
		<description>Garou - Mark of the Wolves (proto) (P1 Add Char)</description>
		<year>1999</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="motwy_p1.rom" size="1048576" crc="5b010d7a" sha1="5dc416e634456b2403adf0668d18fc5ff60fafdc" region="cpu1" offset="0"/>
		<rom name="253-p2p.bin" size="4194304" crc="bf8de565" sha1="0e24574168cd38138bed0aa4dca49849f6901ca2" region="cpu1" offset="100000"/>
		<rom name="253-s1p.bin" size="131072" crc="779989de" sha1="8bd550857b60f8a907f6d39a4225ceffdd330307" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="253-m1p.bin" size="262144" crc="bbe464f7" sha1="f5f8f3e48f5d453f45107085d6f4023bcd24c053" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="253-v1p.bin" size="4194304" crc="274f3923" sha1="4c7a8ad1cd0e3afc1f78de3c2929120ed434f104" region="sound1" offset="0"/>
		<rom name="253-v2p.bin" size="4194304" crc="8f86dabe" sha1="b3d2d9f5c1d97a6e7aee2c674fb6627f41bbb240" region="sound1" offset="400000"/>
		<rom name="253-v3p.bin" size="4194304" crc="05fd06cd" sha1="6cd699719614bb87547632ea3d61d92d81fdf563" region="sound1" offset="800000"/>
		<rom name="253-v4p.bin" size="4194304" crc="14984063" sha1="170d5638327ec0eb3590b80dc11590897367250c" region="sound1" offset="c00000"/>
		<rom name="253-c1p.bin" size="8388608" crc="5bb5d137" sha1="d648febd8e6a0bdd9bdbb6ce1f1f8b08567ec05a" region="gfx3" offset="0"/>
		<rom name="253-c2p.bin" size="8388608" crc="5c8d2960" sha1="f7503502be0332adf408ee0ea5ee5161c8939fd8" region="gfx3" offset="1"/>
		<rom name="253-c3p.bin" size="8388608" crc="234d16fc" sha1="7b9221f7ecc438150c8a10be72390329854ed21b" region="gfx3" offset="1000000"/>
		<rom name="253-c4p.bin" size="8388608" crc="b9b5b993" sha1="6059793eaf6e58c172235fe64aa9d25a40c38ed6" region="gfx3" offset="1000001"/>
		<rom name="253-c5p.bin" size="8388608" crc="722615d2" sha1="798832c535869f0e247c3db0d8253779b103e213" region="gfx3" offset="2000000"/>
		<rom name="253-c6p.bin" size="8388608" crc="0a6fab38" sha1="eaee6f2f18af91f7959d84d4b991b3fc182d07c4" region="gfx3" offset="2000001"/>
		<rom name="253-c7p.bin" size="8388608" crc="d68e806f" sha1="92bfd9839115bd590972ae4ecc45ad35dce22387" region="gfx3" offset="3000000"/>
		<rom name="253-c8p.bin" size="8388608" crc="f778fe99" sha1="c963f6ba90a36d02991728b44ffcf174ca18268a" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="garoupf" sourcefile="neogeo.c" cloneof="garoupy" romof="garoupy">
		<description>Garou - Mark of the Wolves (proto) (Fixed winning message, sprites and some bugs)</description>
		<year>1999</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="253f-p1p.bin" size="1048576" crc="124bdbf7" sha1="81f4bc87aa6b7d34ecf4bedf0baa8aeb5b2e179a" region="cpu1" offset="0"/>
		<rom name="253f-p2p.bin" size="4194304" crc="19eb641b" sha1="114be5c20142223cf6bb0938aa3b07b61e3243e1" region="cpu1" offset="100000"/>
		<rom name="253-s1p.bin" merge="253-s1p.bin" size="131072" crc="779989de" sha1="8bd550857b60f8a907f6d39a4225ceffdd330307" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="253-m1p.bin" merge="253-m1p.bin" size="262144" crc="bbe464f7" sha1="f5f8f3e48f5d453f45107085d6f4023bcd24c053" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="253-v1p.bin" merge="253-v1p.bin" size="4194304" crc="274f3923" sha1="4c7a8ad1cd0e3afc1f78de3c2929120ed434f104" region="sound1" offset="0"/>
		<rom name="253-v2p.bin" merge="253-v2p.bin" size="4194304" crc="8f86dabe" sha1="b3d2d9f5c1d97a6e7aee2c674fb6627f41bbb240" region="sound1" offset="400000"/>
		<rom name="253-v3p.bin" merge="253-v3p.bin" size="4194304" crc="05fd06cd" sha1="6cd699719614bb87547632ea3d61d92d81fdf563" region="sound1" offset="800000"/>
		<rom name="253-v4p.bin" merge="253-v4p.bin" size="4194304" crc="14984063" sha1="170d5638327ec0eb3590b80dc11590897367250c" region="sound1" offset="c00000"/>
		<rom name="253-c1p.bin" merge="253-c1p.bin" size="8388608" crc="5bb5d137" sha1="d648febd8e6a0bdd9bdbb6ce1f1f8b08567ec05a" region="gfx3" offset="0"/>
		<rom name="253-c2p.bin" merge="253-c2p.bin" size="8388608" crc="5c8d2960" sha1="f7503502be0332adf408ee0ea5ee5161c8939fd8" region="gfx3" offset="1"/>
		<rom name="253-c3p.bin" merge="253-c3p.bin" size="8388608" crc="234d16fc" sha1="7b9221f7ecc438150c8a10be72390329854ed21b" region="gfx3" offset="1000000"/>
		<rom name="253-c4p.bin" merge="253-c4p.bin" size="8388608" crc="b9b5b993" sha1="6059793eaf6e58c172235fe64aa9d25a40c38ed6" region="gfx3" offset="1000001"/>
		<rom name="253-c5p.bin" merge="253-c5p.bin" size="8388608" crc="722615d2" sha1="798832c535869f0e247c3db0d8253779b103e213" region="gfx3" offset="2000000"/>
		<rom name="253-c6p.bin" merge="253-c6p.bin" size="8388608" crc="0a6fab38" sha1="eaee6f2f18af91f7959d84d4b991b3fc182d07c4" region="gfx3" offset="2000001"/>
		<rom name="253-c7p.bin" merge="253-c7p.bin" size="8388608" crc="d68e806f" sha1="92bfd9839115bd590972ae4ecc45ad35dce22387" region="gfx3" offset="3000000"/>
		<rom name="253-c8p.bin" merge="253-c8p.bin" size="8388608" crc="f778fe99" sha1="c963f6ba90a36d02991728b44ffcf174ca18268a" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="garoupfu" sourcefile="neogeo.c" cloneof="garoupy" romof="garoupy">
		<description>Garou - Mark of the Wolves (proto) (Unk Hack/Fix)</description>
		<year>1999</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="253u-p1p.bin" size="1048576" crc="3f41581e" sha1="f62c64529a79c8867b789bc655182d702824464c" region="cpu1" offset="0"/>
		<rom name="253u-p2p.bin" size="4194304" crc="cf4b3903" sha1="cfc00dc3eb0f6d566c3f5dd8ec0d6b4440e17aae" region="cpu1" offset="100000"/>
		<rom name="253-s1p.bin" merge="253-s1p.bin" size="131072" crc="779989de" sha1="8bd550857b60f8a907f6d39a4225ceffdd330307" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="253-m1p.bin" merge="253-m1p.bin" size="262144" crc="bbe464f7" sha1="f5f8f3e48f5d453f45107085d6f4023bcd24c053" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="253-v1p.bin" merge="253-v1p.bin" size="4194304" crc="274f3923" sha1="4c7a8ad1cd0e3afc1f78de3c2929120ed434f104" region="sound1" offset="0"/>
		<rom name="253-v2p.bin" merge="253-v2p.bin" size="4194304" crc="8f86dabe" sha1="b3d2d9f5c1d97a6e7aee2c674fb6627f41bbb240" region="sound1" offset="400000"/>
		<rom name="253-v3p.bin" merge="253-v3p.bin" size="4194304" crc="05fd06cd" sha1="6cd699719614bb87547632ea3d61d92d81fdf563" region="sound1" offset="800000"/>
		<rom name="253-v4p.bin" merge="253-v4p.bin" size="4194304" crc="14984063" sha1="170d5638327ec0eb3590b80dc11590897367250c" region="sound1" offset="c00000"/>
		<rom name="253-c1p.bin" merge="253-c1p.bin" size="8388608" crc="5bb5d137" sha1="d648febd8e6a0bdd9bdbb6ce1f1f8b08567ec05a" region="gfx3" offset="0"/>
		<rom name="253-c2p.bin" merge="253-c2p.bin" size="8388608" crc="5c8d2960" sha1="f7503502be0332adf408ee0ea5ee5161c8939fd8" region="gfx3" offset="1"/>
		<rom name="253-c3p.bin" merge="253-c3p.bin" size="8388608" crc="234d16fc" sha1="7b9221f7ecc438150c8a10be72390329854ed21b" region="gfx3" offset="1000000"/>
		<rom name="253-c4p.bin" merge="253-c4p.bin" size="8388608" crc="b9b5b993" sha1="6059793eaf6e58c172235fe64aa9d25a40c38ed6" region="gfx3" offset="1000001"/>
		<rom name="253-c5p.bin" merge="253-c5p.bin" size="8388608" crc="722615d2" sha1="798832c535869f0e247c3db0d8253779b103e213" region="gfx3" offset="2000000"/>
		<rom name="253-c6p.bin" merge="253-c6p.bin" size="8388608" crc="0a6fab38" sha1="eaee6f2f18af91f7959d84d4b991b3fc182d07c4" region="gfx3" offset="2000001"/>
		<rom name="253-c7p.bin" merge="253-c7p.bin" size="8388608" crc="d68e806f" sha1="92bfd9839115bd590972ae4ecc45ad35dce22387" region="gfx3" offset="3000000"/>
		<rom name="253-c8p.bin" merge="253-c8p.bin" size="8388608" crc="f778fe99" sha1="c963f6ba90a36d02991728b44ffcf174ca18268a" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="garoupfp" sourcefile="neogeo.c" cloneof="garoupy" romof="garoupy">
		<description>Garou - Mark of the Wolves (proto) (Rom Fix - FixPlus)</description>
		<year>1999</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="253fp-p1p.bin" size="1048576" crc="0b23e2cb" sha1="b61730457efebffc4a1f5a31fefbaf2e4cc8f49e" region="cpu1" offset="0"/>
		<rom name="253-p2p.bin" merge="253-p2p.bin" size="4194304" crc="bf8de565" sha1="0e24574168cd38138bed0aa4dca49849f6901ca2" region="cpu1" offset="100000"/>
		<rom name="253-s1p.bin" merge="253-s1p.bin" size="131072" crc="779989de" sha1="8bd550857b60f8a907f6d39a4225ceffdd330307" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="253-m1p.bin" merge="253-m1p.bin" size="262144" crc="bbe464f7" sha1="f5f8f3e48f5d453f45107085d6f4023bcd24c053" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="253-v1p.bin" merge="253-v1p.bin" size="4194304" crc="274f3923" sha1="4c7a8ad1cd0e3afc1f78de3c2929120ed434f104" region="sound1" offset="0"/>
		<rom name="253-v2p.bin" merge="253-v2p.bin" size="4194304" crc="8f86dabe" sha1="b3d2d9f5c1d97a6e7aee2c674fb6627f41bbb240" region="sound1" offset="400000"/>
		<rom name="253-v3p.bin" merge="253-v3p.bin" size="4194304" crc="05fd06cd" sha1="6cd699719614bb87547632ea3d61d92d81fdf563" region="sound1" offset="800000"/>
		<rom name="253-v4p.bin" merge="253-v4p.bin" size="4194304" crc="14984063" sha1="170d5638327ec0eb3590b80dc11590897367250c" region="sound1" offset="c00000"/>
		<rom name="253-c1p.bin" merge="253-c1p.bin" size="8388608" crc="5bb5d137" sha1="d648febd8e6a0bdd9bdbb6ce1f1f8b08567ec05a" region="gfx3" offset="0"/>
		<rom name="253-c2p.bin" merge="253-c2p.bin" size="8388608" crc="5c8d2960" sha1="f7503502be0332adf408ee0ea5ee5161c8939fd8" region="gfx3" offset="1"/>
		<rom name="253-c3p.bin" merge="253-c3p.bin" size="8388608" crc="234d16fc" sha1="7b9221f7ecc438150c8a10be72390329854ed21b" region="gfx3" offset="1000000"/>
		<rom name="253-c4p.bin" merge="253-c4p.bin" size="8388608" crc="b9b5b993" sha1="6059793eaf6e58c172235fe64aa9d25a40c38ed6" region="gfx3" offset="1000001"/>
		<rom name="253-c5p.bin" merge="253-c5p.bin" size="8388608" crc="722615d2" sha1="798832c535869f0e247c3db0d8253779b103e213" region="gfx3" offset="2000000"/>
		<rom name="253-c6p.bin" merge="253-c6p.bin" size="8388608" crc="0a6fab38" sha1="eaee6f2f18af91f7959d84d4b991b3fc182d07c4" region="gfx3" offset="2000001"/>
		<rom name="253-c7p.bin" merge="253-c7p.bin" size="8388608" crc="d68e806f" sha1="92bfd9839115bd590972ae4ecc45ad35dce22387" region="gfx3" offset="3000000"/>
		<rom name="253-c8p.bin" merge="253-c8p.bin" size="8388608" crc="f778fe99" sha1="c963f6ba90a36d02991728b44ffcf174ca18268a" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kabukleh" sourcefile="neogeo.c">
		<description>Far East of Eden - Kabuki Klash (Add Char)</description>
		<year>1995</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="092eh-p1.bin" size="2097152" crc="bcf0f989" sha1="91d493486a2be79817d31e75a192079497a45360" region="cpu1" offset="100000"/>
		<rom name="092-s1.bin" size="131072" crc="a3d68ee2" sha1="386f6110a16967a72fbf788f9d968fddcdcd2889" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="092-m1.bin" size="131072" crc="91957ef6" sha1="7b6907532a0e02ceb643623cbd689cf228776ed1" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="092-v1.bin" size="2097152" crc="69e90596" sha1="1a2007d7784b3ce90d115980c3353862f1664d45" region="sound1" offset="0"/>
		<rom name="092-v2.bin" size="2097152" crc="7abdb75d" sha1="0bff764889fe02f37877514c7fc450250839f632" region="sound1" offset="200000"/>
		<rom name="092-v3.bin" size="2097152" crc="eccc98d3" sha1="b0dfbdb1ea045cb961323ac6906ab342256c3dc7" region="sound1" offset="400000"/>
		<rom name="092-v4.bin" size="1048576" crc="a7c9c949" sha1="574bc55b45e81ce357b14f5992426115de25cd35" region="sound1" offset="600000"/>
		<rom name="092-c1.bin" size="4194304" crc="2a9fab01" sha1="aa9f037df33ae0575b328734c76c0918ae1917e9" region="gfx3" offset="0"/>
		<rom name="092-c2.bin" size="4194304" crc="6d2bac02" sha1="dfe96b62883333872be432e8af1ae617c9e62698" region="gfx3" offset="1"/>
		<rom name="092-c3.bin" size="4194304" crc="5da735d6" sha1="f1c05a73794ece15576a0a30c81f4a44faac475a" region="gfx3" offset="800000"/>
		<rom name="092-c4.bin" size="4194304" crc="de07f997" sha1="c27a4d4bef868eed38dc152ff37d4135b16cc991" region="gfx3" offset="800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kabuklyc" sourcefile="neogeo.c">
		<description>Far East of Eden - Kabuki Klash (Add Char - Magic always max)</description>
		<year>1995</year>
		<manufacturer>Creamymami and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="092yc-p1.bin" size="2097152" crc="dc1b9aae" sha1="8b10adf0b6192cea555ab373e9716faf64dcd897" region="cpu1" offset="100000"/>
		<rom name="092-s1.bin" size="131072" crc="a3d68ee2" sha1="386f6110a16967a72fbf788f9d968fddcdcd2889" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="092-m1.bin" size="131072" crc="91957ef6" sha1="7b6907532a0e02ceb643623cbd689cf228776ed1" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="092-v1.bin" size="2097152" crc="69e90596" sha1="1a2007d7784b3ce90d115980c3353862f1664d45" region="sound1" offset="0"/>
		<rom name="092-v2.bin" size="2097152" crc="7abdb75d" sha1="0bff764889fe02f37877514c7fc450250839f632" region="sound1" offset="200000"/>
		<rom name="092-v3.bin" size="2097152" crc="eccc98d3" sha1="b0dfbdb1ea045cb961323ac6906ab342256c3dc7" region="sound1" offset="400000"/>
		<rom name="092-v4.bin" size="1048576" crc="a7c9c949" sha1="574bc55b45e81ce357b14f5992426115de25cd35" region="sound1" offset="600000"/>
		<rom name="092-c1.bin" size="4194304" crc="2a9fab01" sha1="aa9f037df33ae0575b328734c76c0918ae1917e9" region="gfx3" offset="0"/>
		<rom name="092-c2.bin" size="4194304" crc="6d2bac02" sha1="dfe96b62883333872be432e8af1ae617c9e62698" region="gfx3" offset="1"/>
		<rom name="092-c3.bin" size="4194304" crc="5da735d6" sha1="f1c05a73794ece15576a0a30c81f4a44faac475a" region="gfx3" offset="800000"/>
		<rom name="092-c4.bin" size="4194304" crc="de07f997" sha1="c27a4d4bef868eed38dc152ff37d4135b16cc991" region="gfx3" offset="800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kabukgmc" sourcefile="neogeo.c">
		<description>Far East of Eden - Kabuki Klash (Color Fix set 1 - Title screen and char color changed)</description>
		<year>1995</year>
		<manufacturer>Flycboy</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="092gmc-p1.bin" size="2097152" crc="928aa6ce" sha1="98d6ea9a3c1976b2311f395f2cc9acedbb5226eb" region="cpu1" offset="100000"/>
		<rom name="092-s1.bin" size="131072" crc="a3d68ee2" sha1="386f6110a16967a72fbf788f9d968fddcdcd2889" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="092-m1.bin" size="131072" crc="91957ef6" sha1="7b6907532a0e02ceb643623cbd689cf228776ed1" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="092-v1.bin" size="2097152" crc="69e90596" sha1="1a2007d7784b3ce90d115980c3353862f1664d45" region="sound1" offset="0"/>
		<rom name="092-v2.bin" size="2097152" crc="7abdb75d" sha1="0bff764889fe02f37877514c7fc450250839f632" region="sound1" offset="200000"/>
		<rom name="092-v3.bin" size="2097152" crc="eccc98d3" sha1="b0dfbdb1ea045cb961323ac6906ab342256c3dc7" region="sound1" offset="400000"/>
		<rom name="092-v4.bin" size="1048576" crc="a7c9c949" sha1="574bc55b45e81ce357b14f5992426115de25cd35" region="sound1" offset="600000"/>
		<rom name="092-c1.bin" size="4194304" crc="2a9fab01" sha1="aa9f037df33ae0575b328734c76c0918ae1917e9" region="gfx3" offset="0"/>
		<rom name="092-c2.bin" size="4194304" crc="6d2bac02" sha1="dfe96b62883333872be432e8af1ae617c9e62698" region="gfx3" offset="1"/>
		<rom name="092-c3.bin" size="4194304" crc="5da735d6" sha1="f1c05a73794ece15576a0a30c81f4a44faac475a" region="gfx3" offset="800000"/>
		<rom name="092-c4.bin" size="4194304" crc="de07f997" sha1="c27a4d4bef868eed38dc152ff37d4135b16cc991" region="gfx3" offset="800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kabuklgm" sourcefile="neogeo.c">
		<description>Far East of Eden - Kabuki Klash (Color Fix set 2 - Title screen and char color changed)</description>
		<year>1995</year>
		<manufacturer>Flycboy</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="092gm-p1.bin" size="2097152" crc="af1f9201" sha1="22c3b71608dad065c09c01ffae24382f8ddae7d6" region="cpu1" offset="100000"/>
		<rom name="092-s1.bin" size="131072" crc="a3d68ee2" sha1="386f6110a16967a72fbf788f9d968fddcdcd2889" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="092-m1.bin" size="131072" crc="91957ef6" sha1="7b6907532a0e02ceb643623cbd689cf228776ed1" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="092-v1.bin" size="2097152" crc="69e90596" sha1="1a2007d7784b3ce90d115980c3353862f1664d45" region="sound1" offset="0"/>
		<rom name="092-v2.bin" size="2097152" crc="7abdb75d" sha1="0bff764889fe02f37877514c7fc450250839f632" region="sound1" offset="200000"/>
		<rom name="092-v3.bin" size="2097152" crc="eccc98d3" sha1="b0dfbdb1ea045cb961323ac6906ab342256c3dc7" region="sound1" offset="400000"/>
		<rom name="092-v4.bin" size="1048576" crc="a7c9c949" sha1="574bc55b45e81ce357b14f5992426115de25cd35" region="sound1" offset="600000"/>
		<rom name="092-c1.bin" size="4194304" crc="2a9fab01" sha1="aa9f037df33ae0575b328734c76c0918ae1917e9" region="gfx3" offset="0"/>
		<rom name="092-c2.bin" size="4194304" crc="6d2bac02" sha1="dfe96b62883333872be432e8af1ae617c9e62698" region="gfx3" offset="1"/>
		<rom name="092-c3.bin" size="4194304" crc="5da735d6" sha1="f1c05a73794ece15576a0a30c81f4a44faac475a" region="gfx3" offset="800000"/>
		<rom name="092-c4.bin" size="4194304" crc="de07f997" sha1="c27a4d4bef868eed38dc152ff37d4135b16cc991" region="gfx3" offset="800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kabuklmc" sourcefile="neogeo.c">
		<description>Far East of Eden - Kabuki Klash (Magic always max)</description>
		<year>1995</year>
		<manufacturer>Creamymami</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="092mc-p1.bin" size="2097152" crc="4807f850" sha1="de0094b2daf59f46aca1acb5e84bf142d6a559ad" region="cpu1" offset="100000"/>
		<rom name="092-s1.bin" size="131072" crc="a3d68ee2" sha1="386f6110a16967a72fbf788f9d968fddcdcd2889" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="092-m1.bin" size="131072" crc="91957ef6" sha1="7b6907532a0e02ceb643623cbd689cf228776ed1" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="092-v1.bin" size="2097152" crc="69e90596" sha1="1a2007d7784b3ce90d115980c3353862f1664d45" region="sound1" offset="0"/>
		<rom name="092-v2.bin" size="2097152" crc="7abdb75d" sha1="0bff764889fe02f37877514c7fc450250839f632" region="sound1" offset="200000"/>
		<rom name="092-v3.bin" size="2097152" crc="eccc98d3" sha1="b0dfbdb1ea045cb961323ac6906ab342256c3dc7" region="sound1" offset="400000"/>
		<rom name="092-v4.bin" size="1048576" crc="a7c9c949" sha1="574bc55b45e81ce357b14f5992426115de25cd35" region="sound1" offset="600000"/>
		<rom name="092-c1.bin" size="4194304" crc="2a9fab01" sha1="aa9f037df33ae0575b328734c76c0918ae1917e9" region="gfx3" offset="0"/>
		<rom name="092-c2.bin" size="4194304" crc="6d2bac02" sha1="dfe96b62883333872be432e8af1ae617c9e62698" region="gfx3" offset="1"/>
		<rom name="092-c3.bin" size="4194304" crc="5da735d6" sha1="f1c05a73794ece15576a0a30c81f4a44faac475a" region="gfx3" offset="800000"/>
		<rom name="092-c4.bin" size="4194304" crc="de07f997" sha1="c27a4d4bef868eed38dc152ff37d4135b16cc991" region="gfx3" offset="800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="karnvreh" sourcefile="neogeo.c">
		<description>Karnov's Revenge (Add Char)</description>
		<year>1994</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="066eh-p1.bin" size="1048576" crc="76dfb5be" sha1="e7b72c50c5abc1cf8088fb18a40560b787f5284e" region="cpu1" offset="0"/>
		<rom name="066-s1.bin" size="131072" crc="bae5d5e5" sha1="aa69d9b235b781ec51f72a528fada9cb12e72cbc" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="066-m1.bin" size="131072" crc="030beae4" sha1="ceb6ee6c09514504efacdbca7b280901e4c97084" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="066-v1.bin" size="2097152" crc="0b7ea37a" sha1="34e7d4f6db053674a7e8c8b2e3e398777d5b02e6" region="sound1" offset="0"/>
		<rom name="066-c1.bin" size="2097152" crc="09dfe061" sha1="ca4c0f0ce80967b4be2f18b72435c468bbfbac4c" region="gfx3" offset="0"/>
		<rom name="066-c2.bin" size="2097152" crc="e0f6682a" sha1="addb4fbc30da2b8ffc86819d92a874eb232f67dd" region="gfx3" offset="1"/>
		<rom name="066-c3.bin" size="2097152" crc="a673b4f7" sha1="d138f5b38fd65c61549ce36f5c4983f7c8a3e7f6" region="gfx3" offset="400000"/>
		<rom name="066-c4.bin" size="2097152" crc="cb3dc5f4" sha1="865d9ccfc3df517c341d6aac16120f6b6aa759fe" region="gfx3" offset="400001"/>
		<rom name="066-c5.bin" size="2097152" crc="9a28785d" sha1="19723e1f7ff429e8a038d89488b279f830dfaf6e" region="gfx3" offset="800000"/>
		<rom name="066-c6.bin" size="2097152" crc="c15c01ed" sha1="7cf5583e6610bcdc3b332896cefc71df84fb3f19" region="gfx3" offset="800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kizunaeh" sourcefile="neogeo.c">
		<description>Kizuna Encounter (Add Char)</description>
		<year>1996</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="216eh-p1.bin" size="2097152" crc="a4ccd402" sha1="038539bf889af6186bb81db330e6dbdf06f64fa8" region="cpu1" offset="100000"/>
		<rom name="216-s1.bin" size="131072" crc="efdc72d7" sha1="be37cbf1852e2e4c907cc799b754b538544b6703" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="216-m1.bin" size="131072" crc="1b096820" sha1="72852e78c620038f8dafde5e54e02e418c31be9c" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="059-v1.bin" size="2097152" crc="530c50fd" sha1="29401cee7f7d2c199c7cb58092e86b28205e81ad" region="sound1" offset="0"/>
		<rom name="216-v2.bin" size="2097152" crc="03667a8d" sha1="3b0475e553a49f8788f32b0c84f82645cc6b4273" region="sound1" offset="200000"/>
		<rom name="059-v3.bin" size="2097152" crc="7038c2f9" sha1="c1d6f86b24feba03fe009b58199d2eeabe572f4e" region="sound1" offset="400000"/>
		<rom name="216-v4.bin" size="2097152" crc="31b99bd6" sha1="5871751f8e9e6b98337472c22b5e1c7ede0a9311" region="sound1" offset="600000"/>
		<rom name="059-c1.bin" size="2097152" crc="763ba611" sha1="d3262e0332c894ee149c5963f882cc5e5562ee57" region="gfx3" offset="0"/>
		<rom name="059-c2.bin" size="2097152" crc="e05e8ca6" sha1="986a9b16ff92bc101ab567d2d01348e093abea9a" region="gfx3" offset="1"/>
		<rom name="216-c3.bin" size="4194304" crc="665c9f16" sha1="7ec781a49a462f395b450460b29493f55134eac2" region="gfx3" offset="800000"/>
		<rom name="216-c4.bin" size="4194304" crc="7f5d03db" sha1="365ed266c121f4df0bb76898955a8ae0e668a216" region="gfx3" offset="800001"/>
		<rom name="059-c5.bin" size="2097152" crc="59013f9e" sha1="5bf48fcc450da72a8c4685f6e3887e67eae49988" region="gfx3" offset="1000000"/>
		<rom name="059-c6.bin" size="2097152" crc="1c8d5def" sha1="475d89a5c4922a9f6bd756d23c2624d57b6e9d62" region="gfx3" offset="1000001"/>
		<rom name="059-c7.bin" size="2097152" crc="c88f7035" sha1="c29a428b741f4fe7b71a3bc23c87925b6bc1ca8f" region="gfx3" offset="1800000"/>
		<rom name="059-c8.bin" size="2097152" crc="484ce3ba" sha1="4f21ed20ce6e2b67e2b079404599310c94f591ff" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof94b" sourcefile="neogeo.c">
		<description>The King of Fighters '94 (Add Char)</description>
		<year>1994</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="055b-p1.bin" size="2097152" crc="c4c1b20a" sha1="963befa89ea08104cae0e195f9ed6b153af67f9c" region="cpu1" offset="100000"/>
		<rom name="055-s1.bin" size="131072" crc="825976c1" sha1="cb6a70bdd95d449d25196ca269b621c362db6743" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="055-m1.bin" size="131072" crc="f6e77cf5" sha1="292a3e3a4918ffe72bd1c41acb927b91844e035e" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="055-v1.bin" size="2097152" crc="8889596d" sha1="c9ce713b720511438dbd3fe3bcc7c246f475c6a2" region="sound1" offset="0"/>
		<rom name="055-v2.bin" size="2097152" crc="25022b27" sha1="2b040a831c3c92ac6e4719de38009a0d55b64f6b" region="sound1" offset="200000"/>
		<rom name="055-v3.bin" size="2097152" crc="83cf32c0" sha1="34a31a37eb10945b5169e96321bcea06eec33a00" region="sound1" offset="400000"/>
		<rom name="055-c1.bin" size="2097152" crc="b96ef460" sha1="e52f5303c17b50ce165c008be2837336369c110b" region="gfx3" offset="0"/>
		<rom name="055-c2.bin" size="2097152" crc="15e096a7" sha1="237c2a3d059de00bfca66e0016ed325d7a32bfec" region="gfx3" offset="1"/>
		<rom name="055-c3.bin" size="2097152" crc="54f66254" sha1="c594384bcd8b03beb8c595591505fecc44b185ac" region="gfx3" offset="400000"/>
		<rom name="055-c4.bin" size="2097152" crc="0b01765f" sha1="ec1fdcc944611408367bf5023d4ebe7edd9dfa88" region="gfx3" offset="400001"/>
		<rom name="055-c5.bin" size="2097152" crc="ee759363" sha1="8a5621c1b1f8267b9b9b6a14ab4944de542e1945" region="gfx3" offset="800000"/>
		<rom name="055-c6.bin" size="2097152" crc="498da52c" sha1="1e6e6202ee053a5261db889177ce3a087e078bda" region="gfx3" offset="800001"/>
		<rom name="055-c7.bin" size="2097152" crc="62f66888" sha1="ac91a0eab0753bee175ad40213a4ae5d38ed5b87" region="gfx3" offset="c00000"/>
		<rom name="055-c8.bin" size="2097152" crc="fe0a235d" sha1="a45c66836e4e3c77dfef9d4c6cc422cb59169149" region="gfx3" offset="c00001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof94seh" sourcefile="neogeo.c">
		<description>The King of Fighters '94 (Add Char - Ultra pow hack ABC)</description>
		<year>1994</year>
		<manufacturer>Creamymami and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="055seh-p1.bin" size="2097152" crc="3b29945c" sha1="bac514690165a07886fce08680a26d75487f896c" region="cpu1" offset="100000"/>
		<rom name="055-s1.bin" size="131072" crc="825976c1" sha1="cb6a70bdd95d449d25196ca269b621c362db6743" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="055-m1.bin" size="131072" crc="f6e77cf5" sha1="292a3e3a4918ffe72bd1c41acb927b91844e035e" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="055-v1.bin" size="2097152" crc="8889596d" sha1="c9ce713b720511438dbd3fe3bcc7c246f475c6a2" region="sound1" offset="0"/>
		<rom name="055-v2.bin" size="2097152" crc="25022b27" sha1="2b040a831c3c92ac6e4719de38009a0d55b64f6b" region="sound1" offset="200000"/>
		<rom name="055-v3.bin" size="2097152" crc="83cf32c0" sha1="34a31a37eb10945b5169e96321bcea06eec33a00" region="sound1" offset="400000"/>
		<rom name="055-c1.bin" size="2097152" crc="b96ef460" sha1="e52f5303c17b50ce165c008be2837336369c110b" region="gfx3" offset="0"/>
		<rom name="055-c2.bin" size="2097152" crc="15e096a7" sha1="237c2a3d059de00bfca66e0016ed325d7a32bfec" region="gfx3" offset="1"/>
		<rom name="055-c3.bin" size="2097152" crc="54f66254" sha1="c594384bcd8b03beb8c595591505fecc44b185ac" region="gfx3" offset="400000"/>
		<rom name="055-c4.bin" size="2097152" crc="0b01765f" sha1="ec1fdcc944611408367bf5023d4ebe7edd9dfa88" region="gfx3" offset="400001"/>
		<rom name="055-c5.bin" size="2097152" crc="ee759363" sha1="8a5621c1b1f8267b9b9b6a14ab4944de542e1945" region="gfx3" offset="800000"/>
		<rom name="055-c6.bin" size="2097152" crc="498da52c" sha1="1e6e6202ee053a5261db889177ce3a087e078bda" region="gfx3" offset="800001"/>
		<rom name="055-c7.bin" size="2097152" crc="62f66888" sha1="ac91a0eab0753bee175ad40213a4ae5d38ed5b87" region="gfx3" offset="c00000"/>
		<rom name="055-c8.bin" size="2097152" crc="fe0a235d" sha1="a45c66836e4e3c77dfef9d4c6cc422cb59169149" region="gfx3" offset="c00001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof94eh" sourcefile="neogeo.c">
		<description>The King of Fighters '94 (Add Char - Pow hack ABC)</description>
		<year>1994</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="055eh-p1.bin" size="2097152" crc="255487ea" sha1="49e26566b52cd8588b5e34d1c9a5d6803d3e809e" region="cpu1" offset="100000"/>
		<rom name="055-s1.bin" size="131072" crc="825976c1" sha1="cb6a70bdd95d449d25196ca269b621c362db6743" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="055-m1.bin" size="131072" crc="f6e77cf5" sha1="292a3e3a4918ffe72bd1c41acb927b91844e035e" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="055-v1.bin" size="2097152" crc="8889596d" sha1="c9ce713b720511438dbd3fe3bcc7c246f475c6a2" region="sound1" offset="0"/>
		<rom name="055-v2.bin" size="2097152" crc="25022b27" sha1="2b040a831c3c92ac6e4719de38009a0d55b64f6b" region="sound1" offset="200000"/>
		<rom name="055-v3.bin" size="2097152" crc="83cf32c0" sha1="34a31a37eb10945b5169e96321bcea06eec33a00" region="sound1" offset="400000"/>
		<rom name="055-c1.bin" size="2097152" crc="b96ef460" sha1="e52f5303c17b50ce165c008be2837336369c110b" region="gfx3" offset="0"/>
		<rom name="055-c2.bin" size="2097152" crc="15e096a7" sha1="237c2a3d059de00bfca66e0016ed325d7a32bfec" region="gfx3" offset="1"/>
		<rom name="055-c3.bin" size="2097152" crc="54f66254" sha1="c594384bcd8b03beb8c595591505fecc44b185ac" region="gfx3" offset="400000"/>
		<rom name="055-c4.bin" size="2097152" crc="0b01765f" sha1="ec1fdcc944611408367bf5023d4ebe7edd9dfa88" region="gfx3" offset="400001"/>
		<rom name="055-c5.bin" size="2097152" crc="ee759363" sha1="8a5621c1b1f8267b9b9b6a14ab4944de542e1945" region="gfx3" offset="800000"/>
		<rom name="055-c6.bin" size="2097152" crc="498da52c" sha1="1e6e6202ee053a5261db889177ce3a087e078bda" region="gfx3" offset="800001"/>
		<rom name="055-c7.bin" size="2097152" crc="62f66888" sha1="ac91a0eab0753bee175ad40213a4ae5d38ed5b87" region="gfx3" offset="c00000"/>
		<rom name="055-c8.bin" size="2097152" crc="fe0a235d" sha1="a45c66836e4e3c77dfef9d4c6cc422cb59169149" region="gfx3" offset="c00001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof94ru" sourcefile="neogeo.c">
		<description>The King of Fighters '94 Remix Ultra (v1.0)</description>
		<year>1994</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="055ru-p1.bin" size="2097152" crc="da5fa694" sha1="9e937556f821477f6538a0785df377a2dea2831a" region="cpu1" offset="100000"/>
		<rom name="055-s1.bin" size="131072" crc="825976c1" sha1="cb6a70bdd95d449d25196ca269b621c362db6743" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="055-m1.bin" size="131072" crc="f6e77cf5" sha1="292a3e3a4918ffe72bd1c41acb927b91844e035e" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="055-v1.bin" size="2097152" crc="8889596d" sha1="c9ce713b720511438dbd3fe3bcc7c246f475c6a2" region="sound1" offset="0"/>
		<rom name="055-v2.bin" size="2097152" crc="25022b27" sha1="2b040a831c3c92ac6e4719de38009a0d55b64f6b" region="sound1" offset="200000"/>
		<rom name="055-v3.bin" size="2097152" crc="83cf32c0" sha1="34a31a37eb10945b5169e96321bcea06eec33a00" region="sound1" offset="400000"/>
		<rom name="055-c1.bin" size="2097152" crc="b96ef460" sha1="e52f5303c17b50ce165c008be2837336369c110b" region="gfx3" offset="0"/>
		<rom name="055-c2.bin" size="2097152" crc="15e096a7" sha1="237c2a3d059de00bfca66e0016ed325d7a32bfec" region="gfx3" offset="1"/>
		<rom name="055-c3.bin" size="2097152" crc="54f66254" sha1="c594384bcd8b03beb8c595591505fecc44b185ac" region="gfx3" offset="400000"/>
		<rom name="055-c4.bin" size="2097152" crc="0b01765f" sha1="ec1fdcc944611408367bf5023d4ebe7edd9dfa88" region="gfx3" offset="400001"/>
		<rom name="055-c5.bin" size="2097152" crc="ee759363" sha1="8a5621c1b1f8267b9b9b6a14ab4944de542e1945" region="gfx3" offset="800000"/>
		<rom name="055-c6.bin" size="2097152" crc="498da52c" sha1="1e6e6202ee053a5261db889177ce3a087e078bda" region="gfx3" offset="800001"/>
		<rom name="055-c7.bin" size="2097152" crc="62f66888" sha1="ac91a0eab0753bee175ad40213a4ae5d38ed5b87" region="gfx3" offset="c00000"/>
		<rom name="055-c8.bin" size="2097152" crc="fe0a235d" sha1="a45c66836e4e3c77dfef9d4c6cc422cb59169149" region="gfx3" offset="c00001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof95b" sourcefile="neogeo.c">
		<description>The King of Fighters '95 (Add Char set 3)</description>
		<year>1995</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="084b-p1.bin" size="2097152" crc="64d9aa39" sha1="2f1f1adf33e4944bd4d1ae913bb48c73a97d6ea2" region="cpu1" offset="100000"/>
		<rom name="084-s1.bin" size="131072" crc="de716f8a" sha1="f7386454a943ed5caf625f67ee1d0197b1c6fa13" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="084-m1.bin" size="131072" crc="6f2d7429" sha1="6f8462e4f07af82a5ca3197895d5dcbb67bdaa61" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="084-v1.bin" size="4194304" crc="84861b56" sha1="1b6c91ddaed01f45eb9b7e49d9c2b9b479d50da6" region="sound1" offset="0"/>
		<rom name="084-v2.bin" size="2097152" crc="b38a2803" sha1="dbc2c8606ca09ed7ff20906b022da3cf053b2f09" region="sound1" offset="400000"/>
		<rom name="084-v3.bin" size="1048576" crc="d683a338" sha1="eb9866b4b286edc09963cb96c43ce0a8fb09adbb" region="sound1" offset="800000"/>
		<rom name="084-c1.bin" size="4194304" crc="fe087e32" sha1="e8e89faa616027e4fb9b8a865c1a67f409c93bdf" region="gfx3" offset="0"/>
		<rom name="084-c2.bin" size="4194304" crc="07864e09" sha1="0817fcfd75d0735fd8ff27561eaec371e4ff5829" region="gfx3" offset="1"/>
		<rom name="084-c3.bin" size="4194304" crc="a4e65d1b" sha1="740a405b40b3a4b324697d2652cae29ffe0ac0bd" region="gfx3" offset="800000"/>
		<rom name="084-c4.bin" size="4194304" crc="c1ace468" sha1="74ea2a3cfd7b744f0988a05baaff10016ca8f625" region="gfx3" offset="800001"/>
		<rom name="084-c5.bin" size="2097152" crc="8a2c1edc" sha1="67866651bc0ce27122285a66b0aab108acf3d065" region="gfx3" offset="1000000"/>
		<rom name="084-c6.bin" size="2097152" crc="f593ac35" sha1="302c92c63f092a8d49429c3331e5e5678f0ea48d" region="gfx3" offset="1000001"/>
		<rom name="084-c7.bin" size="1048576" crc="9904025f" sha1="eec770746a0ad073f7d353ab16a2cc3a5278d307" region="gfx3" offset="1800000"/>
		<rom name="084-c8.bin" size="1048576" crc="78eb0f9b" sha1="2925ea21ed2ce167f08a25589e94f28643379034" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof95seh" sourcefile="neogeo.c">
		<description>The King of Fighters '95 (Add Char - Ultra pow hack ABC)</description>
		<year>1995</year>
		<manufacturer>Creamymami and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="084seh-p1.bin" size="2097152" crc="7b39effe" sha1="2d19defbb01f74d46d8d303705d6ff8b48c6391e" region="cpu1" offset="100000"/>
		<rom name="084-s1.bin" size="131072" crc="de716f8a" sha1="f7386454a943ed5caf625f67ee1d0197b1c6fa13" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="084-m1.bin" size="131072" crc="6f2d7429" sha1="6f8462e4f07af82a5ca3197895d5dcbb67bdaa61" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="084-v1.bin" size="4194304" crc="84861b56" sha1="1b6c91ddaed01f45eb9b7e49d9c2b9b479d50da6" region="sound1" offset="0"/>
		<rom name="084-v2.bin" size="2097152" crc="b38a2803" sha1="dbc2c8606ca09ed7ff20906b022da3cf053b2f09" region="sound1" offset="400000"/>
		<rom name="084-v3.bin" size="1048576" crc="d683a338" sha1="eb9866b4b286edc09963cb96c43ce0a8fb09adbb" region="sound1" offset="800000"/>
		<rom name="084-c1.bin" size="4194304" crc="fe087e32" sha1="e8e89faa616027e4fb9b8a865c1a67f409c93bdf" region="gfx3" offset="0"/>
		<rom name="084-c2.bin" size="4194304" crc="07864e09" sha1="0817fcfd75d0735fd8ff27561eaec371e4ff5829" region="gfx3" offset="1"/>
		<rom name="084-c3.bin" size="4194304" crc="a4e65d1b" sha1="740a405b40b3a4b324697d2652cae29ffe0ac0bd" region="gfx3" offset="800000"/>
		<rom name="084-c4.bin" size="4194304" crc="c1ace468" sha1="74ea2a3cfd7b744f0988a05baaff10016ca8f625" region="gfx3" offset="800001"/>
		<rom name="084-c5.bin" size="2097152" crc="8a2c1edc" sha1="67866651bc0ce27122285a66b0aab108acf3d065" region="gfx3" offset="1000000"/>
		<rom name="084-c6.bin" size="2097152" crc="f593ac35" sha1="302c92c63f092a8d49429c3331e5e5678f0ea48d" region="gfx3" offset="1000001"/>
		<rom name="084-c7.bin" size="1048576" crc="9904025f" sha1="eec770746a0ad073f7d353ab16a2cc3a5278d307" region="gfx3" offset="1800000"/>
		<rom name="084-c8.bin" size="1048576" crc="78eb0f9b" sha1="2925ea21ed2ce167f08a25589e94f28643379034" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof95eh" sourcefile="neogeo.c">
		<description>The King of Fighters '95 (Add Char - Pow hack ABC)</description>
		<year>1995</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="084eh-p1.bin" size="2097152" crc="fe421168" sha1="2970b26c851d486493eb5fd127d1ed5e42578816" region="cpu1" offset="100000"/>
		<rom name="084-s1.bin" size="131072" crc="de716f8a" sha1="f7386454a943ed5caf625f67ee1d0197b1c6fa13" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="084-m1.bin" size="131072" crc="6f2d7429" sha1="6f8462e4f07af82a5ca3197895d5dcbb67bdaa61" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="084-v1.bin" size="4194304" crc="84861b56" sha1="1b6c91ddaed01f45eb9b7e49d9c2b9b479d50da6" region="sound1" offset="0"/>
		<rom name="084-v2.bin" size="2097152" crc="b38a2803" sha1="dbc2c8606ca09ed7ff20906b022da3cf053b2f09" region="sound1" offset="400000"/>
		<rom name="084-v3.bin" size="1048576" crc="d683a338" sha1="eb9866b4b286edc09963cb96c43ce0a8fb09adbb" region="sound1" offset="800000"/>
		<rom name="084-c1.bin" size="4194304" crc="fe087e32" sha1="e8e89faa616027e4fb9b8a865c1a67f409c93bdf" region="gfx3" offset="0"/>
		<rom name="084-c2.bin" size="4194304" crc="07864e09" sha1="0817fcfd75d0735fd8ff27561eaec371e4ff5829" region="gfx3" offset="1"/>
		<rom name="084-c3.bin" size="4194304" crc="a4e65d1b" sha1="740a405b40b3a4b324697d2652cae29ffe0ac0bd" region="gfx3" offset="800000"/>
		<rom name="084-c4.bin" size="4194304" crc="c1ace468" sha1="74ea2a3cfd7b744f0988a05baaff10016ca8f625" region="gfx3" offset="800001"/>
		<rom name="084-c5.bin" size="2097152" crc="8a2c1edc" sha1="67866651bc0ce27122285a66b0aab108acf3d065" region="gfx3" offset="1000000"/>
		<rom name="084-c6.bin" size="2097152" crc="f593ac35" sha1="302c92c63f092a8d49429c3331e5e5678f0ea48d" region="gfx3" offset="1000001"/>
		<rom name="084-c7.bin" size="1048576" crc="9904025f" sha1="eec770746a0ad073f7d353ab16a2cc3a5278d307" region="gfx3" offset="1800000"/>
		<rom name="084-c8.bin" size="1048576" crc="78eb0f9b" sha1="2925ea21ed2ce167f08a25589e94f28643379034" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof95hp" sourcefile="neogeo.c">
		<description>The King of Fighters '95 (Add Char set 2)</description>
		<year>1995</year>
		<manufacturer>HackPlus</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="084hp-p1.bin" size="2097152" crc="865642a4" sha1="726d918b1f4a8e9b7dccd57944979d57448e9f3e" region="cpu1" offset="100000"/>
		<rom name="084-s1.bin" size="131072" crc="de716f8a" sha1="f7386454a943ed5caf625f67ee1d0197b1c6fa13" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="084-m1.bin" size="131072" crc="6f2d7429" sha1="6f8462e4f07af82a5ca3197895d5dcbb67bdaa61" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="084-v1.bin" size="4194304" crc="84861b56" sha1="1b6c91ddaed01f45eb9b7e49d9c2b9b479d50da6" region="sound1" offset="0"/>
		<rom name="084-v2.bin" size="2097152" crc="b38a2803" sha1="dbc2c8606ca09ed7ff20906b022da3cf053b2f09" region="sound1" offset="400000"/>
		<rom name="084-v3.bin" size="1048576" crc="d683a338" sha1="eb9866b4b286edc09963cb96c43ce0a8fb09adbb" region="sound1" offset="800000"/>
		<rom name="084-c1.bin" size="4194304" crc="fe087e32" sha1="e8e89faa616027e4fb9b8a865c1a67f409c93bdf" region="gfx3" offset="0"/>
		<rom name="084-c2.bin" size="4194304" crc="07864e09" sha1="0817fcfd75d0735fd8ff27561eaec371e4ff5829" region="gfx3" offset="1"/>
		<rom name="084-c3.bin" size="4194304" crc="a4e65d1b" sha1="740a405b40b3a4b324697d2652cae29ffe0ac0bd" region="gfx3" offset="800000"/>
		<rom name="084-c4.bin" size="4194304" crc="c1ace468" sha1="74ea2a3cfd7b744f0988a05baaff10016ca8f625" region="gfx3" offset="800001"/>
		<rom name="084-c5.bin" size="2097152" crc="8a2c1edc" sha1="67866651bc0ce27122285a66b0aab108acf3d065" region="gfx3" offset="1000000"/>
		<rom name="084-c6.bin" size="2097152" crc="f593ac35" sha1="302c92c63f092a8d49429c3331e5e5678f0ea48d" region="gfx3" offset="1000001"/>
		<rom name="084-c7.bin" size="1048576" crc="9904025f" sha1="eec770746a0ad073f7d353ab16a2cc3a5278d307" region="gfx3" offset="1800000"/>
		<rom name="084-c8.bin" size="1048576" crc="78eb0f9b" sha1="2925ea21ed2ce167f08a25589e94f28643379034" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof95pjc" sourcefile="neogeo.c">
		<description>The King of Fighters '95 (Add Char - Char color changed)</description>
		<year>1995</year>
		<manufacturer>TcwLee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="084pjc-p1.bin" size="2097152" crc="da14c25e" sha1="03309a228783864bbb3cb70295c874812e63e959" region="cpu1" offset="100000"/>
		<rom name="084-s1.bin" size="131072" crc="de716f8a" sha1="f7386454a943ed5caf625f67ee1d0197b1c6fa13" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="084-m1.bin" size="131072" crc="6f2d7429" sha1="6f8462e4f07af82a5ca3197895d5dcbb67bdaa61" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="084-v1.bin" size="4194304" crc="84861b56" sha1="1b6c91ddaed01f45eb9b7e49d9c2b9b479d50da6" region="sound1" offset="0"/>
		<rom name="084-v2.bin" size="2097152" crc="b38a2803" sha1="dbc2c8606ca09ed7ff20906b022da3cf053b2f09" region="sound1" offset="400000"/>
		<rom name="084-v3.bin" size="1048576" crc="d683a338" sha1="eb9866b4b286edc09963cb96c43ce0a8fb09adbb" region="sound1" offset="800000"/>
		<rom name="084-c1.bin" size="4194304" crc="fe087e32" sha1="e8e89faa616027e4fb9b8a865c1a67f409c93bdf" region="gfx3" offset="0"/>
		<rom name="084-c2.bin" size="4194304" crc="07864e09" sha1="0817fcfd75d0735fd8ff27561eaec371e4ff5829" region="gfx3" offset="1"/>
		<rom name="084-c3.bin" size="4194304" crc="a4e65d1b" sha1="740a405b40b3a4b324697d2652cae29ffe0ac0bd" region="gfx3" offset="800000"/>
		<rom name="084-c4.bin" size="4194304" crc="c1ace468" sha1="74ea2a3cfd7b744f0988a05baaff10016ca8f625" region="gfx3" offset="800001"/>
		<rom name="084-c5.bin" size="2097152" crc="8a2c1edc" sha1="67866651bc0ce27122285a66b0aab108acf3d065" region="gfx3" offset="1000000"/>
		<rom name="084-c6.bin" size="2097152" crc="f593ac35" sha1="302c92c63f092a8d49429c3331e5e5678f0ea48d" region="gfx3" offset="1000001"/>
		<rom name="084-c7.bin" size="1048576" crc="9904025f" sha1="eec770746a0ad073f7d353ab16a2cc3a5278d307" region="gfx3" offset="1800000"/>
		<rom name="084-c8.bin" size="1048576" crc="78eb0f9b" sha1="2925ea21ed2ce167f08a25589e94f28643379034" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof95ru" sourcefile="neogeo.c">
		<description>The King of Fighters '95 Remix Ultra (Diff Moves ultra rev v1.0)</description>
		<year>1995</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="084ru-p1.bin" size="2097152" crc="08492b09" sha1="25af69066e96958b25ccece77013945e640f7b83" region="cpu1" offset="100000"/>
		<rom name="084-s1.bin" size="131072" crc="de716f8a" sha1="f7386454a943ed5caf625f67ee1d0197b1c6fa13" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="084-m1.bin" size="131072" crc="6f2d7429" sha1="6f8462e4f07af82a5ca3197895d5dcbb67bdaa61" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="084-v1.bin" size="4194304" crc="84861b56" sha1="1b6c91ddaed01f45eb9b7e49d9c2b9b479d50da6" region="sound1" offset="0"/>
		<rom name="084-v2.bin" size="2097152" crc="b38a2803" sha1="dbc2c8606ca09ed7ff20906b022da3cf053b2f09" region="sound1" offset="400000"/>
		<rom name="084-v3.bin" size="1048576" crc="d683a338" sha1="eb9866b4b286edc09963cb96c43ce0a8fb09adbb" region="sound1" offset="800000"/>
		<rom name="084-c1.bin" size="4194304" crc="fe087e32" sha1="e8e89faa616027e4fb9b8a865c1a67f409c93bdf" region="gfx3" offset="0"/>
		<rom name="084-c2.bin" size="4194304" crc="07864e09" sha1="0817fcfd75d0735fd8ff27561eaec371e4ff5829" region="gfx3" offset="1"/>
		<rom name="084-c3.bin" size="4194304" crc="a4e65d1b" sha1="740a405b40b3a4b324697d2652cae29ffe0ac0bd" region="gfx3" offset="800000"/>
		<rom name="084-c4.bin" size="4194304" crc="c1ace468" sha1="74ea2a3cfd7b744f0988a05baaff10016ca8f625" region="gfx3" offset="800001"/>
		<rom name="084-c5.bin" size="2097152" crc="8a2c1edc" sha1="67866651bc0ce27122285a66b0aab108acf3d065" region="gfx3" offset="1000000"/>
		<rom name="084-c6.bin" size="2097152" crc="f593ac35" sha1="302c92c63f092a8d49429c3331e5e5678f0ea48d" region="gfx3" offset="1000001"/>
		<rom name="084-c7.bin" size="1048576" crc="9904025f" sha1="eec770746a0ad073f7d353ab16a2cc3a5278d307" region="gfx3" offset="1800000"/>
		<rom name="084-c8.bin" size="1048576" crc="78eb0f9b" sha1="2925ea21ed2ce167f08a25589e94f28643379034" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof95y" sourcefile="neogeo.c">
		<description>The King of Fighters '95 (Add Char set 1)</description>
		<year>1995</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="kof95y_p1.rom" size="2097152" crc="c838b32b" sha1="7fa1a21f4e3b975989eaa86cad4679bad579908d" region="cpu1" offset="100000"/>
		<rom name="084-s1.bin" size="131072" crc="de716f8a" sha1="f7386454a943ed5caf625f67ee1d0197b1c6fa13" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="084-m1.bin" size="131072" crc="6f2d7429" sha1="6f8462e4f07af82a5ca3197895d5dcbb67bdaa61" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="084-v1.bin" size="4194304" crc="84861b56" sha1="1b6c91ddaed01f45eb9b7e49d9c2b9b479d50da6" region="sound1" offset="0"/>
		<rom name="084-v2.bin" size="2097152" crc="b38a2803" sha1="dbc2c8606ca09ed7ff20906b022da3cf053b2f09" region="sound1" offset="400000"/>
		<rom name="084-v3.bin" size="1048576" crc="d683a338" sha1="eb9866b4b286edc09963cb96c43ce0a8fb09adbb" region="sound1" offset="800000"/>
		<rom name="084-c1.bin" size="4194304" crc="fe087e32" sha1="e8e89faa616027e4fb9b8a865c1a67f409c93bdf" region="gfx3" offset="0"/>
		<rom name="084-c2.bin" size="4194304" crc="07864e09" sha1="0817fcfd75d0735fd8ff27561eaec371e4ff5829" region="gfx3" offset="1"/>
		<rom name="084-c3.bin" size="4194304" crc="a4e65d1b" sha1="740a405b40b3a4b324697d2652cae29ffe0ac0bd" region="gfx3" offset="800000"/>
		<rom name="084-c4.bin" size="4194304" crc="c1ace468" sha1="74ea2a3cfd7b744f0988a05baaff10016ca8f625" region="gfx3" offset="800001"/>
		<rom name="084-c5.bin" size="2097152" crc="8a2c1edc" sha1="67866651bc0ce27122285a66b0aab108acf3d065" region="gfx3" offset="1000000"/>
		<rom name="084-c6.bin" size="2097152" crc="f593ac35" sha1="302c92c63f092a8d49429c3331e5e5678f0ea48d" region="gfx3" offset="1000001"/>
		<rom name="084-c7.bin" size="1048576" crc="9904025f" sha1="eec770746a0ad073f7d353ab16a2cc3a5278d307" region="gfx3" offset="1800000"/>
		<rom name="084-c8.bin" size="1048576" crc="78eb0f9b" sha1="2925ea21ed2ce167f08a25589e94f28643379034" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof96b" sourcefile="neogeo.c">
		<description>The King of Fighters '96 (Add Char)</description>
		<year>1996</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214b-p1.bin" size="1048576" crc="0b385fab" sha1="ea544d95438b373e3f5f530528413ff583d2b329" region="cpu1" offset="0"/>
		<rom name="214-p2.bin" size="2097152" crc="002ccb73" sha1="3ae8df682c75027ca82db25491021eeba00a267e" region="cpu1" offset="100000"/>
		<rom name="214-s1.bin" size="131072" crc="1254cbdb" sha1="fce5cf42588298711a3633e9c9c1d4dcb723ac76" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214-c1.bin" size="4194304" crc="7ecf4aa2" sha1="f773c4c1f05d58dd37e7bb2ac1d1e0ec43998a71" region="gfx3" offset="0"/>
		<rom name="214-c2.bin" size="4194304" crc="05b54f37" sha1="cc31653fe4cb05201fba234e080cb9c7a7592b1b" region="gfx3" offset="1"/>
		<rom name="214-c3.bin" size="4194304" crc="64989a65" sha1="e6f3749d43be0afa9dad7b085cb782ba694252ca" region="gfx3" offset="800000"/>
		<rom name="214-c4.bin" size="4194304" crc="afbea515" sha1="ae875052728de33174827705646bd14cf3937b5c" region="gfx3" offset="800001"/>
		<rom name="214-c5.bin" size="4194304" crc="2a3bbd26" sha1="7c1a7e50a10a1b082e0d0d515c34135ee9f995ac" region="gfx3" offset="1000000"/>
		<rom name="214-c6.bin" size="4194304" crc="44d30dc7" sha1="c8ae001e37224b55d9e4a4d99f6578b4f6eb055f" region="gfx3" offset="1000001"/>
		<rom name="214-c7.bin" size="4194304" crc="3687331b" sha1="2be95caab76d7af51674f93884330ba73a6053e4" region="gfx3" offset="1800000"/>
		<rom name="214-c8.bin" size="4194304" crc="fa1461ad" sha1="6c71a7f08e4044214223a6bf80984582ab5e0328" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof96c" sourcefile="neogeo.c">
		<description>The King of Fighters '96 (Chinese Ver.1.0)</description>
		<year>1996</year>
		<manufacturer>Kyofun</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214c-p1.bin" size="8388608" crc="51990a7f" sha1="eef003e5a7e43d670fe916c983c161d213337627" region="cpu1" offset="0"/>
		<rom name="214c-s1.bin" size="131072" crc="f917527a" sha1="8c4778f9dc5e0651042f8ff6f1a18e3f40d0bf7c" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214c-c1.bin" size="25165824" crc="a89789ba" sha1="25632122b747eb97a4ffb94d8e0cd7c20940d118" region="gfx3" offset="0"/>
		<rom name="214c-c2.bin" size="25165824" crc="e4a5e70d" sha1="4f4691d386cfd63015812475bc58b1e8ae4b23ff" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf96ckvs" sourcefile="neogeo.c">
		<description>The King of Fighters '96 (Chinese ver)</description>
		<year>1996</year>
		<manufacturer>KVS</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214ckvs-p1.bin" size="8388608" crc="802a8874" sha1="c76857acf29366af9e3ac8bf07fad0976ec2607f" region="cpu1" offset="0"/>
		<rom name="214ckvs-s1.bin" size="131072" crc="3e9c7f67" sha1="8d08e7861fbc3c8305b7160b8856326d8d407237" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214ckvs-v1.bin" size="10485760" crc="4f14a72b" sha1="fb1105aa271ea14016f777017cf6079ff61e176f" region="sound1" offset="0"/>
		<rom name="214ckvs-c1.bin" size="25165824" crc="252e41e9" sha1="2844b65dce7a47c04da4473d5ef519cbbdab0e09" region="gfx3" offset="0"/>
		<rom name="214c-c2.bin" size="25165824" crc="e4a5e70d" sha1="4f4691d386cfd63015812475bc58b1e8ae4b23ff" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof96cr" sourcefile="neogeo.c">
		<description>The King of Fighters '96 (Diff Moves and Style)</description>
		<year>1996</year>
		<manufacturer>CHL</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214cr-p1.bin" size="1048576" crc="7d07f47d" sha1="bc539a4cd318a3d68e97a71ae572c53827bcfcd6" region="cpu1" offset="0"/>
		<rom name="214-p2.bin" size="2097152" crc="002ccb73" sha1="3ae8df682c75027ca82db25491021eeba00a267e" region="cpu1" offset="100000"/>
		<rom name="214-s1.bin" size="131072" crc="1254cbdb" sha1="fce5cf42588298711a3633e9c9c1d4dcb723ac76" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214-c1.bin" size="4194304" crc="7ecf4aa2" sha1="f773c4c1f05d58dd37e7bb2ac1d1e0ec43998a71" region="gfx3" offset="0"/>
		<rom name="214-c2.bin" size="4194304" crc="05b54f37" sha1="cc31653fe4cb05201fba234e080cb9c7a7592b1b" region="gfx3" offset="1"/>
		<rom name="214-c3.bin" size="4194304" crc="64989a65" sha1="e6f3749d43be0afa9dad7b085cb782ba694252ca" region="gfx3" offset="800000"/>
		<rom name="214-c4.bin" size="4194304" crc="afbea515" sha1="ae875052728de33174827705646bd14cf3937b5c" region="gfx3" offset="800001"/>
		<rom name="214-c5.bin" size="4194304" crc="2a3bbd26" sha1="7c1a7e50a10a1b082e0d0d515c34135ee9f995ac" region="gfx3" offset="1000000"/>
		<rom name="214-c6.bin" size="4194304" crc="44d30dc7" sha1="c8ae001e37224b55d9e4a4d99f6578b4f6eb055f" region="gfx3" offset="1000001"/>
		<rom name="214-c7.bin" size="4194304" crc="3687331b" sha1="2be95caab76d7af51674f93884330ba73a6053e4" region="gfx3" offset="1800000"/>
		<rom name="214-c8.bin" size="4194304" crc="fa1461ad" sha1="6c71a7f08e4044214223a6bf80984582ab5e0328" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof96chj" sourcefile="neogeo.c">
		<description>The King of Fighters '96 (Diff Moves - Ultra kill style changed set 2)</description>
		<year>1996</year>
		<manufacturer>CHL and Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214chj-p1.bin" size="1048576" crc="2a2a63ad" sha1="92fca18b6bfc77569572262fcfbee732510dc3d6" region="cpu1" offset="0"/>
		<rom name="214-p2.bin" size="2097152" crc="002ccb73" sha1="3ae8df682c75027ca82db25491021eeba00a267e" region="cpu1" offset="100000"/>
		<rom name="214-s1.bin" size="131072" crc="1254cbdb" sha1="fce5cf42588298711a3633e9c9c1d4dcb723ac76" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214-c1.bin" size="4194304" crc="7ecf4aa2" sha1="f773c4c1f05d58dd37e7bb2ac1d1e0ec43998a71" region="gfx3" offset="0"/>
		<rom name="214-c2.bin" size="4194304" crc="05b54f37" sha1="cc31653fe4cb05201fba234e080cb9c7a7592b1b" region="gfx3" offset="1"/>
		<rom name="214-c3.bin" size="4194304" crc="64989a65" sha1="e6f3749d43be0afa9dad7b085cb782ba694252ca" region="gfx3" offset="800000"/>
		<rom name="214-c4.bin" size="4194304" crc="afbea515" sha1="ae875052728de33174827705646bd14cf3937b5c" region="gfx3" offset="800001"/>
		<rom name="214-c5.bin" size="4194304" crc="2a3bbd26" sha1="7c1a7e50a10a1b082e0d0d515c34135ee9f995ac" region="gfx3" offset="1000000"/>
		<rom name="214-c6.bin" size="4194304" crc="44d30dc7" sha1="c8ae001e37224b55d9e4a4d99f6578b4f6eb055f" region="gfx3" offset="1000001"/>
		<rom name="214-c7.bin" size="4194304" crc="3687331b" sha1="2be95caab76d7af51674f93884330ba73a6053e4" region="gfx3" offset="1800000"/>
		<rom name="214-c8.bin" size="4194304" crc="fa1461ad" sha1="6c71a7f08e4044214223a6bf80984582ab5e0328" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof96seh" sourcefile="neogeo.c">
		<description>The King of Fighters '96 (Add Char - Ultra pow hack ABC)</description>
		<year>1996</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214seh-p1.bin" size="1048576" crc="76fc560c" sha1="618b01b00235e1ff3d083e5c077e43482864f774" region="cpu1" offset="0"/>
		<rom name="214-p2.bin" size="2097152" crc="002ccb73" sha1="3ae8df682c75027ca82db25491021eeba00a267e" region="cpu1" offset="100000"/>
		<rom name="214-s1.bin" size="131072" crc="1254cbdb" sha1="fce5cf42588298711a3633e9c9c1d4dcb723ac76" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214-c1.bin" size="4194304" crc="7ecf4aa2" sha1="f773c4c1f05d58dd37e7bb2ac1d1e0ec43998a71" region="gfx3" offset="0"/>
		<rom name="214-c2.bin" size="4194304" crc="05b54f37" sha1="cc31653fe4cb05201fba234e080cb9c7a7592b1b" region="gfx3" offset="1"/>
		<rom name="214-c3.bin" size="4194304" crc="64989a65" sha1="e6f3749d43be0afa9dad7b085cb782ba694252ca" region="gfx3" offset="800000"/>
		<rom name="214-c4.bin" size="4194304" crc="afbea515" sha1="ae875052728de33174827705646bd14cf3937b5c" region="gfx3" offset="800001"/>
		<rom name="214-c5.bin" size="4194304" crc="2a3bbd26" sha1="7c1a7e50a10a1b082e0d0d515c34135ee9f995ac" region="gfx3" offset="1000000"/>
		<rom name="214-c6.bin" size="4194304" crc="44d30dc7" sha1="c8ae001e37224b55d9e4a4d99f6578b4f6eb055f" region="gfx3" offset="1000001"/>
		<rom name="214-c7.bin" size="4194304" crc="3687331b" sha1="2be95caab76d7af51674f93884330ba73a6053e4" region="gfx3" offset="1800000"/>
		<rom name="214-c8.bin" size="4194304" crc="fa1461ad" sha1="6c71a7f08e4044214223a6bf80984582ab5e0328" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof96eh" sourcefile="neogeo.c">
		<description>The King of Fighters '96 (Add Char - Pow hack ABC set 1)</description>
		<year>1996</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214eh-p1.bin" size="1048576" crc="103ba0e4" sha1="dd4964f2ad5f0c3540dff495d103890b9ecf0cbb" region="cpu1" offset="0"/>
		<rom name="214-p2.bin" size="2097152" crc="002ccb73" sha1="3ae8df682c75027ca82db25491021eeba00a267e" region="cpu1" offset="100000"/>
		<rom name="214-s1.bin" size="131072" crc="1254cbdb" sha1="fce5cf42588298711a3633e9c9c1d4dcb723ac76" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214-c1.bin" size="4194304" crc="7ecf4aa2" sha1="f773c4c1f05d58dd37e7bb2ac1d1e0ec43998a71" region="gfx3" offset="0"/>
		<rom name="214-c2.bin" size="4194304" crc="05b54f37" sha1="cc31653fe4cb05201fba234e080cb9c7a7592b1b" region="gfx3" offset="1"/>
		<rom name="214-c3.bin" size="4194304" crc="64989a65" sha1="e6f3749d43be0afa9dad7b085cb782ba694252ca" region="gfx3" offset="800000"/>
		<rom name="214-c4.bin" size="4194304" crc="afbea515" sha1="ae875052728de33174827705646bd14cf3937b5c" region="gfx3" offset="800001"/>
		<rom name="214-c5.bin" size="4194304" crc="2a3bbd26" sha1="7c1a7e50a10a1b082e0d0d515c34135ee9f995ac" region="gfx3" offset="1000000"/>
		<rom name="214-c6.bin" size="4194304" crc="44d30dc7" sha1="c8ae001e37224b55d9e4a4d99f6578b4f6eb055f" region="gfx3" offset="1000001"/>
		<rom name="214-c7.bin" size="4194304" crc="3687331b" sha1="2be95caab76d7af51674f93884330ba73a6053e4" region="gfx3" offset="1800000"/>
		<rom name="214-c8.bin" size="4194304" crc="fa1461ad" sha1="6c71a7f08e4044214223a6bf80984582ab5e0328" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof96evo" sourcefile="neogeo.c">
		<description>The King of Fighters '96 Evolution</description>
		<year>1996</year>
		<manufacturer>Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214evo-p1.bin" size="2097152" crc="6e10e1af" sha1="f013e827e74a296d462bd00594b823dd02b4dc76" region="cpu1" offset="0"/>
		<rom name="214-p2.bin" size="2097152" crc="002ccb73" sha1="3ae8df682c75027ca82db25491021eeba00a267e" region="cpu1" offset="100000"/>
		<rom name="214-s1.bin" size="131072" crc="1254cbdb" sha1="fce5cf42588298711a3633e9c9c1d4dcb723ac76" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214-c1.bin" size="4194304" crc="7ecf4aa2" sha1="f773c4c1f05d58dd37e7bb2ac1d1e0ec43998a71" region="gfx3" offset="0"/>
		<rom name="214-c2.bin" size="4194304" crc="05b54f37" sha1="cc31653fe4cb05201fba234e080cb9c7a7592b1b" region="gfx3" offset="1"/>
		<rom name="214-c3.bin" size="4194304" crc="64989a65" sha1="e6f3749d43be0afa9dad7b085cb782ba694252ca" region="gfx3" offset="800000"/>
		<rom name="214-c4.bin" size="4194304" crc="afbea515" sha1="ae875052728de33174827705646bd14cf3937b5c" region="gfx3" offset="800001"/>
		<rom name="214-c5.bin" size="4194304" crc="2a3bbd26" sha1="7c1a7e50a10a1b082e0d0d515c34135ee9f995ac" region="gfx3" offset="1000000"/>
		<rom name="214-c6.bin" size="4194304" crc="44d30dc7" sha1="c8ae001e37224b55d9e4a4d99f6578b4f6eb055f" region="gfx3" offset="1000001"/>
		<rom name="214-c7.bin" size="4194304" crc="3687331b" sha1="2be95caab76d7af51674f93884330ba73a6053e4" region="gfx3" offset="1800000"/>
		<rom name="214-c8.bin" size="4194304" crc="fa1461ad" sha1="6c71a7f08e4044214223a6bf80984582ab5e0328" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf96evoo" sourcefile="neogeo.c">
		<description>The King of Fighters '96 Evolution (Old)</description>
		<year>1996</year>
		<manufacturer>Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214evoo-p1.bin" size="2097152" crc="1e970d76" sha1="2904241785c2544f270263f9203eef5207defef4" region="cpu1" offset="0"/>
		<rom name="214-p2.bin" size="2097152" crc="002ccb73" sha1="3ae8df682c75027ca82db25491021eeba00a267e" region="cpu1" offset="100000"/>
		<rom name="214-s1.bin" size="131072" crc="1254cbdb" sha1="fce5cf42588298711a3633e9c9c1d4dcb723ac76" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214-c1.bin" size="4194304" crc="7ecf4aa2" sha1="f773c4c1f05d58dd37e7bb2ac1d1e0ec43998a71" region="gfx3" offset="0"/>
		<rom name="214-c2.bin" size="4194304" crc="05b54f37" sha1="cc31653fe4cb05201fba234e080cb9c7a7592b1b" region="gfx3" offset="1"/>
		<rom name="214-c3.bin" size="4194304" crc="64989a65" sha1="e6f3749d43be0afa9dad7b085cb782ba694252ca" region="gfx3" offset="800000"/>
		<rom name="214-c4.bin" size="4194304" crc="afbea515" sha1="ae875052728de33174827705646bd14cf3937b5c" region="gfx3" offset="800001"/>
		<rom name="214-c5.bin" size="4194304" crc="2a3bbd26" sha1="7c1a7e50a10a1b082e0d0d515c34135ee9f995ac" region="gfx3" offset="1000000"/>
		<rom name="214-c6.bin" size="4194304" crc="44d30dc7" sha1="c8ae001e37224b55d9e4a4d99f6578b4f6eb055f" region="gfx3" offset="1000001"/>
		<rom name="214-c7.bin" size="4194304" crc="3687331b" sha1="2be95caab76d7af51674f93884330ba73a6053e4" region="gfx3" offset="1800000"/>
		<rom name="214-c8.bin" size="4194304" crc="fa1461ad" sha1="6c71a7f08e4044214223a6bf80984582ab5e0328" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof96ey" sourcefile="neogeo.c">
		<description>The King of Fighters '96 (Pow hack ABC)</description>
		<year>1996</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214ey-p1.bin" size="1048576" crc="2342fd92" sha1="0901db47ff1f504d1635da0b2fdd417bbdd71839" region="cpu1" offset="0"/>
		<rom name="214-p2.bin" size="2097152" crc="002ccb73" sha1="3ae8df682c75027ca82db25491021eeba00a267e" region="cpu1" offset="100000"/>
		<rom name="214-s1.bin" size="131072" crc="1254cbdb" sha1="fce5cf42588298711a3633e9c9c1d4dcb723ac76" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214-c1.bin" size="4194304" crc="7ecf4aa2" sha1="f773c4c1f05d58dd37e7bb2ac1d1e0ec43998a71" region="gfx3" offset="0"/>
		<rom name="214-c2.bin" size="4194304" crc="05b54f37" sha1="cc31653fe4cb05201fba234e080cb9c7a7592b1b" region="gfx3" offset="1"/>
		<rom name="214-c3.bin" size="4194304" crc="64989a65" sha1="e6f3749d43be0afa9dad7b085cb782ba694252ca" region="gfx3" offset="800000"/>
		<rom name="214-c4.bin" size="4194304" crc="afbea515" sha1="ae875052728de33174827705646bd14cf3937b5c" region="gfx3" offset="800001"/>
		<rom name="214-c5.bin" size="4194304" crc="2a3bbd26" sha1="7c1a7e50a10a1b082e0d0d515c34135ee9f995ac" region="gfx3" offset="1000000"/>
		<rom name="214-c6.bin" size="4194304" crc="44d30dc7" sha1="c8ae001e37224b55d9e4a4d99f6578b4f6eb055f" region="gfx3" offset="1000001"/>
		<rom name="214-c7.bin" size="4194304" crc="3687331b" sha1="2be95caab76d7af51674f93884330ba73a6053e4" region="gfx3" offset="1800000"/>
		<rom name="214-c8.bin" size="4194304" crc="fa1461ad" sha1="6c71a7f08e4044214223a6bf80984582ab5e0328" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof96hp" sourcefile="neogeo.c">
		<description>The King of Fighters '96 (Add Char set 2)</description>
		<year>1996</year>
		<manufacturer>HackPlus</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214hp-p1.bin" size="1048576" crc="fcf57652" sha1="c423bf3ea2d02b3d8df338b69559861479360b02" region="cpu1" offset="0"/>
		<rom name="214-p2.bin" size="2097152" crc="002ccb73" sha1="3ae8df682c75027ca82db25491021eeba00a267e" region="cpu1" offset="100000"/>
		<rom name="214-s1.bin" size="131072" crc="1254cbdb" sha1="fce5cf42588298711a3633e9c9c1d4dcb723ac76" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214-c1.bin" size="4194304" crc="7ecf4aa2" sha1="f773c4c1f05d58dd37e7bb2ac1d1e0ec43998a71" region="gfx3" offset="0"/>
		<rom name="214-c2.bin" size="4194304" crc="05b54f37" sha1="cc31653fe4cb05201fba234e080cb9c7a7592b1b" region="gfx3" offset="1"/>
		<rom name="214-c3.bin" size="4194304" crc="64989a65" sha1="e6f3749d43be0afa9dad7b085cb782ba694252ca" region="gfx3" offset="800000"/>
		<rom name="214-c4.bin" size="4194304" crc="afbea515" sha1="ae875052728de33174827705646bd14cf3937b5c" region="gfx3" offset="800001"/>
		<rom name="214-c5.bin" size="4194304" crc="2a3bbd26" sha1="7c1a7e50a10a1b082e0d0d515c34135ee9f995ac" region="gfx3" offset="1000000"/>
		<rom name="214-c6.bin" size="4194304" crc="44d30dc7" sha1="c8ae001e37224b55d9e4a4d99f6578b4f6eb055f" region="gfx3" offset="1000001"/>
		<rom name="214-c7.bin" size="4194304" crc="3687331b" sha1="2be95caab76d7af51674f93884330ba73a6053e4" region="gfx3" offset="1800000"/>
		<rom name="214-c8.bin" size="4194304" crc="fa1461ad" sha1="6c71a7f08e4044214223a6bf80984582ab5e0328" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof96hpr" sourcefile="neogeo.c">
		<description>The King of Fighters '96 (Add Char set 2 - revised)</description>
		<year>1996</year>
		<manufacturer>HackPlus</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214hpr-p1.bin" size="1048576" crc="92c9df44" sha1="f9d42176858c7c466c6e34ca3b360cb87cbf131c" region="cpu1" offset="0"/>
		<rom name="214-p2.bin" size="2097152" crc="002ccb73" sha1="3ae8df682c75027ca82db25491021eeba00a267e" region="cpu1" offset="100000"/>
		<rom name="214-s1.bin" size="131072" crc="1254cbdb" sha1="fce5cf42588298711a3633e9c9c1d4dcb723ac76" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214-c1.bin" size="4194304" crc="7ecf4aa2" sha1="f773c4c1f05d58dd37e7bb2ac1d1e0ec43998a71" region="gfx3" offset="0"/>
		<rom name="214-c2.bin" size="4194304" crc="05b54f37" sha1="cc31653fe4cb05201fba234e080cb9c7a7592b1b" region="gfx3" offset="1"/>
		<rom name="214-c3.bin" size="4194304" crc="64989a65" sha1="e6f3749d43be0afa9dad7b085cb782ba694252ca" region="gfx3" offset="800000"/>
		<rom name="214-c4.bin" size="4194304" crc="afbea515" sha1="ae875052728de33174827705646bd14cf3937b5c" region="gfx3" offset="800001"/>
		<rom name="214-c5.bin" size="4194304" crc="2a3bbd26" sha1="7c1a7e50a10a1b082e0d0d515c34135ee9f995ac" region="gfx3" offset="1000000"/>
		<rom name="214-c6.bin" size="4194304" crc="44d30dc7" sha1="c8ae001e37224b55d9e4a4d99f6578b4f6eb055f" region="gfx3" offset="1000001"/>
		<rom name="214-c7.bin" size="4194304" crc="3687331b" sha1="2be95caab76d7af51674f93884330ba73a6053e4" region="gfx3" offset="1800000"/>
		<rom name="214-c8.bin" size="4194304" crc="fa1461ad" sha1="6c71a7f08e4044214223a6bf80984582ab5e0328" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof96k" sourcefile="neogeo.c">
		<description>The King of Fighters '96 (Add Char - Pow hack ABC set 2)</description>
		<year>1996</year>
		<manufacturer>Kurouri</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214k-p1.bin" size="1048576" crc="e0256484" sha1="3b7b281962665c6198329e64b4c5d9c4ef871a04" region="cpu1" offset="0"/>
		<rom name="214-p2.bin" size="2097152" crc="002ccb73" sha1="3ae8df682c75027ca82db25491021eeba00a267e" region="cpu1" offset="100000"/>
		<rom name="214-s1.bin" size="131072" crc="1254cbdb" sha1="fce5cf42588298711a3633e9c9c1d4dcb723ac76" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214-c1.bin" size="4194304" crc="7ecf4aa2" sha1="f773c4c1f05d58dd37e7bb2ac1d1e0ec43998a71" region="gfx3" offset="0"/>
		<rom name="214-c2.bin" size="4194304" crc="05b54f37" sha1="cc31653fe4cb05201fba234e080cb9c7a7592b1b" region="gfx3" offset="1"/>
		<rom name="214-c3.bin" size="4194304" crc="64989a65" sha1="e6f3749d43be0afa9dad7b085cb782ba694252ca" region="gfx3" offset="800000"/>
		<rom name="214-c4.bin" size="4194304" crc="afbea515" sha1="ae875052728de33174827705646bd14cf3937b5c" region="gfx3" offset="800001"/>
		<rom name="214-c5.bin" size="4194304" crc="2a3bbd26" sha1="7c1a7e50a10a1b082e0d0d515c34135ee9f995ac" region="gfx3" offset="1000000"/>
		<rom name="214-c6.bin" size="4194304" crc="44d30dc7" sha1="c8ae001e37224b55d9e4a4d99f6578b4f6eb055f" region="gfx3" offset="1000001"/>
		<rom name="214-c7.bin" size="4194304" crc="3687331b" sha1="2be95caab76d7af51674f93884330ba73a6053e4" region="gfx3" offset="1800000"/>
		<rom name="214-c8.bin" size="4194304" crc="fa1461ad" sha1="6c71a7f08e4044214223a6bf80984582ab5e0328" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof96k3" sourcefile="neogeo.c">
		<description>The King of Fighters '96 Remix (Kof98 Moves 030725)</description>
		<year>1996</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214k3-p1.bin" size="1048576" crc="800b8213" sha1="06622e0bfa615195b888858c5806bd262434761b" region="cpu1" offset="0"/>
		<rom name="214-p2.bin" size="2097152" crc="002ccb73" sha1="3ae8df682c75027ca82db25491021eeba00a267e" region="cpu1" offset="100000"/>
		<rom name="214-s1.bin" size="131072" crc="1254cbdb" sha1="fce5cf42588298711a3633e9c9c1d4dcb723ac76" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214-c1.bin" size="4194304" crc="7ecf4aa2" sha1="f773c4c1f05d58dd37e7bb2ac1d1e0ec43998a71" region="gfx3" offset="0"/>
		<rom name="214-c2.bin" size="4194304" crc="05b54f37" sha1="cc31653fe4cb05201fba234e080cb9c7a7592b1b" region="gfx3" offset="1"/>
		<rom name="214-c3.bin" size="4194304" crc="64989a65" sha1="e6f3749d43be0afa9dad7b085cb782ba694252ca" region="gfx3" offset="800000"/>
		<rom name="214-c4.bin" size="4194304" crc="afbea515" sha1="ae875052728de33174827705646bd14cf3937b5c" region="gfx3" offset="800001"/>
		<rom name="214-c5.bin" size="4194304" crc="2a3bbd26" sha1="7c1a7e50a10a1b082e0d0d515c34135ee9f995ac" region="gfx3" offset="1000000"/>
		<rom name="214-c6.bin" size="4194304" crc="44d30dc7" sha1="c8ae001e37224b55d9e4a4d99f6578b4f6eb055f" region="gfx3" offset="1000001"/>
		<rom name="214-c7.bin" size="4194304" crc="3687331b" sha1="2be95caab76d7af51674f93884330ba73a6053e4" region="gfx3" offset="1800000"/>
		<rom name="214-c8.bin" size="4194304" crc="fa1461ad" sha1="6c71a7f08e4044214223a6bf80984582ab5e0328" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof96k3o" sourcefile="neogeo.c">
		<description>The King of Fighters '96 Remix (Kof98 Moves 030710)</description>
		<year>1996</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214k3o-p1.bin" size="1048576" crc="09173d9f" sha1="85d60c976d04468b7c9dc3247c00ff99ec6fd4cc" region="cpu1" offset="0"/>
		<rom name="214-p2.bin" size="2097152" crc="002ccb73" sha1="3ae8df682c75027ca82db25491021eeba00a267e" region="cpu1" offset="100000"/>
		<rom name="214-s1.bin" size="131072" crc="1254cbdb" sha1="fce5cf42588298711a3633e9c9c1d4dcb723ac76" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214-c1.bin" size="4194304" crc="7ecf4aa2" sha1="f773c4c1f05d58dd37e7bb2ac1d1e0ec43998a71" region="gfx3" offset="0"/>
		<rom name="214-c2.bin" size="4194304" crc="05b54f37" sha1="cc31653fe4cb05201fba234e080cb9c7a7592b1b" region="gfx3" offset="1"/>
		<rom name="214-c3.bin" size="4194304" crc="64989a65" sha1="e6f3749d43be0afa9dad7b085cb782ba694252ca" region="gfx3" offset="800000"/>
		<rom name="214-c4.bin" size="4194304" crc="afbea515" sha1="ae875052728de33174827705646bd14cf3937b5c" region="gfx3" offset="800001"/>
		<rom name="214-c5.bin" size="4194304" crc="2a3bbd26" sha1="7c1a7e50a10a1b082e0d0d515c34135ee9f995ac" region="gfx3" offset="1000000"/>
		<rom name="214-c6.bin" size="4194304" crc="44d30dc7" sha1="c8ae001e37224b55d9e4a4d99f6578b4f6eb055f" region="gfx3" offset="1000001"/>
		<rom name="214-c7.bin" size="4194304" crc="3687331b" sha1="2be95caab76d7af51674f93884330ba73a6053e4" region="gfx3" offset="1800000"/>
		<rom name="214-c8.bin" size="4194304" crc="fa1461ad" sha1="6c71a7f08e4044214223a6bf80984582ab5e0328" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof96pjc" sourcefile="neogeo.c">
		<description>The King of Fighters '96 (Char color changed)</description>
		<year>1996</year>
		<manufacturer>TcwLee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214-p1.bin" size="1048576" crc="52755d74" sha1="4232d627f1d2e6ea9fc8cf01571d77d4d5b8a1bb" region="cpu1" offset="0"/>
		<rom name="96pjc_p2.bin" size="2097152" crc="fde97cb6" sha1="676ca59ef75844d9b398126b352d82683d890867" region="cpu1" offset="100000"/>
		<rom name="214-s1.bin" size="131072" crc="1254cbdb" sha1="fce5cf42588298711a3633e9c9c1d4dcb723ac76" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214-c1.bin" size="4194304" crc="7ecf4aa2" sha1="f773c4c1f05d58dd37e7bb2ac1d1e0ec43998a71" region="gfx3" offset="0"/>
		<rom name="214-c2.bin" size="4194304" crc="05b54f37" sha1="cc31653fe4cb05201fba234e080cb9c7a7592b1b" region="gfx3" offset="1"/>
		<rom name="214-c3.bin" size="4194304" crc="64989a65" sha1="e6f3749d43be0afa9dad7b085cb782ba694252ca" region="gfx3" offset="800000"/>
		<rom name="214-c4.bin" size="4194304" crc="afbea515" sha1="ae875052728de33174827705646bd14cf3937b5c" region="gfx3" offset="800001"/>
		<rom name="214-c5.bin" size="4194304" crc="2a3bbd26" sha1="7c1a7e50a10a1b082e0d0d515c34135ee9f995ac" region="gfx3" offset="1000000"/>
		<rom name="214-c6.bin" size="4194304" crc="44d30dc7" sha1="c8ae001e37224b55d9e4a4d99f6578b4f6eb055f" region="gfx3" offset="1000001"/>
		<rom name="214-c7.bin" size="4194304" crc="3687331b" sha1="2be95caab76d7af51674f93884330ba73a6053e4" region="gfx3" offset="1800000"/>
		<rom name="214-c8.bin" size="4194304" crc="fa1461ad" sha1="6c71a7f08e4044214223a6bf80984582ab5e0328" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof96rcw" sourcefile="neogeo.c">
		<description>The King of Fighters '96 (Diff Moves - Ultra kill style changed set 1)</description>
		<year>1996</year>
		<manufacturer>CHL and Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214rcw-p1.bin" size="2097152" crc="7b12a4f1" sha1="f3bcf418d8ecd63d9373c70b138ea7ea391b0cb9" region="cpu1" offset="0"/>
		<rom name="214-p2.bin" size="2097152" crc="002ccb73" sha1="3ae8df682c75027ca82db25491021eeba00a267e" region="cpu1" offset="100000"/>
		<rom name="214-s1.bin" size="131072" crc="1254cbdb" sha1="fce5cf42588298711a3633e9c9c1d4dcb723ac76" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214-c1.bin" size="4194304" crc="7ecf4aa2" sha1="f773c4c1f05d58dd37e7bb2ac1d1e0ec43998a71" region="gfx3" offset="0"/>
		<rom name="214-c2.bin" size="4194304" crc="05b54f37" sha1="cc31653fe4cb05201fba234e080cb9c7a7592b1b" region="gfx3" offset="1"/>
		<rom name="214-c3.bin" size="4194304" crc="64989a65" sha1="e6f3749d43be0afa9dad7b085cb782ba694252ca" region="gfx3" offset="800000"/>
		<rom name="214-c4.bin" size="4194304" crc="afbea515" sha1="ae875052728de33174827705646bd14cf3937b5c" region="gfx3" offset="800001"/>
		<rom name="214-c5.bin" size="4194304" crc="2a3bbd26" sha1="7c1a7e50a10a1b082e0d0d515c34135ee9f995ac" region="gfx3" offset="1000000"/>
		<rom name="214-c6.bin" size="4194304" crc="44d30dc7" sha1="c8ae001e37224b55d9e4a4d99f6578b4f6eb055f" region="gfx3" offset="1000001"/>
		<rom name="214-c7.bin" size="4194304" crc="3687331b" sha1="2be95caab76d7af51674f93884330ba73a6053e4" region="gfx3" offset="1800000"/>
		<rom name="214-c8.bin" size="4194304" crc="fa1461ad" sha1="6c71a7f08e4044214223a6bf80984582ab5e0328" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof96ri" sourcefile="neogeo.c">
		<description>The King of Fighters '96 (Igniz rev 030601 set 1)</description>
		<year>1996</year>
		<manufacturer>Igniz</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214ri-p1.bin" size="1048576" crc="b327398e" sha1="698fbfd310994e5cc20001f28f5d327bf4a997f2" region="cpu1" offset="0"/>
		<rom name="214-p2.bin" size="2097152" crc="002ccb73" sha1="3ae8df682c75027ca82db25491021eeba00a267e" region="cpu1" offset="100000"/>
		<rom name="214-s1.bin" size="131072" crc="1254cbdb" sha1="fce5cf42588298711a3633e9c9c1d4dcb723ac76" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214-c1.bin" size="4194304" crc="7ecf4aa2" sha1="f773c4c1f05d58dd37e7bb2ac1d1e0ec43998a71" region="gfx3" offset="0"/>
		<rom name="214-c2.bin" size="4194304" crc="05b54f37" sha1="cc31653fe4cb05201fba234e080cb9c7a7592b1b" region="gfx3" offset="1"/>
		<rom name="214-c3.bin" size="4194304" crc="64989a65" sha1="e6f3749d43be0afa9dad7b085cb782ba694252ca" region="gfx3" offset="800000"/>
		<rom name="214-c4.bin" size="4194304" crc="afbea515" sha1="ae875052728de33174827705646bd14cf3937b5c" region="gfx3" offset="800001"/>
		<rom name="214-c5.bin" size="4194304" crc="2a3bbd26" sha1="7c1a7e50a10a1b082e0d0d515c34135ee9f995ac" region="gfx3" offset="1000000"/>
		<rom name="214-c6.bin" size="4194304" crc="44d30dc7" sha1="c8ae001e37224b55d9e4a4d99f6578b4f6eb055f" region="gfx3" offset="1000001"/>
		<rom name="214-c7.bin" size="4194304" crc="3687331b" sha1="2be95caab76d7af51674f93884330ba73a6053e4" region="gfx3" offset="1800000"/>
		<rom name="214-c8.bin" size="4194304" crc="fa1461ad" sha1="6c71a7f08e4044214223a6bf80984582ab5e0328" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof96ri1" sourcefile="neogeo.c">
		<description>The King of Fighters '96 (Igniz rev 030601 set 2)</description>
		<year>1996</year>
		<manufacturer>Igniz</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214ri1-p1.bin" size="1048576" crc="1eb17023" sha1="ceed639edfcc1b120c420f08aeb036d8912bbcb5" region="cpu1" offset="0"/>
		<rom name="214-p2.bin" size="2097152" crc="002ccb73" sha1="3ae8df682c75027ca82db25491021eeba00a267e" region="cpu1" offset="100000"/>
		<rom name="214-s1.bin" size="131072" crc="1254cbdb" sha1="fce5cf42588298711a3633e9c9c1d4dcb723ac76" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214-c1.bin" size="4194304" crc="7ecf4aa2" sha1="f773c4c1f05d58dd37e7bb2ac1d1e0ec43998a71" region="gfx3" offset="0"/>
		<rom name="214-c2.bin" size="4194304" crc="05b54f37" sha1="cc31653fe4cb05201fba234e080cb9c7a7592b1b" region="gfx3" offset="1"/>
		<rom name="214-c3.bin" size="4194304" crc="64989a65" sha1="e6f3749d43be0afa9dad7b085cb782ba694252ca" region="gfx3" offset="800000"/>
		<rom name="214-c4.bin" size="4194304" crc="afbea515" sha1="ae875052728de33174827705646bd14cf3937b5c" region="gfx3" offset="800001"/>
		<rom name="214-c5.bin" size="4194304" crc="2a3bbd26" sha1="7c1a7e50a10a1b082e0d0d515c34135ee9f995ac" region="gfx3" offset="1000000"/>
		<rom name="214-c6.bin" size="4194304" crc="44d30dc7" sha1="c8ae001e37224b55d9e4a4d99f6578b4f6eb055f" region="gfx3" offset="1000001"/>
		<rom name="214-c7.bin" size="4194304" crc="3687331b" sha1="2be95caab76d7af51674f93884330ba73a6053e4" region="gfx3" offset="1800000"/>
		<rom name="214-c8.bin" size="4194304" crc="fa1461ad" sha1="6c71a7f08e4044214223a6bf80984582ab5e0328" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof96ri2" sourcefile="neogeo.c">
		<description>The King of Fighters '96 (Igniz rev 030601 set 3)</description>
		<year>1996</year>
		<manufacturer>Igniz</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214ri2-p1.bin" size="1048576" crc="abef3f56" sha1="563f77eb86068ed70bc0484291499d220a07dd84" region="cpu1" offset="0"/>
		<rom name="214-p2.bin" size="2097152" crc="002ccb73" sha1="3ae8df682c75027ca82db25491021eeba00a267e" region="cpu1" offset="100000"/>
		<rom name="214-s1.bin" size="131072" crc="1254cbdb" sha1="fce5cf42588298711a3633e9c9c1d4dcb723ac76" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214-c1.bin" size="4194304" crc="7ecf4aa2" sha1="f773c4c1f05d58dd37e7bb2ac1d1e0ec43998a71" region="gfx3" offset="0"/>
		<rom name="214-c2.bin" size="4194304" crc="05b54f37" sha1="cc31653fe4cb05201fba234e080cb9c7a7592b1b" region="gfx3" offset="1"/>
		<rom name="214-c3.bin" size="4194304" crc="64989a65" sha1="e6f3749d43be0afa9dad7b085cb782ba694252ca" region="gfx3" offset="800000"/>
		<rom name="214-c4.bin" size="4194304" crc="afbea515" sha1="ae875052728de33174827705646bd14cf3937b5c" region="gfx3" offset="800001"/>
		<rom name="214-c5.bin" size="4194304" crc="2a3bbd26" sha1="7c1a7e50a10a1b082e0d0d515c34135ee9f995ac" region="gfx3" offset="1000000"/>
		<rom name="214-c6.bin" size="4194304" crc="44d30dc7" sha1="c8ae001e37224b55d9e4a4d99f6578b4f6eb055f" region="gfx3" offset="1000001"/>
		<rom name="214-c7.bin" size="4194304" crc="3687331b" sha1="2be95caab76d7af51674f93884330ba73a6053e4" region="gfx3" offset="1800000"/>
		<rom name="214-c8.bin" size="4194304" crc="fa1461ad" sha1="6c71a7f08e4044214223a6bf80984582ab5e0328" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof96ri3" sourcefile="neogeo.c">
		<description>The King of Fighters '96 (Igniz rev 030601 set 4)</description>
		<year>1996</year>
		<manufacturer>Igniz</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214ri3-p1.bin" size="1048576" crc="c58d9eea" sha1="287d679c0caf00e163ac2d55d17809e8d5e911a6" region="cpu1" offset="0"/>
		<rom name="214-p2.bin" size="2097152" crc="002ccb73" sha1="3ae8df682c75027ca82db25491021eeba00a267e" region="cpu1" offset="100000"/>
		<rom name="214-s1.bin" size="131072" crc="1254cbdb" sha1="fce5cf42588298711a3633e9c9c1d4dcb723ac76" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214-c1.bin" size="4194304" crc="7ecf4aa2" sha1="f773c4c1f05d58dd37e7bb2ac1d1e0ec43998a71" region="gfx3" offset="0"/>
		<rom name="214-c2.bin" size="4194304" crc="05b54f37" sha1="cc31653fe4cb05201fba234e080cb9c7a7592b1b" region="gfx3" offset="1"/>
		<rom name="214-c3.bin" size="4194304" crc="64989a65" sha1="e6f3749d43be0afa9dad7b085cb782ba694252ca" region="gfx3" offset="800000"/>
		<rom name="214-c4.bin" size="4194304" crc="afbea515" sha1="ae875052728de33174827705646bd14cf3937b5c" region="gfx3" offset="800001"/>
		<rom name="214-c5.bin" size="4194304" crc="2a3bbd26" sha1="7c1a7e50a10a1b082e0d0d515c34135ee9f995ac" region="gfx3" offset="1000000"/>
		<rom name="214-c6.bin" size="4194304" crc="44d30dc7" sha1="c8ae001e37224b55d9e4a4d99f6578b4f6eb055f" region="gfx3" offset="1000001"/>
		<rom name="214-c7.bin" size="4194304" crc="3687331b" sha1="2be95caab76d7af51674f93884330ba73a6053e4" region="gfx3" offset="1800000"/>
		<rom name="214-c8.bin" size="4194304" crc="fa1461ad" sha1="6c71a7f08e4044214223a6bf80984582ab5e0328" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof96ri4" sourcefile="neogeo.c">
		<description>The King of Fighters '96 (Igniz rev 030527 set 1)</description>
		<year>1996</year>
		<manufacturer>Igniz</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214ri4-p1.bin" size="1048576" crc="ef2b1662" sha1="eb23ea0875f6b19dcc400699fd9fb0e846caedf3" region="cpu1" offset="0"/>
		<rom name="214-p2.bin" size="2097152" crc="002ccb73" sha1="3ae8df682c75027ca82db25491021eeba00a267e" region="cpu1" offset="100000"/>
		<rom name="214-s1.bin" size="131072" crc="1254cbdb" sha1="fce5cf42588298711a3633e9c9c1d4dcb723ac76" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214-c1.bin" size="4194304" crc="7ecf4aa2" sha1="f773c4c1f05d58dd37e7bb2ac1d1e0ec43998a71" region="gfx3" offset="0"/>
		<rom name="214-c2.bin" size="4194304" crc="05b54f37" sha1="cc31653fe4cb05201fba234e080cb9c7a7592b1b" region="gfx3" offset="1"/>
		<rom name="214-c3.bin" size="4194304" crc="64989a65" sha1="e6f3749d43be0afa9dad7b085cb782ba694252ca" region="gfx3" offset="800000"/>
		<rom name="214-c4.bin" size="4194304" crc="afbea515" sha1="ae875052728de33174827705646bd14cf3937b5c" region="gfx3" offset="800001"/>
		<rom name="214-c5.bin" size="4194304" crc="2a3bbd26" sha1="7c1a7e50a10a1b082e0d0d515c34135ee9f995ac" region="gfx3" offset="1000000"/>
		<rom name="214-c6.bin" size="4194304" crc="44d30dc7" sha1="c8ae001e37224b55d9e4a4d99f6578b4f6eb055f" region="gfx3" offset="1000001"/>
		<rom name="214-c7.bin" size="4194304" crc="3687331b" sha1="2be95caab76d7af51674f93884330ba73a6053e4" region="gfx3" offset="1800000"/>
		<rom name="214-c8.bin" size="4194304" crc="fa1461ad" sha1="6c71a7f08e4044214223a6bf80984582ab5e0328" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof96ri5" sourcefile="neogeo.c">
		<description>The King of Fighters '96 (Igniz rev 030527 set 2)</description>
		<year>1996</year>
		<manufacturer>Igniz</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214ri5-p1.bin" size="1048576" crc="386420b2" sha1="7ce3eee22112f53d808cc798c0e15b16cc290a0b" region="cpu1" offset="0"/>
		<rom name="214-p2.bin" size="2097152" crc="002ccb73" sha1="3ae8df682c75027ca82db25491021eeba00a267e" region="cpu1" offset="100000"/>
		<rom name="214-s1.bin" size="131072" crc="1254cbdb" sha1="fce5cf42588298711a3633e9c9c1d4dcb723ac76" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214-c1.bin" size="4194304" crc="7ecf4aa2" sha1="f773c4c1f05d58dd37e7bb2ac1d1e0ec43998a71" region="gfx3" offset="0"/>
		<rom name="214-c2.bin" size="4194304" crc="05b54f37" sha1="cc31653fe4cb05201fba234e080cb9c7a7592b1b" region="gfx3" offset="1"/>
		<rom name="214-c3.bin" size="4194304" crc="64989a65" sha1="e6f3749d43be0afa9dad7b085cb782ba694252ca" region="gfx3" offset="800000"/>
		<rom name="214-c4.bin" size="4194304" crc="afbea515" sha1="ae875052728de33174827705646bd14cf3937b5c" region="gfx3" offset="800001"/>
		<rom name="214-c5.bin" size="4194304" crc="2a3bbd26" sha1="7c1a7e50a10a1b082e0d0d515c34135ee9f995ac" region="gfx3" offset="1000000"/>
		<rom name="214-c6.bin" size="4194304" crc="44d30dc7" sha1="c8ae001e37224b55d9e4a4d99f6578b4f6eb055f" region="gfx3" offset="1000001"/>
		<rom name="214-c7.bin" size="4194304" crc="3687331b" sha1="2be95caab76d7af51674f93884330ba73a6053e4" region="gfx3" offset="1800000"/>
		<rom name="214-c8.bin" size="4194304" crc="fa1461ad" sha1="6c71a7f08e4044214223a6bf80984582ab5e0328" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof96ru" sourcefile="neogeo.c">
		<description>The King of Fighters '96 Remix Ultra (Diff Moves - Ultra kill style changed - Add Char 031203)</description>
		<year>1996</year>
		<manufacturer>CHL and Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214ru-p1.bin" size="1048576" crc="620da697" sha1="146d396903fed547f586f095d6b7b4ec519c1479" region="cpu1" offset="0"/>
		<rom name="214-p2.bin" size="2097152" crc="002ccb73" sha1="3ae8df682c75027ca82db25491021eeba00a267e" region="cpu1" offset="100000"/>
		<rom name="214-s1.bin" size="131072" crc="1254cbdb" sha1="fce5cf42588298711a3633e9c9c1d4dcb723ac76" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214-c1.bin" size="4194304" crc="7ecf4aa2" sha1="f773c4c1f05d58dd37e7bb2ac1d1e0ec43998a71" region="gfx3" offset="0"/>
		<rom name="214-c2.bin" size="4194304" crc="05b54f37" sha1="cc31653fe4cb05201fba234e080cb9c7a7592b1b" region="gfx3" offset="1"/>
		<rom name="214-c3.bin" size="4194304" crc="64989a65" sha1="e6f3749d43be0afa9dad7b085cb782ba694252ca" region="gfx3" offset="800000"/>
		<rom name="214-c4.bin" size="4194304" crc="afbea515" sha1="ae875052728de33174827705646bd14cf3937b5c" region="gfx3" offset="800001"/>
		<rom name="214-c5.bin" size="4194304" crc="2a3bbd26" sha1="7c1a7e50a10a1b082e0d0d515c34135ee9f995ac" region="gfx3" offset="1000000"/>
		<rom name="214-c6.bin" size="4194304" crc="44d30dc7" sha1="c8ae001e37224b55d9e4a4d99f6578b4f6eb055f" region="gfx3" offset="1000001"/>
		<rom name="214-c7.bin" size="4194304" crc="3687331b" sha1="2be95caab76d7af51674f93884330ba73a6053e4" region="gfx3" offset="1800000"/>
		<rom name="214-c8.bin" size="4194304" crc="fa1461ad" sha1="6c71a7f08e4044214223a6bf80984582ab5e0328" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof96rw" sourcefile="neogeo.c">
		<description>The King of Fighters '96 (Diff Moves)</description>
		<year>1996</year>
		<manufacturer>Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="214rw-p1.bin" size="1048576" crc="1de99755" sha1="69740ffc88d287d6f2bc218665a3f1fa358e5fc3" region="cpu1" offset="0"/>
		<rom name="214-p2.bin" size="2097152" crc="002ccb73" sha1="3ae8df682c75027ca82db25491021eeba00a267e" region="cpu1" offset="100000"/>
		<rom name="214-s1.bin" size="131072" crc="1254cbdb" sha1="fce5cf42588298711a3633e9c9c1d4dcb723ac76" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="214-m1.bin" size="131072" crc="dabc427c" sha1="b76722ed142ee7addceb4757424870dbd003e8b3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="214-v1.bin" size="4194304" crc="63f7b045" sha1="1353715f1a8476dca6f8031d9e7a401eacab8159" region="sound1" offset="0"/>
		<rom name="214-v2.bin" size="4194304" crc="25929059" sha1="6a721c4cb8f8dc772774023877d4a9f50d5a9e31" region="sound1" offset="400000"/>
		<rom name="214-v3.bin" size="2097152" crc="92a2257d" sha1="5064aec78fa0d104e5dd5869b95382aa170214ee" region="sound1" offset="800000"/>
		<rom name="214-c1.bin" size="4194304" crc="7ecf4aa2" sha1="f773c4c1f05d58dd37e7bb2ac1d1e0ec43998a71" region="gfx3" offset="0"/>
		<rom name="214-c2.bin" size="4194304" crc="05b54f37" sha1="cc31653fe4cb05201fba234e080cb9c7a7592b1b" region="gfx3" offset="1"/>
		<rom name="214-c3.bin" size="4194304" crc="64989a65" sha1="e6f3749d43be0afa9dad7b085cb782ba694252ca" region="gfx3" offset="800000"/>
		<rom name="214-c4.bin" size="4194304" crc="afbea515" sha1="ae875052728de33174827705646bd14cf3937b5c" region="gfx3" offset="800001"/>
		<rom name="214-c5.bin" size="4194304" crc="2a3bbd26" sha1="7c1a7e50a10a1b082e0d0d515c34135ee9f995ac" region="gfx3" offset="1000000"/>
		<rom name="214-c6.bin" size="4194304" crc="44d30dc7" sha1="c8ae001e37224b55d9e4a4d99f6578b4f6eb055f" region="gfx3" offset="1000001"/>
		<rom name="214-c7.bin" size="4194304" crc="3687331b" sha1="2be95caab76d7af51674f93884330ba73a6053e4" region="gfx3" offset="1800000"/>
		<rom name="214-c8.bin" size="4194304" crc="fa1461ad" sha1="6c71a7f08e4044214223a6bf80984582ab5e0328" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof97bh" sourcefile="neogeo.c">
		<description>The King of Fighters '97 (Add Char - Orochi icon - Extra stage select)</description>
		<year>1997</year>
		<manufacturer>Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232bh-p1.bin" size="1048576" crc="b49a3fcf" sha1="2dcb95e184b86a455ef23b70aca00bbcd28f23c5" region="cpu1" offset="0"/>
		<rom name="232-p2.bin" size="4194304" crc="158b23f6" sha1="9744620a70513490aaf9c5eda33e5ec31222be19" region="cpu1" offset="100000"/>
		<rom name="232bh-s1.bin" size="131072" crc="71c426e6" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof97cr" sourcefile="neogeo.c">
		<description>The King of Fighters '97 (Moves and Style changed - Extra stage select)</description>
		<year>1997</year>
		<manufacturer>CHL and Leather</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232cr-p1.bin" size="1048576" crc="76ec749d" sha1="7b8c208eb6559f350a0fac031b936d6e04928ae6" region="cpu1" offset="0"/>
		<rom name="232-p2.bin" size="4194304" crc="158b23f6" sha1="9744620a70513490aaf9c5eda33e5ec31222be19" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof97chl" sourcefile="neogeo.c">
		<description>The King of Fighters '97 (Diff Moves - 030325)</description>
		<year>1997</year>
		<manufacturer>CHL</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232chl-p1.bin" size="1048576" crc="ce99174b" sha1="3ff2e0c71e24c55741c9718725d214368a144c53" region="cpu1" offset="0"/>
		<rom name="232-p2.bin" size="4194304" crc="158b23f6" sha1="9744620a70513490aaf9c5eda33e5ec31222be19" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf97chl2" sourcefile="neogeo.c">
		<description>The King of Fighters '97 (Diff Moves rev.2 - 030409)</description>
		<year>1997</year>
		<manufacturer>CHL</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232chl2-p1.bin" size="1048576" crc="fd7efa7d" sha1="383aa8054ec1a1b832983fbacfc93e6740712e18" region="cpu1" offset="0"/>
		<rom name="232-p2.bin" size="4194304" crc="158b23f6" sha1="9744620a70513490aaf9c5eda33e5ec31222be19" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof97eh" sourcefile="neogeo.c">
		<description>The King of Fighters '97 (Add Char - Ultra kill start max in Adv Mode - Ultra pow hack ABC - Extra stage select)</description>
		<year>1997</year>
		<manufacturer>Creamymami, Leather and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232eh-p1.bin" size="1048576" crc="3d4eb515" sha1="7d1ca643fb3872495fa681bc28a975d92822b7f0" region="cpu1" offset="0"/>
		<rom name="232-p2.bin" size="4194304" crc="158b23f6" sha1="9744620a70513490aaf9c5eda33e5ec31222be19" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof97eh2" sourcefile="neogeo.c">
		<description>The King of Fighters '97 (Add Char - Ultra kill start max in Adv Mode - Pow hack ABC - Extra stage select)</description>
		<year>1997</year>
		<manufacturer>Leather and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232eh2-p1.bin" size="1048576" crc="dc81f242" sha1="24457a3570b8ef802d90576f4e32f1701ebf2018" region="cpu1" offset="0"/>
		<rom name="232-p2.bin" size="4194304" crc="158b23f6" sha1="9744620a70513490aaf9c5eda33e5ec31222be19" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof97eho" sourcefile="neogeo.c">
		<description>The King of Fighters '97 (Add Char - Ultra kill start max in Adv Mode - Pow hack ABC)</description>
		<year>1997</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232eho-p1.bin" size="1048576" crc="83caa31c" sha1="8db7f86464b91a56a168ec3d639f4c1fbaaa0499" region="cpu1" offset="0"/>
		<rom name="232-p2.bin" size="4194304" crc="158b23f6" sha1="9744620a70513490aaf9c5eda33e5ec31222be19" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof97hxd" sourcefile="neogeo.c">
		<description>The King of Fighters '97 (Add Char)</description>
		<year>1997</year>
		<manufacturer>Hxdhome</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232hxd-p1.bin" size="1048576" crc="ec95b2cf" sha1="0f5ac8bc9eaeb32441ee72a9ce93fbb9d9462359" region="cpu1" offset="0"/>
		<rom name="232-p2.bin" size="4194304" crc="158b23f6" sha1="9744620a70513490aaf9c5eda33e5ec31222be19" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof97ice" sourcefile="neogeo.c">
		<description>The King of Fighters '97 Ice</description>
		<year>1997</year>
		<manufacturer>Cz-Kyo97</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232-p1.bin" size="1048576" crc="7db81ad9" sha1="8bc42be872fd497eb198ca13bf004852b88eb1dc" region="cpu1" offset="0"/>
		<rom name="232ice-p2.bin" size="4194304" crc="b26e3767" sha1="6b3d513b523d3513e9300db54891abd1079a5865" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof97kp" sourcefile="neogeo.c">
		<description>The King of Fighters '97 (Add Orochi set 3)</description>
		<year>1997</year>
		<manufacturer>KofPerfect</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232kp-p1.bin" size="1048576" crc="f29de6b6" sha1="aafb7925df9fed83762ecf363855b971baaf614f" region="cpu1" offset="0"/>
		<rom name="232-p2.bin" size="4194304" crc="158b23f6" sha1="9744620a70513490aaf9c5eda33e5ec31222be19" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof97lc" sourcefile="neogeo.c">
		<description>The King of Fighters '97 (Color changed)</description>
		<year>1997</year>
		<manufacturer>Liuzheng0131</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232-p1.bin" size="1048576" crc="7db81ad9" sha1="8bc42be872fd497eb198ca13bf004852b88eb1dc" region="cpu1" offset="0"/>
		<rom name="232lc-p2.bin" size="4194304" crc="852cfee6" sha1="8db51a12a05f2312c2a241027c61711137a0ca94" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof97mit" sourcefile="neogeo.c">
		<description>The King of Fighters '97 (Char style enhanced 050324)</description>
		<year>1997</year>
		<manufacturer>MIT</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232mit-p1.bin" size="1048576" crc="b96600ce" sha1="260a42aaf117de392a32a473e552e73253fc0ea7" region="cpu1" offset="0"/>
		<rom name="232mit-p2.bin" size="4194304" crc="44fece8e" sha1="f1604613267297ff3b375dad397ce6e1256078e6" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof97pj" sourcefile="neogeo.c">
		<description>The King of Fighters '97 (hxd fixed ver - Add Char)</description>
		<year>1997</year>
		<manufacturer>TcwLee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232pj-p1.bin" size="1048576" crc="91692771" sha1="ef1c2d7be60798bd778785d6a8d4fd2250b64679" region="cpu1" offset="0"/>
		<rom name="232-p2.bin" size="4194304" crc="158b23f6" sha1="9744620a70513490aaf9c5eda33e5ec31222be19" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof97pjc" sourcefile="neogeo.c">
		<description>The King of Fighters '97 (Char color changed)</description>
		<year>1997</year>
		<manufacturer>TcwLee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232-p1.bin" size="1048576" crc="7db81ad9" sha1="8bc42be872fd497eb198ca13bf004852b88eb1dc" region="cpu1" offset="0"/>
		<rom name="232pjc-p2.bin" size="4194304" crc="158b23f6" sha1="9744620a70513490aaf9c5eda33e5ec31222be19" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof97sw" sourcefile="neogeo.c">
		<description>The King of Fighters '97 (26a-c and 623a-c red flame special effect)</description>
		<year>1997</year>
		<manufacturer>Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232sw-p1.bin" size="1048576" crc="7db81ad9" sha1="8bc42be872fd497eb198ca13bf004852b88eb1dc" region="cpu1" offset="0"/>
		<rom name="232-p2.bin" size="4194304" crc="158b23f6" sha1="9744620a70513490aaf9c5eda33e5ec31222be19" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof97saw" sourcefile="neogeo.c">
		<description>The King of Fighters '97 (Kill red flame special effect)</description>
		<year>1997</year>
		<manufacturer>Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232saw-p1.bin" size="1048576" crc="7db81ad9" sha1="8bc42be872fd497eb198ca13bf004852b88eb1dc" region="cpu1" offset="0"/>
		<rom name="232-p2.bin" size="4194304" crc="158b23f6" sha1="9744620a70513490aaf9c5eda33e5ec31222be19" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof97wh" sourcefile="neogeo.c">
		<description>The King of Fighters '97 (Style Kyo to 95' Kyo)</description>
		<year>1997</year>
		<manufacturer>Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232wh-p1.bin" size="1048576" crc="7db81ad9" sha1="8bc42be872fd497eb198ca13bf004852b88eb1dc" region="cpu1" offset="0"/>
		<rom name="232-p2.bin" size="4194304" crc="158b23f6" sha1="9744620a70513490aaf9c5eda33e5ec31222be19" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf97wpls" sourcefile="neogeo.c">
		<description>The King of Fighters '97 Plus (Wesker)</description>
		<year>1997</year>
		<manufacturer>Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232wpls-p1.bin" size="1048576" crc="7db81ad9" sha1="8bc42be872fd497eb198ca13bf004852b88eb1dc" region="cpu1" offset="0"/>
		<rom name="232-p2.bin" size="4194304" crc="158b23f6" sha1="9744620a70513490aaf9c5eda33e5ec31222be19" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof97y" sourcefile="neogeo.c">
		<description>The King of Fighters '97 (Add Char - no Orochi)</description>
		<year>1997</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232y-p1.bin" size="1048576" crc="d1893f4e" sha1="64258216d12cd7445062574c4e6690a6bf5b1541" region="cpu1" offset="0"/>
		<rom name="232-p2.bin" size="4194304" crc="158b23f6" sha1="9744620a70513490aaf9c5eda33e5ec31222be19" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof97ya" sourcefile="neogeo.c">
		<description>The King of Fighters '97 (Add Orochi set 1)</description>
		<year>1997</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232ya-p1.bin" size="1048576" crc="36a82fb7" sha1="5f45d51b0e28d3b0cc71388934d8cd6830654f53" region="cpu1" offset="0"/>
		<rom name="232-p2.bin" size="4194304" crc="158b23f6" sha1="9744620a70513490aaf9c5eda33e5ec31222be19" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof97yb" sourcefile="neogeo.c">
		<description>The King of Fighters '97 (Add Orochi set 2)</description>
		<year>1997</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232yb-p1.bin" size="1048576" crc="55557bf2" sha1="46f681a86b6f0e70d2a177e346937e9ef8d33fc9" region="cpu1" offset="0"/>
		<rom name="232-p2.bin" size="4194304" crc="158b23f6" sha1="9744620a70513490aaf9c5eda33e5ec31222be19" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof97ye" sourcefile="neogeo.c">
		<description>The King of Fighters '97 (Add Char - no Orochi - Pow hack ABC in Extra Mode set 1)</description>
		<year>1997</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232ye-p1.bin" size="1048576" crc="35e1bbab" sha1="beb43970025e9e04eae52386c93621feb4373d7f" region="cpu1" offset="0"/>
		<rom name="232-p2.bin" size="4194304" crc="158b23f6" sha1="9744620a70513490aaf9c5eda33e5ec31222be19" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof97yg" sourcefile="neogeo.c">
		<description>The King of Fighters '97 (Add Char - Pow hack ABC in Extra Mode)</description>
		<year>1997</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232yg-p1.bin" size="1048576" crc="2ef7c10d" sha1="b223ddad9547f2899885cd7306bb2baa188c64f2" region="cpu1" offset="0"/>
		<rom name="232-p2.bin" size="4194304" crc="158b23f6" sha1="9744620a70513490aaf9c5eda33e5ec31222be19" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof97yh" sourcefile="neogeo.c">
		<description>The King of Fighters '97 (Add Char - no Orochi - Pow hack ABC in Extra Mode set 2)</description>
		<year>1997</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232yh-p1.bin" size="1048576" crc="a1d23d62" sha1="3ddb3a5f917c2b4ed3505fd13b1e8c4d0bfdaaa6" region="cpu1" offset="0"/>
		<rom name="232-p2.bin" size="4194304" crc="158b23f6" sha1="9744620a70513490aaf9c5eda33e5ec31222be19" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof97yl" sourcefile="neogeo.c">
		<description>The King of Fighters '97 (Add Char - Extra stage select set 1)</description>
		<year>1997</year>
		<manufacturer>Leather and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232yl-p1.bin" size="1048576" crc="b74278b8" sha1="5fe72fa346c54229b3b80121720af624a7eca95c" region="cpu1" offset="0"/>
		<rom name="232-p2.bin" size="4194304" crc="158b23f6" sha1="9744620a70513490aaf9c5eda33e5ec31222be19" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof97yl2" sourcefile="neogeo.c">
		<description>The King of Fighters '97 (Add Char - Extra stage select set 2)</description>
		<year>1997</year>
		<manufacturer>Leather and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="232yl2-p1.bin" size="1048576" crc="ce22762f" sha1="1be39a25a51db1f50633412aec35db79846938ee" region="cpu1" offset="0"/>
		<rom name="232-p2.bin" size="4194304" crc="158b23f6" sha1="9744620a70513490aaf9c5eda33e5ec31222be19" region="cpu1" offset="100000"/>
		<rom name="232-s1.bin" size="131072" crc="8514ecf5" sha1="18d8e7feb51ea88816f1c786932a53655b0de6a0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="232-m1.bin" size="131072" crc="45348747" sha1="ed77cbae2b208d1177a9f5f6e8cd57070e90b65b" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="232-v1.bin" size="4194304" crc="22a2b5b5" sha1="ebdbc977332e6d93e266755000b43857e0082965" region="sound1" offset="0"/>
		<rom name="232-v2.bin" size="4194304" crc="2304e744" sha1="98d283e2bcc9291a53f52afd35ef76dfb0828432" region="sound1" offset="400000"/>
		<rom name="232-v3.bin" size="4194304" crc="759eb954" sha1="54e77c4e9e6b89458e59824e478ddc33a9c72655" region="sound1" offset="800000"/>
		<rom name="232-c1.bin" size="8388608" crc="5f8bf0a1" sha1="e8b63bbc814de171fd18c5864a7fc639970c1ecf" region="gfx3" offset="0"/>
		<rom name="232-c2.bin" size="8388608" crc="e4d45c81" sha1="fdb2b9326362e27b1c7a5beb977e0bc537488186" region="gfx3" offset="1"/>
		<rom name="232-c3.bin" size="8388608" crc="581d6618" sha1="14d3124a08ded59f86932c6b28e1a4e48c564ccd" region="gfx3" offset="1000000"/>
		<rom name="232-c4.bin" size="8388608" crc="49bb1e68" sha1="f769c1bd1b019521111ff3f0d22c63cb1f2640ef" region="gfx3" offset="1000001"/>
		<rom name="232-c5.bin" size="4194304" crc="34fc4e51" sha1="b39c65f27873f71a6f5a5d1d04e5435f874472ee" region="gfx3" offset="2000000"/>
		<rom name="232-c6.bin" size="4194304" crc="4ff4d47b" sha1="4d5689ede24a5fe4330bd85d4d3f4eb2795308bb" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof98ch" sourcefile="neogeo.c">
		<description>The King of Fighters '98 (Diff Moves 030503)</description>
		<year>1998</year>
		<manufacturer>Chase</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="242ch-p1.bin" size="1048576" crc="c6244126" sha1="c99b20917c5ad2780f7ecabe95f6aded6a7f0038" region="cpu1" offset="0"/>
		<rom name="242-p2.bin" size="4194304" crc="980aba4c" sha1="5e735929ec6c3ca5b2efae3c7de47bcbb8ade2c5" region="cpu1" offset="100000"/>
		<rom name="242-s1.bin" size="131072" crc="7f7b4805" sha1="80ee6e5d0ece9c34ebca54b043a7cb33f9ff6b92" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="242-m1.bin" size="262144" crc="4e7a6b1b" sha1="b54d08f88713ed0271aa06f9f7c9c572ef555b1a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="242-v1.bin" size="4194304" crc="b9ea8051" sha1="49606f64eb249263b3341b4f50cc1763c390b2af" region="sound1" offset="0"/>
		<rom name="242-v2.bin" size="4194304" crc="cc11106e" sha1="d3108bc05c9bf041d4236b2fa0c66b013aa8db1b" region="sound1" offset="400000"/>
		<rom name="242-v3.bin" size="4194304" crc="044ea4e1" sha1="062a2f2e52098d73bc31c9ad66f5db8080395ce8" region="sound1" offset="800000"/>
		<rom name="242-v4.bin" size="4194304" crc="7985ea30" sha1="54ed5f0324de6164ea81943ebccb3e8d298368ec" region="sound1" offset="c00000"/>
		<rom name="242-c1.bin" size="8388608" crc="e564ecd6" sha1="78f22787a204f26bae9b2b1c945ddbc27143352f" region="gfx3" offset="0"/>
		<rom name="242-c2.bin" size="8388608" crc="bd959b60" sha1="2c97c59e77c9a3fe7d664e741d37944f3d56c10b" region="gfx3" offset="1"/>
		<rom name="242-c3.bin" size="8388608" crc="22127b4f" sha1="bd0d00f889d9da7c6ac48f287d9ed8c605ae22cf" region="gfx3" offset="1000000"/>
		<rom name="242-c4.bin" size="8388608" crc="0b4fa044" sha1="fa13c3764fae6b035a626601bc43629f1ebaaffd" region="gfx3" offset="1000001"/>
		<rom name="242-c5.bin" size="8388608" crc="9d10bed3" sha1="4d44addc7c808649bfb03ec45fb9529da413adff" region="gfx3" offset="2000000"/>
		<rom name="242-c6.bin" size="8388608" crc="da07b6a2" sha1="9c3f0da7cde1ffa8feca89efc88f07096e502acf" region="gfx3" offset="2000001"/>
		<rom name="242-c7.bin" size="8388608" crc="f6d7a38a" sha1="dd295d974dd4a7e5cb26a3ef3febcd03f28d522b" region="gfx3" offset="3000000"/>
		<rom name="242-c8.bin" size="8388608" crc="c823e045" sha1="886fbf64bcb58bc4eabb1fc9262f6ac9901a0f28" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof98chl" sourcefile="neogeo.c">
		<description>The King of Fighters '98 (Diff Moves 030320)</description>
		<year>1998</year>
		<manufacturer>CHL</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="242chl-p1.bin" size="1048576" crc="8dff0265" sha1="9a1ffaf13ed95dcb035e081f93b8eb461212c713" region="cpu1" offset="0"/>
		<rom name="242-p2.bin" size="4194304" crc="980aba4c" sha1="5e735929ec6c3ca5b2efae3c7de47bcbb8ade2c5" region="cpu1" offset="100000"/>
		<rom name="242-s1.bin" size="131072" crc="7f7b4805" sha1="80ee6e5d0ece9c34ebca54b043a7cb33f9ff6b92" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="242-m1.bin" size="262144" crc="4e7a6b1b" sha1="b54d08f88713ed0271aa06f9f7c9c572ef555b1a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="242-v1.bin" size="4194304" crc="b9ea8051" sha1="49606f64eb249263b3341b4f50cc1763c390b2af" region="sound1" offset="0"/>
		<rom name="242-v2.bin" size="4194304" crc="cc11106e" sha1="d3108bc05c9bf041d4236b2fa0c66b013aa8db1b" region="sound1" offset="400000"/>
		<rom name="242-v3.bin" size="4194304" crc="044ea4e1" sha1="062a2f2e52098d73bc31c9ad66f5db8080395ce8" region="sound1" offset="800000"/>
		<rom name="242-v4.bin" size="4194304" crc="7985ea30" sha1="54ed5f0324de6164ea81943ebccb3e8d298368ec" region="sound1" offset="c00000"/>
		<rom name="242-c1.bin" size="8388608" crc="e564ecd6" sha1="78f22787a204f26bae9b2b1c945ddbc27143352f" region="gfx3" offset="0"/>
		<rom name="242-c2.bin" size="8388608" crc="bd959b60" sha1="2c97c59e77c9a3fe7d664e741d37944f3d56c10b" region="gfx3" offset="1"/>
		<rom name="242-c3.bin" size="8388608" crc="22127b4f" sha1="bd0d00f889d9da7c6ac48f287d9ed8c605ae22cf" region="gfx3" offset="1000000"/>
		<rom name="242-c4.bin" size="8388608" crc="0b4fa044" sha1="fa13c3764fae6b035a626601bc43629f1ebaaffd" region="gfx3" offset="1000001"/>
		<rom name="242-c5.bin" size="8388608" crc="9d10bed3" sha1="4d44addc7c808649bfb03ec45fb9529da413adff" region="gfx3" offset="2000000"/>
		<rom name="242-c6.bin" size="8388608" crc="da07b6a2" sha1="9c3f0da7cde1ffa8feca89efc88f07096e502acf" region="gfx3" offset="2000001"/>
		<rom name="242-c7.bin" size="8388608" crc="f6d7a38a" sha1="dd295d974dd4a7e5cb26a3ef3febcd03f28d522b" region="gfx3" offset="3000000"/>
		<rom name="242-c8.bin" size="8388608" crc="c823e045" sha1="886fbf64bcb58bc4eabb1fc9262f6ac9901a0f28" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof98dc" sourcefile="neogeo.c">
		<description>The King of Fighters '98 (Char color changed - Negative style)</description>
		<year>1998</year>
		<manufacturer>Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="yz98-p1.160" size="2097152" crc="8893df89" sha1="0452828785110601c65f667209fc2d2926cd3751" region="cpu1" offset="0"/>
		<rom name="242dc-p2.bin" size="4194304" crc="4bce4de3" sha1="5c210782853250772cf27c1492f018d92a5357fc" region="cpu1" offset="200000"/>
		<rom name="242-s1.bin" size="131072" crc="7f7b4805" sha1="80ee6e5d0ece9c34ebca54b043a7cb33f9ff6b92" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="242-m1a.bin" size="262144" crc="4ef7016b" sha1="4182235e963bd70d398a79abeb54ab4d62887c48" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="242-v1.bin" size="4194304" crc="b9ea8051" sha1="49606f64eb249263b3341b4f50cc1763c390b2af" region="sound1" offset="0"/>
		<rom name="242-v2.bin" size="4194304" crc="cc11106e" sha1="d3108bc05c9bf041d4236b2fa0c66b013aa8db1b" region="sound1" offset="400000"/>
		<rom name="242-v3.bin" size="4194304" crc="044ea4e1" sha1="062a2f2e52098d73bc31c9ad66f5db8080395ce8" region="sound1" offset="800000"/>
		<rom name="242-v4.bin" size="4194304" crc="7985ea30" sha1="54ed5f0324de6164ea81943ebccb3e8d298368ec" region="sound1" offset="c00000"/>
		<rom name="242-c1.bin" size="8388608" crc="e564ecd6" sha1="78f22787a204f26bae9b2b1c945ddbc27143352f" region="gfx3" offset="0"/>
		<rom name="242-c2.bin" size="8388608" crc="bd959b60" sha1="2c97c59e77c9a3fe7d664e741d37944f3d56c10b" region="gfx3" offset="1"/>
		<rom name="242-c3.bin" size="8388608" crc="22127b4f" sha1="bd0d00f889d9da7c6ac48f287d9ed8c605ae22cf" region="gfx3" offset="1000000"/>
		<rom name="242-c4.bin" size="8388608" crc="0b4fa044" sha1="fa13c3764fae6b035a626601bc43629f1ebaaffd" region="gfx3" offset="1000001"/>
		<rom name="242-c5.bin" size="8388608" crc="9d10bed3" sha1="4d44addc7c808649bfb03ec45fb9529da413adff" region="gfx3" offset="2000000"/>
		<rom name="242-c6.bin" size="8388608" crc="da07b6a2" sha1="9c3f0da7cde1ffa8feca89efc88f07096e502acf" region="gfx3" offset="2000001"/>
		<rom name="242-c7.bin" size="8388608" crc="f6d7a38a" sha1="dd295d974dd4a7e5cb26a3ef3febcd03f28d522b" region="gfx3" offset="3000000"/>
		<rom name="242-c8.bin" size="8388608" crc="c823e045" sha1="886fbf64bcb58bc4eabb1fc9262f6ac9901a0f28" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof98seh" sourcefile="neogeo.c">
		<description>The King of Fighters '98 (Ultra kill start max in Adv Mode - Ultra pow hack ABC)</description>
		<year>1998</year>
		<manufacturer>Creamymami and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="242seh-p1.bin" size="1048576" crc="4684eda8" sha1="0987bd16a9246a34046183cc06d543224aaf2e31" region="cpu1" offset="0"/>
		<rom name="242-p2.bin" size="4194304" crc="980aba4c" sha1="5e735929ec6c3ca5b2efae3c7de47bcbb8ade2c5" region="cpu1" offset="100000"/>
		<rom name="242-s1.bin" size="131072" crc="7f7b4805" sha1="80ee6e5d0ece9c34ebca54b043a7cb33f9ff6b92" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="242-m1.bin" size="262144" crc="4e7a6b1b" sha1="b54d08f88713ed0271aa06f9f7c9c572ef555b1a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="242-v1.bin" size="4194304" crc="b9ea8051" sha1="49606f64eb249263b3341b4f50cc1763c390b2af" region="sound1" offset="0"/>
		<rom name="242-v2.bin" size="4194304" crc="cc11106e" sha1="d3108bc05c9bf041d4236b2fa0c66b013aa8db1b" region="sound1" offset="400000"/>
		<rom name="242-v3.bin" size="4194304" crc="044ea4e1" sha1="062a2f2e52098d73bc31c9ad66f5db8080395ce8" region="sound1" offset="800000"/>
		<rom name="242-v4.bin" size="4194304" crc="7985ea30" sha1="54ed5f0324de6164ea81943ebccb3e8d298368ec" region="sound1" offset="c00000"/>
		<rom name="242-c1.bin" size="8388608" crc="e564ecd6" sha1="78f22787a204f26bae9b2b1c945ddbc27143352f" region="gfx3" offset="0"/>
		<rom name="242-c2.bin" size="8388608" crc="bd959b60" sha1="2c97c59e77c9a3fe7d664e741d37944f3d56c10b" region="gfx3" offset="1"/>
		<rom name="242-c3.bin" size="8388608" crc="22127b4f" sha1="bd0d00f889d9da7c6ac48f287d9ed8c605ae22cf" region="gfx3" offset="1000000"/>
		<rom name="242-c4.bin" size="8388608" crc="0b4fa044" sha1="fa13c3764fae6b035a626601bc43629f1ebaaffd" region="gfx3" offset="1000001"/>
		<rom name="242-c5.bin" size="8388608" crc="9d10bed3" sha1="4d44addc7c808649bfb03ec45fb9529da413adff" region="gfx3" offset="2000000"/>
		<rom name="242-c6.bin" size="8388608" crc="da07b6a2" sha1="9c3f0da7cde1ffa8feca89efc88f07096e502acf" region="gfx3" offset="2000001"/>
		<rom name="242-c7.bin" size="8388608" crc="f6d7a38a" sha1="dd295d974dd4a7e5cb26a3ef3febcd03f28d522b" region="gfx3" offset="3000000"/>
		<rom name="242-c8.bin" size="8388608" crc="c823e045" sha1="886fbf64bcb58bc4eabb1fc9262f6ac9901a0f28" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf98seho" sourcefile="neogeo.c">
		<description>The King of Fighters '98 (Ultra kill start max in Adv Mode - Pow hack ABC)</description>
		<year>1998</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="242seho-p1.bin" size="1048576" crc="86c9d1e6" sha1="cfd987ee06e07528ad53f4107f3cf6771f401a5a" region="cpu1" offset="0"/>
		<rom name="242-p2.bin" size="4194304" crc="980aba4c" sha1="5e735929ec6c3ca5b2efae3c7de47bcbb8ade2c5" region="cpu1" offset="100000"/>
		<rom name="242-s1.bin" size="131072" crc="7f7b4805" sha1="80ee6e5d0ece9c34ebca54b043a7cb33f9ff6b92" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="242-m1.bin" size="262144" crc="4e7a6b1b" sha1="b54d08f88713ed0271aa06f9f7c9c572ef555b1a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="242-v1.bin" size="4194304" crc="b9ea8051" sha1="49606f64eb249263b3341b4f50cc1763c390b2af" region="sound1" offset="0"/>
		<rom name="242-v2.bin" size="4194304" crc="cc11106e" sha1="d3108bc05c9bf041d4236b2fa0c66b013aa8db1b" region="sound1" offset="400000"/>
		<rom name="242-v3.bin" size="4194304" crc="044ea4e1" sha1="062a2f2e52098d73bc31c9ad66f5db8080395ce8" region="sound1" offset="800000"/>
		<rom name="242-v4.bin" size="4194304" crc="7985ea30" sha1="54ed5f0324de6164ea81943ebccb3e8d298368ec" region="sound1" offset="c00000"/>
		<rom name="242-c1.bin" size="8388608" crc="e564ecd6" sha1="78f22787a204f26bae9b2b1c945ddbc27143352f" region="gfx3" offset="0"/>
		<rom name="242-c2.bin" size="8388608" crc="bd959b60" sha1="2c97c59e77c9a3fe7d664e741d37944f3d56c10b" region="gfx3" offset="1"/>
		<rom name="242-c3.bin" size="8388608" crc="22127b4f" sha1="bd0d00f889d9da7c6ac48f287d9ed8c605ae22cf" region="gfx3" offset="1000000"/>
		<rom name="242-c4.bin" size="8388608" crc="0b4fa044" sha1="fa13c3764fae6b035a626601bc43629f1ebaaffd" region="gfx3" offset="1000001"/>
		<rom name="242-c5.bin" size="8388608" crc="9d10bed3" sha1="4d44addc7c808649bfb03ec45fb9529da413adff" region="gfx3" offset="2000000"/>
		<rom name="242-c6.bin" size="8388608" crc="da07b6a2" sha1="9c3f0da7cde1ffa8feca89efc88f07096e502acf" region="gfx3" offset="2000001"/>
		<rom name="242-c7.bin" size="8388608" crc="f6d7a38a" sha1="dd295d974dd4a7e5cb26a3ef3febcd03f28d522b" region="gfx3" offset="3000000"/>
		<rom name="242-c8.bin" size="8388608" crc="c823e045" sha1="886fbf64bcb58bc4eabb1fc9262f6ac9901a0f28" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof98ice" sourcefile="neogeo.c">
		<description>The King of Fighters '98 Ice</description>
		<year>1998</year>
		<manufacturer>Diablo_Hu</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="yz98-p1.160" size="2097152" crc="8893df89" sha1="0452828785110601c65f667209fc2d2926cd3751" region="cpu1" offset="0"/>
		<rom name="242ice-p2.bin" size="4194304" crc="43449225" sha1="0ac7154ecee354e9c9a3fde27ec195062e6f3cee" region="cpu1" offset="200000"/>
		<rom name="242-s1.bin" size="131072" crc="7f7b4805" sha1="80ee6e5d0ece9c34ebca54b043a7cb33f9ff6b92" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="242-m1a.bin" size="262144" crc="4ef7016b" sha1="4182235e963bd70d398a79abeb54ab4d62887c48" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="242-v1.bin" size="4194304" crc="b9ea8051" sha1="49606f64eb249263b3341b4f50cc1763c390b2af" region="sound1" offset="0"/>
		<rom name="242-v2.bin" size="4194304" crc="cc11106e" sha1="d3108bc05c9bf041d4236b2fa0c66b013aa8db1b" region="sound1" offset="400000"/>
		<rom name="242-v3.bin" size="4194304" crc="044ea4e1" sha1="062a2f2e52098d73bc31c9ad66f5db8080395ce8" region="sound1" offset="800000"/>
		<rom name="242-v4.bin" size="4194304" crc="7985ea30" sha1="54ed5f0324de6164ea81943ebccb3e8d298368ec" region="sound1" offset="c00000"/>
		<rom name="242-c1.bin" size="8388608" crc="e564ecd6" sha1="78f22787a204f26bae9b2b1c945ddbc27143352f" region="gfx3" offset="0"/>
		<rom name="242-c2.bin" size="8388608" crc="bd959b60" sha1="2c97c59e77c9a3fe7d664e741d37944f3d56c10b" region="gfx3" offset="1"/>
		<rom name="242-c3.bin" size="8388608" crc="22127b4f" sha1="bd0d00f889d9da7c6ac48f287d9ed8c605ae22cf" region="gfx3" offset="1000000"/>
		<rom name="242-c4.bin" size="8388608" crc="0b4fa044" sha1="fa13c3764fae6b035a626601bc43629f1ebaaffd" region="gfx3" offset="1000001"/>
		<rom name="242-c5.bin" size="8388608" crc="9d10bed3" sha1="4d44addc7c808649bfb03ec45fb9529da413adff" region="gfx3" offset="2000000"/>
		<rom name="242-c6.bin" size="8388608" crc="da07b6a2" sha1="9c3f0da7cde1ffa8feca89efc88f07096e502acf" region="gfx3" offset="2000001"/>
		<rom name="242-c7.bin" size="8388608" crc="f6d7a38a" sha1="dd295d974dd4a7e5cb26a3ef3febcd03f28d522b" region="gfx3" offset="3000000"/>
		<rom name="242-c8.bin" size="8388608" crc="c823e045" sha1="886fbf64bcb58bc4eabb1fc9262f6ac9901a0f28" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof98ico" sourcefile="neogeo.c">
		<description>The King of Fighters '98 Ice (Old)</description>
		<year>1998</year>
		<manufacturer>Diablo_Hu</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="yz98-p1.160" size="2097152" crc="8893df89" sha1="0452828785110601c65f667209fc2d2926cd3751" region="cpu1" offset="0"/>
		<rom name="242iceo-p2.bin" size="4194304" crc="7d018eab" sha1="cea90992777ffe43d3921a4c0151b371c63bc204" region="cpu1" offset="200000"/>
		<rom name="242-s1.bin" size="131072" crc="7f7b4805" sha1="80ee6e5d0ece9c34ebca54b043a7cb33f9ff6b92" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="242-m1a.bin" size="262144" crc="4ef7016b" sha1="4182235e963bd70d398a79abeb54ab4d62887c48" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="242-v1.bin" size="4194304" crc="b9ea8051" sha1="49606f64eb249263b3341b4f50cc1763c390b2af" region="sound1" offset="0"/>
		<rom name="242-v2.bin" size="4194304" crc="cc11106e" sha1="d3108bc05c9bf041d4236b2fa0c66b013aa8db1b" region="sound1" offset="400000"/>
		<rom name="242-v3.bin" size="4194304" crc="044ea4e1" sha1="062a2f2e52098d73bc31c9ad66f5db8080395ce8" region="sound1" offset="800000"/>
		<rom name="242-v4.bin" size="4194304" crc="7985ea30" sha1="54ed5f0324de6164ea81943ebccb3e8d298368ec" region="sound1" offset="c00000"/>
		<rom name="242-c1.bin" size="8388608" crc="e564ecd6" sha1="78f22787a204f26bae9b2b1c945ddbc27143352f" region="gfx3" offset="0"/>
		<rom name="242-c2.bin" size="8388608" crc="bd959b60" sha1="2c97c59e77c9a3fe7d664e741d37944f3d56c10b" region="gfx3" offset="1"/>
		<rom name="242-c3.bin" size="8388608" crc="22127b4f" sha1="bd0d00f889d9da7c6ac48f287d9ed8c605ae22cf" region="gfx3" offset="1000000"/>
		<rom name="242-c4.bin" size="8388608" crc="0b4fa044" sha1="fa13c3764fae6b035a626601bc43629f1ebaaffd" region="gfx3" offset="1000001"/>
		<rom name="242-c5.bin" size="8388608" crc="9d10bed3" sha1="4d44addc7c808649bfb03ec45fb9529da413adff" region="gfx3" offset="2000000"/>
		<rom name="242-c6.bin" size="8388608" crc="da07b6a2" sha1="9c3f0da7cde1ffa8feca89efc88f07096e502acf" region="gfx3" offset="2000001"/>
		<rom name="242-c7.bin" size="8388608" crc="f6d7a38a" sha1="dd295d974dd4a7e5cb26a3ef3febcd03f28d522b" region="gfx3" offset="3000000"/>
		<rom name="242-c8.bin" size="8388608" crc="c823e045" sha1="886fbf64bcb58bc4eabb1fc9262f6ac9901a0f28" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof98jh" sourcefile="neogeo.c">
		<description>The King of Fighters '98 (Add Rugal - Athena style changed)</description>
		<year>1998</year>
		<manufacturer>Jason/K3 and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="242jh-p1.bin" size="1048576" crc="238ed528" sha1="9f0155cf298886842cd20d5a797a057889e65e04" region="cpu1" offset="0"/>
		<rom name="242-p2.bin" size="4194304" crc="980aba4c" sha1="5e735929ec6c3ca5b2efae3c7de47bcbb8ade2c5" region="cpu1" offset="100000"/>
		<rom name="242-s1.bin" size="131072" crc="7f7b4805" sha1="80ee6e5d0ece9c34ebca54b043a7cb33f9ff6b92" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="242-m1.bin" size="262144" crc="4e7a6b1b" sha1="b54d08f88713ed0271aa06f9f7c9c572ef555b1a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="242-v1.bin" size="4194304" crc="b9ea8051" sha1="49606f64eb249263b3341b4f50cc1763c390b2af" region="sound1" offset="0"/>
		<rom name="242-v2.bin" size="4194304" crc="cc11106e" sha1="d3108bc05c9bf041d4236b2fa0c66b013aa8db1b" region="sound1" offset="400000"/>
		<rom name="242-v3.bin" size="4194304" crc="044ea4e1" sha1="062a2f2e52098d73bc31c9ad66f5db8080395ce8" region="sound1" offset="800000"/>
		<rom name="242-v4.bin" size="4194304" crc="7985ea30" sha1="54ed5f0324de6164ea81943ebccb3e8d298368ec" region="sound1" offset="c00000"/>
		<rom name="242-c1.bin" size="8388608" crc="e564ecd6" sha1="78f22787a204f26bae9b2b1c945ddbc27143352f" region="gfx3" offset="0"/>
		<rom name="242-c2.bin" size="8388608" crc="bd959b60" sha1="2c97c59e77c9a3fe7d664e741d37944f3d56c10b" region="gfx3" offset="1"/>
		<rom name="242-c3.bin" size="8388608" crc="22127b4f" sha1="bd0d00f889d9da7c6ac48f287d9ed8c605ae22cf" region="gfx3" offset="1000000"/>
		<rom name="242-c4.bin" size="8388608" crc="0b4fa044" sha1="fa13c3764fae6b035a626601bc43629f1ebaaffd" region="gfx3" offset="1000001"/>
		<rom name="242-c5.bin" size="8388608" crc="9d10bed3" sha1="4d44addc7c808649bfb03ec45fb9529da413adff" region="gfx3" offset="2000000"/>
		<rom name="242-c6.bin" size="8388608" crc="da07b6a2" sha1="9c3f0da7cde1ffa8feca89efc88f07096e502acf" region="gfx3" offset="2000001"/>
		<rom name="242-c7.bin" size="8388608" crc="f6d7a38a" sha1="dd295d974dd4a7e5cb26a3ef3febcd03f28d522b" region="gfx3" offset="3000000"/>
		<rom name="242-c8.bin" size="8388608" crc="c823e045" sha1="886fbf64bcb58bc4eabb1fc9262f6ac9901a0f28" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof98pjc" sourcefile="neogeo.c">
		<description>The King of Fighters '98 (Char color changed)</description>
		<year>1998</year>
		<manufacturer>TcwLee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="yz98-p1.160" size="2097152" crc="8893df89" sha1="0452828785110601c65f667209fc2d2926cd3751" region="cpu1" offset="0"/>
		<rom name="242pjc-p2.bin" size="4194304" crc="d7e4ca54" sha1="b325f46494b31ce5a1ad7cdfae6c25ad7d061d23" region="cpu1" offset="200000"/>
		<rom name="242-s1.bin" size="131072" crc="7f7b4805" sha1="80ee6e5d0ece9c34ebca54b043a7cb33f9ff6b92" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="242-m1a.bin" size="262144" crc="4ef7016b" sha1="4182235e963bd70d398a79abeb54ab4d62887c48" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="242-v1.bin" size="4194304" crc="b9ea8051" sha1="49606f64eb249263b3341b4f50cc1763c390b2af" region="sound1" offset="0"/>
		<rom name="242-v2.bin" size="4194304" crc="cc11106e" sha1="d3108bc05c9bf041d4236b2fa0c66b013aa8db1b" region="sound1" offset="400000"/>
		<rom name="242-v3.bin" size="4194304" crc="044ea4e1" sha1="062a2f2e52098d73bc31c9ad66f5db8080395ce8" region="sound1" offset="800000"/>
		<rom name="242-v4.bin" size="4194304" crc="7985ea30" sha1="54ed5f0324de6164ea81943ebccb3e8d298368ec" region="sound1" offset="c00000"/>
		<rom name="242-c1.bin" size="8388608" crc="e564ecd6" sha1="78f22787a204f26bae9b2b1c945ddbc27143352f" region="gfx3" offset="0"/>
		<rom name="242-c2.bin" size="8388608" crc="bd959b60" sha1="2c97c59e77c9a3fe7d664e741d37944f3d56c10b" region="gfx3" offset="1"/>
		<rom name="242-c3.bin" size="8388608" crc="22127b4f" sha1="bd0d00f889d9da7c6ac48f287d9ed8c605ae22cf" region="gfx3" offset="1000000"/>
		<rom name="242-c4.bin" size="8388608" crc="0b4fa044" sha1="fa13c3764fae6b035a626601bc43629f1ebaaffd" region="gfx3" offset="1000001"/>
		<rom name="242-c5.bin" size="8388608" crc="9d10bed3" sha1="4d44addc7c808649bfb03ec45fb9529da413adff" region="gfx3" offset="2000000"/>
		<rom name="242-c6.bin" size="8388608" crc="da07b6a2" sha1="9c3f0da7cde1ffa8feca89efc88f07096e502acf" region="gfx3" offset="2000001"/>
		<rom name="242-c7.bin" size="8388608" crc="f6d7a38a" sha1="dd295d974dd4a7e5cb26a3ef3febcd03f28d522b" region="gfx3" offset="3000000"/>
		<rom name="242-c8.bin" size="8388608" crc="c823e045" sha1="886fbf64bcb58bc4eabb1fc9262f6ac9901a0f28" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof98rh" sourcefile="neogeo.c">
		<description>The King of Fighters '98 (Style changed)</description>
		<year>1998</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="242rh-p1.bin" size="1048576" crc="f3cf5e74" sha1="aac4a1f355bb2b0f45030fafd8e0360b7990540a" region="cpu1" offset="0"/>
		<rom name="242-p2.bin" size="4194304" crc="980aba4c" sha1="5e735929ec6c3ca5b2efae3c7de47bcbb8ade2c5" region="cpu1" offset="100000"/>
		<rom name="242-s1.bin" size="131072" crc="7f7b4805" sha1="80ee6e5d0ece9c34ebca54b043a7cb33f9ff6b92" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="242-m1.bin" size="262144" crc="4e7a6b1b" sha1="b54d08f88713ed0271aa06f9f7c9c572ef555b1a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="242-v1.bin" size="4194304" crc="b9ea8051" sha1="49606f64eb249263b3341b4f50cc1763c390b2af" region="sound1" offset="0"/>
		<rom name="242-v2.bin" size="4194304" crc="cc11106e" sha1="d3108bc05c9bf041d4236b2fa0c66b013aa8db1b" region="sound1" offset="400000"/>
		<rom name="242-v3.bin" size="4194304" crc="044ea4e1" sha1="062a2f2e52098d73bc31c9ad66f5db8080395ce8" region="sound1" offset="800000"/>
		<rom name="242-v4.bin" size="4194304" crc="7985ea30" sha1="54ed5f0324de6164ea81943ebccb3e8d298368ec" region="sound1" offset="c00000"/>
		<rom name="242-c1.bin" size="8388608" crc="e564ecd6" sha1="78f22787a204f26bae9b2b1c945ddbc27143352f" region="gfx3" offset="0"/>
		<rom name="242-c2.bin" size="8388608" crc="bd959b60" sha1="2c97c59e77c9a3fe7d664e741d37944f3d56c10b" region="gfx3" offset="1"/>
		<rom name="242-c3.bin" size="8388608" crc="22127b4f" sha1="bd0d00f889d9da7c6ac48f287d9ed8c605ae22cf" region="gfx3" offset="1000000"/>
		<rom name="242-c4.bin" size="8388608" crc="0b4fa044" sha1="fa13c3764fae6b035a626601bc43629f1ebaaffd" region="gfx3" offset="1000001"/>
		<rom name="242-c5.bin" size="8388608" crc="9d10bed3" sha1="4d44addc7c808649bfb03ec45fb9529da413adff" region="gfx3" offset="2000000"/>
		<rom name="242-c6.bin" size="8388608" crc="da07b6a2" sha1="9c3f0da7cde1ffa8feca89efc88f07096e502acf" region="gfx3" offset="2000001"/>
		<rom name="242-c7.bin" size="8388608" crc="f6d7a38a" sha1="dd295d974dd4a7e5cb26a3ef3febcd03f28d522b" region="gfx3" offset="3000000"/>
		<rom name="242-c8.bin" size="8388608" crc="c823e045" sha1="886fbf64bcb58bc4eabb1fc9262f6ac9901a0f28" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof98rm" sourcefile="neogeo.c">
		<description>The King of Fighters '98 (Diff Moves)</description>
		<year>1998</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="242rm-p1.bin" size="1048576" crc="6232a4e8" sha1="56f1e69f3e16992d956f33b48478af3e56cb8c96" region="cpu1" offset="0"/>
		<rom name="242-p2.bin" size="4194304" crc="980aba4c" sha1="5e735929ec6c3ca5b2efae3c7de47bcbb8ade2c5" region="cpu1" offset="100000"/>
		<rom name="242-s1.bin" size="131072" crc="7f7b4805" sha1="80ee6e5d0ece9c34ebca54b043a7cb33f9ff6b92" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="242-m1.bin" size="262144" crc="4e7a6b1b" sha1="b54d08f88713ed0271aa06f9f7c9c572ef555b1a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="242-v1.bin" size="4194304" crc="b9ea8051" sha1="49606f64eb249263b3341b4f50cc1763c390b2af" region="sound1" offset="0"/>
		<rom name="242-v2.bin" size="4194304" crc="cc11106e" sha1="d3108bc05c9bf041d4236b2fa0c66b013aa8db1b" region="sound1" offset="400000"/>
		<rom name="242-v3.bin" size="4194304" crc="044ea4e1" sha1="062a2f2e52098d73bc31c9ad66f5db8080395ce8" region="sound1" offset="800000"/>
		<rom name="242-v4.bin" size="4194304" crc="7985ea30" sha1="54ed5f0324de6164ea81943ebccb3e8d298368ec" region="sound1" offset="c00000"/>
		<rom name="242-c1.bin" size="8388608" crc="e564ecd6" sha1="78f22787a204f26bae9b2b1c945ddbc27143352f" region="gfx3" offset="0"/>
		<rom name="242-c2.bin" size="8388608" crc="bd959b60" sha1="2c97c59e77c9a3fe7d664e741d37944f3d56c10b" region="gfx3" offset="1"/>
		<rom name="242-c3.bin" size="8388608" crc="22127b4f" sha1="bd0d00f889d9da7c6ac48f287d9ed8c605ae22cf" region="gfx3" offset="1000000"/>
		<rom name="242-c4.bin" size="8388608" crc="0b4fa044" sha1="fa13c3764fae6b035a626601bc43629f1ebaaffd" region="gfx3" offset="1000001"/>
		<rom name="242-c5.bin" size="8388608" crc="9d10bed3" sha1="4d44addc7c808649bfb03ec45fb9529da413adff" region="gfx3" offset="2000000"/>
		<rom name="242-c6.bin" size="8388608" crc="da07b6a2" sha1="9c3f0da7cde1ffa8feca89efc88f07096e502acf" region="gfx3" offset="2000001"/>
		<rom name="242-c7.bin" size="8388608" crc="f6d7a38a" sha1="dd295d974dd4a7e5cb26a3ef3febcd03f28d522b" region="gfx3" offset="3000000"/>
		<rom name="242-c8.bin" size="8388608" crc="c823e045" sha1="886fbf64bcb58bc4eabb1fc9262f6ac9901a0f28" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof98ehr" sourcefile="neogeo.c">
		<description>The King of Fighters '98 (Diff Moves - Ultra kill start max in Adv Mode - Ultra pow hack ABC)</description>
		<year>1998</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="242ehr-p1.bin" size="1048576" crc="451acfca" sha1="2d0ec5f999c54749b39dd2a03fedf62f4bf79cd4" region="cpu1" offset="0"/>
		<rom name="242-p2.bin" size="4194304" crc="980aba4c" sha1="5e735929ec6c3ca5b2efae3c7de47bcbb8ade2c5" region="cpu1" offset="100000"/>
		<rom name="242-s1.bin" size="131072" crc="7f7b4805" sha1="80ee6e5d0ece9c34ebca54b043a7cb33f9ff6b92" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="242-m1.bin" size="262144" crc="4e7a6b1b" sha1="b54d08f88713ed0271aa06f9f7c9c572ef555b1a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="242-v1.bin" size="4194304" crc="b9ea8051" sha1="49606f64eb249263b3341b4f50cc1763c390b2af" region="sound1" offset="0"/>
		<rom name="242-v2.bin" size="4194304" crc="cc11106e" sha1="d3108bc05c9bf041d4236b2fa0c66b013aa8db1b" region="sound1" offset="400000"/>
		<rom name="242-v3.bin" size="4194304" crc="044ea4e1" sha1="062a2f2e52098d73bc31c9ad66f5db8080395ce8" region="sound1" offset="800000"/>
		<rom name="242-v4.bin" size="4194304" crc="7985ea30" sha1="54ed5f0324de6164ea81943ebccb3e8d298368ec" region="sound1" offset="c00000"/>
		<rom name="242-c1.bin" size="8388608" crc="e564ecd6" sha1="78f22787a204f26bae9b2b1c945ddbc27143352f" region="gfx3" offset="0"/>
		<rom name="242-c2.bin" size="8388608" crc="bd959b60" sha1="2c97c59e77c9a3fe7d664e741d37944f3d56c10b" region="gfx3" offset="1"/>
		<rom name="242-c3.bin" size="8388608" crc="22127b4f" sha1="bd0d00f889d9da7c6ac48f287d9ed8c605ae22cf" region="gfx3" offset="1000000"/>
		<rom name="242-c4.bin" size="8388608" crc="0b4fa044" sha1="fa13c3764fae6b035a626601bc43629f1ebaaffd" region="gfx3" offset="1000001"/>
		<rom name="242-c5.bin" size="8388608" crc="9d10bed3" sha1="4d44addc7c808649bfb03ec45fb9529da413adff" region="gfx3" offset="2000000"/>
		<rom name="242-c6.bin" size="8388608" crc="da07b6a2" sha1="9c3f0da7cde1ffa8feca89efc88f07096e502acf" region="gfx3" offset="2000001"/>
		<rom name="242-c7.bin" size="8388608" crc="f6d7a38a" sha1="dd295d974dd4a7e5cb26a3ef3febcd03f28d522b" region="gfx3" offset="3000000"/>
		<rom name="242-c8.bin" size="8388608" crc="c823e045" sha1="886fbf64bcb58bc4eabb1fc9262f6ac9901a0f28" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof98wh" sourcefile="neogeo.c">
		<description>The King of Fighters '98 (Style changes for Kyo to 95' Kyo)</description>
		<year>1998</year>
		<manufacturer>Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="242wh-p1.bin" size="1048576" crc="0c24ce14" sha1="8bc889b16803c912640c39305a95812aed4e4323" region="cpu1" offset="0"/>
		<rom name="242-p2.bin" size="4194304" crc="980aba4c" sha1="5e735929ec6c3ca5b2efae3c7de47bcbb8ade2c5" region="cpu1" offset="100000"/>
		<rom name="242-s1.bin" size="131072" crc="7f7b4805" sha1="80ee6e5d0ece9c34ebca54b043a7cb33f9ff6b92" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="242-m1.bin" size="262144" crc="4e7a6b1b" sha1="b54d08f88713ed0271aa06f9f7c9c572ef555b1a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="242-v1.bin" size="4194304" crc="b9ea8051" sha1="49606f64eb249263b3341b4f50cc1763c390b2af" region="sound1" offset="0"/>
		<rom name="242-v2.bin" size="4194304" crc="cc11106e" sha1="d3108bc05c9bf041d4236b2fa0c66b013aa8db1b" region="sound1" offset="400000"/>
		<rom name="242-v3.bin" size="4194304" crc="044ea4e1" sha1="062a2f2e52098d73bc31c9ad66f5db8080395ce8" region="sound1" offset="800000"/>
		<rom name="242-v4.bin" size="4194304" crc="7985ea30" sha1="54ed5f0324de6164ea81943ebccb3e8d298368ec" region="sound1" offset="c00000"/>
		<rom name="242-c1.bin" size="8388608" crc="e564ecd6" sha1="78f22787a204f26bae9b2b1c945ddbc27143352f" region="gfx3" offset="0"/>
		<rom name="242-c2.bin" size="8388608" crc="bd959b60" sha1="2c97c59e77c9a3fe7d664e741d37944f3d56c10b" region="gfx3" offset="1"/>
		<rom name="242-c3.bin" size="8388608" crc="22127b4f" sha1="bd0d00f889d9da7c6ac48f287d9ed8c605ae22cf" region="gfx3" offset="1000000"/>
		<rom name="242-c4.bin" size="8388608" crc="0b4fa044" sha1="fa13c3764fae6b035a626601bc43629f1ebaaffd" region="gfx3" offset="1000001"/>
		<rom name="242-c5.bin" size="8388608" crc="9d10bed3" sha1="4d44addc7c808649bfb03ec45fb9529da413adff" region="gfx3" offset="2000000"/>
		<rom name="242-c6.bin" size="8388608" crc="da07b6a2" sha1="9c3f0da7cde1ffa8feca89efc88f07096e502acf" region="gfx3" offset="2000001"/>
		<rom name="242-c7.bin" size="8388608" crc="f6d7a38a" sha1="dd295d974dd4a7e5cb26a3ef3febcd03f28d522b" region="gfx3" offset="3000000"/>
		<rom name="242-c8.bin" size="8388608" crc="c823e045" sha1="886fbf64bcb58bc4eabb1fc9262f6ac9901a0f28" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof98wh2" sourcefile="neogeo.c">
		<description>The King of Fighters '98 (Style changes for Kyo to 95' Kyo, Iori and Rugal)</description>
		<year>1998</year>
		<manufacturer>Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="242wh2-p1.bin" size="1048576" crc="63267ea9" sha1="fb82a8519cf5d164a9456f9f11aca36243b76f62" region="cpu1" offset="0"/>
		<rom name="242-p2.bin" size="4194304" crc="980aba4c" sha1="5e735929ec6c3ca5b2efae3c7de47bcbb8ade2c5" region="cpu1" offset="100000"/>
		<rom name="242-s1.bin" size="131072" crc="7f7b4805" sha1="80ee6e5d0ece9c34ebca54b043a7cb33f9ff6b92" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="242-m1.bin" size="262144" crc="4e7a6b1b" sha1="b54d08f88713ed0271aa06f9f7c9c572ef555b1a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="242-v1.bin" size="4194304" crc="b9ea8051" sha1="49606f64eb249263b3341b4f50cc1763c390b2af" region="sound1" offset="0"/>
		<rom name="242-v2.bin" size="4194304" crc="cc11106e" sha1="d3108bc05c9bf041d4236b2fa0c66b013aa8db1b" region="sound1" offset="400000"/>
		<rom name="242-v3.bin" size="4194304" crc="044ea4e1" sha1="062a2f2e52098d73bc31c9ad66f5db8080395ce8" region="sound1" offset="800000"/>
		<rom name="242-v4.bin" size="4194304" crc="7985ea30" sha1="54ed5f0324de6164ea81943ebccb3e8d298368ec" region="sound1" offset="c00000"/>
		<rom name="242-c1.bin" size="8388608" crc="e564ecd6" sha1="78f22787a204f26bae9b2b1c945ddbc27143352f" region="gfx3" offset="0"/>
		<rom name="242-c2.bin" size="8388608" crc="bd959b60" sha1="2c97c59e77c9a3fe7d664e741d37944f3d56c10b" region="gfx3" offset="1"/>
		<rom name="242-c3.bin" size="8388608" crc="22127b4f" sha1="bd0d00f889d9da7c6ac48f287d9ed8c605ae22cf" region="gfx3" offset="1000000"/>
		<rom name="242-c4.bin" size="8388608" crc="0b4fa044" sha1="fa13c3764fae6b035a626601bc43629f1ebaaffd" region="gfx3" offset="1000001"/>
		<rom name="242-c5.bin" size="8388608" crc="9d10bed3" sha1="4d44addc7c808649bfb03ec45fb9529da413adff" region="gfx3" offset="2000000"/>
		<rom name="242-c6.bin" size="8388608" crc="da07b6a2" sha1="9c3f0da7cde1ffa8feca89efc88f07096e502acf" region="gfx3" offset="2000001"/>
		<rom name="242-c7.bin" size="8388608" crc="f6d7a38a" sha1="dd295d974dd4a7e5cb26a3ef3febcd03f28d522b" region="gfx3" offset="3000000"/>
		<rom name="242-c8.bin" size="8388608" crc="c823e045" sha1="886fbf64bcb58bc4eabb1fc9262f6ac9901a0f28" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof98y" sourcefile="neogeo.c">
		<description>The King of Fighters '98 (Add Rugal)</description>
		<year>1998</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="242y-p1.bin" size="1048576" crc="20848b37" sha1="eb44baa6f273d6ab596204f89427078343c0ace5" region="cpu1" offset="0"/>
		<rom name="242-p2.bin" size="4194304" crc="980aba4c" sha1="5e735929ec6c3ca5b2efae3c7de47bcbb8ade2c5" region="cpu1" offset="100000"/>
		<rom name="242-s1.bin" size="131072" crc="7f7b4805" sha1="80ee6e5d0ece9c34ebca54b043a7cb33f9ff6b92" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="242-m1.bin" size="262144" crc="4e7a6b1b" sha1="b54d08f88713ed0271aa06f9f7c9c572ef555b1a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="242-v1.bin" size="4194304" crc="b9ea8051" sha1="49606f64eb249263b3341b4f50cc1763c390b2af" region="sound1" offset="0"/>
		<rom name="242-v2.bin" size="4194304" crc="cc11106e" sha1="d3108bc05c9bf041d4236b2fa0c66b013aa8db1b" region="sound1" offset="400000"/>
		<rom name="242-v3.bin" size="4194304" crc="044ea4e1" sha1="062a2f2e52098d73bc31c9ad66f5db8080395ce8" region="sound1" offset="800000"/>
		<rom name="242-v4.bin" size="4194304" crc="7985ea30" sha1="54ed5f0324de6164ea81943ebccb3e8d298368ec" region="sound1" offset="c00000"/>
		<rom name="242-c1.bin" size="8388608" crc="e564ecd6" sha1="78f22787a204f26bae9b2b1c945ddbc27143352f" region="gfx3" offset="0"/>
		<rom name="242-c2.bin" size="8388608" crc="bd959b60" sha1="2c97c59e77c9a3fe7d664e741d37944f3d56c10b" region="gfx3" offset="1"/>
		<rom name="242-c3.bin" size="8388608" crc="22127b4f" sha1="bd0d00f889d9da7c6ac48f287d9ed8c605ae22cf" region="gfx3" offset="1000000"/>
		<rom name="242-c4.bin" size="8388608" crc="0b4fa044" sha1="fa13c3764fae6b035a626601bc43629f1ebaaffd" region="gfx3" offset="1000001"/>
		<rom name="242-c5.bin" size="8388608" crc="9d10bed3" sha1="4d44addc7c808649bfb03ec45fb9529da413adff" region="gfx3" offset="2000000"/>
		<rom name="242-c6.bin" size="8388608" crc="da07b6a2" sha1="9c3f0da7cde1ffa8feca89efc88f07096e502acf" region="gfx3" offset="2000001"/>
		<rom name="242-c7.bin" size="8388608" crc="f6d7a38a" sha1="dd295d974dd4a7e5cb26a3ef3febcd03f28d522b" region="gfx3" offset="3000000"/>
		<rom name="242-c8.bin" size="8388608" crc="c823e045" sha1="886fbf64bcb58bc4eabb1fc9262f6ac9901a0f28" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof98yh" sourcefile="neogeo.c">
		<description>The King of Fighters '98 (Add Rugal - Pow hack ABC in Extra Mode)</description>
		<year>1998</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="242yh-p1.bin" size="1048576" crc="4ee6f162" sha1="66036540d459268198c556397db3ab3c175165a4" region="cpu1" offset="0"/>
		<rom name="242-p2.bin" size="4194304" crc="980aba4c" sha1="5e735929ec6c3ca5b2efae3c7de47bcbb8ade2c5" region="cpu1" offset="100000"/>
		<rom name="242-s1.bin" size="131072" crc="7f7b4805" sha1="80ee6e5d0ece9c34ebca54b043a7cb33f9ff6b92" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="242-m1.bin" size="262144" crc="4e7a6b1b" sha1="b54d08f88713ed0271aa06f9f7c9c572ef555b1a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="242-v1.bin" size="4194304" crc="b9ea8051" sha1="49606f64eb249263b3341b4f50cc1763c390b2af" region="sound1" offset="0"/>
		<rom name="242-v2.bin" size="4194304" crc="cc11106e" sha1="d3108bc05c9bf041d4236b2fa0c66b013aa8db1b" region="sound1" offset="400000"/>
		<rom name="242-v3.bin" size="4194304" crc="044ea4e1" sha1="062a2f2e52098d73bc31c9ad66f5db8080395ce8" region="sound1" offset="800000"/>
		<rom name="242-v4.bin" size="4194304" crc="7985ea30" sha1="54ed5f0324de6164ea81943ebccb3e8d298368ec" region="sound1" offset="c00000"/>
		<rom name="242-c1.bin" size="8388608" crc="e564ecd6" sha1="78f22787a204f26bae9b2b1c945ddbc27143352f" region="gfx3" offset="0"/>
		<rom name="242-c2.bin" size="8388608" crc="bd959b60" sha1="2c97c59e77c9a3fe7d664e741d37944f3d56c10b" region="gfx3" offset="1"/>
		<rom name="242-c3.bin" size="8388608" crc="22127b4f" sha1="bd0d00f889d9da7c6ac48f287d9ed8c605ae22cf" region="gfx3" offset="1000000"/>
		<rom name="242-c4.bin" size="8388608" crc="0b4fa044" sha1="fa13c3764fae6b035a626601bc43629f1ebaaffd" region="gfx3" offset="1000001"/>
		<rom name="242-c5.bin" size="8388608" crc="9d10bed3" sha1="4d44addc7c808649bfb03ec45fb9529da413adff" region="gfx3" offset="2000000"/>
		<rom name="242-c6.bin" size="8388608" crc="da07b6a2" sha1="9c3f0da7cde1ffa8feca89efc88f07096e502acf" region="gfx3" offset="2000001"/>
		<rom name="242-c7.bin" size="8388608" crc="f6d7a38a" sha1="dd295d974dd4a7e5cb26a3ef3febcd03f28d522b" region="gfx3" offset="3000000"/>
		<rom name="242-c8.bin" size="8388608" crc="c823e045" sha1="886fbf64bcb58bc4eabb1fc9262f6ac9901a0f28" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99ab" sourcefile="neogeo.c">
		<description>The King of Fighters '99 (Rolls moves sideways ver)</description>
		<year>1999</year>
		<manufacturer>Marcochen/PPX Hack Team</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152ab-p1.bin" size="1048576" crc="8abc720e" sha1="3d8fdc2f3ae1f4f1dc121587ef37240c15548280" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99bh" sourcefile="neogeo.c">
		<description>The King of Fighters '99 (2 Add Char with Icons)</description>
		<year>1999</year>
		<manufacturer>Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152bh-p1.bin" size="1048576" crc="eedcc5bd" sha1="8280c4329d666b4831c766853f5334355dc40cc9" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="251bh-s1.bin" size="131072" crc="b696a8c9" sha1="3388feab11374a6eca6f1615fdfd93464f86dcee" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99ch" sourcefile="neogeo.c">
		<description>The King of Fighters '99 (Diff Moves set 3)</description>
		<year>1999</year>
		<manufacturer>Chase</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152ch-p1.bin" size="1048576" crc="6efd349b" sha1="f876df9137801125b8f142102d4165295607ba02" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99chf" sourcefile="neogeo.c">
		<description>The King of Fighters '99 (Diff Moves set 3 - Fixed)</description>
		<year>1999</year>
		<manufacturer>Chase</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152chf-p1.bin" size="1048576" crc="34387e01" sha1="cc56d936d931d793a7d02dddf4a4521ed09e1e52" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99seh" sourcefile="neogeo.c">
		<description>The King of Fighters '99 (4 Add Char - Ultra kill start max - Ultra pow hack)</description>
		<year>1999</year>
		<manufacturer>Creamymami and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152seh-p1.bin" size="1048576" crc="3dd574cf" sha1="9005041b52e196639f70675abbc8949f3f52e6af" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99eh" sourcefile="neogeo.c">
		<description>The King of Fighters '99 (4 Add Char - Ultra kill start max set 1)</description>
		<year>1999</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152eh-p1.bin" size="1048576" crc="93f05c57" sha1="e92e18e0572ae313952b2416c76d06c86202f755" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99jh" sourcefile="neogeo.c">
		<description>The King of Fighters '99 (3 Add Char - Simple moves rev - Athena style changed 031018)</description>
		<year>1999</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152jh-p1.bin" size="1048576" crc="855936ca" sha1="bf788fa7c49cf3365e1e859df3811a5ca0ff69cc" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99jho" sourcefile="neogeo.c">
		<description>The King of Fighters '99 (3 Add Char - Simple moves rev - Athena style changed 030924)</description>
		<year>1999</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152jho-p1.bin" size="1048576" crc="690ea82d" sha1="2938738e57514a672c79abe1d3696c51f9fdc04d" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99m" sourcefile="neogeo.c">
		<description>The King of Fighters '99 (2 Add Char)</description>
		<year>1999</year>
		<manufacturer>MasakiAnton</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152m-p1.bin" size="1048576" crc="e056b767" sha1="86cc38fa6158aa6b72fe0cb74a43f98ef4b285c6" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99pt" sourcefile="neogeo.c">
		<description>The King of Fighters '99 (Ultra kill hack)</description>
		<year>1999</year>
		<manufacturer>Creamymami</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152pt-p1.bin" size="1048576" crc="c14497cc" sha1="ce275b3c146b48b40ded3a7754c71b722d6eab67" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99rpp" sourcefile="neogeo.c">
		<description>The King of Fighters '99 Remix PRO PLUS (Diff Moves v1.02 final 040327)</description>
		<year>1999</year>
		<manufacturer>Fightchina Hack Team</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152rpp-p1.bin" size="1048576" crc="f954fc44" sha1="654d1252dec3dfcf3fd3b8b19689bc68cd221e39" region="cpu1" offset="0"/>
		<rom name="152rp-p2.bin" size="4194304" crc="c923ee2b" sha1="98b4f40812d5479f7d6e683e5ef4002f4c86785c" region="cpu1" offset="100000"/>
		<rom name="251rp-s1.bin" size="131072" crc="963d51b3" sha1="b50a585e1cf7b47052a3d6fd85f47ea739b08ba8" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99rp" sourcefile="neogeo.c">
		<description>The King of Fighters '99 Remix PRO (Diff Moves - v1.07a 041224)</description>
		<year>1999</year>
		<manufacturer>Fightchina Hack Team</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152rp-p1.bin" size="1048576" crc="5806cdd2" sha1="279a8181374ecf77da4605d1cbe1152324784b97" region="cpu1" offset="0"/>
		<rom name="152rp-p2.bin" size="4194304" crc="c923ee2b" sha1="98b4f40812d5479f7d6e683e5ef4002f4c86785c" region="cpu1" offset="100000"/>
		<rom name="251rp-s1.bin" size="131072" crc="963d51b3" sha1="b50a585e1cf7b47052a3d6fd85f47ea739b08ba8" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99rp1" sourcefile="neogeo.c">
		<description>The King of Fighters '99 Remix PRO (Diff Moves - v1.02 final1 031010)</description>
		<year>1999</year>
		<manufacturer>Fightchina Hack Team</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152rp1-p1.bin" size="1048576" crc="c21d1580" sha1="a81380d9f2e66036f92e02fe5b3b54741f2e59fc" region="cpu1" offset="0"/>
		<rom name="152rp-p2.bin" size="4194304" crc="c923ee2b" sha1="98b4f40812d5479f7d6e683e5ef4002f4c86785c" region="cpu1" offset="100000"/>
		<rom name="251rp-s1.bin" size="131072" crc="963d51b3" sha1="b50a585e1cf7b47052a3d6fd85f47ea739b08ba8" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99rp2" sourcefile="neogeo.c">
		<description>The King of Fighters '99 Remix PRO (Diff Moves - Beta v1.01c 0309xx)</description>
		<year>1999</year>
		<manufacturer>Fightchina Hack Team</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152rp2-p1.bin" size="1048576" crc="07c52235" sha1="2ca600d7c0d4bf2780c1313f31e23ec767d1f636" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="251rp-s1.bin" size="131072" crc="963d51b3" sha1="b50a585e1cf7b47052a3d6fd85f47ea739b08ba8" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99rp3" sourcefile="neogeo.c">
		<description>The King of Fighters '99 Remix PRO (Diff Moves - Beta v1.01b 0309xx)</description>
		<year>1999</year>
		<manufacturer>Fightchina Hack Team</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152rp3-p1.bin" size="1048576" crc="7e2da123" sha1="4a5275ccce118244fb02416ef1cca72b71a55b1a" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="251rp-s1.bin" size="131072" crc="963d51b3" sha1="b50a585e1cf7b47052a3d6fd85f47ea739b08ba8" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99rp4" sourcefile="neogeo.c">
		<description>The King of Fighters '99 Remix PRO (Diff Moves - Beta v1.01a2 0309xx)</description>
		<year>1999</year>
		<manufacturer>Fightchina Hack Team</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152rp4-p1.bin" size="1048576" crc="0758dfef" sha1="3a3254a2dcb073da00351921291fb9595a504a3c" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="251rp-s1.bin" size="131072" crc="963d51b3" sha1="b50a585e1cf7b47052a3d6fd85f47ea739b08ba8" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99rp5" sourcefile="neogeo.c">
		<description>The King of Fighters '99 Remix PRO (Diff Moves - Beta v1.01a 0309xx)</description>
		<year>1999</year>
		<manufacturer>Fightchina Hack Team</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152rp5-p1.bin" size="1048576" crc="b00aa815" sha1="bf199a9977d542b38d953cf9c9347e22f8c31fbb" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="251rp-s1.bin" size="131072" crc="963d51b3" sha1="b50a585e1cf7b47052a3d6fd85f47ea739b08ba8" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99rp6" sourcefile="neogeo.c">
		<description>The King of Fighters '99 Remix PRO (Diff Moves - Beta v1.01 0309xx)</description>
		<year>1999</year>
		<manufacturer>Fightchina Hack Team</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152rp6-p1.bin" size="1048576" crc="9c3308e7" sha1="e443a8bd184f6fc49f9d288b2884d95a5c7bca63" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="251rp-s1.bin" size="131072" crc="963d51b3" sha1="b50a585e1cf7b47052a3d6fd85f47ea739b08ba8" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99rp7" sourcefile="neogeo.c">
		<description>The King of Fighters '99 Remix PRO (Diff Moves - Beta v1.00c built 0308e - EX ver.)</description>
		<year>1999</year>
		<manufacturer>Fightchina Hack Team</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152rp7-p1.bin" size="1048576" crc="da91f15c" sha1="64e2b0bc6592b5ca148ccec9f4ccfa0d6ac4aaf7" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="251rp-s1.bin" size="131072" crc="963d51b3" sha1="b50a585e1cf7b47052a3d6fd85f47ea739b08ba8" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99rp8" sourcefile="neogeo.c">
		<description>The King of Fighters '99 Remix PRO (Diff Moves - Beta v1.00c built 0308e)</description>
		<year>1999</year>
		<manufacturer>Fightchina Hack Team</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152rp8-p1.bin" size="1048576" crc="55d97c9a" sha1="35b176cc4005c07478df1dc99fe40344210e690b" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="251rp-s1.bin" size="131072" crc="963d51b3" sha1="b50a585e1cf7b47052a3d6fd85f47ea739b08ba8" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99rp9" sourcefile="neogeo.c">
		<description>The King of Fighters '99 Remix PRO (Diff Moves - Beta v1.00b enhanced)</description>
		<year>1999</year>
		<manufacturer>Fightchina Hack Team</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152rp9-p1.bin" size="1048576" crc="9ef748b0" sha1="8f2cccc36d2ce019f8d0e69dec267240978bef4e" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="251rp-s1.bin" size="131072" crc="963d51b3" sha1="b50a585e1cf7b47052a3d6fd85f47ea739b08ba8" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99rpa" sourcefile="neogeo.c">
		<description>The King of Fighters '99 Remix PRO (Diff Moves - Beta v1.00b)</description>
		<year>1999</year>
		<manufacturer>Fightchina Hack Team</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152rpa-p1.bin" size="1048576" crc="e390960c" sha1="992f9ca6bffb34d589287ed1ab3c7a53d5940078" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="251rp-s1.bin" size="131072" crc="963d51b3" sha1="b50a585e1cf7b47052a3d6fd85f47ea739b08ba8" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99rpb" sourcefile="neogeo.c">
		<description>The King of Fighters '99 Remix PRO (Diff Moves - Beta v1.00a enhanced)</description>
		<year>1999</year>
		<manufacturer>Fightchina Hack Team</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152rpb-p1.bin" size="1048576" crc="69f172ce" sha1="c40f72d58331cd416154eef6f58d5398effe75ef" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="251rp-s1.bin" size="131072" crc="963d51b3" sha1="b50a585e1cf7b47052a3d6fd85f47ea739b08ba8" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99rpc" sourcefile="neogeo.c">
		<description>The King of Fighters '99 Remix PRO (Diff Moves - Beta v1.00a)</description>
		<year>1999</year>
		<manufacturer>Fightchina Hack Team</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152rpc-p1.bin" size="1048576" crc="1496ac72" sha1="60b4cb55ad8cfa27342b489fd2b53c5d41feea18" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="251rp-s1.bin" size="131072" crc="963d51b3" sha1="b50a585e1cf7b47052a3d6fd85f47ea739b08ba8" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99r" sourcefile="neogeo.c">
		<description>The King of Fighters '99 (Moves changed 0310xx)</description>
		<year>1999</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152r-p1.bin" size="1048576" crc="7374f261" sha1="1277e33d4ae4e40b0dbb49c9ac156cd132b6d890" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99btr" sourcefile="neogeo.c">
		<description>The King of Fighters '99 (Diff Moves set 1)</description>
		<year>1999</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152btr-p1.bin" size="1048576" crc="c7cd6ffe" sha1="f0130b9bd80b4b9d452f53fac85853d9fa563144" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99ehr" sourcefile="neogeo.c">
		<description>The King of Fighters '99 (4 Add Char - Ultra kill start max - Ultra pow hack set 2)</description>
		<year>1999</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152ehr-p1.bin" size="1048576" crc="08dfc6cb" sha1="5f3fed5e1c598c580aa33b66aeb92d5d95d2b2e6" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99rr" sourcefile="neogeo.c">
		<description>The King of Fighters '99 (Diff Moves set 2)</description>
		<year>1999</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152rr-p1.bin" size="1048576" crc="fd7399b5" sha1="bac6892fec986942bb02c00fe96d00fc11a0ddda" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99y" sourcefile="neogeo.c">
		<description>The King of Fighters '99 (4 Add Char</description>
		<year>1999</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152y-p1.bin" size="1048576" crc="17a293ae" sha1="b0f84a6c7688995eb93e5a4a13a4ca2a4e3645eb" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99yd" sourcefile="neogeo.c">
		<description>The King of Fighters '99 (Ultra kill start max)</description>
		<year>1999</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152yd-p1.bin" size="1048576" crc="9caffc4d" sha1="100bb80ffc9f938b107dbd7994a2b6febd7b3a9c" region="cpu1" offset="0"/>
		<rom name="152-p2.bin" size="4194304" crc="274ef47a" sha1="98654b68cc85c19d4a90b46f3110f551fa2e5357" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf99pjc1" sourcefile="neogeo.c">
		<description>The King of Fighters '99 (Char color changed rev 1 0209xx)</description>
		<year>1999</year>
		<manufacturer>TcwLee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152-p1.bin" size="1048576" crc="f2c7ddfa" sha1="d592eecc53d442c55c2f26a6a721fdf2924d2a5b" region="cpu1" offset="0"/>
		<rom name="152pj1-p2.bin" size="4194304" crc="79aa31b0" sha1="04a15e211b4453cb4e249f8cbd175ce09136d92a" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf99pjc2" sourcefile="neogeo.c">
		<description>The King of Fighters '99 (Char color changed rev 2 030302)</description>
		<year>1999</year>
		<manufacturer>TcwLee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152-p1.bin" size="1048576" crc="f2c7ddfa" sha1="d592eecc53d442c55c2f26a6a721fdf2924d2a5b" region="cpu1" offset="0"/>
		<rom name="152pj2-p2.bin" size="4194304" crc="024c5b3f" sha1="e52b9035c5853027b37534c97872fdd1dd0a2791" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf99pjc3" sourcefile="neogeo.c">
		<description>The King of Fighters '99 (Char color changed rev 3 030720)</description>
		<year>1999</year>
		<manufacturer>TcwLee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152-p1.bin" size="1048576" crc="f2c7ddfa" sha1="d592eecc53d442c55c2f26a6a721fdf2924d2a5b" region="cpu1" offset="0"/>
		<rom name="152pj3-p2.bin" size="4194304" crc="8054a5d5" sha1="b240d427baf1c68cdc4ce2ab9e8d93471afa701a" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf99pjco" sourcefile="neogeo.c">
		<description>The King of Fighters '99 (Char color changed old)</description>
		<year>1999</year>
		<manufacturer>TcwLee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="152-p1.bin" size="1048576" crc="f2c7ddfa" sha1="d592eecc53d442c55c2f26a6a721fdf2924d2a5b" region="cpu1" offset="0"/>
		<rom name="152pjo-p2.bin" size="4194304" crc="4b08d6b3" sha1="481b740bde2141abbdc6c516d27564d9ffa03662" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1.bin" size="8388608" crc="0f9e93fe" sha1="c7d77f0833c6f526f632e4f2dce59e302f6b9a15" region="gfx3" offset="0"/>
		<rom name="251-c2.bin" size="8388608" crc="e71e2ea3" sha1="39c7a326fddbcca3b29c68cdc96aad4d62295c0f" region="gfx3" offset="1"/>
		<rom name="251-c3.bin" size="8388608" crc="238755d2" sha1="01125b5c7a28e350f091280b041954fd1ac7c98f" region="gfx3" offset="1000000"/>
		<rom name="251-c4.bin" size="8388608" crc="438c8b22" sha1="ffbc643f5b27dd00f2f95d4ef4c5f29ee814722b" region="gfx3" offset="1000001"/>
		<rom name="251-c5.bin" size="8388608" crc="0b0abd0a" sha1="d5ad324fe523bdc6f09209d236cc4932524a48f1" region="gfx3" offset="2000000"/>
		<rom name="251-c6.bin" size="8388608" crc="65bbf281" sha1="79ae174667a23dabcfe865b6cd6133c86098452e" region="gfx3" offset="2000001"/>
		<rom name="251-c7.bin" size="8388608" crc="ff65f62e" sha1="7cd335fede05b56e15db90ce407c1183a78da4e9" region="gfx3" offset="3000000"/>
		<rom name="251-c8.bin" size="8388608" crc="8d921c68" sha1="42acf1d27d52a8e3b6262eb7df50693c0b135565" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99hp" sourcefile="neogeo.c">
		<description>The King of Fighters '99 (proto) (2 Add Char set 2)</description>
		<year>1999</year>
		<manufacturer>HackPlus</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="251hp-p1.bin" size="1048576" crc="15c044a1" sha1="c78b627e7667952094066fbdb4dbb5ecd0032af3" region="cpu1" offset="0"/>
		<rom name="251-p2p.bin" size="4194304" crc="739742ad" sha1="31acaf05a9bf186305888d3db7e4e8a83f7bb0a4" region="cpu1" offset="100000"/>
		<rom name="251-s1p.bin" size="131072" crc="fb1498ed" sha1="d40060b31b6f217a4abdf3b336439fcd7bd7aaef" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1p.bin" size="8388608" crc="e5d8ffa4" sha1="65f15f9f02424a7a9dd35916166594f283e8d424" region="gfx3" offset="0"/>
		<rom name="251-c2p.bin" size="8388608" crc="d822778f" sha1="b590055e9bf1549bd6e1ecdabd65702202615712" region="gfx3" offset="1"/>
		<rom name="251-c3p.bin" size="8388608" crc="f20959e8" sha1="38293043fa77ac51c5e3191118874c58f1ae4d30" region="gfx3" offset="1000000"/>
		<rom name="251-c4p.bin" size="8388608" crc="54ffbe9f" sha1="8e62442923551f07a552621951b1accab2830e3b" region="gfx3" offset="1000001"/>
		<rom name="251-c5p.bin" size="8388608" crc="d87a3bbc" sha1="430f6812088712e0eb5714dcc664d8bba75e921a" region="gfx3" offset="2000000"/>
		<rom name="251-c6p.bin" size="8388608" crc="4d40a691" sha1="2b580d0678a5e6033ef16130671e860364d35e56" region="gfx3" offset="2000001"/>
		<rom name="251-c7p.bin" size="8388608" crc="a4479a58" sha1="d50e6cc9ccfe1ddbc6d90d46b8ca2cb0304edd8c" region="gfx3" offset="3000000"/>
		<rom name="251-c8p.bin" size="8388608" crc="ead513ce" sha1="e9b07a0b01fdeb3004755a479df059c81b4d0ed6" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99kp" sourcefile="neogeo.c" cloneof="kof99hp" romof="kof99hp">
		<description>The King of Fighters '99 (proto) (Color changed - 10%)</description>
		<year>1999</year>
		<manufacturer>Fighters Kim</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="251-p1p.bin" size="1048576" crc="f37929c4" sha1="226e7e3d629568399b88275e5bcd4e5b3839be95" region="cpu1" offset="0"/>
		<rom name="251kp-p2.bin" size="4194304" crc="b3aff1ed" sha1="683561e36417152386317c30629732a1d718e188" region="cpu1" offset="100000"/>
		<rom name="251-s1p.bin" merge="251-s1p.bin" size="131072" crc="fb1498ed" sha1="d40060b31b6f217a4abdf3b336439fcd7bd7aaef" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" merge="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" merge="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" merge="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" merge="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" merge="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1p.bin" merge="251-c1p.bin" size="8388608" crc="e5d8ffa4" sha1="65f15f9f02424a7a9dd35916166594f283e8d424" region="gfx3" offset="0"/>
		<rom name="251-c2p.bin" merge="251-c2p.bin" size="8388608" crc="d822778f" sha1="b590055e9bf1549bd6e1ecdabd65702202615712" region="gfx3" offset="1"/>
		<rom name="251-c3p.bin" merge="251-c3p.bin" size="8388608" crc="f20959e8" sha1="38293043fa77ac51c5e3191118874c58f1ae4d30" region="gfx3" offset="1000000"/>
		<rom name="251-c4p.bin" merge="251-c4p.bin" size="8388608" crc="54ffbe9f" sha1="8e62442923551f07a552621951b1accab2830e3b" region="gfx3" offset="1000001"/>
		<rom name="251-c5p.bin" merge="251-c5p.bin" size="8388608" crc="d87a3bbc" sha1="430f6812088712e0eb5714dcc664d8bba75e921a" region="gfx3" offset="2000000"/>
		<rom name="251-c6p.bin" merge="251-c6p.bin" size="8388608" crc="4d40a691" sha1="2b580d0678a5e6033ef16130671e860364d35e56" region="gfx3" offset="2000001"/>
		<rom name="251-c7p.bin" merge="251-c7p.bin" size="8388608" crc="a4479a58" sha1="d50e6cc9ccfe1ddbc6d90d46b8ca2cb0304edd8c" region="gfx3" offset="3000000"/>
		<rom name="251-c8p.bin" merge="251-c8p.bin" size="8388608" crc="ead513ce" sha1="e9b07a0b01fdeb3004755a479df059c81b4d0ed6" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99pk" sourcefile="neogeo.c" cloneof="kof99hp" romof="kof99hp">
		<description>The King of Fighters '99 (proto) (2 Add Char - Based on RS - ver + Fix? data)</description>
		<year>1999</year>
		<manufacturer>Kryso Fun</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="251-p1pk.bin" size="1048576" crc="9006f3a3" sha1="1f09da2e94afd7f44087174a19ba4c74ea2a3d86" region="cpu1" offset="0"/>
		<rom name="251-p2p.bin" merge="251-p2p.bin" size="4194304" crc="739742ad" sha1="31acaf05a9bf186305888d3db7e4e8a83f7bb0a4" region="cpu1" offset="100000"/>
		<rom name="251-s1p.bin" merge="251-s1p.bin" size="131072" crc="fb1498ed" sha1="d40060b31b6f217a4abdf3b336439fcd7bd7aaef" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" merge="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" merge="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" merge="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" merge="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" merge="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1p.bin" merge="251-c1p.bin" size="8388608" crc="e5d8ffa4" sha1="65f15f9f02424a7a9dd35916166594f283e8d424" region="gfx3" offset="0"/>
		<rom name="251-c2p.bin" merge="251-c2p.bin" size="8388608" crc="d822778f" sha1="b590055e9bf1549bd6e1ecdabd65702202615712" region="gfx3" offset="1"/>
		<rom name="251-c3p.bin" merge="251-c3p.bin" size="8388608" crc="f20959e8" sha1="38293043fa77ac51c5e3191118874c58f1ae4d30" region="gfx3" offset="1000000"/>
		<rom name="251-c4p.bin" merge="251-c4p.bin" size="8388608" crc="54ffbe9f" sha1="8e62442923551f07a552621951b1accab2830e3b" region="gfx3" offset="1000001"/>
		<rom name="251-c5p.bin" merge="251-c5p.bin" size="8388608" crc="d87a3bbc" sha1="430f6812088712e0eb5714dcc664d8bba75e921a" region="gfx3" offset="2000000"/>
		<rom name="251-c6p.bin" merge="251-c6p.bin" size="8388608" crc="4d40a691" sha1="2b580d0678a5e6033ef16130671e860364d35e56" region="gfx3" offset="2000001"/>
		<rom name="251-c7p.bin" merge="251-c7p.bin" size="8388608" crc="a4479a58" sha1="d50e6cc9ccfe1ddbc6d90d46b8ca2cb0304edd8c" region="gfx3" offset="3000000"/>
		<rom name="251-c8p.bin" merge="251-c8p.bin" size="8388608" crc="ead513ce" sha1="e9b07a0b01fdeb3004755a479df059c81b4d0ed6" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99pko" sourcefile="neogeo.c" cloneof="kof99hp" romof="kof99hp">
		<description>The King of Fighters '99 (proto) (2 Add Char - Based on RS - ver without Fix? data)</description>
		<year>1999</year>
		<manufacturer>Kryso Fun</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="251-p1pko.bin" size="1048576" crc="f7a95104" sha1="51fd3befe4e439d9a5a17d99efa439d5f2091ed0" region="cpu1" offset="0"/>
		<rom name="251-p2p.bin" merge="251-p2p.bin" size="4194304" crc="739742ad" sha1="31acaf05a9bf186305888d3db7e4e8a83f7bb0a4" region="cpu1" offset="100000"/>
		<rom name="251-s1p.bin" merge="251-s1p.bin" size="131072" crc="fb1498ed" sha1="d40060b31b6f217a4abdf3b336439fcd7bd7aaef" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" merge="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" merge="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" merge="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" merge="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" merge="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1p.bin" merge="251-c1p.bin" size="8388608" crc="e5d8ffa4" sha1="65f15f9f02424a7a9dd35916166594f283e8d424" region="gfx3" offset="0"/>
		<rom name="251-c2p.bin" merge="251-c2p.bin" size="8388608" crc="d822778f" sha1="b590055e9bf1549bd6e1ecdabd65702202615712" region="gfx3" offset="1"/>
		<rom name="251-c3p.bin" merge="251-c3p.bin" size="8388608" crc="f20959e8" sha1="38293043fa77ac51c5e3191118874c58f1ae4d30" region="gfx3" offset="1000000"/>
		<rom name="251-c4p.bin" merge="251-c4p.bin" size="8388608" crc="54ffbe9f" sha1="8e62442923551f07a552621951b1accab2830e3b" region="gfx3" offset="1000001"/>
		<rom name="251-c5p.bin" merge="251-c5p.bin" size="8388608" crc="d87a3bbc" sha1="430f6812088712e0eb5714dcc664d8bba75e921a" region="gfx3" offset="2000000"/>
		<rom name="251-c6p.bin" merge="251-c6p.bin" size="8388608" crc="4d40a691" sha1="2b580d0678a5e6033ef16130671e860364d35e56" region="gfx3" offset="2000001"/>
		<rom name="251-c7p.bin" merge="251-c7p.bin" size="8388608" crc="a4479a58" sha1="d50e6cc9ccfe1ddbc6d90d46b8ca2cb0304edd8c" region="gfx3" offset="3000000"/>
		<rom name="251-c8p.bin" merge="251-c8p.bin" size="8388608" crc="ead513ce" sha1="e9b07a0b01fdeb3004755a479df059c81b4d0ed6" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99pm" sourcefile="neogeo.c" cloneof="kof99hp" romof="kof99hp">
		<description>The King of Fighters '99 (proto) (Mengele Fix)</description>
		<year>1999</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="251-p1pm.bin" size="1048576" crc="ed68b5f5" sha1="5a7ec30350dcba08f7617f6c53a051b5284bc00a" region="cpu1" offset="0"/>
		<rom name="251-p2pm.bin" size="4194304" crc="dc81f711" sha1="2a00f9301e0e81ec00bc5eee5d39faeefa0eba8a" region="cpu1" offset="100000"/>
		<rom name="251-s1pm.bin" size="131072" crc="841a498c" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1pm.bin" size="131072" crc="0659d262" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" merge="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" merge="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" merge="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" merge="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1p.bin" merge="251-c1p.bin" size="8388608" crc="e5d8ffa4" sha1="65f15f9f02424a7a9dd35916166594f283e8d424" region="gfx3" offset="0"/>
		<rom name="251-c2p.bin" merge="251-c2p.bin" size="8388608" crc="d822778f" sha1="b590055e9bf1549bd6e1ecdabd65702202615712" region="gfx3" offset="1"/>
		<rom name="251-c3p.bin" merge="251-c3p.bin" size="8388608" crc="f20959e8" sha1="38293043fa77ac51c5e3191118874c58f1ae4d30" region="gfx3" offset="1000000"/>
		<rom name="251-c4p.bin" merge="251-c4p.bin" size="8388608" crc="54ffbe9f" sha1="8e62442923551f07a552621951b1accab2830e3b" region="gfx3" offset="1000001"/>
		<rom name="251-c5p.bin" merge="251-c5p.bin" size="8388608" crc="d87a3bbc" sha1="430f6812088712e0eb5714dcc664d8bba75e921a" region="gfx3" offset="2000000"/>
		<rom name="251-c6p.bin" merge="251-c6p.bin" size="8388608" crc="4d40a691" sha1="2b580d0678a5e6033ef16130671e860364d35e56" region="gfx3" offset="2000001"/>
		<rom name="251-c7p.bin" merge="251-c7p.bin" size="8388608" crc="a4479a58" sha1="d50e6cc9ccfe1ddbc6d90d46b8ca2cb0304edd8c" region="gfx3" offset="3000000"/>
		<rom name="251-c8p.bin" merge="251-c8p.bin" size="8388608" crc="ead513ce" sha1="e9b07a0b01fdeb3004755a479df059c81b4d0ed6" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99py" sourcefile="neogeo.c" cloneof="kof99hp" romof="kof99hp">
		<description>The King of Fighters '99 (proto) (2 Add Char - Ultra kill start max)</description>
		<year>1999</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="251py-p1.bin" size="1048576" crc="4db24015" sha1="1103eb498eb54e4787ed4da84a99978803041366" region="cpu1" offset="0"/>
		<rom name="251-p2p.bin" merge="251-p2p.bin" size="4194304" crc="739742ad" sha1="31acaf05a9bf186305888d3db7e4e8a83f7bb0a4" region="cpu1" offset="100000"/>
		<rom name="251-s1p.bin" merge="251-s1p.bin" size="131072" crc="fb1498ed" sha1="d40060b31b6f217a4abdf3b336439fcd7bd7aaef" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" merge="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" merge="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" merge="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" merge="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" merge="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1p.bin" merge="251-c1p.bin" size="8388608" crc="e5d8ffa4" sha1="65f15f9f02424a7a9dd35916166594f283e8d424" region="gfx3" offset="0"/>
		<rom name="251-c2p.bin" merge="251-c2p.bin" size="8388608" crc="d822778f" sha1="b590055e9bf1549bd6e1ecdabd65702202615712" region="gfx3" offset="1"/>
		<rom name="251-c3p.bin" merge="251-c3p.bin" size="8388608" crc="f20959e8" sha1="38293043fa77ac51c5e3191118874c58f1ae4d30" region="gfx3" offset="1000000"/>
		<rom name="251-c4p.bin" merge="251-c4p.bin" size="8388608" crc="54ffbe9f" sha1="8e62442923551f07a552621951b1accab2830e3b" region="gfx3" offset="1000001"/>
		<rom name="251-c5p.bin" merge="251-c5p.bin" size="8388608" crc="d87a3bbc" sha1="430f6812088712e0eb5714dcc664d8bba75e921a" region="gfx3" offset="2000000"/>
		<rom name="251-c6p.bin" merge="251-c6p.bin" size="8388608" crc="4d40a691" sha1="2b580d0678a5e6033ef16130671e860364d35e56" region="gfx3" offset="2000001"/>
		<rom name="251-c7p.bin" merge="251-c7p.bin" size="8388608" crc="a4479a58" sha1="d50e6cc9ccfe1ddbc6d90d46b8ca2cb0304edd8c" region="gfx3" offset="3000000"/>
		<rom name="251-c8p.bin" merge="251-c8p.bin" size="8388608" crc="ead513ce" sha1="e9b07a0b01fdeb3004755a479df059c81b4d0ed6" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99rs" sourcefile="neogeo.c" cloneof="kof99hp" romof="kof99hp">
		<description>The King of Fighters '99 (proto) (Proto RS-ver)</description>
		<year>1999</year>
		<manufacturer>Hack?</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="251rs-p1p.bin" size="1048576" crc="9ae7ab90" sha1="4783042353b2bc796b4e3f8545308fe406019eb2" region="cpu1" offset="0"/>
		<rom name="251rs-p2p.bin" size="4194304" crc="838e9331" sha1="f009382b5a99f6818f83f37f76af2d14f006237f" region="cpu1" offset="100000"/>
		<rom name="251-s1p.bin" merge="251-s1p.bin" size="131072" crc="fb1498ed" sha1="d40060b31b6f217a4abdf3b336439fcd7bd7aaef" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" merge="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" merge="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" merge="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" merge="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" merge="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1p.bin" merge="251-c1p.bin" size="8388608" crc="e5d8ffa4" sha1="65f15f9f02424a7a9dd35916166594f283e8d424" region="gfx3" offset="0"/>
		<rom name="251-c2p.bin" merge="251-c2p.bin" size="8388608" crc="d822778f" sha1="b590055e9bf1549bd6e1ecdabd65702202615712" region="gfx3" offset="1"/>
		<rom name="251-c3p.bin" merge="251-c3p.bin" size="8388608" crc="f20959e8" sha1="38293043fa77ac51c5e3191118874c58f1ae4d30" region="gfx3" offset="1000000"/>
		<rom name="251-c4p.bin" merge="251-c4p.bin" size="8388608" crc="54ffbe9f" sha1="8e62442923551f07a552621951b1accab2830e3b" region="gfx3" offset="1000001"/>
		<rom name="251-c5p.bin" merge="251-c5p.bin" size="8388608" crc="d87a3bbc" sha1="430f6812088712e0eb5714dcc664d8bba75e921a" region="gfx3" offset="2000000"/>
		<rom name="251-c6p.bin" merge="251-c6p.bin" size="8388608" crc="4d40a691" sha1="2b580d0678a5e6033ef16130671e860364d35e56" region="gfx3" offset="2000001"/>
		<rom name="251-c7p.bin" merge="251-c7p.bin" size="8388608" crc="a4479a58" sha1="d50e6cc9ccfe1ddbc6d90d46b8ca2cb0304edd8c" region="gfx3" offset="3000000"/>
		<rom name="251-c8p.bin" merge="251-c8p.bin" size="8388608" crc="ead513ce" sha1="e9b07a0b01fdeb3004755a479df059c81b4d0ed6" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99rsm" sourcefile="neogeo.c" cloneof="kof99hp" romof="kof99hp">
		<description>The King of Fighters '99 (proto) (Mengele Fix for RS-ver)</description>
		<year>1999</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="251rsm-p1p.bin" size="1048576" crc="788ebe35" sha1="760d50701b8cd9a824b2b8e3e12b045bd0c0eaf1" region="cpu1" offset="0"/>
		<rom name="251rsm-p2p.bin" size="4194304" crc="2c98268d" sha1="552388a4ecb5318bdf654c0fac7ccac77795e760" region="cpu1" offset="100000"/>
		<rom name="251rsm-s1p.bin" size="131072" crc="841a498c" sha1="b9bb31dd9638bad0304e16f2de268e8c1cc4adb1" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251rsm-m1.bin" size="131072" crc="0659d262" sha1="cea6c861a15025ad2bc1ad6b787534cfdd5bab53" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" merge="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" merge="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" merge="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" merge="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1p.bin" merge="251-c1p.bin" size="8388608" crc="e5d8ffa4" sha1="65f15f9f02424a7a9dd35916166594f283e8d424" region="gfx3" offset="0"/>
		<rom name="251-c2p.bin" merge="251-c2p.bin" size="8388608" crc="d822778f" sha1="b590055e9bf1549bd6e1ecdabd65702202615712" region="gfx3" offset="1"/>
		<rom name="251-c3p.bin" merge="251-c3p.bin" size="8388608" crc="f20959e8" sha1="38293043fa77ac51c5e3191118874c58f1ae4d30" region="gfx3" offset="1000000"/>
		<rom name="251-c4p.bin" merge="251-c4p.bin" size="8388608" crc="54ffbe9f" sha1="8e62442923551f07a552621951b1accab2830e3b" region="gfx3" offset="1000001"/>
		<rom name="251-c5p.bin" merge="251-c5p.bin" size="8388608" crc="d87a3bbc" sha1="430f6812088712e0eb5714dcc664d8bba75e921a" region="gfx3" offset="2000000"/>
		<rom name="251-c6p.bin" merge="251-c6p.bin" size="8388608" crc="4d40a691" sha1="2b580d0678a5e6033ef16130671e860364d35e56" region="gfx3" offset="2000001"/>
		<rom name="251-c7p.bin" merge="251-c7p.bin" size="8388608" crc="a4479a58" sha1="d50e6cc9ccfe1ddbc6d90d46b8ca2cb0304edd8c" region="gfx3" offset="3000000"/>
		<rom name="251-c8p.bin" merge="251-c8p.bin" size="8388608" crc="ead513ce" sha1="e9b07a0b01fdeb3004755a479df059c81b4d0ed6" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99rsp" sourcefile="neogeo.c" cloneof="kof99hp" romof="kof99hp">
		<description>The King of Fighters '99 (proto) (Bug Fix for RS-ver)</description>
		<year>1999</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="251rsp-p1p.bin" size="1048576" crc="4827d835" sha1="aac22e61c2b2e9e4ae8f6a19ed52020c42351271" region="cpu1" offset="0"/>
		<rom name="251rsp-p2p.bin" size="4194304" crc="b09c980d" sha1="df6d30f01056695de4214c8273a35794faa1652a" region="cpu1" offset="100000"/>
		<rom name="251rsp-s1p.bin" size="131072" crc="ee8f28a5" sha1="b6531e6ee6bdd38f7d1f7f682dddff5426250015" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" merge="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" merge="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" merge="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" merge="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" merge="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1p.bin" merge="251-c1p.bin" size="8388608" crc="e5d8ffa4" sha1="65f15f9f02424a7a9dd35916166594f283e8d424" region="gfx3" offset="0"/>
		<rom name="251-c2p.bin" merge="251-c2p.bin" size="8388608" crc="d822778f" sha1="b590055e9bf1549bd6e1ecdabd65702202615712" region="gfx3" offset="1"/>
		<rom name="251-c3p.bin" merge="251-c3p.bin" size="8388608" crc="f20959e8" sha1="38293043fa77ac51c5e3191118874c58f1ae4d30" region="gfx3" offset="1000000"/>
		<rom name="251-c4p.bin" merge="251-c4p.bin" size="8388608" crc="54ffbe9f" sha1="8e62442923551f07a552621951b1accab2830e3b" region="gfx3" offset="1000001"/>
		<rom name="251-c5p.bin" merge="251-c5p.bin" size="8388608" crc="d87a3bbc" sha1="430f6812088712e0eb5714dcc664d8bba75e921a" region="gfx3" offset="2000000"/>
		<rom name="251-c6p.bin" merge="251-c6p.bin" size="8388608" crc="4d40a691" sha1="2b580d0678a5e6033ef16130671e860364d35e56" region="gfx3" offset="2000001"/>
		<rom name="251-c7p.bin" merge="251-c7p.bin" size="8388608" crc="a4479a58" sha1="d50e6cc9ccfe1ddbc6d90d46b8ca2cb0304edd8c" region="gfx3" offset="3000000"/>
		<rom name="251-c8p.bin" merge="251-c8p.bin" size="8388608" crc="ead513ce" sha1="e9b07a0b01fdeb3004755a479df059c81b4d0ed6" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99wh1" sourcefile="neogeo.c" cloneof="kof99hp" romof="kof99hp">
		<description>The King of Fighters '99 (proto) (Diff Moves)</description>
		<year>1999</year>
		<manufacturer>Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="251wh1-p1.bin" size="1048576" crc="9e492265" sha1="2448485e59ae2f921089f03be77a17bb32d0dd9d" region="cpu1" offset="0"/>
		<rom name="251-p2p.bin" merge="251-p2p.bin" size="4194304" crc="739742ad" sha1="31acaf05a9bf186305888d3db7e4e8a83f7bb0a4" region="cpu1" offset="100000"/>
		<rom name="251-s1p.bin" merge="251-s1p.bin" size="131072" crc="fb1498ed" sha1="d40060b31b6f217a4abdf3b336439fcd7bd7aaef" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" merge="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" merge="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" merge="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" merge="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" merge="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1p.bin" merge="251-c1p.bin" size="8388608" crc="e5d8ffa4" sha1="65f15f9f02424a7a9dd35916166594f283e8d424" region="gfx3" offset="0"/>
		<rom name="251-c2p.bin" merge="251-c2p.bin" size="8388608" crc="d822778f" sha1="b590055e9bf1549bd6e1ecdabd65702202615712" region="gfx3" offset="1"/>
		<rom name="251-c3p.bin" merge="251-c3p.bin" size="8388608" crc="f20959e8" sha1="38293043fa77ac51c5e3191118874c58f1ae4d30" region="gfx3" offset="1000000"/>
		<rom name="251-c4p.bin" merge="251-c4p.bin" size="8388608" crc="54ffbe9f" sha1="8e62442923551f07a552621951b1accab2830e3b" region="gfx3" offset="1000001"/>
		<rom name="251-c5p.bin" merge="251-c5p.bin" size="8388608" crc="d87a3bbc" sha1="430f6812088712e0eb5714dcc664d8bba75e921a" region="gfx3" offset="2000000"/>
		<rom name="251-c6p.bin" merge="251-c6p.bin" size="8388608" crc="4d40a691" sha1="2b580d0678a5e6033ef16130671e860364d35e56" region="gfx3" offset="2000001"/>
		<rom name="251-c7p.bin" merge="251-c7p.bin" size="8388608" crc="a4479a58" sha1="d50e6cc9ccfe1ddbc6d90d46b8ca2cb0304edd8c" region="gfx3" offset="3000000"/>
		<rom name="251-c8p.bin" merge="251-c8p.bin" size="8388608" crc="ead513ce" sha1="e9b07a0b01fdeb3004755a479df059c81b4d0ed6" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99wh2" sourcefile="neogeo.c" cloneof="kof99hp" romof="kof99hp">
		<description>The King of Fighters '99 (proto) (Diff Moves - v.02)</description>
		<year>1999</year>
		<manufacturer>Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="251wh2-p1.bin" size="1048576" crc="505a8ded" sha1="cd939b018c43712e69aa9f3de8975a8df310503e" region="cpu1" offset="0"/>
		<rom name="251-p2p.bin" merge="251-p2p.bin" size="4194304" crc="739742ad" sha1="31acaf05a9bf186305888d3db7e4e8a83f7bb0a4" region="cpu1" offset="100000"/>
		<rom name="251-s1p.bin" merge="251-s1p.bin" size="131072" crc="fb1498ed" sha1="d40060b31b6f217a4abdf3b336439fcd7bd7aaef" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" merge="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" merge="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" merge="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" merge="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" merge="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1p.bin" merge="251-c1p.bin" size="8388608" crc="e5d8ffa4" sha1="65f15f9f02424a7a9dd35916166594f283e8d424" region="gfx3" offset="0"/>
		<rom name="251-c2p.bin" merge="251-c2p.bin" size="8388608" crc="d822778f" sha1="b590055e9bf1549bd6e1ecdabd65702202615712" region="gfx3" offset="1"/>
		<rom name="251-c3p.bin" merge="251-c3p.bin" size="8388608" crc="f20959e8" sha1="38293043fa77ac51c5e3191118874c58f1ae4d30" region="gfx3" offset="1000000"/>
		<rom name="251-c4p.bin" merge="251-c4p.bin" size="8388608" crc="54ffbe9f" sha1="8e62442923551f07a552621951b1accab2830e3b" region="gfx3" offset="1000001"/>
		<rom name="251-c5p.bin" merge="251-c5p.bin" size="8388608" crc="d87a3bbc" sha1="430f6812088712e0eb5714dcc664d8bba75e921a" region="gfx3" offset="2000000"/>
		<rom name="251-c6p.bin" merge="251-c6p.bin" size="8388608" crc="4d40a691" sha1="2b580d0678a5e6033ef16130671e860364d35e56" region="gfx3" offset="2000001"/>
		<rom name="251-c7p.bin" merge="251-c7p.bin" size="8388608" crc="a4479a58" sha1="d50e6cc9ccfe1ddbc6d90d46b8ca2cb0304edd8c" region="gfx3" offset="3000000"/>
		<rom name="251-c8p.bin" merge="251-c8p.bin" size="8388608" crc="ead513ce" sha1="e9b07a0b01fdeb3004755a479df059c81b4d0ed6" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99wh3" sourcefile="neogeo.c" cloneof="kof99hp" romof="kof99hp">
		<description>The King of Fighters '99 (proto) (Diff Moves - v.03)</description>
		<year>1999</year>
		<manufacturer>Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="251wh3-p1.bin" size="1048576" crc="9a312383" sha1="29eba75aac66c5fec8ab5937312dc41155f243f8" region="cpu1" offset="0"/>
		<rom name="251-p2p.bin" merge="251-p2p.bin" size="4194304" crc="739742ad" sha1="31acaf05a9bf186305888d3db7e4e8a83f7bb0a4" region="cpu1" offset="100000"/>
		<rom name="251-s1p.bin" merge="251-s1p.bin" size="131072" crc="fb1498ed" sha1="d40060b31b6f217a4abdf3b336439fcd7bd7aaef" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" merge="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" merge="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" merge="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" merge="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" merge="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1p.bin" merge="251-c1p.bin" size="8388608" crc="e5d8ffa4" sha1="65f15f9f02424a7a9dd35916166594f283e8d424" region="gfx3" offset="0"/>
		<rom name="251-c2p.bin" merge="251-c2p.bin" size="8388608" crc="d822778f" sha1="b590055e9bf1549bd6e1ecdabd65702202615712" region="gfx3" offset="1"/>
		<rom name="251-c3p.bin" merge="251-c3p.bin" size="8388608" crc="f20959e8" sha1="38293043fa77ac51c5e3191118874c58f1ae4d30" region="gfx3" offset="1000000"/>
		<rom name="251-c4p.bin" merge="251-c4p.bin" size="8388608" crc="54ffbe9f" sha1="8e62442923551f07a552621951b1accab2830e3b" region="gfx3" offset="1000001"/>
		<rom name="251-c5p.bin" merge="251-c5p.bin" size="8388608" crc="d87a3bbc" sha1="430f6812088712e0eb5714dcc664d8bba75e921a" region="gfx3" offset="2000000"/>
		<rom name="251-c6p.bin" merge="251-c6p.bin" size="8388608" crc="4d40a691" sha1="2b580d0678a5e6033ef16130671e860364d35e56" region="gfx3" offset="2000001"/>
		<rom name="251-c7p.bin" merge="251-c7p.bin" size="8388608" crc="a4479a58" sha1="d50e6cc9ccfe1ddbc6d90d46b8ca2cb0304edd8c" region="gfx3" offset="3000000"/>
		<rom name="251-c8p.bin" merge="251-c8p.bin" size="8388608" crc="ead513ce" sha1="e9b07a0b01fdeb3004755a479df059c81b4d0ed6" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99wh4" sourcefile="neogeo.c" cloneof="kof99hp" romof="kof99hp">
		<description>The King of Fighters '99 (proto) (Diff Moves - v.04)</description>
		<year>1999</year>
		<manufacturer>Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="251wh4-p1.bin" size="1048576" crc="5092e49f" sha1="09bd471e0c0951677bf76e7fc69cda8dc751e06b" region="cpu1" offset="0"/>
		<rom name="251-p2p.bin" merge="251-p2p.bin" size="4194304" crc="739742ad" sha1="31acaf05a9bf186305888d3db7e4e8a83f7bb0a4" region="cpu1" offset="100000"/>
		<rom name="251-s1p.bin" merge="251-s1p.bin" size="131072" crc="fb1498ed" sha1="d40060b31b6f217a4abdf3b336439fcd7bd7aaef" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" merge="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" merge="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" merge="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" merge="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" merge="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1p.bin" merge="251-c1p.bin" size="8388608" crc="e5d8ffa4" sha1="65f15f9f02424a7a9dd35916166594f283e8d424" region="gfx3" offset="0"/>
		<rom name="251-c2p.bin" merge="251-c2p.bin" size="8388608" crc="d822778f" sha1="b590055e9bf1549bd6e1ecdabd65702202615712" region="gfx3" offset="1"/>
		<rom name="251-c3p.bin" merge="251-c3p.bin" size="8388608" crc="f20959e8" sha1="38293043fa77ac51c5e3191118874c58f1ae4d30" region="gfx3" offset="1000000"/>
		<rom name="251-c4p.bin" merge="251-c4p.bin" size="8388608" crc="54ffbe9f" sha1="8e62442923551f07a552621951b1accab2830e3b" region="gfx3" offset="1000001"/>
		<rom name="251-c5p.bin" merge="251-c5p.bin" size="8388608" crc="d87a3bbc" sha1="430f6812088712e0eb5714dcc664d8bba75e921a" region="gfx3" offset="2000000"/>
		<rom name="251-c6p.bin" merge="251-c6p.bin" size="8388608" crc="4d40a691" sha1="2b580d0678a5e6033ef16130671e860364d35e56" region="gfx3" offset="2000001"/>
		<rom name="251-c7p.bin" merge="251-c7p.bin" size="8388608" crc="a4479a58" sha1="d50e6cc9ccfe1ddbc6d90d46b8ca2cb0304edd8c" region="gfx3" offset="3000000"/>
		<rom name="251-c8p.bin" merge="251-c8p.bin" size="8388608" crc="ead513ce" sha1="e9b07a0b01fdeb3004755a479df059c81b4d0ed6" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf99xpsf" sourcefile="neogeo.c" cloneof="kof99hp" romof="kof99hp">
		<description>The King of Fighters '99 (proto) (00731 XPSLibrary final Fix 000409 - RS-ver)</description>
		<year>1999</year>
		<manufacturer>XPS</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="251xps-p1p.bin" size="1048576" crc="51dd4482" sha1="71200ca31bb6fc0ac045f303c15a096fc1848901" region="cpu1" offset="0"/>
		<rom name="251xps-p2p.bin" size="4194304" crc="6533070c" sha1="1eff1d11ab1463bd9578055f43684949ac6602e4" region="cpu1" offset="100000"/>
		<rom name="251xps-s1p.bin" size="131072" crc="56bc7e7a" sha1="c6b642243148ac89e2cfc1863edd369828a0ffb2" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251xps-m1.bin" size="131072" crc="0659d262" sha1="cea6c861a15025ad2bc1ad6b787534cfdd5bab53" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" merge="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" merge="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" merge="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" merge="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1p.bin" merge="251-c1p.bin" size="8388608" crc="e5d8ffa4" sha1="65f15f9f02424a7a9dd35916166594f283e8d424" region="gfx3" offset="0"/>
		<rom name="251-c2p.bin" merge="251-c2p.bin" size="8388608" crc="d822778f" sha1="b590055e9bf1549bd6e1ecdabd65702202615712" region="gfx3" offset="1"/>
		<rom name="251-c3p.bin" merge="251-c3p.bin" size="8388608" crc="f20959e8" sha1="38293043fa77ac51c5e3191118874c58f1ae4d30" region="gfx3" offset="1000000"/>
		<rom name="251-c4p.bin" merge="251-c4p.bin" size="8388608" crc="54ffbe9f" sha1="8e62442923551f07a552621951b1accab2830e3b" region="gfx3" offset="1000001"/>
		<rom name="251-c5p.bin" merge="251-c5p.bin" size="8388608" crc="d87a3bbc" sha1="430f6812088712e0eb5714dcc664d8bba75e921a" region="gfx3" offset="2000000"/>
		<rom name="251-c6p.bin" merge="251-c6p.bin" size="8388608" crc="4d40a691" sha1="2b580d0678a5e6033ef16130671e860364d35e56" region="gfx3" offset="2000001"/>
		<rom name="251-c7p.bin" merge="251-c7p.bin" size="8388608" crc="a4479a58" sha1="d50e6cc9ccfe1ddbc6d90d46b8ca2cb0304edd8c" region="gfx3" offset="3000000"/>
		<rom name="251-c8p.bin" merge="251-c8p.bin" size="8388608" crc="ead513ce" sha1="e9b07a0b01fdeb3004755a479df059c81b4d0ed6" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf99xpsp" sourcefile="neogeo.c" cloneof="kof99hp" romof="kof99hp">
		<description>The King of Fighters '99 (proto) (00731 XPSLibrary final Fix 000409)</description>
		<year>1999</year>
		<manufacturer>XPS</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="251xpp-p1p.bin" size="1048576" crc="6fad557f" sha1="a647d8faf44a0ae6d600c1fb2d0b5f5cd63dc854" region="cpu1" offset="0"/>
		<rom name="251xpp-p2p.bin" size="4194304" crc="952ad690" sha1="c0aa19462f3451f355b36793a95009b808914329" region="cpu1" offset="100000"/>
		<rom name="251xps-s1p.bin" size="131072" crc="56bc7e7a" sha1="c6b642243148ac89e2cfc1863edd369828a0ffb2" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251xps-m1.bin" size="131072" crc="0659d262" sha1="cea6c861a15025ad2bc1ad6b787534cfdd5bab53" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" merge="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" merge="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" merge="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" merge="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1p.bin" merge="251-c1p.bin" size="8388608" crc="e5d8ffa4" sha1="65f15f9f02424a7a9dd35916166594f283e8d424" region="gfx3" offset="0"/>
		<rom name="251-c2p.bin" merge="251-c2p.bin" size="8388608" crc="d822778f" sha1="b590055e9bf1549bd6e1ecdabd65702202615712" region="gfx3" offset="1"/>
		<rom name="251-c3p.bin" merge="251-c3p.bin" size="8388608" crc="f20959e8" sha1="38293043fa77ac51c5e3191118874c58f1ae4d30" region="gfx3" offset="1000000"/>
		<rom name="251-c4p.bin" merge="251-c4p.bin" size="8388608" crc="54ffbe9f" sha1="8e62442923551f07a552621951b1accab2830e3b" region="gfx3" offset="1000001"/>
		<rom name="251-c5p.bin" merge="251-c5p.bin" size="8388608" crc="d87a3bbc" sha1="430f6812088712e0eb5714dcc664d8bba75e921a" region="gfx3" offset="2000000"/>
		<rom name="251-c6p.bin" merge="251-c6p.bin" size="8388608" crc="4d40a691" sha1="2b580d0678a5e6033ef16130671e860364d35e56" region="gfx3" offset="2000001"/>
		<rom name="251-c7p.bin" merge="251-c7p.bin" size="8388608" crc="a4479a58" sha1="d50e6cc9ccfe1ddbc6d90d46b8ca2cb0304edd8c" region="gfx3" offset="3000000"/>
		<rom name="251-c8p.bin" merge="251-c8p.bin" size="8388608" crc="ead513ce" sha1="e9b07a0b01fdeb3004755a479df059c81b4d0ed6" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf99xpsa" sourcefile="neogeo.c" cloneof="kof99hp" romof="kof99hp">
		<description>The King of Fighters '99 (proto) (00409 XPSLibrary alternate Andy striker voice Fix)</description>
		<year>1999</year>
		<manufacturer>XPS</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="251xpa-p1p.bin" size="1048576" crc="5d4be286" sha1="5052c6852cd02452ca4e103b5ef214120aae0452" region="cpu1" offset="0"/>
		<rom name="251xps-p2p.bin" size="4194304" crc="6533070c" sha1="1eff1d11ab1463bd9578055f43684949ac6602e4" region="cpu1" offset="100000"/>
		<rom name="251xps-s1p.bin" size="131072" crc="56bc7e7a" sha1="c6b642243148ac89e2cfc1863edd369828a0ffb2" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251xps-m1.bin" size="131072" crc="0659d262" sha1="cea6c861a15025ad2bc1ad6b787534cfdd5bab53" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" merge="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" merge="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" merge="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" merge="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1p.bin" merge="251-c1p.bin" size="8388608" crc="e5d8ffa4" sha1="65f15f9f02424a7a9dd35916166594f283e8d424" region="gfx3" offset="0"/>
		<rom name="251-c2p.bin" merge="251-c2p.bin" size="8388608" crc="d822778f" sha1="b590055e9bf1549bd6e1ecdabd65702202615712" region="gfx3" offset="1"/>
		<rom name="251-c3p.bin" merge="251-c3p.bin" size="8388608" crc="f20959e8" sha1="38293043fa77ac51c5e3191118874c58f1ae4d30" region="gfx3" offset="1000000"/>
		<rom name="251-c4p.bin" merge="251-c4p.bin" size="8388608" crc="54ffbe9f" sha1="8e62442923551f07a552621951b1accab2830e3b" region="gfx3" offset="1000001"/>
		<rom name="251-c5p.bin" merge="251-c5p.bin" size="8388608" crc="d87a3bbc" sha1="430f6812088712e0eb5714dcc664d8bba75e921a" region="gfx3" offset="2000000"/>
		<rom name="251-c6p.bin" merge="251-c6p.bin" size="8388608" crc="4d40a691" sha1="2b580d0678a5e6033ef16130671e860364d35e56" region="gfx3" offset="2000001"/>
		<rom name="251-c7p.bin" merge="251-c7p.bin" size="8388608" crc="a4479a58" sha1="d50e6cc9ccfe1ddbc6d90d46b8ca2cb0304edd8c" region="gfx3" offset="3000000"/>
		<rom name="251-c8p.bin" merge="251-c8p.bin" size="8388608" crc="ead513ce" sha1="e9b07a0b01fdeb3004755a479df059c81b4d0ed6" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof99yb" sourcefile="neogeo.c" cloneof="kof99hp" romof="kof99hp">
		<description>The King of Fighters '99 (proto) (2 Add Char set 1)</description>
		<year>1999</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="251yb-p1p.bin" size="1048576" crc="fd2eaf53" sha1="10dcb41674d236be9560ab442d3e3a8c542ab5f1" region="cpu1" offset="0"/>
		<rom name="251-p2p.bin" merge="251-p2p.bin" size="4194304" crc="739742ad" sha1="31acaf05a9bf186305888d3db7e4e8a83f7bb0a4" region="cpu1" offset="100000"/>
		<rom name="251-s1p.bin" merge="251-s1p.bin" size="131072" crc="fb1498ed" sha1="d40060b31b6f217a4abdf3b336439fcd7bd7aaef" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="251-m1.bin" merge="251-m1.bin" size="131072" crc="5e74539c" sha1="6f49a9343cbd026b2c6720ff3fa2e5b1f85e80da" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="251-v1.bin" merge="251-v1.bin" size="4194304" crc="ef2eecc8" sha1="8ed13b9db92dba3124bc5ba66e3e275885ece24a" region="sound1" offset="0"/>
		<rom name="251-v2.bin" merge="251-v2.bin" size="4194304" crc="73e211ca" sha1="0e60fa64cab6255d9721e2b4bc22e3de64c874c5" region="sound1" offset="400000"/>
		<rom name="251-v3.bin" merge="251-v3.bin" size="4194304" crc="821901da" sha1="c6d4975bfaa19a62ed59126cadf2578c0a5c257f" region="sound1" offset="800000"/>
		<rom name="251-v4.bin" merge="251-v4.bin" size="2097152" crc="b49e6178" sha1="dde6f76e958841e8c99b693e13ced9aa9ef316dc" region="sound1" offset="c00000"/>
		<rom name="251-c1p.bin" merge="251-c1p.bin" size="8388608" crc="e5d8ffa4" sha1="65f15f9f02424a7a9dd35916166594f283e8d424" region="gfx3" offset="0"/>
		<rom name="251-c2p.bin" merge="251-c2p.bin" size="8388608" crc="d822778f" sha1="b590055e9bf1549bd6e1ecdabd65702202615712" region="gfx3" offset="1"/>
		<rom name="251-c3p.bin" merge="251-c3p.bin" size="8388608" crc="f20959e8" sha1="38293043fa77ac51c5e3191118874c58f1ae4d30" region="gfx3" offset="1000000"/>
		<rom name="251-c4p.bin" merge="251-c4p.bin" size="8388608" crc="54ffbe9f" sha1="8e62442923551f07a552621951b1accab2830e3b" region="gfx3" offset="1000001"/>
		<rom name="251-c5p.bin" merge="251-c5p.bin" size="8388608" crc="d87a3bbc" sha1="430f6812088712e0eb5714dcc664d8bba75e921a" region="gfx3" offset="2000000"/>
		<rom name="251-c6p.bin" merge="251-c6p.bin" size="8388608" crc="4d40a691" sha1="2b580d0678a5e6033ef16130671e860364d35e56" region="gfx3" offset="2000001"/>
		<rom name="251-c7p.bin" merge="251-c7p.bin" size="8388608" crc="a4479a58" sha1="d50e6cc9ccfe1ddbc6d90d46b8ca2cb0304edd8c" region="gfx3" offset="3000000"/>
		<rom name="251-c8p.bin" merge="251-c8p.bin" size="8388608" crc="ead513ce" sha1="e9b07a0b01fdeb3004755a479df059c81b4d0ed6" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2kbh" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Add Char - Zero has icon)</description>
		<year>2000</year>
		<manufacturer>Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257bh-p1.bin" size="1048576" crc="613d1fc2" sha1="69a6d8add28291a14d69e9a098dd78a84f6c9b31" region="cpu1" offset="0"/>
		<rom name="257-p2n.bin" size="4194304" crc="693c2c5e" sha1="dc9121b7369ef46596343cac055a00aec81704d4" region="cpu1" offset="100000"/>
		<rom name="257bh-s1.bin" size="524288" crc="36ae018e" sha1="f06c3a6f8607b7cb689f3edacb37db6fe8b8f0b6" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1d.bin" size="8388608" crc="abcdd424" sha1="1d52aae8a7806d48c098c2a7a77dff6e02ac4870" region="gfx3" offset="0"/>
		<rom name="257-c2d.bin" size="8388608" crc="cda33778" sha1="a619740364c952c443f27ed9b7c395610f2673c7" region="gfx3" offset="1"/>
		<rom name="257-c3d.bin" size="8388608" crc="087fb15b" sha1="f77cb6e670cdf7709d84d770ecf28533cbfbe6de" region="gfx3" offset="1000000"/>
		<rom name="257-c4d.bin" size="8388608" crc="fe9dfde4" sha1="23750ff0c4bc084d55eea66a5cdd0ef2d6c32cdc" region="gfx3" offset="1000001"/>
		<rom name="257-c5d.bin" size="8388608" crc="03ee4bf4" sha1="8f26c5bc525a5786de8e25797e2875a1dfe527be" region="gfx3" offset="2000000"/>
		<rom name="257-c6d.bin" size="8388608" crc="8599cc5b" sha1="9a05fc12273aebfbc4ac22e88b32ae9ecd269462" region="gfx3" offset="2000001"/>
		<rom name="257bh-c7.bin" size="8388608" crc="f7636227" sha1="a76b331c96a7bf6fb4123c88a15f565c82b13373" region="gfx3" offset="3000000"/>
		<rom name="257bh-c8.bin" size="8388608" crc="b887fe36" sha1="d6fc2fba39c8f22ddbe911345ba1d21561cc4eb2" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2kbj" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Add Char set 2)</description>
		<year>2000</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257bj-p1n.bin" size="1048576" crc="fafe059e" sha1="6167c6a2f8d8b2d08d8a2dfd26e1722bdca9c3f7" region="cpu1" offset="0"/>
		<rom name="257-p2n.bin" size="4194304" crc="693c2c5e" sha1="dc9121b7369ef46596343cac055a00aec81704d4" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2kce" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Char color changed set 1)</description>
		<year>2000</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257-p1n.bin" size="1048576" crc="5f809dbe" sha1="2bc233dcff5622de86d01e3b74b840c7caf12982" region="cpu1" offset="0"/>
		<rom name="257ce-p2.bin" size="4194304" crc="60b00b9b" sha1="eb2ea3980dbd2fe4d15b9155d4de7593396f8555" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2kch" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Diff Moves 030503)</description>
		<year>2000</year>
		<manufacturer>Chase</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257ch-p1.bin" size="1048576" crc="6a4ac2cf" sha1="0120d712439c909b96607b487bfbc93444e3da04" region="cpu1" offset="0"/>
		<rom name="257-p2n.bin" size="4194304" crc="693c2c5e" sha1="dc9121b7369ef46596343cac055a00aec81704d4" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2kcp" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Char color changed set 2)</description>
		<year>2000</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257-p1n.bin" size="1048576" crc="5f809dbe" sha1="2bc233dcff5622de86d01e3b74b840c7caf12982" region="cpu1" offset="0"/>
		<rom name="257cp-p2.bin" size="4194304" crc="a73339fd" sha1="cce171fdb4e3be4b8431eea60b0bea36630bd94f" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2kseh" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Add Char - Ultra kill start max - Super pow hack)</description>
		<year>2000</year>
		<manufacturer>Creamymami and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257seh-p1.bin" size="1048576" crc="b84547e4" sha1="1c01a764d5333d8acab392f24f9a2f8d00e257ca" region="cpu1" offset="0"/>
		<rom name="257-p2n.bin" size="4194304" crc="693c2c5e" sha1="dc9121b7369ef46596343cac055a00aec81704d4" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2keh" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Add Char - Ultra kill start max)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257eh-p1.bin" size="1048576" crc="3a301e5b" sha1="a8fe40cc1577bcf1503726cd38b502e8e5c4f621" region="cpu1" offset="0"/>
		<rom name="257-p2n.bin" size="4194304" crc="693c2c5e" sha1="dc9121b7369ef46596343cac055a00aec81704d4" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2kevo" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 Evolution (v1.2)</description>
		<year>2000</year>
		<manufacturer>Jason/K3 and Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257evo-p1.bin" size="1048576" crc="3107aa48" sha1="e7240cc8697d63657ed59c8d2ea69e883d690d7d" region="cpu1" offset="0"/>
		<rom name="257-p2n.bin" size="4194304" crc="693c2c5e" sha1="dc9121b7369ef46596343cac055a00aec81704d4" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2kevo1" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 Evolution (v1.01)</description>
		<year>2000</year>
		<manufacturer>Jason/K3 and Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257evo1-p1.bin" size="1048576" crc="ac684cce" sha1="1fb72efd4fa0a4c40b0c16b913f5fa5fdd471d74" region="cpu1" offset="0"/>
		<rom name="257-p2n.bin" size="4194304" crc="693c2c5e" sha1="dc9121b7369ef46596343cac055a00aec81704d4" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2kevo2" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 Evolution (v1.0)</description>
		<year>2000</year>
		<manufacturer>Jason/K3 and Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257evo2-p1.bin" size="1048576" crc="2331f409" sha1="13344ccf1748be13e8605c8cd0f3e7786a0c250c" region="cpu1" offset="0"/>
		<rom name="257-p2n.bin" size="4194304" crc="693c2c5e" sha1="dc9121b7369ef46596343cac055a00aec81704d4" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2kgold" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Char color changed - Gold)</description>
		<year>2000</year>
		<manufacturer>Anndy</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257-p1n.bin" size="1048576" crc="5f809dbe" sha1="2bc233dcff5622de86d01e3b74b840c7caf12982" region="cpu1" offset="0"/>
		<rom name="257gold-p2.bin" size="4194304" crc="7992520d" sha1="7718348355adbb05e64767ae5d075046ae9b5400" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2kice" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Char color changed - Ice blue)</description>
		<year>2000</year>
		<manufacturer>Zhangshee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257-p1n.bin" size="1048576" crc="5f809dbe" sha1="2bc233dcff5622de86d01e3b74b840c7caf12982" region="cpu1" offset="0"/>
		<rom name="257ice-p2.bin" size="4194304" crc="95df1ddd" sha1="faecf18584d5397a588a69d002968a341a12adcb" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2kjlc" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Char color changed for Athena 2P and Kula 2P)</description>
		<year>2000</year>
		<manufacturer>Jui Lee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257-p1n.bin" size="1048576" crc="5f809dbe" sha1="2bc233dcff5622de86d01e3b74b840c7caf12982" region="cpu1" offset="0"/>
		<rom name="257jlc-p2.bin" size="4194304" crc="dc36885b" sha1="b192edc43f598434877df3e2deddca53473bf537" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2kkf1" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Add Char - MVS protection rem set 1)</description>
		<year>2000</year>
		<manufacturer>Kurouri</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257kf1-p1.bin" size="1048576" crc="3a6bb418" sha1="d794bf7ee14fcf3972360f7d47ed6cd08a3269d2" region="cpu1" offset="0"/>
		<rom name="257-p2n.bin" size="4194304" crc="693c2c5e" sha1="dc9121b7369ef46596343cac055a00aec81704d4" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2kkvs" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Add Char - MVS protection rem set 2)</description>
		<year>2000</year>
		<manufacturer>KVS</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257kvs-p1n.bin" size="1048576" crc="de23e8a0" sha1="737a3e9c7cac2338f382c3a55d5caa9810fb87ce" region="cpu1" offset="0"/>
		<rom name="257-p2n.bin" size="4194304" crc="693c2c5e" sha1="dc9121b7369ef46596343cac055a00aec81704d4" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2kkzs" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Add Char - MVS protection rem set 3)</description>
		<year>2000</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257kzs-p1n.bin" size="1048576" crc="e41f350c" sha1="d0d4feb6f91714abe11ec57ba9eecc7bb7f5b354" region="cpu1" offset="0"/>
		<rom name="257-p2n.bin" size="4194304" crc="693c2c5e" sha1="dc9121b7369ef46596343cac055a00aec81704d4" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2kpjc" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Color Fix 030720)</description>
		<year>2000</year>
		<manufacturer>TcwLee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257-p1n.bin" size="1048576" crc="5f809dbe" sha1="2bc233dcff5622de86d01e3b74b840c7caf12982" region="cpu1" offset="0"/>
		<rom name="257pjc-p2n.bin" size="4194304" crc="3f94a4d3" sha1="8fd23e05bde49e9ff25f070338b947c53bbf603f" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2kpjc1" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Color Fix - Entire role change)</description>
		<year>2000</year>
		<manufacturer>TcwLee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257-p1n.bin" size="1048576" crc="5f809dbe" sha1="2bc233dcff5622de86d01e3b74b840c7caf12982" region="cpu1" offset="0"/>
		<rom name="257pjc1-p2n.bin" size="4194304" crc="c954c944" sha1="3ca35a5393351ee22ef651f8984067b18aa02144" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2kpjc2" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Color Fix v. 2)</description>
		<year>2000</year>
		<manufacturer>TcwLee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257-p1n.bin" size="1048576" crc="5f809dbe" sha1="2bc233dcff5622de86d01e3b74b840c7caf12982" region="cpu1" offset="0"/>
		<rom name="257pjc2-p2n.bin" size="4194304" crc="136bd0a4" sha1="5549ba017a9c633a3652ad3fc0d1c41bc247cdcd" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2kpjc3" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Color changed - Striker not Perfect 030302)</description>
		<year>2000</year>
		<manufacturer>TcwLee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257-p1n.bin" size="1048576" crc="5f809dbe" sha1="2bc233dcff5622de86d01e3b74b840c7caf12982" region="cpu1" offset="0"/>
		<rom name="257pjc3-p2n.bin" size="4194304" crc="22bf407a" sha1="dba889edbe0bd641ce678f0ffc79afed24659bde" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2krm" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Diff Moves)</description>
		<year>2000</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257rm-p1.bin" size="1048576" crc="597fdfc7" sha1="10bb9e4ad0c3ff53336cc0e06303f83bcb5c94e4" region="cpu1" offset="0"/>
		<rom name="257-p2n.bin" size="4194304" crc="693c2c5e" sha1="dc9121b7369ef46596343cac055a00aec81704d4" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2kehr" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Add Char - Diff Moves - Ultra pow hack)</description>
		<year>2000</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257ehr-p1n.bin" size="1048576" crc="db0a8678" sha1="d6f11011dfb9e7ee04cffbd9e1768a8fc9982fba" region="cpu1" offset="0"/>
		<rom name="257-p2n.bin" size="4194304" crc="693c2c5e" sha1="dc9121b7369ef46596343cac055a00aec81704d4" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2krp" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 Remix Pro (Diff Moves v1.0a 031103 - Beta)</description>
		<year>2000</year>
		<manufacturer>Fightchina Hack Team</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257rp-p1n.bin" size="1048576" crc="7c81d853" sha1="b101b64a06ba6292d369d10f75a56de09b04823b" region="cpu1" offset="0"/>
		<rom name="257rp-p2n.bin" size="4194304" crc="82a6aeed" sha1="36f369313999d23f50201c1e240736d00d4921da" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2kst" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Add Char - Boss striker moves changed - Similar to kof2kevo from FGCH)</description>
		<year>2000</year>
		<manufacturer>KOF1995</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257st-p1.bin" size="1048576" crc="e21736d5" sha1="7ea8045775b5d9e111a94a641a372faaf2495a5e" region="cpu1" offset="0"/>
		<rom name="257-p2n.bin" size="4194304" crc="693c2c5e" sha1="dc9121b7369ef46596343cac055a00aec81704d4" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2kwh" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Diff Moves for Takuma)</description>
		<year>2000</year>
		<manufacturer>Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257wh-p1n.bin" size="1048576" crc="5fa8d962" sha1="8285b925c4edf3460ff5cf63fbcb7379568897ac" region="cpu1" offset="0"/>
		<rom name="257-p2n.bin" size="4194304" crc="693c2c5e" sha1="dc9121b7369ef46596343cac055a00aec81704d4" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2kwh2" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Diff Moves for Jhun)</description>
		<year>2000</year>
		<manufacturer>Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257wh2-p1n.bin" size="1048576" crc="06e47159" sha1="45ae1f2c9c4393ff9cc0425a4a85c7bc1ad31c0e" region="cpu1" offset="0"/>
		<rom name="257-p2n.bin" size="4194304" crc="693c2c5e" sha1="dc9121b7369ef46596343cac055a00aec81704d4" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2ky" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Add Kula)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257y-p1n.bin" size="1048576" crc="ca715980" sha1="869268d27fc2628ac1fe817b2d0491096821b8de" region="cpu1" offset="0"/>
		<rom name="257-p2n.bin" size="4194304" crc="693c2c5e" sha1="dc9121b7369ef46596343cac055a00aec81704d4" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2kyd" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Style change - Select 2 Add Char)</description>
		<year>2000</year>
		<manufacturer>Dodowang and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257yd-p1n.bin" size="1048576" crc="09c64b87" sha1="8ad7a2c9cf0e360364ad5ee58ed514fbee015a65" region="cpu1" offset="0"/>
		<rom name="257-p2n.bin" size="4194304" crc="693c2c5e" sha1="dc9121b7369ef46596343cac055a00aec81704d4" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2kyg" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Add Char set 1)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257yg-p1n.bin" size="1048576" crc="684f6f70" sha1="660a35e8db9d44b246dfc788e5576fe8d138e580" region="cpu1" offset="0"/>
		<rom name="257-p2n.bin" size="4194304" crc="693c2c5e" sha1="dc9121b7369ef46596343cac055a00aec81704d4" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2kz" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Add Zero)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257z-p1n.bin" size="1048576" crc="029a6b8a" sha1="1179df1960dffc04860acb0a91c53e9c5cf7e107" region="cpu1" offset="0"/>
		<rom name="257-p2n.bin" size="4194304" crc="693c2c5e" sha1="dc9121b7369ef46596343cac055a00aec81704d4" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2kzs" sourcefile="neogeo.c">
		<description>The King of Fighters 2000 (Add Char - MVS protection rem set 4)</description>
		<year>2000</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="257zs-p1n.bin" size="1048576" crc="ca73f3a5" sha1="d083a47ff19317855da866e29eea3aa66a1ffb03" region="cpu1" offset="0"/>
		<rom name="257-p2n.bin" size="4194304" crc="693c2c5e" sha1="dc9121b7369ef46596343cac055a00aec81704d4" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="257-m1.bin" size="262144" crc="4b749113" sha1="2af2361146edd0ce3966614d90165a5c1afb8de4" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="257-m1_decrypted.bin" size="262144" crc="d404db70" sha1="8cd1f3e140a9a367de23544e76371b0491287909" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="257-v1.bin" size="4194304" crc="17cde847" sha1="4bcc0205b70dc6d9216b29025450c9c5b08cb65d" region="sound1" offset="0"/>
		<rom name="257-v2.bin" size="4194304" crc="1afb20ff" sha1="57dfd2de058139345ff2b744a225790baaecd5a2" region="sound1" offset="400000"/>
		<rom name="257-v3.bin" size="4194304" crc="4605036a" sha1="51b228a0600d38a6ec37aec4822879ec3b0ee106" region="sound1" offset="800000"/>
		<rom name="257-v4.bin" size="4194304" crc="764bbd6b" sha1="df23c09ca6cf7d0ae5e11ff16e30c159725106b3" region="sound1" offset="c00000"/>
		<rom name="257-c1.bin" size="8388608" crc="cef1cdfa" sha1="6135080f3a6b4712b76cc217edcc58e72b55c2b9" region="gfx3" offset="0"/>
		<rom name="257-c2.bin" size="8388608" crc="f7bf0003" sha1="9f7b19a2100cf7d12867e742f440dd5277b4f895" region="gfx3" offset="1"/>
		<rom name="257-c3.bin" size="8388608" crc="101e6560" sha1="8073ae1139e215d1167f8d32c14079a46ce3ee1c" region="gfx3" offset="1000000"/>
		<rom name="257-c4.bin" size="8388608" crc="bd2fc1b1" sha1="da0006761923ad49b404a08d7a151193ee307a69" region="gfx3" offset="1000001"/>
		<rom name="257-c5.bin" size="8388608" crc="89775412" sha1="b221b30224bc4239f1b3c2d2fd1cd4fa84e3523c" region="gfx3" offset="2000000"/>
		<rom name="257-c6.bin" size="8388608" crc="fa7200d5" sha1="6f2b0d38af34e280d56a58955400e5c679906871" region="gfx3" offset="2000001"/>
		<rom name="257-c7.bin" size="8388608" crc="7da11fe4" sha1="065336cf166807acb6c8569d59d3bf37a19b0a42" region="gfx3" offset="3000000"/>
		<rom name="257-c8.bin" size="8388608" crc="b1afa60b" sha1="b916184f5cfe4121752270f4f65abf35d8eb0519" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k1ay" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Revised set 1)</description>
		<year>2001</year>
		<manufacturer>Kurouri and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262ay-pg1.bin" size="1048576" crc="069a0aa2" sha1="3fd2218b8d94cff47e1e2369a163c82d1f3e5f41" region="cpu1" offset="0"/>
		<rom name="262-pg2.bin" size="4194304" crc="91eea062" sha1="82bae42bbeedb9f3aa0c7c0b0a7a69be499cf98f" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k1cr" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Revised set 2)</description>
		<year>2001</year>
		<manufacturer>CrUmp</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262cr-pg1.bin" size="1048576" crc="19f18567" sha1="1dfb262d919107ef6173bfa5339fd2e39c1ca690" region="cpu1" offset="0"/>
		<rom name="262-pg2.bin" size="4194304" crc="91eea062" sha1="82bae42bbeedb9f3aa0c7c0b0a7a69be499cf98f" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1seh" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Add Char - Ultra kill start max - Ultra pow hack)</description>
		<year>2001</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262seh-pg1.bin" size="1048576" crc="bcc84782" sha1="31164d1f7303f0dbca5c4c2c43d081bf1b5db7df" region="cpu1" offset="0"/>
		<rom name="262-pg2.bin" size="4194304" crc="91eea062" sha1="82bae42bbeedb9f3aa0c7c0b0a7a69be499cf98f" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1ehc" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Ultra kill start max - Ultra pow hack)</description>
		<year>2001</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262ehc-pg1.bin" size="1048576" crc="1ebb4962" sha1="8f80953ecf0053b735e80c77a9a3b51315c8538d" region="cpu1" offset="0"/>
		<rom name="262-pg2.bin" size="4194304" crc="91eea062" sha1="82bae42bbeedb9f3aa0c7c0b0a7a69be499cf98f" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k1eh" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Add Char - Ultra kill start max)</description>
		<year>2001</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262eh-pg1.bin" size="1048576" crc="32c4a98b" sha1="a4142ae4ac4053af65efc815a29574a839bad0e3" region="cpu1" offset="0"/>
		<rom name="262-pg2.bin" size="4194304" crc="91eea062" sha1="82bae42bbeedb9f3aa0c7c0b0a7a69be499cf98f" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k1hb" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Add Char set 1)</description>
		<year>2001</year>
		<manufacturer>Kurouri</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262hb-pg1.bin" size="1048576" crc="c17dddc5" sha1="645c29343a56bc2de02ad913f7ebc74e5f496ee5" region="cpu1" offset="0"/>
		<rom name="262-pg2.bin" size="4194304" crc="91eea062" sha1="82bae42bbeedb9f3aa0c7c0b0a7a69be499cf98f" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1mk2" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Revised set 3 v2.0)</description>
		<year>2001</year>
		<manufacturer>MasakiAnton</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262mk2-pg1.bin" size="1048576" crc="e8e7d3b0" sha1="11ab4f0fcf82fe72723e3a5e25561b89db1935c9" region="cpu1" offset="0"/>
		<rom name="262-pg2.bin" size="4194304" crc="91eea062" sha1="82bae42bbeedb9f3aa0c7c0b0a7a69be499cf98f" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k1mk" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Revised set 3 Old)</description>
		<year>2001</year>
		<manufacturer>MasakiAnton</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262mk-pg1.bin" size="1048576" crc="97492f8e" sha1="741f26907377aab55d16f34ec3e7906d59a087cc" region="cpu1" offset="0"/>
		<rom name="262-pg2.bin" size="4194304" crc="91eea062" sha1="82bae42bbeedb9f3aa0c7c0b0a7a69be499cf98f" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1mke" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Revised set 4)</description>
		<year>2001</year>
		<manufacturer>MasakiAnton</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262mke-pg1.bin" size="1048576" crc="1d29382e" sha1="a91929198fb6e16a5ccfac83a869d06afdff0bd8" region="cpu1" offset="0"/>
		<rom name="262-pg2.bin" size="4194304" crc="91eea062" sha1="82bae42bbeedb9f3aa0c7c0b0a7a69be499cf98f" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k1rm" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Diff Moves set 1)</description>
		<year>2001</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262rm-pg1.bin" size="1048576" crc="9be74a1b" sha1="4785e08ab499dabcd37312ca15c1b9e0d61b2f08" region="cpu1" offset="0"/>
		<rom name="262-pg2.bin" size="4194304" crc="91eea062" sha1="82bae42bbeedb9f3aa0c7c0b0a7a69be499cf98f" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1ehr" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Ultra kill start max - Ultra pow hack - Diff Moves)</description>
		<year>2001</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262ehr-pg1.bin" size="1048576" crc="afabe438" sha1="3245650382a9f36cde7b66fe247bdd68b1adf30c" region="cpu1" offset="0"/>
		<rom name="262-pg2.bin" size="4194304" crc="91eea062" sha1="82bae42bbeedb9f3aa0c7c0b0a7a69be499cf98f" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k1b" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Add Char set 2)</description>
		<year>2001</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262b-p1.bin" size="1048576" crc="376ea3fd" sha1="9bb9ec73f1ee543ea0c2fd5ee73c487ea93de05e" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1bd2" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Char color changed - Attack cremation scarlet)</description>
		<year>2001</year>
		<manufacturer>Ayane</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262bd2-p2.bin" size="4194304" crc="13c14b1f" sha1="c063e17f94994889ae6a576b7923eddabf3586a2" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k1bh" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Add Char set 3)</description>
		<year>2001</year>
		<manufacturer>Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262bh-p1.bin" size="1048576" crc="f91b5329" sha1="9b5375090072e5ea8b97bf4ebb55787476ff964d" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="262bh-s1.bin" size="131072" crc="e600c595" sha1="7133d879bff4854bead500c0928e0f1d918b7bed" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k1ce" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Char color changed set 9)</description>
		<year>2001</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262ce-p2.bin" size="4194304" crc="76d0b903" sha1="a24a85defbbf282d2285e48119f42e3424a96e9d" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1cfc" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Char color changed set 9 - rel 2)</description>
		<year>2001</year>
		<manufacturer>C6F8</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262cfc-p2.bin" size="4194304" crc="3d91029f" sha1="9024a521c519a9301cf4d041644cdf9406986184" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1cf1" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Iori p1 and p2 Color Changed)</description>
		<year>2001</year>
		<manufacturer>C6F8</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262cfc1-p2.bin" size="4194304" crc="9060fc03" sha1="cb831ff2e52087a551494772b1a0b4db83e23180" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k1ch" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Add Char - Diff Moves)</description>
		<year>2001</year>
		<manufacturer>Chase</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262ch-p1.bin" size="1048576" crc="18ef4629" sha1="d34be181230f703eb96d29d8641ca975a581e1eb" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1clr" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Char color changed set 8)</description>
		<year>2001</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262clr-p2.bin" size="4194304" crc="bb8f76e5" sha1="3f59ab1b19c12816fcec129ae71f4b5f1e7a1baa" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k1cp" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Char color changed set 1)</description>
		<year>2001</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262cp-p2.bin" size="4194304" crc="827825f6" sha1="e23c1f4fee1acf032cfa5245991610d48b946ccb" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1cp1" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Char color changed set 2)</description>
		<year>2001</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262cp1-p2.bin" size="4194304" crc="6fb2a367" sha1="1cbe328e7e9f14445f0fa31b9ab19fc83ebab19a" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1cp2" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Char color changed set 3)</description>
		<year>2001</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262cp2-p2.bin" size="4194304" crc="ab26df49" sha1="c918ab87bfa0db990bfeb35651ff5b3e4af990d8" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1cp3" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Char color changed set 4)</description>
		<year>2001</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262cp3-p2.bin" size="4194304" crc="53f5cd5b" sha1="6012b3f33d98c6fc647c362401bb536e721c0dfd" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1cp4" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Char color changed set 5)</description>
		<year>2001</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262cp4-p2.bin" size="4194304" crc="91cb1f4a" sha1="fbcdd53621cd596d91632e4ac3bb4b8d5b980aa1" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1cp5" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Char color changed set 6)</description>
		<year>2001</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262cp5-p2.bin" size="4194304" crc="ce1a6381" sha1="87ba0b1d761705a213d34987a49b1c3a5e4ecd66" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1cp6" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Char color changed set 7)</description>
		<year>2001</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262cp6-p2.bin" size="4194304" crc="eb1b7410" sha1="810f6ec155a549d401f68e98f571b73aefee5e21" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1cp7" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Char color changed - Attack cremation ice blue set 3)</description>
		<year>2001</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262cp7-p2.bin" size="4194304" crc="69629013" sha1="041630bf4f6a8aa3f2a53beb683852b3fd0e3b7a" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k1gm" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Color style remix set 1)</description>
		<year>2001</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262gm-p2.bin" size="4194304" crc="888d765a" sha1="95c31e720f415a5f46f4cdbeb8eb9d19dee85732" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1hgm" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Color style remix set 2)</description>
		<year>2001</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262hgm-p2.bin" size="4194304" crc="26a89686" sha1="4b8fc3dd0fbab61b9205a79939feba15582aa26e" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k1ha" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Alternate home ver)</description>
		<year>2001</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262ha-p1.bin" size="1048576" crc="b03df3de" sha1="a56bb40e557e73d74a352884cabfbc5556fdca5b" region="cpu1" offset="0"/>
		<rom name="262ha-p2.bin" size="4194304" crc="ccff204a" sha1="251b32e2ce902bc6af001b14e6f04379ef52ab27" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="262ha_decrypted-m1.bin" size="131072" crc="7f4d8a65" sha1="c01b57d97079f86011ffdf9c52f7878ab5a9bed9" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1ha2" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Alternate home ver rev.2)</description>
		<year>2001</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262ha2-p1.bin" size="1048576" crc="833b91f8" sha1="cc9fe3efdfc67cb1bea3f36c9e59c0b0252dc58a" region="cpu1" offset="0"/>
		<rom name="262ha2-p2.bin" size="4194304" crc="616179f9" sha1="12e7d372a0d0bf3af1b41af19c3242748135370c" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="262ha_decrypted-m1.bin" size="131072" crc="7f4d8a65" sha1="c01b57d97079f86011ffdf9c52f7878ab5a9bed9" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1hao" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Alternate home ver old)</description>
		<year>2001</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="262hao_decrypted-m1.bin" size="131072" crc="c504deaf" sha1="7b8146d7a4c645ea0eabb748da4878ed5748adae" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1k3o" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Moves KOF 98 style - 030629)</description>
		<year>2001</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262k3o-pg1.bin" size="1048576" crc="3531998e" sha1="5682044819777b9dc2e26d1d3b5fbc07b7c81f2b" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1k32" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Moves KOF 98 style - 030714)</description>
		<year>2001</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262k3r2-pg1.bin" size="1048576" crc="7be1405a" sha1="a85f6e6d360c2033abd8f36eb6bcc502a4e2a88e" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1k33" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Moves KOF 98 style - 030725)</description>
		<year>2001</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262k3r3-pg1.bin" size="1048576" crc="75f6e824" sha1="f1731dcec65051b14d048df329e7bf637bfe87f3" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1k34" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Moves KOF 98 style - 030730)</description>
		<year>2001</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262k3r4-pg1.bin" size="1048576" crc="fef04a32" sha1="efb5f70a722ed5825c8ad05456d0a98060af4430" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1k35" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Moves KOF 98 style - 030806)</description>
		<year>2001</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262k3r5-pg1.bin" size="1048576" crc="2978b172" sha1="7d8a3494e76f617fc198e61a5663281c27588f87" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1k36" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Moves KOF 98 style - 030815)</description>
		<year>2001</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262k3r6-pg1.bin" size="1048576" crc="cfb88cd7" sha1="5cbc2a0face3439c5c1f212fe6d93f18fb718942" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1k37" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Moves KOF 98 style - 030817)</description>
		<year>2001</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262k3r7-pg1.bin" size="1048576" crc="1d7b445a" sha1="99dc9ceb2c68473c268ae142539038dff83458af" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1k38" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Moves KOF 98 style - 030823)</description>
		<year>2001</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262k3r8-pg1.bin" size="1048576" crc="8b513ac3" sha1="0bb6e67d6b2924aec10a48dcc781a3e20bca8248" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1k39" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Moves KOF 98 style - 030826)</description>
		<year>2001</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262k3r9-pg1.bin" size="1048576" crc="28dfef34" sha1="02a74b48d1c2f88c83e7249b7abce866fd7c9f8e" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1k3a" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Moves KOF 98 style - 030907)</description>
		<year>2001</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262k3r10-pg1.bin" size="1048576" crc="696ef78e" sha1="c6c3bd3da1e839a676937027f948174cb2414530" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1k3b" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Moves KOF 98 style - 031005)</description>
		<year>2001</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262k3r11-pg1.bin" size="1048576" crc="27251457" sha1="8a33cade6cc59b3e7407294faae692540721d4b6" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1k3c" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Moves KOF 98 style - 031011)</description>
		<year>2001</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262k3r12-pg1.bin" size="1048576" crc="720f4404" sha1="59ea034c0b638dbc5da787738ac324c8ece36b08" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1k3d" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Moves KOF 98 style - 031013)</description>
		<year>2001</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262k3r13-pg1.bin" size="1048576" crc="bf7e6f7f" sha1="a56927da0ff3bd914dbbc800faef4753c3fed1e6" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1k3e" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Moves KOF 98 style - 031018)</description>
		<year>2001</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262k3r14-pg1.bin" size="1048576" crc="531e2d77" sha1="2b616c0ff7ca4612f5e639e27981d12d9b18f562" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1k3f" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Moves KOF 98 style - 031019)</description>
		<year>2001</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262k3r15-pg1.bin" size="1048576" crc="dcdcf815" sha1="57f152496a5e847119e9eb399ba071db5b245a2d" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1k3g" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Moves KOF 98 style - Ultra rev - 031120)</description>
		<year>2001</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262k3r16-pg1.bin" size="1048576" crc="fead4731" sha1="387097c6839e45ccb07139f6b8d41064e780421f" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1k3h" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Moves KOF 98 style - Add Igniz - 031202)</description>
		<year>2001</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262k3r17-pg1.bin" size="1048576" crc="ac581390" sha1="d3351eccee63292c01bb9fa338bfb6cb21421426" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1ice" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Char color changed - Attack cremation ice blue set 1)</description>
		<year>2001</year>
		<manufacturer>Zhangshee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262zi-p2.bin" size="4194304" crc="99963006" sha1="4ba2022bd429e4ce1a333712ef275d8d71ed7b44" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1ic2" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Char color changed - Attack cremation ice blue set 2)</description>
		<year>2001</year>
		<manufacturer>Zhangshee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262zi2-p2.bin" size="4194304" crc="8675134d" sha1="cabd218f5531e4721eeb954ad8996836d01097c4" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1lse" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Char color changed for whip 2P, k'2P, VANESSA 2P, Angel 2P)</description>
		<year>2001</year>
		<manufacturer>CRC-LSE</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262lse-p2.bin" size="4194304" crc="e9ba7d37" sha1="6d9ec274391c0177abe0f570f826a82caff8eb30" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1pjc" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Color Fix 030302)</description>
		<year>2001</year>
		<manufacturer>TcwLee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262pjc-p2.bin" size="4194304" crc="42a745a6" sha1="c98c620ee41ba311b83d4484a2ec8c00f108524a" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1pjo" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Color Fix)</description>
		<year>2001</year>
		<manufacturer>TcwLee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262pjco-p2.bin" size="4194304" crc="1da00d8e" sha1="a79535a963567ec2060dc2ca81ef2b9b5afcb21c" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1pj1" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Char color changed ?? rev.2 ??  1508)</description>
		<year>2001</year>
		<manufacturer>TcwLee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262pjc1-p2.bin" size="4194304" crc="a287a90a" sha1="dbccb523cba273d61b6a722d82e9013340c53d75" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1pj2" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Char color changed - Machine repair menu col changed)</description>
		<year>2001</year>
		<manufacturer>TcwLee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262pjc2-p2.bin" size="4194304" crc="fb2387e0" sha1="589c8cd61193f4a4319ec2b5551ed35fc51e6037" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1pj3" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Color Fix 030720)</description>
		<year>2001</year>
		<manufacturer>TcwLee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262pj3-p2.bin" size="4194304" crc="8adb985a" sha1="2f96d06c2924308e9e072f7f24f57a6c3525f9d4" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k1rp" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 Remix Pro (v1.02 final 040311)</description>
		<year>2001</year>
		<manufacturer>Fighters Kim, Jason/K3 and Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262rp-p1.bin" size="1048576" crc="e9e42e55" sha1="2a254d056ab046d2704e16ebbaa2b68c6e867dc7" region="cpu1" offset="0"/>
		<rom name="262rp-p2.bin" size="4194304" crc="91668d86" sha1="3df31baaa1c87b040f88eeffff1a174960f9f1fc" region="cpu1" offset="100000"/>
		<rom name="262rp-s1.bin" size="131072" crc="492f5efe" sha1="e18895da5c294245b6e119421affbd4f0e168c7a" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1rpo" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 Remix Pro (V1.0a 0311xx)</description>
		<year>2001</year>
		<manufacturer>Fighters Kim, Jason/K3 and Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262rpo-p1.bin" size="1048576" crc="a749e1af" sha1="b3d463c9868ca246bf6f84157815543ab637e1d4" region="cpu1" offset="0"/>
		<rom name="262rpo-p2.bin" size="4194304" crc="72b2a025" sha1="c8ff8ce42ec1f51931346367008a555198919658" region="cpu1" offset="100000"/>
		<rom name="262rpo-s1.bin" size="131072" crc="9ae95cb7" sha1="a3402ec2cb9352ce635c138f678a1a0b047e5e0f" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1rp1" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 Remix Pro (V1.01 final1 031206)</description>
		<year>2001</year>
		<manufacturer>Fighters Kim, Jason/K3 and Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262rpo1-p1.bin" size="1048576" crc="350f8571" sha1="7ad5642b67b49025899ea925f96ddf910e9a5699" region="cpu1" offset="0"/>
		<rom name="262rpo-p2.bin" size="4194304" crc="72b2a025" sha1="c8ff8ce42ec1f51931346367008a555198919658" region="cpu1" offset="100000"/>
		<rom name="262rpo-s1.bin" size="131072" crc="9ae95cb7" sha1="a3402ec2cb9352ce635c138f678a1a0b047e5e0f" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k1ru" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 Remix Ultra (Diff Moves ultra rev - Add Igniz - 20040507 - v2.3)</description>
		<year>2001</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262ru-p1.bin" size="1048576" crc="3377ebee" sha1="52b70ba1bb0801db02be3862dde1fcaf8ae5075b" region="cpu1" offset="0"/>
		<rom name="262ru-p2.bin" size="4194304" crc="394bcc59" sha1="f08adf02bff87d7399e07f70acbecf1a3da3c731" region="cpu1" offset="100000"/>
		<rom name="262ru-s1.bin" size="131072" crc="a5d90035" sha1="8c651aa58d135d4428f24cfc6b733b16812f33d6" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k1sob" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Char color changed - 1P char corpse-style remix)</description>
		<year>2001</year>
		<manufacturer>Ayane</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262-p1.bin" size="1048576" crc="9381750d" sha1="dcfecd69e563ff52fe07d23c5372d0f748b07819" region="cpu1" offset="0"/>
		<rom name="262wh-p2.bin" size="4194304" crc="e8f7eef2" sha1="400a31d2b863cf0b100149ab254ac3b6d6158c0e" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k1wh" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Diff Moves set 2)</description>
		<year>2001</year>
		<manufacturer>Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262wh-p1.bin" size="1048576" crc="67788800" sha1="be87196cee03a0ca209319d2fa577ddf61afcaf4" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k1z1" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Add Char set 4)</description>
		<year>2001</year>
		<manufacturer>Zhangshee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262z1-p1.bin" size="1048576" crc="d170a91d" sha1="155e63a5af548f708228123f44c4c2776d470a1b" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k1z2" sourcefile="neogeo.c">
		<description>The King of Fighters 2001 (Add Char set 5)</description>
		<year>2001</year>
		<manufacturer>Zhangshee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="262z2-p1.bin" size="1048576" crc="71b5d0ff" sha1="78ad8da1c97883e8580137dcdc8538ce090b37c4" region="cpu1" offset="0"/>
		<rom name="262-p2.bin" size="4194304" crc="8e0d8329" sha1="10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-262-m1.bin" size="131072" crc="1d5aab51" sha1="52327c5bcad87770419057097cca20a3b187bec3" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-262_decrypted-m1.bin" size="131072" crc="2fb0a8a5" sha1="9878370ff8cef3e9c9f307ad64c29522dd625c8f" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="262-v1.bin" size="4194304" crc="83d49ecf" sha1="2f2c116e45397652e77fcf5d951fa5f71b639572" region="sound1" offset="0"/>
		<rom name="262-v2.bin" size="4194304" crc="003f1843" sha1="bdd58837ad542548bd4053c262f558af88e3b989" region="sound1" offset="400000"/>
		<rom name="262-v3.bin" size="4194304" crc="2ae38dbe" sha1="4e82b7dd3b899d61907620517a5a27bdaba0725d" region="sound1" offset="800000"/>
		<rom name="262-v4.bin" size="4194304" crc="26ec4dd9" sha1="8bd68d95a2d913be41a51f51e48dbe3bff5924fb" region="sound1" offset="c00000"/>
		<rom name="262-c1.bin" size="8388608" crc="99cc785a" sha1="374f0674871d0196fa274aa6c5956d7b3848d5da" region="gfx3" offset="0"/>
		<rom name="262-c2.bin" size="8388608" crc="50368cbf" sha1="5d9e206e98e0b0c7735b72ea46b45058fdec2352" region="gfx3" offset="1"/>
		<rom name="262-c3.bin" size="8388608" crc="fb14ff87" sha1="445a8db2fc69eff54a252700f2d3a89244c58e75" region="gfx3" offset="1000000"/>
		<rom name="262-c4.bin" size="8388608" crc="4397faf8" sha1="6752b394f6647502a649a3e62bd3442f936b733e" region="gfx3" offset="1000001"/>
		<rom name="262-c5.bin" size="8388608" crc="91f24be4" sha1="88190c41f7d4a0f4b1982149fc9acfc640af498d" region="gfx3" offset="2000000"/>
		<rom name="262-c6.bin" size="8388608" crc="a31e4403" sha1="5cd1a14703aa58810e2377dfb7353c61e9dc9c1f" region="gfx3" offset="2000001"/>
		<rom name="262-c7.bin" size="8388608" crc="54d9d1ec" sha1="80c3a8ec39130dd5d3da561f287709da6b8abcf4" region="gfx3" offset="3000000"/>
		<rom name="262-c8.bin" size="8388608" crc="59289a6b" sha1="ddfce7c85b2a144975db5bb14b4b51aaf881880e" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k2b" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Add Char set 3)</description>
		<year>2002</year>
		<manufacturer>Alphax2?</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265b-p1.bin" size="1048576" crc="f03a9769" sha1="558eaf60244b7b01588dc773a31d5e3f3ffdbb29" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k2b1" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Add Char set 2)</description>
		<year>2002</year>
		<manufacturer>Alphax2?</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265b1-p1.bin" size="1048576" crc="9b5a47e3" sha1="62609f623982cf6eecf855ebd1ad30e20e0846b8" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k2bh" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Add Char set 1)</description>
		<year>2002</year>
		<manufacturer>Alphax2</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265bh-p1.bin" size="1048576" crc="ca96f87d" sha1="b0daca398c5c67400540f774dbc2afe393e09fd6" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2bjh" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Diff Moves 031025)</description>
		<year>2002</year>
		<manufacturer>Ben Jeremy</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265bjh-p1.bin" size="1048576" crc="16554c00" sha1="7915a667a9669fd3bf97d4cf1cf6a91e6965753f" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2bjo" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Diff Moves 031013)</description>
		<year>2002</year>
		<manufacturer>Ben Jeremy</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265bjho-p1.bin" size="1048576" crc="cc0be314" sha1="72f0c36bcab70094a875c47f555a4d3ff6e3a491" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2cfc" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Char color changed - rel.4 031017)</description>
		<year>2002</year>
		<manufacturer>C6F8</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265-p1.bin" size="1048576" crc="9ede7323" sha1="ad9d45498777fda9fa58e75781f48e09aee705a6" region="cpu1" offset="0"/>
		<rom name="265cfc-p2.bin" size="4194304" crc="e22d4ab6" sha1="7ebab455645c428819d208d66b7b630c58d8f172" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2cf1" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Iori p3 and p4 Color Changed)</description>
		<year>2002</year>
		<manufacturer>C6F8</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265-p1.bin" size="1048576" crc="9ede7323" sha1="ad9d45498777fda9fa58e75781f48e09aee705a6" region="cpu1" offset="0"/>
		<rom name="265cfc1-p2.bin" size="4194304" crc="7df52bd4" sha1="37dddfca361012c8e04ad6fa45e8a56d80aa5f31" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2cf2" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Char color changed - rel.2 030827)</description>
		<year>2002</year>
		<manufacturer>C6F8</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265-p1.bin" size="1048576" crc="9ede7323" sha1="ad9d45498777fda9fa58e75781f48e09aee705a6" region="cpu1" offset="0"/>
		<rom name="265cfc2-p2.bin" size="4194304" crc="f65d9dd1" sha1="81ca014633385bc1e4e13b962b8aa35b246f63a7" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2cf3" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Char color changed - rel.3 030831)</description>
		<year>2002</year>
		<manufacturer>C6F8</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265-p1.bin" size="1048576" crc="9ede7323" sha1="ad9d45498777fda9fa58e75781f48e09aee705a6" region="cpu1" offset="0"/>
		<rom name="265cfc3-p2.bin" size="4194304" crc="9b2be0af" sha1="069ab514aceda7ba43c9557afef9320b84b7eb25" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k2ch" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Move rev - Based on CHL and Ricky)</description>
		<year>2002</year>
		<manufacturer>Coolhot</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265ch-p1.bin" size="1048576" crc="9bc19d92" sha1="6535304911aad8901d13fa254369b0b0c726382f" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2chl" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Enhanced gameplay - 030410)</description>
		<year>2002</year>
		<manufacturer>CHL</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265chl-p1.bin" size="1048576" crc="4824e27d" sha1="038a109dda37fda2b43614cadabb1e1672f054c4" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2cl2" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Enhanced gameplay - Rev.2 030413)</description>
		<year>2002</year>
		<manufacturer>CHL</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265chl2-p1.bin" size="1048576" crc="6b9cdd9c" sha1="8764ec6c56eea54c86acc3b80d3f8cae5941f1d6" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2cl3" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Enhanced gameplay - Rev.3 030413)</description>
		<year>2002</year>
		<manufacturer>CHL</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265chl3-p1.bin" size="1048576" crc="4ae81447" sha1="add9e5a6737c4b00da326a947043e227d5dfcbb8" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2dbh" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Add Char- MVS timer flaw)</description>
		<year>2002</year>
		<manufacturer>Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265dbh-p1.bin" size="1048576" crc="e9d96cf7" sha1="fc9fe5ac13cf328867538a474171a6878a09a731" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="265dbh-s1.bin" size="131072" crc="491510d1" sha1="506fb00c1b1a0e8077bdeba9acee4245df918a98" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k2e1" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Add Char set 4)</description>
		<year>2002</year>
		<manufacturer>Kurouri</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265e1-p1.bin" size="1048576" crc="b1ad673f" sha1="013928acacb501384a597e9c5fce96e1745043b7" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k2e2" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Add Char set 5)</description>
		<year>2002</year>
		<manufacturer>Creamymami</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265e2-p1.bin" size="1048576" crc="4a07c6be" sha1="7f8558b1938f03d2f64034aefb774b4553863e45" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k2e3" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Add Char - Ultra kill start max)</description>
		<year>2002</year>
		<manufacturer>Creamymami</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265ee3-p1.bin" size="1048576" crc="7b560cdb" sha1="6589a7e39d72bb87be62baa89f07a92bdaa6fc0a" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2ehr" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Add Char - Ultra kill start max - Style rev. 33%)</description>
		<year>2002</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265ehr-p1.bin" size="1048576" crc="526ab059" sha1="526e1bbde1fb5425b780a6de2f5f9d7d843ca6be" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2er2" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Add Char - Ultra kill start max - Style rev. 66%)</description>
		<year>2002</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265ehr2-p1.bin" size="1048576" crc="d41c1a04" sha1="60d222ede6d6815d504204711272b11238e402b2" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2er3" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Add Char - Ultra kill start max - Style rev. 80% 030414)</description>
		<year>2002</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265ehr3-p1.bin" size="1048576" crc="f322ad04" sha1="7bc2fb5e97742201877d2d980cc4801b69b6d3a2" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2er4" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Add Char - Ultra kill start max - Style rev. 89% 030420)</description>
		<year>2002</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265ehr4-p1.bin" size="1048576" crc="75e595b6" sha1="2460216721a254dc941b4d00368d67e46ed4e551" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2erx" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Add Char - Ultra kill start max - Style rev. xx%)</description>
		<year>2002</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265ehrx-p1.bin" size="1048576" crc="5a6e94e5" sha1="bbc7e2c9eaec287fc65a0dfb6d2c7934ec7afc4c" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2seh" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Add Char - Ultra kill start max - Ultra pow hack set 1)</description>
		<year>2002</year>
		<manufacturer>Creamymami</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265seh-p1.bin" size="1048576" crc="41616bff" sha1="cc75e2704a6058c4775978b58003d7b46a7f114c" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2se2" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Add Char - Ultra kill start max - Ultra pow hack set 2)</description>
		<year>2002</year>
		<manufacturer>Creamymami</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265se2-p1.bin" size="1048576" crc="c02f73c1" sha1="e7c1d0c18f1f3ba4044aca4337ed1f9302f42909" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k2fy" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Lifebar + K', Vanessa, Iori, Kula and Angel color changed)</description>
		<year>2002</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265-p1.bin" size="1048576" crc="9ede7323" sha1="ad9d45498777fda9fa58e75781f48e09aee705a6" region="cpu1" offset="0"/>
		<rom name="265fy-p2.bin" size="4194304" crc="40bf4372" sha1="d6bbf637ae064d5d9cfc1acc71ef69cb19b03062" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k2gc" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Color changed set 1)</description>
		<year>2002</year>
		<manufacturer>Lewis67</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265-p1.bin" size="1048576" crc="9ede7323" sha1="ad9d45498777fda9fa58e75781f48e09aee705a6" region="cpu1" offset="0"/>
		<rom name="265gc-p2.bin" size="4194304" crc="c0ce3064" sha1="14179ed2c851411710f391058c6d93d829f6a821" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2gc2" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Color changed set 2)</description>
		<year>2002</year>
		<manufacturer>Lewis67</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265-p1.bin" size="1048576" crc="9ede7323" sha1="ad9d45498777fda9fa58e75781f48e09aee705a6" region="cpu1" offset="0"/>
		<rom name="265gc2-p2.bin" size="4194304" crc="ceb56128" sha1="f29f37efe7d18cd18c2ebaaba57ee1cfc0ccb144" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k2gf" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Color changed set 3)</description>
		<year>2002</year>
		<manufacturer>Kumagorou</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265-p1.bin" size="1048576" crc="9ede7323" sha1="ad9d45498777fda9fa58e75781f48e09aee705a6" region="cpu1" offset="0"/>
		<rom name="265gf-p2.bin" size="4194304" crc="23850b59" sha1="e8ef5c834e2ef20b877713ea99e357438eb55a40" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2ice" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Color changed - Attack cremation ice blue)</description>
		<year>2002</year>
		<manufacturer>Fighters Kim</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265-p1.bin" size="1048576" crc="9ede7323" sha1="ad9d45498777fda9fa58e75781f48e09aee705a6" region="cpu1" offset="0"/>
		<rom name="265ice-p2.bin" size="4194304" crc="6319dd5a" sha1="0dfb67938aab5e1aa1e27cd80f8448ac5f4b3237" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2ic1" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Color changed - Attack cremation ice blue - 80%)</description>
		<year>2002</year>
		<manufacturer>Fighters Kim</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265-p1.bin" size="1048576" crc="9ede7323" sha1="ad9d45498777fda9fa58e75781f48e09aee705a6" region="cpu1" offset="0"/>
		<rom name="265i-p2.bin" size="4194304" crc="cb07680b" sha1="e6c9aae1fea99ade21a3bf97cd74b48128d78a43" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2ic2" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Color changed - Attack cremation ice blue - Old)</description>
		<year>2002</year>
		<manufacturer>Fighters Kim</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265-p1.bin" size="1048576" crc="9ede7323" sha1="ad9d45498777fda9fa58e75781f48e09aee705a6" region="cpu1" offset="0"/>
		<rom name="265iceo-p2.bin" size="4194304" crc="dcbf29a9" sha1="c48744476405c2b5a23e0c3b09c65e67487d81bb" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k2jc" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Char color changed for Athena 3P, Kula 3P and Kula 4P)</description>
		<year>2002</year>
		<manufacturer>Jui Lee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265-p1.bin" size="1048576" crc="9ede7323" sha1="ad9d45498777fda9fa58e75781f48e09aee705a6" region="cpu1" offset="0"/>
		<rom name="265jc-p2.bin" size="4194304" crc="3f515638" sha1="e902c2d47486ad57928c60067ce24033e294f6bf" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k2kc" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Color changed set 4)</description>
		<year>2002</year>
		<manufacturer>Fighters Kim</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265-p1.bin" size="1048576" crc="9ede7323" sha1="ad9d45498777fda9fa58e75781f48e09aee705a6" region="cpu1" offset="0"/>
		<rom name="265kc-p2.bin" size="4194304" crc="86b62f43" sha1="f9afbce58843258d236144b4de8c3370a9185f1a" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2k3o" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Moves KOF 98 style - 030629)</description>
		<year>2002</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265k3o-p1.bin" size="1048576" crc="3e63f35d" sha1="1943c1b7619229c59802828543e2138d033e87a8" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2k32" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Moves KOF 98 style - 030725)</description>
		<year>2002</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265k3r2-p1.bin" size="1048576" crc="06404013" sha1="a0ea9b1bfcf3a046f9faa6e8fe4fdaa2eeae1c5a" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2k33" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Moves KOF 98 style - 030730)</description>
		<year>2002</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265k3r3-p1.bin" size="1048576" crc="f1b0e086" sha1="5c99e2f3c8297ff99aaadd0e677fda2d2d27a57c" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2k34" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Moves KOF 98 style - 030805)</description>
		<year>2002</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265k3r4-p1.bin" size="1048576" crc="8e696bc6" sha1="85b7687c7609dddd6e8a4aa876b143804d2fca67" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2k35" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Moves KOF 98 style - 030815)</description>
		<year>2002</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265k3r5-p1.bin" size="1048576" crc="7be62755" sha1="bc8c9fcfee147477065957f0e6d4c6e69d1979d9" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2k36" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Moves KOF 98 style - 030818)</description>
		<year>2002</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265k3r6-p1.bin" size="1048576" crc="ee866a5f" sha1="2d4a37f874a6636948013eddde52d82a769c6111" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2k37" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Moves KOF 98 style - 030823)</description>
		<year>2002</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265k3r7-p1.bin" size="1048576" crc="b61f27ee" sha1="8a74527696a6b019241fb0ad2468123cfbc09b79" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2k38" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Moves KOF 98 style - 030824)</description>
		<year>2002</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265k3r8-p1.bin" size="1048576" crc="7aab9c67" sha1="4e6eb6acada027e91b943e359a291f1713f37ec8" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2k39" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Moves KOF 98 style - 030829)</description>
		<year>2002</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265k3r9-p1.bin" size="1048576" crc="7d6e0295" sha1="d8cd5c9650858bc8af35cc31e932ae024af2963a" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2k3a" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Moves KOF 98 style - 030907)</description>
		<year>2002</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265k3r10-p1.bin" size="1048576" crc="aa2539b4" sha1="b8ed72edc7811afd117ccf4db0ba05bb8f39862f" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2k3b" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Moves KOF 98 style - 030908)</description>
		<year>2002</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265k3r11-p1.bin" size="1048576" crc="88aad54e" sha1="03aff6b613a6f1e5198803e4ee0c931b81940653" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2k3c" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Moves KOF 98 style - 031005)</description>
		<year>2002</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265k3r12-p1.bin" size="1048576" crc="a54ef179" sha1="a6bc835b2803c26d915dbb6c5496997134fde085" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2k3d" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Moves KOF 98 style - 031009)</description>
		<year>2002</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265k3r13-p1.bin" size="1048576" crc="07ba5eaf" sha1="f6e51f1240c38991886fd23185f45d72702aca07" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2k3e" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Moves KOF 98 style - 031016)</description>
		<year>2002</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265k3r14-p1.bin" size="1048576" crc="1fd40e4d" sha1="b0f355c5b99d2f3a2281c63d3f3d23fa809ceb2e" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2k3f" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Add Char - Diff Moves ultra 031202)</description>
		<year>2002</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265k3r15-p1.bin" size="1048576" crc="2d7cd2b8" sha1="a7a6c23431d01a0a8d6d8d63b4dbae78e9a762cb" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2k3g" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Add Char - Diff Moves ultra 040418)</description>
		<year>2002</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265k3r16-p1.bin" size="1048576" crc="035d16f9" sha1="7472fe8887d4f88e85838913821aac7452391aef" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2pjw" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 Plus (Jason/K3 and Wesker)</description>
		<year>2002</year>
		<manufacturer>Jason/K3 and Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265pjw-p1.bin" size="1048576" crc="a87c318e" sha1="58703a572cf37565e024dec570723b8e8f2c22e2" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k2pr" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Diff Moves 20% - 030607)</description>
		<year>2002</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265pr-p1.bin" size="1048576" crc="a950f9e2" sha1="769d4b4d8e8dd1cf8db95398534a1242ab12a0ae" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2pro" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Diff Moves 20% - 030607 Older?)</description>
		<year>2002</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265pro-p1.bin" size="1048576" crc="76efe13e" sha1="c280e942cfdae74da19dbb37e69f29a99fe5eed3" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k2ra" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Diff Moves - Based on CHL set 2)</description>
		<year>2002</year>
		<manufacturer>Ruin Angel</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265ra-p1.bin" size="1048576" crc="e08d9418" sha1="b99fd8cea5b0cb16c8b58f748898d6bdaf8035f1" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k2rm" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Remix 33%)</description>
		<year>2002</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265rm-p1.bin" size="1048576" crc="8dd5a885" sha1="80959a2909b499c61c815929b17df05efa59ba46" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2rm1" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Remix rev.1 - 66%)</description>
		<year>2002</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265rm1-p1.bin" size="1048576" crc="0ba302d8" sha1="ce919c4acd305e8c5e0412fdc4fcb84ec2da9c9d" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2rm2" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Remix rev.2 - 80% - 030414)</description>
		<year>2002</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265rm2-p1.bin" size="1048576" crc="2c9db5d8" sha1="0ba62a1012114e40a30c7d437930397274e30920" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2rm3" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Remix rev.3 - 89% - 030420)</description>
		<year>2002</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265rm3-p1.bin" size="1048576" crc="aa5a8d6a" sha1="1bc7666d255c9c6e076b396030dff3b71dd7ca02" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k2rr" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Diff Moves - Based on CHL set 3 - 030430)</description>
		<year>2002</year>
		<manufacturer>Ricky</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265rr-p1.bin" size="1048576" crc="8c66baae" sha1="bed090cf6b2a0ebfdde891ef2f319b9bb79236e1" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2rr1" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Diff Moves - Based on CHL set 3 - 030508)</description>
		<year>2002</year>
		<manufacturer>Ricky</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265rr1-p1.bin" size="1048576" crc="a0929b00" sha1="0539553e9a8778ef0f1d613527b316b6f0e99a7c" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2rr2" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Diff Moves - Based on CHL set 3 - 030508 Boss)</description>
		<year>2002</year>
		<manufacturer>Ricky</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265rr2-p1.bin" size="1048576" crc="13b61d63" sha1="0649f25bc6a64a8059b82d6b09e62eb1f2537e50" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2rr3" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Diff Moves - Based on CHL set 3 - 030509)</description>
		<year>2002</year>
		<manufacturer>Ricky</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265rr3-p1.bin" size="1048576" crc="67b64636" sha1="d9537596bcbc86d9f5a162501829212ee9f941dd" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2rr4" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Diff Moves - Based on CHL set 3 - 030509 Boss)</description>
		<year>2002</year>
		<manufacturer>Ricky</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265rr4-p1.bin" size="1048576" crc="4a12ef24" sha1="dfe2f34d4181643f3f06d8223fdf1e43dbe3110a" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2rr5" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Diff Moves - Based on CHL set 3 - 030517)</description>
		<year>2002</year>
		<manufacturer>Ricky</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265rr5-p1.bin" size="1048576" crc="aba2827f" sha1="6477110e0649db35a0494f5f63b37626a5af6391" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2rr6" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Diff Moves - Based on CHL set 3 - 030610)</description>
		<year>2002</year>
		<manufacturer>Ricky</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265rr6-p1.bin" size="1048576" crc="c6b9d2c7" sha1="d49613a2f9793ea684c9aa6af4685a4b25cab596" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2rr7" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Diff Moves - Based on CHL set 3 - rev.u)</description>
		<year>2002</year>
		<manufacturer>Ricky</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265rr7-p1.bin" size="1048576" crc="56c9e089" sha1="248b9c4c00179fbd6b877ba8df2b8acd45f71adf" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2rr8" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Diff Moves - Based on CHL set 3 - rev.u1)</description>
		<year>2002</year>
		<manufacturer>Ricky</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265rr8-p1.bin" size="1048576" crc="f0a14d18" sha1="6b4e4ceda6d516966e02906b30e861508addc705" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k2ru" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 Remix Ultra v2.5 (Add Char - Diff Moves ultra rev - 040820)</description>
		<year>2002</year>
		<manufacturer>Jason/K3</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265ru-p1.bin" size="1048576" crc="4455e4b3" sha1="ac607cb5620f757e4707503e01582e6049212135" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k2rw" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Add Char - Diff Moves - 0310xx)</description>
		<year>2002</year>
		<manufacturer>Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265rw-p1.bin" size="1048576" crc="4cb3582e" sha1="e990d8159d4ab9d20ad563b144a5d789a2a25087" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k2sb" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Diff Moves - Based on CHL set 1)</description>
		<year>2002</year>
		<manufacturer>Streetboy</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265sb-p1.bin" size="1048576" crc="a3c73508" sha1="b2ab64f8828bf2a1d94f129e2b8a911b2f3f461e" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k2sp" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Add Char - Special move change)</description>
		<year>2002</year>
		<manufacturer>Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265sp-p1.bin" size="1048576" crc="22599a10" sha1="93ffd9569179e176d7b2a532b47e6a6b806e6cb8" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2spo" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Add Char - Special move change Old 030830)</description>
		<year>2002</year>
		<manufacturer>Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265spo-p1.bin" size="1048576" crc="546b71bb" sha1="0fb3e5600a5ae07be3d7e736012163b66ab9800e" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k2tc" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Char color changed - Attack spark color changed for Iori and Orochi-Chris)</description>
		<year>2002</year>
		<manufacturer>T.Com</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265-p1.bin" size="1048576" crc="9ede7323" sha1="ad9d45498777fda9fa58e75781f48e09aee705a6" region="cpu1" offset="0"/>
		<rom name="265tc-p2.bin" size="4194304" crc="35186b8a" sha1="d82a4a4d8fbb5a5725166756e11fc4c45b00c0b7" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k2ul" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Diff Moves 030515)</description>
		<year>2002</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265ul-p1.bin" size="1048576" crc="a54ef7f2" sha1="16623a51f54b598b8fcdcfeda662c5482956df91" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2ule" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Add Char - Diff Move - Ultra kill start max - Ultra pow hack 030515)</description>
		<year>2002</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265ule-p1.bin" size="1048576" crc="7af1ef2e" sha1="2ede44cf00b3ce23d891b03afd492c1ebdbf5f87" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k2wuk" sourcefile="neogeo.c">
		<description>The King of Fighters 2002 (Ultra kill style - rev max2 - perfect)</description>
		<year>2002</year>
		<manufacturer>Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="265wuk-p1.bin" size="1048576" crc="4d63b5fb" sha1="f3409543c8a72a944cf26cdc91252096887835c0" region="cpu1" offset="0"/>
		<rom name="265-p2.bin" size="4194304" crc="327266b8" sha1="98f445cc0a94f8744d74bca71cb420277622b034" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="265-m1.bin" size="131072" crc="85aaa632" sha1="744fba4ca3bc3a5873838af886efb97a8a316104" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="265-m1_decrypted.bin" size="131072" crc="1c661a4b" sha1="4e5aa862a0a182a806d538996ddc68d9f2dffaf7" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="265-v1.bin" size="8388608" crc="15e8f3f5" sha1="7c9e6426b9fa6db0158baa17a6485ffce057d889" region="sound1" offset="0"/>
		<rom name="265-v2.bin" size="8388608" crc="da41d6f9" sha1="a43021f1e58947dcbe3c8ca5283b20b649f0409d" region="sound1" offset="800000"/>
		<rom name="265-c1.bin" size="8388608" crc="2b65a656" sha1="9c46d8cf5b1ef322db442ac6a9b9406ab49206c5" region="gfx3" offset="0"/>
		<rom name="265-c2.bin" size="8388608" crc="adf18983" sha1="150cd4a5e51e9df88688469d2ea7675c2cf3658a" region="gfx3" offset="1"/>
		<rom name="265-c3.bin" size="8388608" crc="875e9fd7" sha1="28f52d56192d48bbc5dc3c97abf456bd34a58cbd" region="gfx3" offset="1000000"/>
		<rom name="265-c4.bin" size="8388608" crc="2da13947" sha1="f8d79ec2c236aa3d3648a4f715676899602122c1" region="gfx3" offset="1000001"/>
		<rom name="265-c5.bin" size="8388608" crc="61bd165d" sha1="b3424db84bc683d858fb635bc42728f9cdd89caf" region="gfx3" offset="2000000"/>
		<rom name="265-c6.bin" size="8388608" crc="03fdd1eb" sha1="6155c7e802062f4eafa27e414c4e73ee59b868bf" region="gfx3" offset="2000001"/>
		<rom name="265-c7.bin" size="8388608" crc="1a2749d8" sha1="af7d9ec1d576209826fa568f676bbff92f6d6ddd" region="gfx3" offset="3000000"/>
		<rom name="265-c8.bin" size="8388608" crc="ab0bb549" sha1="d23afb60b7f831f7d4a98ad3c4a00ee19877a1ce" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k3b" sourcefile="neogeo.c">
		<description>The King of Fighters 2003 (Add Char)</description>
		<year>2003</year>
		<manufacturer>Gledson01</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="271-p1bl.bin" size="4194304" crc="92ed6ee3" sha1="5e7e21eb40dfcc453ba73808760d5ddedd49c58a" region="cpu1" offset="100000"/>
		<rom name="271-p2b.bin" size="3145728" crc="fb01a5b3" sha1="3c8e92362f8169f5e64d6e1d1fea41edd2e7a6a3" region="cpu1" offset="500000"/>
		<rom name="271-s1bl.bin" size="131072" crc="482c48a5" sha1="27e2f5295a9a838e112be28dafc111893a388a16" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="271-m1bl.bin" size="131072" crc="3a4969ff" sha1="2fc107a023a82053a8df63025829bcf12cee9610" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="2k3-v1.bin" size="4194304" crc="d2b8aa5e" sha1="498f0556c1de56822141f8043f1ce20444f4ed0a" region="sound1" offset="0"/>
		<rom name="2k3-v2.bin" size="4194304" crc="71956ee2" sha1="a890941e60db358cf45b58909f4719f4826f3bb1" region="sound1" offset="400000"/>
		<rom name="2k3-v3.bin" size="4194304" crc="ddbbb199" sha1="0eea4b064bdb8daa03c354fe0a0aa27c4c665bda" region="sound1" offset="800000"/>
		<rom name="2k3-v4.bin" size="4194304" crc="01b90c4f" sha1="387164aa1995d8c11ed939b3afbc294d86d2e27f" region="sound1" offset="c00000"/>
		<rom name="2k3-c1.bin" size="8388608" crc="e42fc226" sha1="1cd9364993e141facdcdd53ec2277df7b275d8a7" region="gfx3" offset="0"/>
		<rom name="2k3-c2.bin" size="8388608" crc="1b5e3b58" sha1="0eb254477a9479541291e43e415310852a0f0bed" region="gfx3" offset="1"/>
		<rom name="2k3-c3.bin" size="8388608" crc="d334fdd9" sha1="1efe30b4f56a55e25ab518cf6999de797b5e407c" region="gfx3" offset="1000000"/>
		<rom name="2k3-c4.bin" size="8388608" crc="0d457699" sha1="ec73d0c9fc7094d0ac6c0986a6e07cde25893e57" region="gfx3" offset="1000001"/>
		<rom name="2k3-c5.bin" size="8388608" crc="8a91aae4" sha1="802f4baacf801646be1ef686e105b2e867a6a5df" region="gfx3" offset="2000000"/>
		<rom name="2k3-c6.bin" size="8388608" crc="9f8674b8" sha1="65964f40b2227d020023fb436579927e65807dcd" region="gfx3" offset="2000001"/>
		<rom name="2k3-c7.bin" size="8388608" crc="374ea523" sha1="613827d72c6181f3e08353750c9af0c4dbad020b" region="gfx3" offset="3000000"/>
		<rom name="2k3-c8.bin" size="8388608" crc="75211f4d" sha1="d82f044e816ee539ff131d9c931200c818d34cd0" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k3gc" sourcefile="neogeo.c" cloneof="kof2k3b" romof="kof2k3b">
		<description>The King of Fighters 2003 (Char color changed for Terry (4P), Athena (3P), Ash (3P), Leona (3P), K' (4P) and King (2P) )</description>
		<year>2003</year>
		<manufacturer>Gledson01</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="271-p1gc.bin" size="4194304" crc="ba621186" sha1="061e072fb5baaf8454f362a9a81bf51a324cc73d" region="cpu1" offset="100000"/>
		<rom name="271-p2bl.bin" size="4194304" crc="5d3d8bb3" sha1="7f2341f14ca12ff5721eb038b3496228a1f34b60" region="cpu1" offset="500000"/>
		<rom name="271-s1bl.bin" merge="271-s1bl.bin" size="131072" crc="482c48a5" sha1="27e2f5295a9a838e112be28dafc111893a388a16" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="271-m1bl.bin" merge="271-m1bl.bin" size="131072" crc="3a4969ff" sha1="2fc107a023a82053a8df63025829bcf12cee9610" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="2k3-v1.bin" merge="2k3-v1.bin" size="4194304" crc="d2b8aa5e" sha1="498f0556c1de56822141f8043f1ce20444f4ed0a" region="sound1" offset="0"/>
		<rom name="2k3-v2.bin" merge="2k3-v2.bin" size="4194304" crc="71956ee2" sha1="a890941e60db358cf45b58909f4719f4826f3bb1" region="sound1" offset="400000"/>
		<rom name="2k3-v3.bin" merge="2k3-v3.bin" size="4194304" crc="ddbbb199" sha1="0eea4b064bdb8daa03c354fe0a0aa27c4c665bda" region="sound1" offset="800000"/>
		<rom name="2k3-v4.bin" merge="2k3-v4.bin" size="4194304" crc="01b90c4f" sha1="387164aa1995d8c11ed939b3afbc294d86d2e27f" region="sound1" offset="c00000"/>
		<rom name="2k3-c1.bin" merge="2k3-c1.bin" size="8388608" crc="e42fc226" sha1="1cd9364993e141facdcdd53ec2277df7b275d8a7" region="gfx3" offset="0"/>
		<rom name="2k3-c2.bin" merge="2k3-c2.bin" size="8388608" crc="1b5e3b58" sha1="0eb254477a9479541291e43e415310852a0f0bed" region="gfx3" offset="1"/>
		<rom name="2k3-c3.bin" merge="2k3-c3.bin" size="8388608" crc="d334fdd9" sha1="1efe30b4f56a55e25ab518cf6999de797b5e407c" region="gfx3" offset="1000000"/>
		<rom name="2k3-c4.bin" merge="2k3-c4.bin" size="8388608" crc="0d457699" sha1="ec73d0c9fc7094d0ac6c0986a6e07cde25893e57" region="gfx3" offset="1000001"/>
		<rom name="2k3-c5.bin" merge="2k3-c5.bin" size="8388608" crc="8a91aae4" sha1="802f4baacf801646be1ef686e105b2e867a6a5df" region="gfx3" offset="2000000"/>
		<rom name="2k3-c6.bin" merge="2k3-c6.bin" size="8388608" crc="9f8674b8" sha1="65964f40b2227d020023fb436579927e65807dcd" region="gfx3" offset="2000001"/>
		<rom name="2k3-c7.bin" merge="2k3-c7.bin" size="8388608" crc="374ea523" sha1="613827d72c6181f3e08353750c9af0c4dbad020b" region="gfx3" offset="3000000"/>
		<rom name="2k3-c8.bin" merge="2k3-c8.bin" size="8388608" crc="75211f4d" sha1="d82f044e816ee539ff131d9c931200c818d34cd0" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k3sc" sourcefile="neogeo.c" cloneof="kof2k3b" romof="kof2k3b">
		<description>The King of Fighters 2003 (Color changed)</description>
		<year>2003</year>
		<manufacturer>SHIPDS</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="271-p1sc.bin" size="4194304" crc="ef4ee94e" sha1="f3b8b9e7279dfc4c04dc5971c323134d8db3b42c" region="cpu1" offset="100000"/>
		<rom name="271-p2bl.bin" size="4194304" crc="5d3d8bb3" sha1="7f2341f14ca12ff5721eb038b3496228a1f34b60" region="cpu1" offset="500000"/>
		<rom name="271-s1bl.bin" merge="271-s1bl.bin" size="131072" crc="482c48a5" sha1="27e2f5295a9a838e112be28dafc111893a388a16" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="271-m1bl.bin" merge="271-m1bl.bin" size="131072" crc="3a4969ff" sha1="2fc107a023a82053a8df63025829bcf12cee9610" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="2k3-v1.bin" merge="2k3-v1.bin" size="4194304" crc="d2b8aa5e" sha1="498f0556c1de56822141f8043f1ce20444f4ed0a" region="sound1" offset="0"/>
		<rom name="2k3-v2.bin" merge="2k3-v2.bin" size="4194304" crc="71956ee2" sha1="a890941e60db358cf45b58909f4719f4826f3bb1" region="sound1" offset="400000"/>
		<rom name="2k3-v3.bin" merge="2k3-v3.bin" size="4194304" crc="ddbbb199" sha1="0eea4b064bdb8daa03c354fe0a0aa27c4c665bda" region="sound1" offset="800000"/>
		<rom name="2k3-v4.bin" merge="2k3-v4.bin" size="4194304" crc="01b90c4f" sha1="387164aa1995d8c11ed939b3afbc294d86d2e27f" region="sound1" offset="c00000"/>
		<rom name="2k3-c1.bin" merge="2k3-c1.bin" size="8388608" crc="e42fc226" sha1="1cd9364993e141facdcdd53ec2277df7b275d8a7" region="gfx3" offset="0"/>
		<rom name="2k3-c2.bin" merge="2k3-c2.bin" size="8388608" crc="1b5e3b58" sha1="0eb254477a9479541291e43e415310852a0f0bed" region="gfx3" offset="1"/>
		<rom name="2k3-c3.bin" merge="2k3-c3.bin" size="8388608" crc="d334fdd9" sha1="1efe30b4f56a55e25ab518cf6999de797b5e407c" region="gfx3" offset="1000000"/>
		<rom name="2k3-c4.bin" merge="2k3-c4.bin" size="8388608" crc="0d457699" sha1="ec73d0c9fc7094d0ac6c0986a6e07cde25893e57" region="gfx3" offset="1000001"/>
		<rom name="2k3-c5.bin" merge="2k3-c5.bin" size="8388608" crc="8a91aae4" sha1="802f4baacf801646be1ef686e105b2e867a6a5df" region="gfx3" offset="2000000"/>
		<rom name="2k3-c6.bin" merge="2k3-c6.bin" size="8388608" crc="9f8674b8" sha1="65964f40b2227d020023fb436579927e65807dcd" region="gfx3" offset="2000001"/>
		<rom name="2k3-c7.bin" merge="2k3-c7.bin" size="8388608" crc="374ea523" sha1="613827d72c6181f3e08353750c9af0c4dbad020b" region="gfx3" offset="3000000"/>
		<rom name="2k3-c8.bin" merge="2k3-c8.bin" size="8388608" crc="75211f4d" sha1="d82f044e816ee539ff131d9c931200c818d34cd0" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kof2k3tc" sourcefile="neogeo.c" cloneof="kof2k3b" romof="kof2k3b">
		<description>The King of Fighters 2003 (Char color changed for Kyo (2P/4P), DUOLON (4P), K' (4P) )</description>
		<year>2003</year>
		<manufacturer>T.Com</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="271-p1tc.bin" size="4194304" crc="0d1a1da9" sha1="0ba0d11c3bb3c30bc95f9aae181769ea874da096" region="cpu1" offset="100000"/>
		<rom name="271-p2bl.bin" size="4194304" crc="5d3d8bb3" sha1="7f2341f14ca12ff5721eb038b3496228a1f34b60" region="cpu1" offset="500000"/>
		<rom name="271-s1bl.bin" merge="271-s1bl.bin" size="131072" crc="482c48a5" sha1="27e2f5295a9a838e112be28dafc111893a388a16" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="271-m1bl.bin" merge="271-m1bl.bin" size="131072" crc="3a4969ff" sha1="2fc107a023a82053a8df63025829bcf12cee9610" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="2k3-v1.bin" merge="2k3-v1.bin" size="4194304" crc="d2b8aa5e" sha1="498f0556c1de56822141f8043f1ce20444f4ed0a" region="sound1" offset="0"/>
		<rom name="2k3-v2.bin" merge="2k3-v2.bin" size="4194304" crc="71956ee2" sha1="a890941e60db358cf45b58909f4719f4826f3bb1" region="sound1" offset="400000"/>
		<rom name="2k3-v3.bin" merge="2k3-v3.bin" size="4194304" crc="ddbbb199" sha1="0eea4b064bdb8daa03c354fe0a0aa27c4c665bda" region="sound1" offset="800000"/>
		<rom name="2k3-v4.bin" merge="2k3-v4.bin" size="4194304" crc="01b90c4f" sha1="387164aa1995d8c11ed939b3afbc294d86d2e27f" region="sound1" offset="c00000"/>
		<rom name="2k3-c1.bin" merge="2k3-c1.bin" size="8388608" crc="e42fc226" sha1="1cd9364993e141facdcdd53ec2277df7b275d8a7" region="gfx3" offset="0"/>
		<rom name="2k3-c2.bin" merge="2k3-c2.bin" size="8388608" crc="1b5e3b58" sha1="0eb254477a9479541291e43e415310852a0f0bed" region="gfx3" offset="1"/>
		<rom name="2k3-c3.bin" merge="2k3-c3.bin" size="8388608" crc="d334fdd9" sha1="1efe30b4f56a55e25ab518cf6999de797b5e407c" region="gfx3" offset="1000000"/>
		<rom name="2k3-c4.bin" merge="2k3-c4.bin" size="8388608" crc="0d457699" sha1="ec73d0c9fc7094d0ac6c0986a6e07cde25893e57" region="gfx3" offset="1000001"/>
		<rom name="2k3-c5.bin" merge="2k3-c5.bin" size="8388608" crc="8a91aae4" sha1="802f4baacf801646be1ef686e105b2e867a6a5df" region="gfx3" offset="2000000"/>
		<rom name="2k3-c6.bin" merge="2k3-c6.bin" size="8388608" crc="9f8674b8" sha1="65964f40b2227d020023fb436579927e65807dcd" region="gfx3" offset="2000001"/>
		<rom name="2k3-c7.bin" merge="2k3-c7.bin" size="8388608" crc="374ea523" sha1="613827d72c6181f3e08353750c9af0c4dbad020b" region="gfx3" offset="3000000"/>
		<rom name="2k3-c8.bin" merge="2k3-c8.bin" size="8388608" crc="75211f4d" sha1="d82f044e816ee539ff131d9c931200c818d34cd0" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="kf2k3zgf" sourcefile="neogeo.c" cloneof="kof2k3b" romof="kof2k3b">
		<description>The King of Fighters 2003 (Attack cremation green)</description>
		<year>2003</year>
		<manufacturer>Zhaolu94</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" merge="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" merge="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" merge="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" merge="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" merge="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" merge="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" merge="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" merge="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="271-p1zgf.bin" size="4194304" crc="9a76d66f" sha1="4697b521105759d135f859e47940e3696f49506b" region="cpu1" offset="100000"/>
		<rom name="271-p2bl.bin" size="4194304" crc="5d3d8bb3" sha1="7f2341f14ca12ff5721eb038b3496228a1f34b60" region="cpu1" offset="500000"/>
		<rom name="271-s1bl.bin" merge="271-s1bl.bin" size="131072" crc="482c48a5" sha1="27e2f5295a9a838e112be28dafc111893a388a16" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" merge="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="271-m1bl.bin" merge="271-m1bl.bin" size="131072" crc="3a4969ff" sha1="2fc107a023a82053a8df63025829bcf12cee9610" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" merge="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="2k3-v1.bin" merge="2k3-v1.bin" size="4194304" crc="d2b8aa5e" sha1="498f0556c1de56822141f8043f1ce20444f4ed0a" region="sound1" offset="0"/>
		<rom name="2k3-v2.bin" merge="2k3-v2.bin" size="4194304" crc="71956ee2" sha1="a890941e60db358cf45b58909f4719f4826f3bb1" region="sound1" offset="400000"/>
		<rom name="2k3-v3.bin" merge="2k3-v3.bin" size="4194304" crc="ddbbb199" sha1="0eea4b064bdb8daa03c354fe0a0aa27c4c665bda" region="sound1" offset="800000"/>
		<rom name="2k3-v4.bin" merge="2k3-v4.bin" size="4194304" crc="01b90c4f" sha1="387164aa1995d8c11ed939b3afbc294d86d2e27f" region="sound1" offset="c00000"/>
		<rom name="2k3-c1.bin" merge="2k3-c1.bin" size="8388608" crc="e42fc226" sha1="1cd9364993e141facdcdd53ec2277df7b275d8a7" region="gfx3" offset="0"/>
		<rom name="2k3-c2.bin" merge="2k3-c2.bin" size="8388608" crc="1b5e3b58" sha1="0eb254477a9479541291e43e415310852a0f0bed" region="gfx3" offset="1"/>
		<rom name="2k3-c3.bin" merge="2k3-c3.bin" size="8388608" crc="d334fdd9" sha1="1efe30b4f56a55e25ab518cf6999de797b5e407c" region="gfx3" offset="1000000"/>
		<rom name="2k3-c4.bin" merge="2k3-c4.bin" size="8388608" crc="0d457699" sha1="ec73d0c9fc7094d0ac6c0986a6e07cde25893e57" region="gfx3" offset="1000001"/>
		<rom name="2k3-c5.bin" merge="2k3-c5.bin" size="8388608" crc="8a91aae4" sha1="802f4baacf801646be1ef686e105b2e867a6a5df" region="gfx3" offset="2000000"/>
		<rom name="2k3-c6.bin" merge="2k3-c6.bin" size="8388608" crc="9f8674b8" sha1="65964f40b2227d020023fb436579927e65807dcd" region="gfx3" offset="2000001"/>
		<rom name="2k3-c7.bin" merge="2k3-c7.bin" size="8388608" crc="374ea523" sha1="613827d72c6181f3e08353750c9af0c4dbad020b" region="gfx3" offset="3000000"/>
		<rom name="2k3-c8.bin" merge="2k3-c8.bin" size="8388608" crc="75211f4d" sha1="d82f044e816ee539ff131d9c931200c818d34cd0" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="lastbldb" sourcefile="neogeo.c">
		<description>The Last Blade (3 Add Char - Wesker mod.)</description>
		<year>1997</year>
		<manufacturer>Kurouri and Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="234b-p1.bin" size="1048576" crc="bdbc598e" sha1="2fc8937cf07c0a402a36859a6a5231e37d092e91" region="cpu1" offset="0"/>
		<rom name="234-p2.bin" size="4194304" crc="0fdc289e" sha1="1ff31c0b0f4f9ddbedaf4bcf927faaae81892ec7" region="cpu1" offset="100000"/>
		<rom name="234-s1.bin" size="131072" crc="95561412" sha1="995de272f572fd08d909d3d0af4251b9957b3640" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="234-m1.bin" size="131072" crc="087628ea" sha1="48dcf739bb16699af4ab8ed632b7dcb25e470e06" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="234-v1.bin" size="4194304" crc="ed66b76f" sha1="8a05ff06d9b6f01c6c16b3026282eaabb0e25b44" region="sound1" offset="0"/>
		<rom name="234-v2.bin" size="4194304" crc="a0e7f6e2" sha1="753ff74fa9294f695aae511ae01ead119b114a57" region="sound1" offset="400000"/>
		<rom name="234-v3.bin" size="4194304" crc="a506e1e2" sha1="b3e04ba1a5cb50b77c6fbe9fe353b9b64b6f3f74" region="sound1" offset="800000"/>
		<rom name="234-v4.bin" size="2097152" crc="13583c4b" sha1="8b84dd4117bb0d535f30531499621622967b2344" region="sound1" offset="c00000"/>
		<rom name="234-c1.bin" size="8388608" crc="9f7e2bd3" sha1="2828aca0c0f5802110f10453c1cf640f69736554" region="gfx3" offset="0"/>
		<rom name="234-c2.bin" size="8388608" crc="80623d3c" sha1="ad460615115ec8fb25206f012da59ecfc8059b64" region="gfx3" offset="1"/>
		<rom name="234-c3.bin" size="8388608" crc="91ab1a30" sha1="e3cf9133784bef2c8f1bfe45f277ccf82cc6f6a1" region="gfx3" offset="1000000"/>
		<rom name="234-c4.bin" size="8388608" crc="3d60b037" sha1="78a50233bcd19e92c7b6f7ee1a53417d9db21f6a" region="gfx3" offset="1000001"/>
		<rom name="234-c5.bin" size="4194304" crc="1ba80cee" sha1="0c59057183b5279b747e73213b4cd3c6d7ad9eb1" region="gfx3" offset="2000000"/>
		<rom name="234-c6.bin" size="4194304" crc="beafd091" sha1="55df9cc128eb0f00856de3996c946e3efe8f09a5" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="lastblde" sourcefile="neogeo.c">
		<description>The Last Blade (3 Add Char - Ultra kill start max - Ultra pow hack - Wesker mod.)</description>
		<year>1997</year>
		<manufacturer>Creamymami, Kurouri, wesker and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="234e-p1.bin" size="1048576" crc="0b06430e" sha1="813cb410b993b032d96e7f34db0a1ee1a57c52f2" region="cpu1" offset="0"/>
		<rom name="234-p2.bin" size="4194304" crc="0fdc289e" sha1="1ff31c0b0f4f9ddbedaf4bcf927faaae81892ec7" region="cpu1" offset="100000"/>
		<rom name="234-s1.bin" size="131072" crc="95561412" sha1="995de272f572fd08d909d3d0af4251b9957b3640" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="234-m1.bin" size="131072" crc="087628ea" sha1="48dcf739bb16699af4ab8ed632b7dcb25e470e06" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="234-v1.bin" size="4194304" crc="ed66b76f" sha1="8a05ff06d9b6f01c6c16b3026282eaabb0e25b44" region="sound1" offset="0"/>
		<rom name="234-v2.bin" size="4194304" crc="a0e7f6e2" sha1="753ff74fa9294f695aae511ae01ead119b114a57" region="sound1" offset="400000"/>
		<rom name="234-v3.bin" size="4194304" crc="a506e1e2" sha1="b3e04ba1a5cb50b77c6fbe9fe353b9b64b6f3f74" region="sound1" offset="800000"/>
		<rom name="234-v4.bin" size="2097152" crc="13583c4b" sha1="8b84dd4117bb0d535f30531499621622967b2344" region="sound1" offset="c00000"/>
		<rom name="234-c1.bin" size="8388608" crc="9f7e2bd3" sha1="2828aca0c0f5802110f10453c1cf640f69736554" region="gfx3" offset="0"/>
		<rom name="234-c2.bin" size="8388608" crc="80623d3c" sha1="ad460615115ec8fb25206f012da59ecfc8059b64" region="gfx3" offset="1"/>
		<rom name="234-c3.bin" size="8388608" crc="91ab1a30" sha1="e3cf9133784bef2c8f1bfe45f277ccf82cc6f6a1" region="gfx3" offset="1000000"/>
		<rom name="234-c4.bin" size="8388608" crc="3d60b037" sha1="78a50233bcd19e92c7b6f7ee1a53417d9db21f6a" region="gfx3" offset="1000001"/>
		<rom name="234-c5.bin" size="4194304" crc="1ba80cee" sha1="0c59057183b5279b747e73213b4cd3c6d7ad9eb1" region="gfx3" offset="2000000"/>
		<rom name="234-c6.bin" size="4194304" crc="beafd091" sha1="55df9cc128eb0f00856de3996c946e3efe8f09a5" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="lbboss" sourcefile="neogeo.c">
		<description>The Last Blade (3 Add Char)</description>
		<year>1997</year>
		<manufacturer>Kurouri</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="234j-p1.bin" size="1048576" crc="84fb4bc9" sha1="bf5dec15a6c2e1557b7436c48ea58193c6ad83bb" region="cpu1" offset="0"/>
		<rom name="234-p2.bin" size="4194304" crc="0fdc289e" sha1="1ff31c0b0f4f9ddbedaf4bcf927faaae81892ec7" region="cpu1" offset="100000"/>
		<rom name="234-s1.bin" size="131072" crc="95561412" sha1="995de272f572fd08d909d3d0af4251b9957b3640" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="234-m1.bin" size="131072" crc="087628ea" sha1="48dcf739bb16699af4ab8ed632b7dcb25e470e06" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="234-v1.bin" size="4194304" crc="ed66b76f" sha1="8a05ff06d9b6f01c6c16b3026282eaabb0e25b44" region="sound1" offset="0"/>
		<rom name="234-v2.bin" size="4194304" crc="a0e7f6e2" sha1="753ff74fa9294f695aae511ae01ead119b114a57" region="sound1" offset="400000"/>
		<rom name="234-v3.bin" size="4194304" crc="a506e1e2" sha1="b3e04ba1a5cb50b77c6fbe9fe353b9b64b6f3f74" region="sound1" offset="800000"/>
		<rom name="234-v4.bin" size="2097152" crc="13583c4b" sha1="8b84dd4117bb0d535f30531499621622967b2344" region="sound1" offset="c00000"/>
		<rom name="234-c1.bin" size="8388608" crc="9f7e2bd3" sha1="2828aca0c0f5802110f10453c1cf640f69736554" region="gfx3" offset="0"/>
		<rom name="234-c2.bin" size="8388608" crc="80623d3c" sha1="ad460615115ec8fb25206f012da59ecfc8059b64" region="gfx3" offset="1"/>
		<rom name="234-c3.bin" size="8388608" crc="91ab1a30" sha1="e3cf9133784bef2c8f1bfe45f277ccf82cc6f6a1" region="gfx3" offset="1000000"/>
		<rom name="234-c4.bin" size="8388608" crc="3d60b037" sha1="78a50233bcd19e92c7b6f7ee1a53417d9db21f6a" region="gfx3" offset="1000001"/>
		<rom name="234-c5.bin" size="4194304" crc="1ba80cee" sha1="0c59057183b5279b747e73213b4cd3c6d7ad9eb1" region="gfx3" offset="2000000"/>
		<rom name="234-c6.bin" size="4194304" crc="beafd091" sha1="55df9cc128eb0f00856de3996c946e3efe8f09a5" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="lbeh" sourcefile="neogeo.c">
		<description>The Last Blade (3 Add Char - Ultra kill start max)</description>
		<year>1997</year>
		<manufacturer>Kurouri and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="234eh-p1.bin" size="1048576" crc="d3a5d3dc" sha1="004fe19505d08a314e208508078001425da6560d" region="cpu1" offset="0"/>
		<rom name="234-p2.bin" size="4194304" crc="0fdc289e" sha1="1ff31c0b0f4f9ddbedaf4bcf927faaae81892ec7" region="cpu1" offset="100000"/>
		<rom name="234-s1.bin" size="131072" crc="95561412" sha1="995de272f572fd08d909d3d0af4251b9957b3640" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="234-m1.bin" size="131072" crc="087628ea" sha1="48dcf739bb16699af4ab8ed632b7dcb25e470e06" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="234-v1.bin" size="4194304" crc="ed66b76f" sha1="8a05ff06d9b6f01c6c16b3026282eaabb0e25b44" region="sound1" offset="0"/>
		<rom name="234-v2.bin" size="4194304" crc="a0e7f6e2" sha1="753ff74fa9294f695aae511ae01ead119b114a57" region="sound1" offset="400000"/>
		<rom name="234-v3.bin" size="4194304" crc="a506e1e2" sha1="b3e04ba1a5cb50b77c6fbe9fe353b9b64b6f3f74" region="sound1" offset="800000"/>
		<rom name="234-v4.bin" size="2097152" crc="13583c4b" sha1="8b84dd4117bb0d535f30531499621622967b2344" region="sound1" offset="c00000"/>
		<rom name="234-c1.bin" size="8388608" crc="9f7e2bd3" sha1="2828aca0c0f5802110f10453c1cf640f69736554" region="gfx3" offset="0"/>
		<rom name="234-c2.bin" size="8388608" crc="80623d3c" sha1="ad460615115ec8fb25206f012da59ecfc8059b64" region="gfx3" offset="1"/>
		<rom name="234-c3.bin" size="8388608" crc="91ab1a30" sha1="e3cf9133784bef2c8f1bfe45f277ccf82cc6f6a1" region="gfx3" offset="1000000"/>
		<rom name="234-c4.bin" size="8388608" crc="3d60b037" sha1="78a50233bcd19e92c7b6f7ee1a53417d9db21f6a" region="gfx3" offset="1000001"/>
		<rom name="234-c5.bin" size="4194304" crc="1ba80cee" sha1="0c59057183b5279b747e73213b4cd3c6d7ad9eb1" region="gfx3" offset="2000000"/>
		<rom name="234-c6.bin" size="4194304" crc="beafd091" sha1="55df9cc128eb0f00856de3996c946e3efe8f09a5" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="lbeh2" sourcefile="neogeo.c">
		<description>The Last Blade (2 Add Char)</description>
		<year>1997</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="234eh2-p1.bin" size="1048576" crc="12d80904" sha1="cf7be0aab4f26b38cf2ea09dca8db1e0a4b90629" region="cpu1" offset="0"/>
		<rom name="234-p2.bin" size="4194304" crc="0fdc289e" sha1="1ff31c0b0f4f9ddbedaf4bcf927faaae81892ec7" region="cpu1" offset="100000"/>
		<rom name="234-s1.bin" size="131072" crc="95561412" sha1="995de272f572fd08d909d3d0af4251b9957b3640" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="234-m1.bin" size="131072" crc="087628ea" sha1="48dcf739bb16699af4ab8ed632b7dcb25e470e06" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="234-v1.bin" size="4194304" crc="ed66b76f" sha1="8a05ff06d9b6f01c6c16b3026282eaabb0e25b44" region="sound1" offset="0"/>
		<rom name="234-v2.bin" size="4194304" crc="a0e7f6e2" sha1="753ff74fa9294f695aae511ae01ead119b114a57" region="sound1" offset="400000"/>
		<rom name="234-v3.bin" size="4194304" crc="a506e1e2" sha1="b3e04ba1a5cb50b77c6fbe9fe353b9b64b6f3f74" region="sound1" offset="800000"/>
		<rom name="234-v4.bin" size="2097152" crc="13583c4b" sha1="8b84dd4117bb0d535f30531499621622967b2344" region="sound1" offset="c00000"/>
		<rom name="234-c1.bin" size="8388608" crc="9f7e2bd3" sha1="2828aca0c0f5802110f10453c1cf640f69736554" region="gfx3" offset="0"/>
		<rom name="234-c2.bin" size="8388608" crc="80623d3c" sha1="ad460615115ec8fb25206f012da59ecfc8059b64" region="gfx3" offset="1"/>
		<rom name="234-c3.bin" size="8388608" crc="91ab1a30" sha1="e3cf9133784bef2c8f1bfe45f277ccf82cc6f6a1" region="gfx3" offset="1000000"/>
		<rom name="234-c4.bin" size="8388608" crc="3d60b037" sha1="78a50233bcd19e92c7b6f7ee1a53417d9db21f6a" region="gfx3" offset="1000001"/>
		<rom name="234-c5.bin" size="4194304" crc="1ba80cee" sha1="0c59057183b5279b747e73213b4cd3c6d7ad9eb1" region="gfx3" offset="2000000"/>
		<rom name="234-c6.bin" size="4194304" crc="beafd091" sha1="55df9cc128eb0f00856de3996c946e3efe8f09a5" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="lbseh" sourcefile="neogeo.c">
		<description>The Last Blade (3 Add Char - Ultra kill start max - Ultra pow hack)</description>
		<year>1997</year>
		<manufacturer>Creamymami, Kurouri and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="234seh-p1.bin" size="1048576" crc="32415149" sha1="944a77e4e0e06763332549cf8255632921348933" region="cpu1" offset="0"/>
		<rom name="234-p2.bin" size="4194304" crc="0fdc289e" sha1="1ff31c0b0f4f9ddbedaf4bcf927faaae81892ec7" region="cpu1" offset="100000"/>
		<rom name="234-s1.bin" size="131072" crc="95561412" sha1="995de272f572fd08d909d3d0af4251b9957b3640" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="234-m1.bin" size="131072" crc="087628ea" sha1="48dcf739bb16699af4ab8ed632b7dcb25e470e06" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="234-v1.bin" size="4194304" crc="ed66b76f" sha1="8a05ff06d9b6f01c6c16b3026282eaabb0e25b44" region="sound1" offset="0"/>
		<rom name="234-v2.bin" size="4194304" crc="a0e7f6e2" sha1="753ff74fa9294f695aae511ae01ead119b114a57" region="sound1" offset="400000"/>
		<rom name="234-v3.bin" size="4194304" crc="a506e1e2" sha1="b3e04ba1a5cb50b77c6fbe9fe353b9b64b6f3f74" region="sound1" offset="800000"/>
		<rom name="234-v4.bin" size="2097152" crc="13583c4b" sha1="8b84dd4117bb0d535f30531499621622967b2344" region="sound1" offset="c00000"/>
		<rom name="234-c1.bin" size="8388608" crc="9f7e2bd3" sha1="2828aca0c0f5802110f10453c1cf640f69736554" region="gfx3" offset="0"/>
		<rom name="234-c2.bin" size="8388608" crc="80623d3c" sha1="ad460615115ec8fb25206f012da59ecfc8059b64" region="gfx3" offset="1"/>
		<rom name="234-c3.bin" size="8388608" crc="91ab1a30" sha1="e3cf9133784bef2c8f1bfe45f277ccf82cc6f6a1" region="gfx3" offset="1000000"/>
		<rom name="234-c4.bin" size="8388608" crc="3d60b037" sha1="78a50233bcd19e92c7b6f7ee1a53417d9db21f6a" region="gfx3" offset="1000001"/>
		<rom name="234-c5.bin" size="4194304" crc="1ba80cee" sha1="0c59057183b5279b747e73213b4cd3c6d7ad9eb1" region="gfx3" offset="2000000"/>
		<rom name="234-c6.bin" size="4194304" crc="beafd091" sha1="55df9cc128eb0f00856de3996c946e3efe8f09a5" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="lbeho" sourcefile="neogeo.c">
		<description>The Last Blade (2 Add Char - Ultra kill start max)</description>
		<year>1997</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="234eho-p1.bin" size="1048576" crc="c09d3ff3" sha1="311a5f98d78c8fe7d551a92ac08c47b52271fb7b" region="cpu1" offset="0"/>
		<rom name="234-p2.bin" size="4194304" crc="0fdc289e" sha1="1ff31c0b0f4f9ddbedaf4bcf927faaae81892ec7" region="cpu1" offset="100000"/>
		<rom name="234-s1.bin" size="131072" crc="95561412" sha1="995de272f572fd08d909d3d0af4251b9957b3640" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="234-m1.bin" size="131072" crc="087628ea" sha1="48dcf739bb16699af4ab8ed632b7dcb25e470e06" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="234-v1.bin" size="4194304" crc="ed66b76f" sha1="8a05ff06d9b6f01c6c16b3026282eaabb0e25b44" region="sound1" offset="0"/>
		<rom name="234-v2.bin" size="4194304" crc="a0e7f6e2" sha1="753ff74fa9294f695aae511ae01ead119b114a57" region="sound1" offset="400000"/>
		<rom name="234-v3.bin" size="4194304" crc="a506e1e2" sha1="b3e04ba1a5cb50b77c6fbe9fe353b9b64b6f3f74" region="sound1" offset="800000"/>
		<rom name="234-v4.bin" size="2097152" crc="13583c4b" sha1="8b84dd4117bb0d535f30531499621622967b2344" region="sound1" offset="c00000"/>
		<rom name="234-c1.bin" size="8388608" crc="9f7e2bd3" sha1="2828aca0c0f5802110f10453c1cf640f69736554" region="gfx3" offset="0"/>
		<rom name="234-c2.bin" size="8388608" crc="80623d3c" sha1="ad460615115ec8fb25206f012da59ecfc8059b64" region="gfx3" offset="1"/>
		<rom name="234-c3.bin" size="8388608" crc="91ab1a30" sha1="e3cf9133784bef2c8f1bfe45f277ccf82cc6f6a1" region="gfx3" offset="1000000"/>
		<rom name="234-c4.bin" size="8388608" crc="3d60b037" sha1="78a50233bcd19e92c7b6f7ee1a53417d9db21f6a" region="gfx3" offset="1000001"/>
		<rom name="234-c5.bin" size="4194304" crc="1ba80cee" sha1="0c59057183b5279b747e73213b4cd3c6d7ad9eb1" region="gfx3" offset="2000000"/>
		<rom name="234-c6.bin" size="4194304" crc="beafd091" sha1="55df9cc128eb0f00856de3996c946e3efe8f09a5" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="lby" sourcefile="neogeo.c">
		<description>The Last Blade (Add Musashi)</description>
		<year>1997</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="234y-p1.bin" size="1048576" crc="481a6e8f" sha1="cad1207b8ed93ba118e822767f0c32cd4030823a" region="cpu1" offset="0"/>
		<rom name="234-p2.bin" size="4194304" crc="0fdc289e" sha1="1ff31c0b0f4f9ddbedaf4bcf927faaae81892ec7" region="cpu1" offset="100000"/>
		<rom name="234-s1.bin" size="131072" crc="95561412" sha1="995de272f572fd08d909d3d0af4251b9957b3640" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="234-m1.bin" size="131072" crc="087628ea" sha1="48dcf739bb16699af4ab8ed632b7dcb25e470e06" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="234-v1.bin" size="4194304" crc="ed66b76f" sha1="8a05ff06d9b6f01c6c16b3026282eaabb0e25b44" region="sound1" offset="0"/>
		<rom name="234-v2.bin" size="4194304" crc="a0e7f6e2" sha1="753ff74fa9294f695aae511ae01ead119b114a57" region="sound1" offset="400000"/>
		<rom name="234-v3.bin" size="4194304" crc="a506e1e2" sha1="b3e04ba1a5cb50b77c6fbe9fe353b9b64b6f3f74" region="sound1" offset="800000"/>
		<rom name="234-v4.bin" size="2097152" crc="13583c4b" sha1="8b84dd4117bb0d535f30531499621622967b2344" region="sound1" offset="c00000"/>
		<rom name="234-c1.bin" size="8388608" crc="9f7e2bd3" sha1="2828aca0c0f5802110f10453c1cf640f69736554" region="gfx3" offset="0"/>
		<rom name="234-c2.bin" size="8388608" crc="80623d3c" sha1="ad460615115ec8fb25206f012da59ecfc8059b64" region="gfx3" offset="1"/>
		<rom name="234-c3.bin" size="8388608" crc="91ab1a30" sha1="e3cf9133784bef2c8f1bfe45f277ccf82cc6f6a1" region="gfx3" offset="1000000"/>
		<rom name="234-c4.bin" size="8388608" crc="3d60b037" sha1="78a50233bcd19e92c7b6f7ee1a53417d9db21f6a" region="gfx3" offset="1000001"/>
		<rom name="234-c5.bin" size="4194304" crc="1ba80cee" sha1="0c59057183b5279b747e73213b4cd3c6d7ad9eb1" region="gfx3" offset="2000000"/>
		<rom name="234-c6.bin" size="4194304" crc="beafd091" sha1="55df9cc128eb0f00856de3996c946e3efe8f09a5" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="lb2a" sourcefile="neogeo.c">
		<description>The Last Blade 2 (Add Kouryu)</description>
		<year>1998</year>
		<manufacturer>Alphax2</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="243a-p1.bin" size="1048576" crc="9b53279c" sha1="d2424f057ad834e76603cbbe4febf97d93fcd2a9" region="cpu1" offset="0"/>
		<rom name="243-p2.bin" size="4194304" crc="add4a30b" sha1="7db62564db49fe0218cbb35b119d62582a24d658" region="cpu1" offset="100000"/>
		<rom name="243-s1.bin" size="131072" crc="c9cd2298" sha1="a9a18b5347f9dbe29a2ccb63fd4c8fd19537bf8b" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="243-m1.bin" size="131072" crc="acf12d10" sha1="6e6b98cc1fa44f24a5168877559b0055e6957b60" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="243-v1.bin" size="4194304" crc="f7ee6fbb" sha1="55137bcabeeb590e40a9b8a7c07dd106e4d12a90" region="sound1" offset="0"/>
		<rom name="243-v2.bin" size="4194304" crc="aa9e4df6" sha1="a0b91f63e2552a8ad9e0d1af00e2c38288637161" region="sound1" offset="400000"/>
		<rom name="243-v3.bin" size="4194304" crc="4ac750b2" sha1="585a154acc67bd84ea5b944686b78ed082b768d9" region="sound1" offset="800000"/>
		<rom name="243-v4.bin" size="4194304" crc="f5c64ba6" sha1="2eac455def8c27090862cc042f65a3a8aad88283" region="sound1" offset="c00000"/>
		<rom name="243-c1.bin" size="8388608" crc="5839444d" sha1="0616921c4cce20422563578bd0e806d359508599" region="gfx3" offset="0"/>
		<rom name="243-c2.bin" size="8388608" crc="dd087428" sha1="ca27fdb60425664956a18c021ea465f452fb1527" region="gfx3" offset="1"/>
		<rom name="243-c3.bin" size="8388608" crc="6054cbe0" sha1="ec2f65e9c930250ee25fd064ee5ae76a7a9c61d9" region="gfx3" offset="1000000"/>
		<rom name="243-c4.bin" size="8388608" crc="8bd2a9d2" sha1="0935df65cd2b0891a708bcc0f1c188148058d4b5" region="gfx3" offset="1000001"/>
		<rom name="243-c5.bin" size="8388608" crc="6a503dcf" sha1="23241b16d7e20f923d41186b29487ab922c7f530" region="gfx3" offset="2000000"/>
		<rom name="243-c6.bin" size="8388608" crc="ec9c36d0" sha1="e145e9e359000dda6e1dfe95a996bc6d29cfca21" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="lb2bhd" sourcefile="neogeo.c">
		<description>The Last Blade 2 (Add Char with icons - EX mode choosing Speed + pressing C)</description>
		<year>1998</year>
		<manufacturer>Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="243bhd-p1.bin" size="1048576" crc="f4e141cf" sha1="515a101c1fc7b038603afc56121d240738e68090" region="cpu1" offset="0"/>
		<rom name="243-p2.bin" size="4194304" crc="add4a30b" sha1="7db62564db49fe0218cbb35b119d62582a24d658" region="cpu1" offset="100000"/>
		<rom name="243bhd-s1.bin" size="131072" crc="357e4638" sha1="92bfc78749c00662225ada98eecc562fd2984e3e" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="243-m1.bin" size="131072" crc="acf12d10" sha1="6e6b98cc1fa44f24a5168877559b0055e6957b60" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="243-v1.bin" size="4194304" crc="f7ee6fbb" sha1="55137bcabeeb590e40a9b8a7c07dd106e4d12a90" region="sound1" offset="0"/>
		<rom name="243-v2.bin" size="4194304" crc="aa9e4df6" sha1="a0b91f63e2552a8ad9e0d1af00e2c38288637161" region="sound1" offset="400000"/>
		<rom name="243-v3.bin" size="4194304" crc="4ac750b2" sha1="585a154acc67bd84ea5b944686b78ed082b768d9" region="sound1" offset="800000"/>
		<rom name="243-v4.bin" size="4194304" crc="f5c64ba6" sha1="2eac455def8c27090862cc042f65a3a8aad88283" region="sound1" offset="c00000"/>
		<rom name="243-c1.bin" size="8388608" crc="5839444d" sha1="0616921c4cce20422563578bd0e806d359508599" region="gfx3" offset="0"/>
		<rom name="243-c2.bin" size="8388608" crc="dd087428" sha1="ca27fdb60425664956a18c021ea465f452fb1527" region="gfx3" offset="1"/>
		<rom name="243-c3.bin" size="8388608" crc="6054cbe0" sha1="ec2f65e9c930250ee25fd064ee5ae76a7a9c61d9" region="gfx3" offset="1000000"/>
		<rom name="243-c4.bin" size="8388608" crc="8bd2a9d2" sha1="0935df65cd2b0891a708bcc0f1c188148058d4b5" region="gfx3" offset="1000001"/>
		<rom name="243-c5.bin" size="8388608" crc="6a503dcf" sha1="23241b16d7e20f923d41186b29487ab922c7f530" region="gfx3" offset="2000000"/>
		<rom name="243-c6.bin" size="8388608" crc="ec9c36d0" sha1="e145e9e359000dda6e1dfe95a996bc6d29cfca21" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="lb2easy" sourcefile="neogeo.c">
		<description>The Last Blade 2 (Moves optimized for keyboard)</description>
		<year>1998</year>
		<manufacturer>Raymonose</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="243ea-p1.bin" size="1048576" crc="220f7860" sha1="da292fd2ae80a11676aa2b7f884c733535b5ce9e" region="cpu1" offset="0"/>
		<rom name="243-p2.bin" size="4194304" crc="add4a30b" sha1="7db62564db49fe0218cbb35b119d62582a24d658" region="cpu1" offset="100000"/>
		<rom name="243-s1.bin" size="131072" crc="c9cd2298" sha1="a9a18b5347f9dbe29a2ccb63fd4c8fd19537bf8b" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="243-m1.bin" size="131072" crc="acf12d10" sha1="6e6b98cc1fa44f24a5168877559b0055e6957b60" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="243-v1.bin" size="4194304" crc="f7ee6fbb" sha1="55137bcabeeb590e40a9b8a7c07dd106e4d12a90" region="sound1" offset="0"/>
		<rom name="243-v2.bin" size="4194304" crc="aa9e4df6" sha1="a0b91f63e2552a8ad9e0d1af00e2c38288637161" region="sound1" offset="400000"/>
		<rom name="243-v3.bin" size="4194304" crc="4ac750b2" sha1="585a154acc67bd84ea5b944686b78ed082b768d9" region="sound1" offset="800000"/>
		<rom name="243-v4.bin" size="4194304" crc="f5c64ba6" sha1="2eac455def8c27090862cc042f65a3a8aad88283" region="sound1" offset="c00000"/>
		<rom name="243-c1.bin" size="8388608" crc="5839444d" sha1="0616921c4cce20422563578bd0e806d359508599" region="gfx3" offset="0"/>
		<rom name="243-c2.bin" size="8388608" crc="dd087428" sha1="ca27fdb60425664956a18c021ea465f452fb1527" region="gfx3" offset="1"/>
		<rom name="243-c3.bin" size="8388608" crc="6054cbe0" sha1="ec2f65e9c930250ee25fd064ee5ae76a7a9c61d9" region="gfx3" offset="1000000"/>
		<rom name="243-c4.bin" size="8388608" crc="8bd2a9d2" sha1="0935df65cd2b0891a708bcc0f1c188148058d4b5" region="gfx3" offset="1000001"/>
		<rom name="243-c5.bin" size="8388608" crc="6a503dcf" sha1="23241b16d7e20f923d41186b29487ab922c7f530" region="gfx3" offset="2000000"/>
		<rom name="243-c6.bin" size="8388608" crc="ec9c36d0" sha1="e145e9e359000dda6e1dfe95a996bc6d29cfca21" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="lb2ed" sourcefile="neogeo.c">
		<description>The Last Blade 2 (EX mode choosing Speed + pressing C)</description>
		<year>1998</year>
		<manufacturer>Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="243ed-p1.bin" size="1048576" crc="35ae01f3" sha1="dbf24eb2732c72e8d8f06bdebcd30d93f9c3ae1a" region="cpu1" offset="0"/>
		<rom name="243-p2.bin" size="4194304" crc="add4a30b" sha1="7db62564db49fe0218cbb35b119d62582a24d658" region="cpu1" offset="100000"/>
		<rom name="243-s1.bin" size="131072" crc="c9cd2298" sha1="a9a18b5347f9dbe29a2ccb63fd4c8fd19537bf8b" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="243-m1.bin" size="131072" crc="acf12d10" sha1="6e6b98cc1fa44f24a5168877559b0055e6957b60" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="243-v1.bin" size="4194304" crc="f7ee6fbb" sha1="55137bcabeeb590e40a9b8a7c07dd106e4d12a90" region="sound1" offset="0"/>
		<rom name="243-v2.bin" size="4194304" crc="aa9e4df6" sha1="a0b91f63e2552a8ad9e0d1af00e2c38288637161" region="sound1" offset="400000"/>
		<rom name="243-v3.bin" size="4194304" crc="4ac750b2" sha1="585a154acc67bd84ea5b944686b78ed082b768d9" region="sound1" offset="800000"/>
		<rom name="243-v4.bin" size="4194304" crc="f5c64ba6" sha1="2eac455def8c27090862cc042f65a3a8aad88283" region="sound1" offset="c00000"/>
		<rom name="243-c1.bin" size="8388608" crc="5839444d" sha1="0616921c4cce20422563578bd0e806d359508599" region="gfx3" offset="0"/>
		<rom name="243-c2.bin" size="8388608" crc="dd087428" sha1="ca27fdb60425664956a18c021ea465f452fb1527" region="gfx3" offset="1"/>
		<rom name="243-c3.bin" size="8388608" crc="6054cbe0" sha1="ec2f65e9c930250ee25fd064ee5ae76a7a9c61d9" region="gfx3" offset="1000000"/>
		<rom name="243-c4.bin" size="8388608" crc="8bd2a9d2" sha1="0935df65cd2b0891a708bcc0f1c188148058d4b5" region="gfx3" offset="1000001"/>
		<rom name="243-c5.bin" size="8388608" crc="6a503dcf" sha1="23241b16d7e20f923d41186b29487ab922c7f530" region="gfx3" offset="2000000"/>
		<rom name="243-c6.bin" size="8388608" crc="ec9c36d0" sha1="e145e9e359000dda6e1dfe95a996bc6d29cfca21" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="lb2ebd" sourcefile="neogeo.c">
		<description>The Last Blade 2 (Add Char - EX mode choosing Speed + pressing C)</description>
		<year>1998</year>
		<manufacturer>Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="243ebd-p1.bin" size="1048576" crc="9fa23fd3" sha1="76f858e3c293f53770be6a0037d39797b4624002" region="cpu1" offset="0"/>
		<rom name="243-p2.bin" size="4194304" crc="add4a30b" sha1="7db62564db49fe0218cbb35b119d62582a24d658" region="cpu1" offset="100000"/>
		<rom name="243-s1.bin" size="131072" crc="c9cd2298" sha1="a9a18b5347f9dbe29a2ccb63fd4c8fd19537bf8b" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="243-m1.bin" size="131072" crc="acf12d10" sha1="6e6b98cc1fa44f24a5168877559b0055e6957b60" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="243-v1.bin" size="4194304" crc="f7ee6fbb" sha1="55137bcabeeb590e40a9b8a7c07dd106e4d12a90" region="sound1" offset="0"/>
		<rom name="243-v2.bin" size="4194304" crc="aa9e4df6" sha1="a0b91f63e2552a8ad9e0d1af00e2c38288637161" region="sound1" offset="400000"/>
		<rom name="243-v3.bin" size="4194304" crc="4ac750b2" sha1="585a154acc67bd84ea5b944686b78ed082b768d9" region="sound1" offset="800000"/>
		<rom name="243-v4.bin" size="4194304" crc="f5c64ba6" sha1="2eac455def8c27090862cc042f65a3a8aad88283" region="sound1" offset="c00000"/>
		<rom name="243-c1.bin" size="8388608" crc="5839444d" sha1="0616921c4cce20422563578bd0e806d359508599" region="gfx3" offset="0"/>
		<rom name="243-c2.bin" size="8388608" crc="dd087428" sha1="ca27fdb60425664956a18c021ea465f452fb1527" region="gfx3" offset="1"/>
		<rom name="243-c3.bin" size="8388608" crc="6054cbe0" sha1="ec2f65e9c930250ee25fd064ee5ae76a7a9c61d9" region="gfx3" offset="1000000"/>
		<rom name="243-c4.bin" size="8388608" crc="8bd2a9d2" sha1="0935df65cd2b0891a708bcc0f1c188148058d4b5" region="gfx3" offset="1000001"/>
		<rom name="243-c5.bin" size="8388608" crc="6a503dcf" sha1="23241b16d7e20f923d41186b29487ab922c7f530" region="gfx3" offset="2000000"/>
		<rom name="243-c6.bin" size="8388608" crc="ec9c36d0" sha1="e145e9e359000dda6e1dfe95a996bc6d29cfca21" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="lb2eh" sourcefile="neogeo.c">
		<description>The Last Blade 2 (4 Add Char - Ultra kill start max set 1)</description>
		<year>1998</year>
		<manufacturer>Ydmis and Zhangshee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="243eh-p1.bin" size="1048576" crc="57064bc6" sha1="e7c1669356606bf134a02217fabc00ffd74d91f2" region="cpu1" offset="0"/>
		<rom name="243-p2.bin" size="4194304" crc="add4a30b" sha1="7db62564db49fe0218cbb35b119d62582a24d658" region="cpu1" offset="100000"/>
		<rom name="243-s1.bin" size="131072" crc="c9cd2298" sha1="a9a18b5347f9dbe29a2ccb63fd4c8fd19537bf8b" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="243-m1.bin" size="131072" crc="acf12d10" sha1="6e6b98cc1fa44f24a5168877559b0055e6957b60" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="243-v1.bin" size="4194304" crc="f7ee6fbb" sha1="55137bcabeeb590e40a9b8a7c07dd106e4d12a90" region="sound1" offset="0"/>
		<rom name="243-v2.bin" size="4194304" crc="aa9e4df6" sha1="a0b91f63e2552a8ad9e0d1af00e2c38288637161" region="sound1" offset="400000"/>
		<rom name="243-v3.bin" size="4194304" crc="4ac750b2" sha1="585a154acc67bd84ea5b944686b78ed082b768d9" region="sound1" offset="800000"/>
		<rom name="243-v4.bin" size="4194304" crc="f5c64ba6" sha1="2eac455def8c27090862cc042f65a3a8aad88283" region="sound1" offset="c00000"/>
		<rom name="243-c1.bin" size="8388608" crc="5839444d" sha1="0616921c4cce20422563578bd0e806d359508599" region="gfx3" offset="0"/>
		<rom name="243-c2.bin" size="8388608" crc="dd087428" sha1="ca27fdb60425664956a18c021ea465f452fb1527" region="gfx3" offset="1"/>
		<rom name="243-c3.bin" size="8388608" crc="6054cbe0" sha1="ec2f65e9c930250ee25fd064ee5ae76a7a9c61d9" region="gfx3" offset="1000000"/>
		<rom name="243-c4.bin" size="8388608" crc="8bd2a9d2" sha1="0935df65cd2b0891a708bcc0f1c188148058d4b5" region="gfx3" offset="1000001"/>
		<rom name="243-c5.bin" size="8388608" crc="6a503dcf" sha1="23241b16d7e20f923d41186b29487ab922c7f530" region="gfx3" offset="2000000"/>
		<rom name="243-c6.bin" size="8388608" crc="ec9c36d0" sha1="e145e9e359000dda6e1dfe95a996bc6d29cfca21" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="lb2eh2" sourcefile="neogeo.c">
		<description>The Last Blade 2 (4 Add Char - Ultra kill start max - Ultra pow hack)</description>
		<year>1998</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="243eh2-p1.bin" size="1048576" crc="10e0ffa5" sha1="d26f3807426a18914801b18dc01fd01e96c9fd78" region="cpu1" offset="0"/>
		<rom name="243-p2.bin" size="4194304" crc="add4a30b" sha1="7db62564db49fe0218cbb35b119d62582a24d658" region="cpu1" offset="100000"/>
		<rom name="243-s1.bin" size="131072" crc="c9cd2298" sha1="a9a18b5347f9dbe29a2ccb63fd4c8fd19537bf8b" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="243-m1.bin" size="131072" crc="acf12d10" sha1="6e6b98cc1fa44f24a5168877559b0055e6957b60" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="243-v1.bin" size="4194304" crc="f7ee6fbb" sha1="55137bcabeeb590e40a9b8a7c07dd106e4d12a90" region="sound1" offset="0"/>
		<rom name="243-v2.bin" size="4194304" crc="aa9e4df6" sha1="a0b91f63e2552a8ad9e0d1af00e2c38288637161" region="sound1" offset="400000"/>
		<rom name="243-v3.bin" size="4194304" crc="4ac750b2" sha1="585a154acc67bd84ea5b944686b78ed082b768d9" region="sound1" offset="800000"/>
		<rom name="243-v4.bin" size="4194304" crc="f5c64ba6" sha1="2eac455def8c27090862cc042f65a3a8aad88283" region="sound1" offset="c00000"/>
		<rom name="243-c1.bin" size="8388608" crc="5839444d" sha1="0616921c4cce20422563578bd0e806d359508599" region="gfx3" offset="0"/>
		<rom name="243-c2.bin" size="8388608" crc="dd087428" sha1="ca27fdb60425664956a18c021ea465f452fb1527" region="gfx3" offset="1"/>
		<rom name="243-c3.bin" size="8388608" crc="6054cbe0" sha1="ec2f65e9c930250ee25fd064ee5ae76a7a9c61d9" region="gfx3" offset="1000000"/>
		<rom name="243-c4.bin" size="8388608" crc="8bd2a9d2" sha1="0935df65cd2b0891a708bcc0f1c188148058d4b5" region="gfx3" offset="1000001"/>
		<rom name="243-c5.bin" size="8388608" crc="6a503dcf" sha1="23241b16d7e20f923d41186b29487ab922c7f530" region="gfx3" offset="2000000"/>
		<rom name="243-c6.bin" size="8388608" crc="ec9c36d0" sha1="e145e9e359000dda6e1dfe95a996bc6d29cfca21" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="lb2eho" sourcefile="neogeo.c">
		<description>The Last Blade 2 (4 Add Char)</description>
		<year>1998</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="243eho-p1.bin" size="1048576" crc="f31ab9fe" sha1="92614220d2e7ea2100a7258e3479db1d42431dfd" region="cpu1" offset="0"/>
		<rom name="243-p2.bin" size="4194304" crc="add4a30b" sha1="7db62564db49fe0218cbb35b119d62582a24d658" region="cpu1" offset="100000"/>
		<rom name="243-s1.bin" size="131072" crc="c9cd2298" sha1="a9a18b5347f9dbe29a2ccb63fd4c8fd19537bf8b" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="243-m1.bin" size="131072" crc="acf12d10" sha1="6e6b98cc1fa44f24a5168877559b0055e6957b60" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="243-v1.bin" size="4194304" crc="f7ee6fbb" sha1="55137bcabeeb590e40a9b8a7c07dd106e4d12a90" region="sound1" offset="0"/>
		<rom name="243-v2.bin" size="4194304" crc="aa9e4df6" sha1="a0b91f63e2552a8ad9e0d1af00e2c38288637161" region="sound1" offset="400000"/>
		<rom name="243-v3.bin" size="4194304" crc="4ac750b2" sha1="585a154acc67bd84ea5b944686b78ed082b768d9" region="sound1" offset="800000"/>
		<rom name="243-v4.bin" size="4194304" crc="f5c64ba6" sha1="2eac455def8c27090862cc042f65a3a8aad88283" region="sound1" offset="c00000"/>
		<rom name="243-c1.bin" size="8388608" crc="5839444d" sha1="0616921c4cce20422563578bd0e806d359508599" region="gfx3" offset="0"/>
		<rom name="243-c2.bin" size="8388608" crc="dd087428" sha1="ca27fdb60425664956a18c021ea465f452fb1527" region="gfx3" offset="1"/>
		<rom name="243-c3.bin" size="8388608" crc="6054cbe0" sha1="ec2f65e9c930250ee25fd064ee5ae76a7a9c61d9" region="gfx3" offset="1000000"/>
		<rom name="243-c4.bin" size="8388608" crc="8bd2a9d2" sha1="0935df65cd2b0891a708bcc0f1c188148058d4b5" region="gfx3" offset="1000001"/>
		<rom name="243-c5.bin" size="8388608" crc="6a503dcf" sha1="23241b16d7e20f923d41186b29487ab922c7f530" region="gfx3" offset="2000000"/>
		<rom name="243-c6.bin" size="8388608" crc="ec9c36d0" sha1="e145e9e359000dda6e1dfe95a996bc6d29cfca21" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="lb2ehu" sourcefile="neogeo.c">
		<description>The Last Blade 2 (4 Add Char - Ultra kill start max set 2)</description>
		<year>1998</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="243ehu-p1.bin" size="1048576" crc="494aef40" sha1="7c6af3a463c1a6acae10ee3fd9fb5e07e553fa18" region="cpu1" offset="0"/>
		<rom name="243-p2.bin" size="4194304" crc="add4a30b" sha1="7db62564db49fe0218cbb35b119d62582a24d658" region="cpu1" offset="100000"/>
		<rom name="243-s1.bin" size="131072" crc="c9cd2298" sha1="a9a18b5347f9dbe29a2ccb63fd4c8fd19537bf8b" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="243-m1.bin" size="131072" crc="acf12d10" sha1="6e6b98cc1fa44f24a5168877559b0055e6957b60" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="243-v1.bin" size="4194304" crc="f7ee6fbb" sha1="55137bcabeeb590e40a9b8a7c07dd106e4d12a90" region="sound1" offset="0"/>
		<rom name="243-v2.bin" size="4194304" crc="aa9e4df6" sha1="a0b91f63e2552a8ad9e0d1af00e2c38288637161" region="sound1" offset="400000"/>
		<rom name="243-v3.bin" size="4194304" crc="4ac750b2" sha1="585a154acc67bd84ea5b944686b78ed082b768d9" region="sound1" offset="800000"/>
		<rom name="243-v4.bin" size="4194304" crc="f5c64ba6" sha1="2eac455def8c27090862cc042f65a3a8aad88283" region="sound1" offset="c00000"/>
		<rom name="243-c1.bin" size="8388608" crc="5839444d" sha1="0616921c4cce20422563578bd0e806d359508599" region="gfx3" offset="0"/>
		<rom name="243-c2.bin" size="8388608" crc="dd087428" sha1="ca27fdb60425664956a18c021ea465f452fb1527" region="gfx3" offset="1"/>
		<rom name="243-c3.bin" size="8388608" crc="6054cbe0" sha1="ec2f65e9c930250ee25fd064ee5ae76a7a9c61d9" region="gfx3" offset="1000000"/>
		<rom name="243-c4.bin" size="8388608" crc="8bd2a9d2" sha1="0935df65cd2b0891a708bcc0f1c188148058d4b5" region="gfx3" offset="1000001"/>
		<rom name="243-c5.bin" size="8388608" crc="6a503dcf" sha1="23241b16d7e20f923d41186b29487ab922c7f530" region="gfx3" offset="2000000"/>
		<rom name="243-c6.bin" size="8388608" crc="ec9c36d0" sha1="e145e9e359000dda6e1dfe95a996bc6d29cfca21" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="lb2wh" sourcefile="neogeo.c">
		<description>The Last Blade 2 (4 Add Char - 031017)</description>
		<year>1998</year>
		<manufacturer>Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="243wh-p1.bin" size="1048576" crc="6ddcebf5" sha1="4a93c0cb594e12cafea3b1137889187a524c5d79" region="cpu1" offset="0"/>
		<rom name="243-p2.bin" size="4194304" crc="add4a30b" sha1="7db62564db49fe0218cbb35b119d62582a24d658" region="cpu1" offset="100000"/>
		<rom name="243-s1.bin" size="131072" crc="c9cd2298" sha1="a9a18b5347f9dbe29a2ccb63fd4c8fd19537bf8b" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="243-m1.bin" size="131072" crc="acf12d10" sha1="6e6b98cc1fa44f24a5168877559b0055e6957b60" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="243-v1.bin" size="4194304" crc="f7ee6fbb" sha1="55137bcabeeb590e40a9b8a7c07dd106e4d12a90" region="sound1" offset="0"/>
		<rom name="243-v2.bin" size="4194304" crc="aa9e4df6" sha1="a0b91f63e2552a8ad9e0d1af00e2c38288637161" region="sound1" offset="400000"/>
		<rom name="243-v3.bin" size="4194304" crc="4ac750b2" sha1="585a154acc67bd84ea5b944686b78ed082b768d9" region="sound1" offset="800000"/>
		<rom name="243-v4.bin" size="4194304" crc="f5c64ba6" sha1="2eac455def8c27090862cc042f65a3a8aad88283" region="sound1" offset="c00000"/>
		<rom name="243-c1.bin" size="8388608" crc="5839444d" sha1="0616921c4cce20422563578bd0e806d359508599" region="gfx3" offset="0"/>
		<rom name="243-c2.bin" size="8388608" crc="dd087428" sha1="ca27fdb60425664956a18c021ea465f452fb1527" region="gfx3" offset="1"/>
		<rom name="243-c3.bin" size="8388608" crc="6054cbe0" sha1="ec2f65e9c930250ee25fd064ee5ae76a7a9c61d9" region="gfx3" offset="1000000"/>
		<rom name="243-c4.bin" size="8388608" crc="8bd2a9d2" sha1="0935df65cd2b0891a708bcc0f1c188148058d4b5" region="gfx3" offset="1000001"/>
		<rom name="243-c5.bin" size="8388608" crc="6a503dcf" sha1="23241b16d7e20f923d41186b29487ab922c7f530" region="gfx3" offset="2000000"/>
		<rom name="243-c6.bin" size="8388608" crc="ec9c36d0" sha1="e145e9e359000dda6e1dfe95a996bc6d29cfca21" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="lb2yd" sourcefile="neogeo.c">
		<description>The Last Blade 2 (Ultra kill start max)</description>
		<year>1998</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="243yd-p1.bin" size="1048576" crc="095f3790" sha1="d1de61b9019afd52042d5bc06aaca97db805dd45" region="cpu1" offset="0"/>
		<rom name="243-p2.bin" size="4194304" crc="add4a30b" sha1="7db62564db49fe0218cbb35b119d62582a24d658" region="cpu1" offset="100000"/>
		<rom name="243-s1.bin" size="131072" crc="c9cd2298" sha1="a9a18b5347f9dbe29a2ccb63fd4c8fd19537bf8b" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="243-m1.bin" size="131072" crc="acf12d10" sha1="6e6b98cc1fa44f24a5168877559b0055e6957b60" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="243-v1.bin" size="4194304" crc="f7ee6fbb" sha1="55137bcabeeb590e40a9b8a7c07dd106e4d12a90" region="sound1" offset="0"/>
		<rom name="243-v2.bin" size="4194304" crc="aa9e4df6" sha1="a0b91f63e2552a8ad9e0d1af00e2c38288637161" region="sound1" offset="400000"/>
		<rom name="243-v3.bin" size="4194304" crc="4ac750b2" sha1="585a154acc67bd84ea5b944686b78ed082b768d9" region="sound1" offset="800000"/>
		<rom name="243-v4.bin" size="4194304" crc="f5c64ba6" sha1="2eac455def8c27090862cc042f65a3a8aad88283" region="sound1" offset="c00000"/>
		<rom name="243-c1.bin" size="8388608" crc="5839444d" sha1="0616921c4cce20422563578bd0e806d359508599" region="gfx3" offset="0"/>
		<rom name="243-c2.bin" size="8388608" crc="dd087428" sha1="ca27fdb60425664956a18c021ea465f452fb1527" region="gfx3" offset="1"/>
		<rom name="243-c3.bin" size="8388608" crc="6054cbe0" sha1="ec2f65e9c930250ee25fd064ee5ae76a7a9c61d9" region="gfx3" offset="1000000"/>
		<rom name="243-c4.bin" size="8388608" crc="8bd2a9d2" sha1="0935df65cd2b0891a708bcc0f1c188148058d4b5" region="gfx3" offset="1000001"/>
		<rom name="243-c5.bin" size="8388608" crc="6a503dcf" sha1="23241b16d7e20f923d41186b29487ab922c7f530" region="gfx3" offset="2000000"/>
		<rom name="243-c6.bin" size="8388608" crc="ec9c36d0" sha1="e145e9e359000dda6e1dfe95a996bc6d29cfca21" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslugeh" sourcefile="neogeo.c">
		<description>Metal Slug Enhanced</description>
		<year>1996</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="201eh-p1.bin" size="2097152" crc="20bb97f7" sha1="1444cad0262883b9e6c581387634d4e82a33c6bb" region="cpu1" offset="100000"/>
		<rom name="201-s1.bin" size="131072" crc="2f55958d" sha1="550b53628daec9f1e1e11a398854092d90f9505a" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="201-m1.bin" size="131072" crc="c28b3253" sha1="fd75bd15aed30266a8b3775f276f997af57d1c06" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="201-v1.bin" size="4194304" crc="23d22ed1" sha1="cd076928468ad6bcc5f19f88cb843ecb5e660681" region="sound1" offset="0"/>
		<rom name="201-v2.bin" size="4194304" crc="472cf9db" sha1="5f79ea9286d22ed208128f9c31ca75552ce08b57" region="sound1" offset="400000"/>
		<rom name="201-c1.bin" size="4194304" crc="72813676" sha1="7b045d1a48980cb1a140699011cb1a3d4acdc4d1" region="gfx3" offset="0"/>
		<rom name="201-c2.bin" size="4194304" crc="96f62574" sha1="cb7254b885989223bba597b8ff0972dfa5957816" region="gfx3" offset="1"/>
		<rom name="201-c3.bin" size="4194304" crc="5121456a" sha1="0a7a27d603d1bb2520b5570ebf5b34a106e255a6" region="gfx3" offset="800000"/>
		<rom name="201-c4.bin" size="4194304" crc="f4ad59a3" sha1="4e94fda8ee63abf0f92afe08060a488546e5c280" region="gfx3" offset="800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslugxeh" sourcefile="neogeo.c">
		<description>Metal Slug X (Style remix)</description>
		<year>1999</year>
		<manufacturer>KrysoFun/KVS</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="250eh-p1.bin" size="1048576" crc="2e110dd7" sha1="4ce18a726103bc7c1972125806b2c89332338050" region="cpu1" offset="0"/>
		<rom name="250-p2.bin" size="4194304" crc="1fda2e12" sha1="18aaa7a3ba8da99f78c430e9be69ccde04bc04d9" region="cpu1" offset="100000"/>
		<rom name="250-s1.bin" size="131072" crc="fb6f441d" sha1="2cc392ecde5d5afb28ddbaa1030552b48571dcfb" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="250-m1.bin" size="131072" crc="fd42a842" sha1="55769bad4860f64ef53a333e0da9e073db483d6a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="250-v1.bin" size="4194304" crc="c79ede73" sha1="ebfcc67204ff9677cf7972fd5b6b7faabf07280c" region="sound1" offset="0"/>
		<rom name="250-v2.bin" size="4194304" crc="ea9aabe1" sha1="526c42ca9a388f7435569400e2f132e2724c71ff" region="sound1" offset="400000"/>
		<rom name="250-v3.bin" size="2097152" crc="2ca65102" sha1="45979d1edb1fc774a415d9386f98d7cb252a2043" region="sound1" offset="800000"/>
		<rom name="250-c1.bin" size="8388608" crc="09a52c6f" sha1="c3e8a8ccdac0f8bddc4c3413277626532405fae2" region="gfx3" offset="0"/>
		<rom name="250-c2.bin" size="8388608" crc="31679821" sha1="554f600a3aa09c16c13c625299b087a79d0d15c5" region="gfx3" offset="1"/>
		<rom name="250-c3.bin" size="8388608" crc="fd602019" sha1="c56646c62387bc1439d46610258c755beb8d7dd8" region="gfx3" offset="1000000"/>
		<rom name="250-c4.bin" size="8388608" crc="31354513" sha1="31be8ea2498001f68ce4b06b8b90acbf2dcab6af" region="gfx3" offset="1000001"/>
		<rom name="250-c5.bin" size="8388608" crc="a4b56124" sha1="d41069856df990a1a99d39fb263c8303389d5475" region="gfx3" offset="2000000"/>
		<rom name="250-c6.bin" size="8388608" crc="83e3e69d" sha1="39be66287696829d243fb71b3fb8b7dc2bc3298f" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslug2eh" sourcefile="neogeo.c">
		<description>Metal Slug 2 (Style remix set 1)</description>
		<year>1998</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="241eh-p1.bin" size="1048576" crc="82cdf18b" sha1="4a51e4973f7ff5d7149763502e07cf2fc8ec9f43" region="cpu1" offset="0"/>
		<rom name="241-p2.bin" size="2097152" crc="38883f44" sha1="fcf34b8c6e37774741542393b963635412484a27" region="cpu1" offset="100000"/>
		<rom name="241-s1.bin" size="131072" crc="f3d32f0f" sha1="2dc38b7dfd3ff14f64d5c0733c510b6bb8c692d0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="241-m1.bin" size="131072" crc="94520ebd" sha1="f8a1551cebcb91e416f30f50581feed7f72899e9" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="241-v1.bin" size="4194304" crc="99ec20e8" sha1="80597707f1fe115eed1941bb0701fc00790ad504" region="sound1" offset="0"/>
		<rom name="241-v2.bin" size="4194304" crc="ecb16799" sha1="b4b4ddc680836ed55942c66d7dfe756314e02211" region="sound1" offset="400000"/>
		<rom name="241-c1.bin" size="8388608" crc="394b5e0d" sha1="4549926f5054ee6aa7689cf920be0327e3908a50" region="gfx3" offset="0"/>
		<rom name="241-c2.bin" size="8388608" crc="e5806221" sha1="1e5475cfab129c77acc610f09369ca42ba5aafa5" region="gfx3" offset="1"/>
		<rom name="241-c3.bin" size="8388608" crc="9f6bfa6f" sha1="a4319b48004e723f81a980887678e3e296049a53" region="gfx3" offset="1000000"/>
		<rom name="241-c4.bin" size="8388608" crc="7d3e306f" sha1="1499316fb381775218d897b81a6a0c3465d1a37c" region="gfx3" offset="1000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg2eh1" sourcefile="neogeo.c">
		<description>Metal Slug 2 (Style remix set 2)</description>
		<year>1998</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="241eh1-p1.bin" size="1048576" crc="e8646c37" sha1="f3d02a16ec6106e6c20d8c519893d532764420a6" region="cpu1" offset="0"/>
		<rom name="241-p2.bin" size="2097152" crc="38883f44" sha1="fcf34b8c6e37774741542393b963635412484a27" region="cpu1" offset="100000"/>
		<rom name="241-s1.bin" size="131072" crc="f3d32f0f" sha1="2dc38b7dfd3ff14f64d5c0733c510b6bb8c692d0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="241-m1.bin" size="131072" crc="94520ebd" sha1="f8a1551cebcb91e416f30f50581feed7f72899e9" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="241-v1.bin" size="4194304" crc="99ec20e8" sha1="80597707f1fe115eed1941bb0701fc00790ad504" region="sound1" offset="0"/>
		<rom name="241-v2.bin" size="4194304" crc="ecb16799" sha1="b4b4ddc680836ed55942c66d7dfe756314e02211" region="sound1" offset="400000"/>
		<rom name="241-c1.bin" size="8388608" crc="394b5e0d" sha1="4549926f5054ee6aa7689cf920be0327e3908a50" region="gfx3" offset="0"/>
		<rom name="241-c2.bin" size="8388608" crc="e5806221" sha1="1e5475cfab129c77acc610f09369ca42ba5aafa5" region="gfx3" offset="1"/>
		<rom name="241-c3.bin" size="8388608" crc="9f6bfa6f" sha1="a4319b48004e723f81a980887678e3e296049a53" region="gfx3" offset="1000000"/>
		<rom name="241-c4.bin" size="8388608" crc="7d3e306f" sha1="1499316fb381775218d897b81a6a0c3465d1a37c" region="gfx3" offset="1000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg2eh2" sourcefile="neogeo.c">
		<description>Metal Slug 2 (Style remix set 3)</description>
		<year>1998</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="241eh2-p1.bin" size="1048576" crc="579ecaf3" sha1="e437ae08b265202635c963f10e497ed1788b75fa" region="cpu1" offset="0"/>
		<rom name="241-p2.bin" size="2097152" crc="38883f44" sha1="fcf34b8c6e37774741542393b963635412484a27" region="cpu1" offset="100000"/>
		<rom name="241-s1.bin" size="131072" crc="f3d32f0f" sha1="2dc38b7dfd3ff14f64d5c0733c510b6bb8c692d0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="241-m1.bin" size="131072" crc="94520ebd" sha1="f8a1551cebcb91e416f30f50581feed7f72899e9" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="241-v1.bin" size="4194304" crc="99ec20e8" sha1="80597707f1fe115eed1941bb0701fc00790ad504" region="sound1" offset="0"/>
		<rom name="241-v2.bin" size="4194304" crc="ecb16799" sha1="b4b4ddc680836ed55942c66d7dfe756314e02211" region="sound1" offset="400000"/>
		<rom name="241-c1.bin" size="8388608" crc="394b5e0d" sha1="4549926f5054ee6aa7689cf920be0327e3908a50" region="gfx3" offset="0"/>
		<rom name="241-c2.bin" size="8388608" crc="e5806221" sha1="1e5475cfab129c77acc610f09369ca42ba5aafa5" region="gfx3" offset="1"/>
		<rom name="241-c3.bin" size="8388608" crc="9f6bfa6f" sha1="a4319b48004e723f81a980887678e3e296049a53" region="gfx3" offset="1000000"/>
		<rom name="241-c4.bin" size="8388608" crc="7d3e306f" sha1="1499316fb381775218d897b81a6a0c3465d1a37c" region="gfx3" offset="1000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg2eh3" sourcefile="neogeo.c">
		<description>Metal Slug 2 (Style remix set 4)</description>
		<year>1998</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="241eh3-p1.bin" size="1048576" crc="3d37574f" sha1="431e80d8689cdba27726265a7dab2ac7a5db71e2" region="cpu1" offset="0"/>
		<rom name="241-p2.bin" size="2097152" crc="38883f44" sha1="fcf34b8c6e37774741542393b963635412484a27" region="cpu1" offset="100000"/>
		<rom name="241-s1.bin" size="131072" crc="f3d32f0f" sha1="2dc38b7dfd3ff14f64d5c0733c510b6bb8c692d0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="241-m1.bin" size="131072" crc="94520ebd" sha1="f8a1551cebcb91e416f30f50581feed7f72899e9" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="241-v1.bin" size="4194304" crc="99ec20e8" sha1="80597707f1fe115eed1941bb0701fc00790ad504" region="sound1" offset="0"/>
		<rom name="241-v2.bin" size="4194304" crc="ecb16799" sha1="b4b4ddc680836ed55942c66d7dfe756314e02211" region="sound1" offset="400000"/>
		<rom name="241-c1.bin" size="8388608" crc="394b5e0d" sha1="4549926f5054ee6aa7689cf920be0327e3908a50" region="gfx3" offset="0"/>
		<rom name="241-c2.bin" size="8388608" crc="e5806221" sha1="1e5475cfab129c77acc610f09369ca42ba5aafa5" region="gfx3" offset="1"/>
		<rom name="241-c3.bin" size="8388608" crc="9f6bfa6f" sha1="a4319b48004e723f81a980887678e3e296049a53" region="gfx3" offset="1000000"/>
		<rom name="241-c4.bin" size="8388608" crc="7d3e306f" sha1="1499316fb381775218d897b81a6a0c3465d1a37c" region="gfx3" offset="1000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg2eh4" sourcefile="neogeo.c">
		<description>Metal Slug 2 (Style remix set 5)</description>
		<year>1998</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="241eh4-p1.bin" size="1048576" crc="f31a813a" sha1="a0024fc378b7e7daa4f48049042ecb8b2551e71a" region="cpu1" offset="0"/>
		<rom name="241-p2.bin" size="2097152" crc="38883f44" sha1="fcf34b8c6e37774741542393b963635412484a27" region="cpu1" offset="100000"/>
		<rom name="241-s1.bin" size="131072" crc="f3d32f0f" sha1="2dc38b7dfd3ff14f64d5c0733c510b6bb8c692d0" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="241-m1.bin" size="131072" crc="94520ebd" sha1="f8a1551cebcb91e416f30f50581feed7f72899e9" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="241-v1.bin" size="4194304" crc="99ec20e8" sha1="80597707f1fe115eed1941bb0701fc00790ad504" region="sound1" offset="0"/>
		<rom name="241-v2.bin" size="4194304" crc="ecb16799" sha1="b4b4ddc680836ed55942c66d7dfe756314e02211" region="sound1" offset="400000"/>
		<rom name="241-c1.bin" size="8388608" crc="394b5e0d" sha1="4549926f5054ee6aa7689cf920be0327e3908a50" region="gfx3" offset="0"/>
		<rom name="241-c2.bin" size="8388608" crc="e5806221" sha1="1e5475cfab129c77acc610f09369ca42ba5aafa5" region="gfx3" offset="1"/>
		<rom name="241-c3.bin" size="8388608" crc="9f6bfa6f" sha1="a4319b48004e723f81a980887678e3e296049a53" region="gfx3" offset="1000000"/>
		<rom name="241-c4.bin" size="8388608" crc="7d3e306f" sha1="1499316fb381775218d897b81a6a0c3465d1a37c" region="gfx3" offset="1000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3eha" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix 030826)</description>
		<year>2000</year>
		<manufacturer>HappyAsr</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256eha-p1.rom" size="1048576" crc="e04c6624" sha1="de684f346ab9a2e5730a6753de6d53801a702cc8" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3ehs" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix set 01)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256eh-p1.rom" size="1048576" crc="bfb6a37f" sha1="2ed7fc7936d732ff55f629612434f1d72c09976e" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3e02" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix set 02)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256eh02-p1.rom" size="1048576" crc="c9cf4ef8" sha1="e1e10dcea6ce0c8b6939250adaa167e950069760" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3e03" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix set 03)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256eh03-p1.rom" size="1048576" crc="77f64aa6" sha1="8aa93f67e55461019dc677cb6f96ead3771232d1" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3e04" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix set 04)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256eh04-p1.rom" size="1048576" crc="09e9fe91" sha1="573bd25c77e79de85396812bb7632be8d93bdaa6" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3e05" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix set 05)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256eh05-p1.rom" size="1048576" crc="c1a91748" sha1="07227283b7fe0e040962a84bc345b231fe6417e3" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3e06" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix set 06)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256eh06-p1.rom" size="1048576" crc="812cdce7" sha1="5249bc026471c1abb2d37b2ac03267b3349a6345" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3e07" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix set 07)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256eh07-p1.rom" size="1048576" crc="bb123461" sha1="26a8fbb7792ebbd1052a09a78a38a72901644902" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3e08" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix set 08)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256eh08-p1.rom" size="1048576" crc="7666aad5" sha1="3d55be31a158501d74994a5abf31d6928626d7e3" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3e09" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix set 09)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256eh09-p1.rom" size="1048576" crc="be26430c" sha1="ee4d070885032bc5c2699d8c0b5abe7d1d7bc6cc" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3e10" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix set 10)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256eh10-p1.rom" size="1048576" crc="e510ae7e" sha1="35183a58c11e78c9da08643853c2b06eed74b87c" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3e11" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix set 11)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256eh11-p1.rom" size="1048576" crc="2d5047a7" sha1="89e720e8ccddbbc81c923ad8f7e5a371f9f0ecfc" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3e12" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix set 12)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256eh12-p1.rom" size="1048576" crc="410a6c8e" sha1="d89aaa1a6fa46c20a84b8fafd83c66fe43a93e86" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3e13" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix set 13)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256eh13-p1.rom" size="1048576" crc="642335cb" sha1="a17e7a48759a7589a3baf5ff4f69c937954de44c" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3e14" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix set 14)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256eh14-p1.rom" size="1048576" crc="3e8538ca" sha1="148732165a081bec2f7bdefc79ce7a2db6a2998d" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3e15" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix set 15)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256eh15-p1.rom" size="1048576" crc="f6c5d113" sha1="555ce0ea6c7d3003c9239de8b7a580295096e9ff" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3e16" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix set 16)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256eh16-p1.rom" size="1048576" crc="52df13e3" sha1="9e24404b687284540d21b3be512108da1f1e2bbf" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3e17" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix set 17)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256eh17-p1.rom" size="1048576" crc="9a9ffa3a" sha1="3ce3ba9048aa94543a03798c710c4bea4075a072" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3e18" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix set 18)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256eh18-p1.rom" size="1048576" crc="1a3c81fc" sha1="b6f2ed4cb2b7f3f3dd3ef1bc97780ef136b2a82c" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3e19" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix set 19)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256eh19-p1.rom" size="1048576" crc="d27c6825" sha1="d58d0db2378f0541c18dd60fc933614537572dc7" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3e20" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix set 20)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256eh20-p1.rom" size="1048576" crc="e4804e0d" sha1="9d47e69e8ff737a977c9470a59024da7af35db9c" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3e21" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix set 21)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256eh21-p1.rom" size="1048576" crc="2cc0a7d4" sha1="7f640067d653c8c0b66ba3c33d0e948497786acf" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3e22" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix set 22)</description>
		<year>2000</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256eh22-p1.rom" size="1048576" crc="7d648368" sha1="d637a17d777f59596ad1b67b7898f182f8f4d577" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslug3kh" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix 030801)</description>
		<year>2000</year>
		<manufacturer>Fighters Kim and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256kh-ph1.rom" size="1048576" crc="696aa1b4" sha1="2e72191f12f4cbbddda1350fbe859e8bc70be62f" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg3kho" sourcefile="neogeo.c">
		<description>Metal Slug 3 (Style remix 030728)</description>
		<year>2000</year>
		<manufacturer>Fighters Kim and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="256kho-p1.rom" size="1048576" crc="820567e4" sha1="c23d58e3c5c185715bb65839f4a6a04767992f3d" region="cpu1" offset="0"/>
		<rom name="256-ph2.rom" size="4194304" crc="1f3d8ce8" sha1="08b05a8abfb86ec09a5e758d6273acf1489961f9" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="256-m1.bin" size="524288" crc="eaeec116" sha1="54419dbb21edc8c4b37eaac2e7ad9496d2de037a" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="256-v1.bin" size="4194304" crc="f2690241" sha1="fd56babc1934d10e0d27c32f032f9edda7ca8ce9" region="sound1" offset="0"/>
		<rom name="256-v2.bin" size="4194304" crc="7e2a10bd" sha1="0d587fb9f64cba0315ce2d8a03e2b8fe34936dff" region="sound1" offset="400000"/>
		<rom name="256-v3.bin" size="4194304" crc="0eaec17c" sha1="c3ed613cc6993edd6fc0d62a90bcd85de8e21915" region="sound1" offset="800000"/>
		<rom name="256-v4.bin" size="4194304" crc="9b4b22d4" sha1="9764fbf8453e52f80aa97a46fb9cf5937ef15a31" region="sound1" offset="c00000"/>
		<rom name="256-c1.bin" size="8388608" crc="5a79c34e" sha1="b8aa51fa50935cae62ab3d125b723ab888691e60" region="gfx3" offset="0"/>
		<rom name="256-c2.bin" size="8388608" crc="944c362c" sha1="3843ab300f956280475469caee70135658f67089" region="gfx3" offset="1"/>
		<rom name="256-c3.bin" size="8388608" crc="6e69d36f" sha1="94e8cf42e999114b4bd8b30e0aa2f365578c4c9a" region="gfx3" offset="1000000"/>
		<rom name="256-c4.bin" size="8388608" crc="b755b4eb" sha1="804700a0966a48f130c434ede3f970792ea74fa5" region="gfx3" offset="1000001"/>
		<rom name="256-c5.bin" size="8388608" crc="7aacab47" sha1="312c1c9846175fe1a3cad51d5ae230cf674fc93d" region="gfx3" offset="2000000"/>
		<rom name="256-c6.bin" size="8388608" crc="c698fd5d" sha1="16818883b06849ba2f8d61bdd5e21aaf99bd8408" region="gfx3" offset="2000001"/>
		<rom name="256-c7.bin" size="8388608" crc="cfceddd2" sha1="7def666adf8bd1703f40c61f182fc040b6362dc9" region="gfx3" offset="3000000"/>
		<rom name="256-c8.bin" size="8388608" crc="4d9be34c" sha1="a737bdfa2b815aea7067e7af2636e83a9409c414" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslug4eh" sourcefile="neogeo.c">
		<description>Metal Slug 4 (Style remix 030414 set 1)</description>
		<year>2002</year>
		<manufacturer>Creamymami</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="263eh-p1.bin" size="1048576" crc="42866fc5" sha1="0ef57352b28fae2b884dfc021a2fd0bdf36456cb" region="cpu1" offset="0"/>
		<rom name="263-p2.bin" size="4194304" crc="fdb7aed8" sha1="dbeaec38f44e58ffedba99e70fa1439c2bf0dfa3" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="263-m1.bin" size="65536" crc="38ffad14" sha1="03d526a887aad28306400c21abd131b9c301c221" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="263-m1_decrypted.bin" size="65536" crc="0c4c42f8" sha1="b7be47d909f5e4fcfe769ead0653d40e1e708d36" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="263-v1.bin" size="8388608" crc="01e9b9cd" sha1="0b045c2999449f7dab5ae8a42e957d5b6650431e" region="sound1" offset="0"/>
		<rom name="263-v2.bin" size="8388608" crc="4ab2bf81" sha1="77ccfa48f7e3daddef5fe5229a0093eb2f803742" region="sound1" offset="800000"/>
		<rom name="263-c1.bin" size="8388608" crc="84865f8a" sha1="34467ada896eb7c7ca58658bf2a932936d8b632c" region="gfx3" offset="0"/>
		<rom name="263-c2.bin" size="8388608" crc="81df97f2" sha1="2b74493b8ec8fd49216a627aeb3db493f76124e3" region="gfx3" offset="1"/>
		<rom name="263-c3.bin" size="8388608" crc="1a343323" sha1="bbbb5232bba538c277ce2ee02e2956ca2243b787" region="gfx3" offset="1000000"/>
		<rom name="263-c4.bin" size="8388608" crc="942cfb44" sha1="d9b46c71726383c4581fb042e63897e5a3c92d1b" region="gfx3" offset="1000001"/>
		<rom name="263-c5.bin" size="8388608" crc="a748854f" sha1="2611bbedf9b5d8e82c6b2c99b88f842c46434d41" region="gfx3" offset="2000000"/>
		<rom name="263-c6.bin" size="8388608" crc="5c8ba116" sha1="6034db09c8706d4ddbcefc053efbc47a0953eb92" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg4eh2" sourcefile="neogeo.c">
		<description>Metal Slug 4 (Style remix 030414 set 2)</description>
		<year>2002</year>
		<manufacturer>Creamymami</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="263eh2-p1.bin" size="1048576" crc="2cb01721" sha1="9a7e3a28f9f26848f36fa19d66ae9b7588e8dd7e" region="cpu1" offset="0"/>
		<rom name="263-p2.bin" size="4194304" crc="fdb7aed8" sha1="dbeaec38f44e58ffedba99e70fa1439c2bf0dfa3" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="263-m1.bin" size="65536" crc="38ffad14" sha1="03d526a887aad28306400c21abd131b9c301c221" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="263-m1_decrypted.bin" size="65536" crc="0c4c42f8" sha1="b7be47d909f5e4fcfe769ead0653d40e1e708d36" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="263-v1.bin" size="8388608" crc="01e9b9cd" sha1="0b045c2999449f7dab5ae8a42e957d5b6650431e" region="sound1" offset="0"/>
		<rom name="263-v2.bin" size="8388608" crc="4ab2bf81" sha1="77ccfa48f7e3daddef5fe5229a0093eb2f803742" region="sound1" offset="800000"/>
		<rom name="263-c1.bin" size="8388608" crc="84865f8a" sha1="34467ada896eb7c7ca58658bf2a932936d8b632c" region="gfx3" offset="0"/>
		<rom name="263-c2.bin" size="8388608" crc="81df97f2" sha1="2b74493b8ec8fd49216a627aeb3db493f76124e3" region="gfx3" offset="1"/>
		<rom name="263-c3.bin" size="8388608" crc="1a343323" sha1="bbbb5232bba538c277ce2ee02e2956ca2243b787" region="gfx3" offset="1000000"/>
		<rom name="263-c4.bin" size="8388608" crc="942cfb44" sha1="d9b46c71726383c4581fb042e63897e5a3c92d1b" region="gfx3" offset="1000001"/>
		<rom name="263-c5.bin" size="8388608" crc="a748854f" sha1="2611bbedf9b5d8e82c6b2c99b88f842c46434d41" region="gfx3" offset="2000000"/>
		<rom name="263-c6.bin" size="8388608" crc="5c8ba116" sha1="6034db09c8706d4ddbcefc053efbc47a0953eb92" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg4eh3" sourcefile="neogeo.c">
		<description>Metal Slug 4 (Style remix 030414 set 3)</description>
		<year>2002</year>
		<manufacturer>Creamymami</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="263eh3-p1.bin" size="1048576" crc="628f101f" sha1="fc787b550c788dd8d8207927d679dd8ad7b50eb1" region="cpu1" offset="0"/>
		<rom name="263-p2.bin" size="4194304" crc="fdb7aed8" sha1="dbeaec38f44e58ffedba99e70fa1439c2bf0dfa3" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="263-m1.bin" size="65536" crc="38ffad14" sha1="03d526a887aad28306400c21abd131b9c301c221" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="263-m1_decrypted.bin" size="65536" crc="0c4c42f8" sha1="b7be47d909f5e4fcfe769ead0653d40e1e708d36" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="263-v1.bin" size="8388608" crc="01e9b9cd" sha1="0b045c2999449f7dab5ae8a42e957d5b6650431e" region="sound1" offset="0"/>
		<rom name="263-v2.bin" size="8388608" crc="4ab2bf81" sha1="77ccfa48f7e3daddef5fe5229a0093eb2f803742" region="sound1" offset="800000"/>
		<rom name="263-c1.bin" size="8388608" crc="84865f8a" sha1="34467ada896eb7c7ca58658bf2a932936d8b632c" region="gfx3" offset="0"/>
		<rom name="263-c2.bin" size="8388608" crc="81df97f2" sha1="2b74493b8ec8fd49216a627aeb3db493f76124e3" region="gfx3" offset="1"/>
		<rom name="263-c3.bin" size="8388608" crc="1a343323" sha1="bbbb5232bba538c277ce2ee02e2956ca2243b787" region="gfx3" offset="1000000"/>
		<rom name="263-c4.bin" size="8388608" crc="942cfb44" sha1="d9b46c71726383c4581fb042e63897e5a3c92d1b" region="gfx3" offset="1000001"/>
		<rom name="263-c5.bin" size="8388608" crc="a748854f" sha1="2611bbedf9b5d8e82c6b2c99b88f842c46434d41" region="gfx3" offset="2000000"/>
		<rom name="263-c6.bin" size="8388608" crc="5c8ba116" sha1="6034db09c8706d4ddbcefc053efbc47a0953eb92" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg4eh4" sourcefile="neogeo.c">
		<description>Metal Slug 4 (Style remix 030414 set 4)</description>
		<year>2002</year>
		<manufacturer>Creamymami</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="263eh4-p1.bin" size="1048576" crc="3d08cdbd" sha1="b311a52c794e3ffc623dff6ead91ccd79c2f2af9" region="cpu1" offset="0"/>
		<rom name="263-p2.bin" size="4194304" crc="fdb7aed8" sha1="dbeaec38f44e58ffedba99e70fa1439c2bf0dfa3" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="263-m1.bin" size="65536" crc="38ffad14" sha1="03d526a887aad28306400c21abd131b9c301c221" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="263-m1_decrypted.bin" size="65536" crc="0c4c42f8" sha1="b7be47d909f5e4fcfe769ead0653d40e1e708d36" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="263-v1.bin" size="8388608" crc="01e9b9cd" sha1="0b045c2999449f7dab5ae8a42e957d5b6650431e" region="sound1" offset="0"/>
		<rom name="263-v2.bin" size="8388608" crc="4ab2bf81" sha1="77ccfa48f7e3daddef5fe5229a0093eb2f803742" region="sound1" offset="800000"/>
		<rom name="263-c1.bin" size="8388608" crc="84865f8a" sha1="34467ada896eb7c7ca58658bf2a932936d8b632c" region="gfx3" offset="0"/>
		<rom name="263-c2.bin" size="8388608" crc="81df97f2" sha1="2b74493b8ec8fd49216a627aeb3db493f76124e3" region="gfx3" offset="1"/>
		<rom name="263-c3.bin" size="8388608" crc="1a343323" sha1="bbbb5232bba538c277ce2ee02e2956ca2243b787" region="gfx3" offset="1000000"/>
		<rom name="263-c4.bin" size="8388608" crc="942cfb44" sha1="d9b46c71726383c4581fb042e63897e5a3c92d1b" region="gfx3" offset="1000001"/>
		<rom name="263-c5.bin" size="8388608" crc="a748854f" sha1="2611bbedf9b5d8e82c6b2c99b88f842c46434d41" region="gfx3" offset="2000000"/>
		<rom name="263-c6.bin" size="8388608" crc="5c8ba116" sha1="6034db09c8706d4ddbcefc053efbc47a0953eb92" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg4eh5" sourcefile="neogeo.c">
		<description>Metal Slug 4 (Style remix 030414 set 5)</description>
		<year>2002</year>
		<manufacturer>Creamymami</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="263eh5-p1.bin" size="1048576" crc="35d4a0f3" sha1="94c55dfe8d00c1920b14fc1770a626fd4bdec325" region="cpu1" offset="0"/>
		<rom name="263-p2.bin" size="4194304" crc="fdb7aed8" sha1="dbeaec38f44e58ffedba99e70fa1439c2bf0dfa3" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="263-m1.bin" size="65536" crc="38ffad14" sha1="03d526a887aad28306400c21abd131b9c301c221" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="263-m1_decrypted.bin" size="65536" crc="0c4c42f8" sha1="b7be47d909f5e4fcfe769ead0653d40e1e708d36" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="263-v1.bin" size="8388608" crc="01e9b9cd" sha1="0b045c2999449f7dab5ae8a42e957d5b6650431e" region="sound1" offset="0"/>
		<rom name="263-v2.bin" size="8388608" crc="4ab2bf81" sha1="77ccfa48f7e3daddef5fe5229a0093eb2f803742" region="sound1" offset="800000"/>
		<rom name="263-c1.bin" size="8388608" crc="84865f8a" sha1="34467ada896eb7c7ca58658bf2a932936d8b632c" region="gfx3" offset="0"/>
		<rom name="263-c2.bin" size="8388608" crc="81df97f2" sha1="2b74493b8ec8fd49216a627aeb3db493f76124e3" region="gfx3" offset="1"/>
		<rom name="263-c3.bin" size="8388608" crc="1a343323" sha1="bbbb5232bba538c277ce2ee02e2956ca2243b787" region="gfx3" offset="1000000"/>
		<rom name="263-c4.bin" size="8388608" crc="942cfb44" sha1="d9b46c71726383c4581fb042e63897e5a3c92d1b" region="gfx3" offset="1000001"/>
		<rom name="263-c5.bin" size="8388608" crc="a748854f" sha1="2611bbedf9b5d8e82c6b2c99b88f842c46434d41" region="gfx3" offset="2000000"/>
		<rom name="263-c6.bin" size="8388608" crc="5c8ba116" sha1="6034db09c8706d4ddbcefc053efbc47a0953eb92" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg4eh6" sourcefile="neogeo.c">
		<description>Metal Slug 4 (Style remix 030414 set 6)</description>
		<year>2002</year>
		<manufacturer>Creamymami</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="263eh6-p1.bin" size="1048576" crc="246c7a6f" sha1="46607bbd256b3af5092526f8dd57e0b211e55d88" region="cpu1" offset="0"/>
		<rom name="263-p2.bin" size="4194304" crc="fdb7aed8" sha1="dbeaec38f44e58ffedba99e70fa1439c2bf0dfa3" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="263-m1.bin" size="65536" crc="38ffad14" sha1="03d526a887aad28306400c21abd131b9c301c221" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="263-m1_decrypted.bin" size="65536" crc="0c4c42f8" sha1="b7be47d909f5e4fcfe769ead0653d40e1e708d36" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="263-v1.bin" size="8388608" crc="01e9b9cd" sha1="0b045c2999449f7dab5ae8a42e957d5b6650431e" region="sound1" offset="0"/>
		<rom name="263-v2.bin" size="8388608" crc="4ab2bf81" sha1="77ccfa48f7e3daddef5fe5229a0093eb2f803742" region="sound1" offset="800000"/>
		<rom name="263-c1.bin" size="8388608" crc="84865f8a" sha1="34467ada896eb7c7ca58658bf2a932936d8b632c" region="gfx3" offset="0"/>
		<rom name="263-c2.bin" size="8388608" crc="81df97f2" sha1="2b74493b8ec8fd49216a627aeb3db493f76124e3" region="gfx3" offset="1"/>
		<rom name="263-c3.bin" size="8388608" crc="1a343323" sha1="bbbb5232bba538c277ce2ee02e2956ca2243b787" region="gfx3" offset="1000000"/>
		<rom name="263-c4.bin" size="8388608" crc="942cfb44" sha1="d9b46c71726383c4581fb042e63897e5a3c92d1b" region="gfx3" offset="1000001"/>
		<rom name="263-c5.bin" size="8388608" crc="a748854f" sha1="2611bbedf9b5d8e82c6b2c99b88f842c46434d41" region="gfx3" offset="2000000"/>
		<rom name="263-c6.bin" size="8388608" crc="5c8ba116" sha1="6034db09c8706d4ddbcefc053efbc47a0953eb92" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslg4eho" sourcefile="neogeo.c">
		<description>Metal Slug 4 (Style remix Old)</description>
		<year>2002</year>
		<manufacturer>Creamymami</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="263eho-p1.bin" size="1048576" crc="41fea527" sha1="17a8cf630b2ad6e58c51a2f1d01ceff2d1ef970e" region="cpu1" offset="0"/>
		<rom name="263-p2.bin" size="4194304" crc="fdb7aed8" sha1="dbeaec38f44e58ffedba99e70fa1439c2bf0dfa3" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="263-m1.bin" size="65536" crc="38ffad14" sha1="03d526a887aad28306400c21abd131b9c301c221" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="263-m1_decrypted.bin" size="65536" crc="0c4c42f8" sha1="b7be47d909f5e4fcfe769ead0653d40e1e708d36" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="263-v1.bin" size="8388608" crc="01e9b9cd" sha1="0b045c2999449f7dab5ae8a42e957d5b6650431e" region="sound1" offset="0"/>
		<rom name="263-v2.bin" size="8388608" crc="4ab2bf81" sha1="77ccfa48f7e3daddef5fe5229a0093eb2f803742" region="sound1" offset="800000"/>
		<rom name="263-c1.bin" size="8388608" crc="84865f8a" sha1="34467ada896eb7c7ca58658bf2a932936d8b632c" region="gfx3" offset="0"/>
		<rom name="263-c2.bin" size="8388608" crc="81df97f2" sha1="2b74493b8ec8fd49216a627aeb3db493f76124e3" region="gfx3" offset="1"/>
		<rom name="263-c3.bin" size="8388608" crc="1a343323" sha1="bbbb5232bba538c277ce2ee02e2956ca2243b787" region="gfx3" offset="1000000"/>
		<rom name="263-c4.bin" size="8388608" crc="942cfb44" sha1="d9b46c71726383c4581fb042e63897e5a3c92d1b" region="gfx3" offset="1000001"/>
		<rom name="263-c5.bin" size="8388608" crc="a748854f" sha1="2611bbedf9b5d8e82c6b2c99b88f842c46434d41" region="gfx3" offset="2000000"/>
		<rom name="263-c6.bin" size="8388608" crc="5c8ba116" sha1="6034db09c8706d4ddbcefc053efbc47a0953eb92" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mslug4kh" sourcefile="neogeo.c">
		<description>Metal Slug 4 (Style remix 030731)</description>
		<year>2002</year>
		<manufacturer>Creamymami and Fighters Kim</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="263kh-p1.bin" size="1048576" crc="883680c2" sha1="9ba71d9cf4eb8615cf6fe94b74c6436876dcb0b2" region="cpu1" offset="0"/>
		<rom name="263-p2.bin" size="4194304" crc="fdb7aed8" sha1="dbeaec38f44e58ffedba99e70fa1439c2bf0dfa3" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="263-m1.bin" size="65536" crc="38ffad14" sha1="03d526a887aad28306400c21abd131b9c301c221" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="263-m1_decrypted.bin" size="65536" crc="0c4c42f8" sha1="b7be47d909f5e4fcfe769ead0653d40e1e708d36" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="263-v1.bin" size="8388608" crc="01e9b9cd" sha1="0b045c2999449f7dab5ae8a42e957d5b6650431e" region="sound1" offset="0"/>
		<rom name="263-v2.bin" size="8388608" crc="4ab2bf81" sha1="77ccfa48f7e3daddef5fe5229a0093eb2f803742" region="sound1" offset="800000"/>
		<rom name="263-c1.bin" size="8388608" crc="84865f8a" sha1="34467ada896eb7c7ca58658bf2a932936d8b632c" region="gfx3" offset="0"/>
		<rom name="263-c2.bin" size="8388608" crc="81df97f2" sha1="2b74493b8ec8fd49216a627aeb3db493f76124e3" region="gfx3" offset="1"/>
		<rom name="263-c3.bin" size="8388608" crc="1a343323" sha1="bbbb5232bba538c277ce2ee02e2956ca2243b787" region="gfx3" offset="1000000"/>
		<rom name="263-c4.bin" size="8388608" crc="942cfb44" sha1="d9b46c71726383c4581fb042e63897e5a3c92d1b" region="gfx3" offset="1000001"/>
		<rom name="263-c5.bin" size="8388608" crc="a748854f" sha1="2611bbedf9b5d8e82c6b2c99b88f842c46434d41" region="gfx3" offset="2000000"/>
		<rom name="263-c6.bin" size="8388608" crc="5c8ba116" sha1="6034db09c8706d4ddbcefc053efbc47a0953eb92" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="njmeh" sourcefile="neogeo.c">
		<description>Ninja Master's (Add Char)</description>
		<year>1996</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="217eh-p1.bin" size="1048576" crc="2cb6c199" sha1="a7ad5bd0e827e8cece9d3447045a63fddee94385" region="cpu1" offset="0"/>
		<rom name="217-p2.bin" size="2097152" crc="191fca88" sha1="e318e5931704779bbe461719a5eeeba89bd83a5d" region="cpu1" offset="100000"/>
		<rom name="217-s1.bin" size="131072" crc="8ff782f0" sha1="90099c154357042ba658d4ef6abe4d9335bb7172" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="217-m1.bin" size="131072" crc="d00fb2af" sha1="6bcaa52e1641cc24288e1f22f4dc98e8d8921b90" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="217-v1.bin" size="4194304" crc="1c34e013" sha1="5368e413d2188c4fd063b6bb7d5f498ff83ea812" region="sound1" offset="0"/>
		<rom name="217-v2.bin" size="2097152" crc="22f1c681" sha1="09da03b2e63d180e55173ff25e8735c4162f027b" region="sound1" offset="400000"/>
		<rom name="217-c1.bin" size="4194304" crc="5fe97bc4" sha1="d76c955d83baa2b9fd24222a9b2852947b7b92f0" region="gfx3" offset="0"/>
		<rom name="217-c2.bin" size="4194304" crc="886e0d66" sha1="d407e1525e4ebe996e14f6e5c0396a10f736a50d" region="gfx3" offset="1"/>
		<rom name="217-c3.bin" size="4194304" crc="59e8525f" sha1="19f602c71545d6c021dc72e112d3a8b8efe7a9b7" region="gfx3" offset="800000"/>
		<rom name="217-c4.bin" size="4194304" crc="8521add2" sha1="0d1a6f2979302c4c282e31ff334d2d887aec74f7" region="gfx3" offset="800001"/>
		<rom name="217-c5.bin" size="4194304" crc="fb1896e5" sha1="777a8caa9ebdbddf89e3d5ab650c94a55228ce54" region="gfx3" offset="1000000"/>
		<rom name="217-c6.bin" size="4194304" crc="1c98c54b" sha1="cb1cad161d9b9f2f5a7cf8ae4d6d35b51acf90f5" region="gfx3" offset="1000001"/>
		<rom name="217-c7.bin" size="4194304" crc="8b0ede2e" sha1="ea632ac98291ddac95441b7fe2349974b2da8a42" region="gfx3" offset="1800000"/>
		<rom name="217-c8.bin" size="4194304" crc="a085bb61" sha1="6a3e9e6ba96072b8849b407f2b24103dc0852259" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="njmehc" sourcefile="neogeo.c">
		<description>Ninja Master's (Pow hack)</description>
		<year>1996</year>
		<manufacturer>Creamymami</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="217ehc-p1.bin" size="1048576" crc="8b88e675" sha1="d16dad0d05282b577fabf3bd187ac3b8d4ddfa57" region="cpu1" offset="0"/>
		<rom name="217-p2.bin" size="2097152" crc="191fca88" sha1="e318e5931704779bbe461719a5eeeba89bd83a5d" region="cpu1" offset="100000"/>
		<rom name="217-s1.bin" size="131072" crc="8ff782f0" sha1="90099c154357042ba658d4ef6abe4d9335bb7172" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="217-m1.bin" size="131072" crc="d00fb2af" sha1="6bcaa52e1641cc24288e1f22f4dc98e8d8921b90" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="217-v1.bin" size="4194304" crc="1c34e013" sha1="5368e413d2188c4fd063b6bb7d5f498ff83ea812" region="sound1" offset="0"/>
		<rom name="217-v2.bin" size="2097152" crc="22f1c681" sha1="09da03b2e63d180e55173ff25e8735c4162f027b" region="sound1" offset="400000"/>
		<rom name="217-c1.bin" size="4194304" crc="5fe97bc4" sha1="d76c955d83baa2b9fd24222a9b2852947b7b92f0" region="gfx3" offset="0"/>
		<rom name="217-c2.bin" size="4194304" crc="886e0d66" sha1="d407e1525e4ebe996e14f6e5c0396a10f736a50d" region="gfx3" offset="1"/>
		<rom name="217-c3.bin" size="4194304" crc="59e8525f" sha1="19f602c71545d6c021dc72e112d3a8b8efe7a9b7" region="gfx3" offset="800000"/>
		<rom name="217-c4.bin" size="4194304" crc="8521add2" sha1="0d1a6f2979302c4c282e31ff334d2d887aec74f7" region="gfx3" offset="800001"/>
		<rom name="217-c5.bin" size="4194304" crc="fb1896e5" sha1="777a8caa9ebdbddf89e3d5ab650c94a55228ce54" region="gfx3" offset="1000000"/>
		<rom name="217-c6.bin" size="4194304" crc="1c98c54b" sha1="cb1cad161d9b9f2f5a7cf8ae4d6d35b51acf90f5" region="gfx3" offset="1000001"/>
		<rom name="217-c7.bin" size="4194304" crc="8b0ede2e" sha1="ea632ac98291ddac95441b7fe2349974b2da8a42" region="gfx3" offset="1800000"/>
		<rom name="217-c8.bin" size="4194304" crc="a085bb61" sha1="6a3e9e6ba96072b8849b407f2b24103dc0852259" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="njmehyc" sourcefile="neogeo.c">
		<description>Ninja Master's (Add Char - Pow hack)</description>
		<year>1996</year>
		<manufacturer>Creamymami and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="217ehyc-p1.bin" size="1048576" crc="99a9ca85" sha1="25d3995f9669072b17718169693dc5c4fed0c9f2" region="cpu1" offset="0"/>
		<rom name="217-p2.bin" size="2097152" crc="191fca88" sha1="e318e5931704779bbe461719a5eeeba89bd83a5d" region="cpu1" offset="100000"/>
		<rom name="217-s1.bin" size="131072" crc="8ff782f0" sha1="90099c154357042ba658d4ef6abe4d9335bb7172" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="217-m1.bin" size="131072" crc="d00fb2af" sha1="6bcaa52e1641cc24288e1f22f4dc98e8d8921b90" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="217-v1.bin" size="4194304" crc="1c34e013" sha1="5368e413d2188c4fd063b6bb7d5f498ff83ea812" region="sound1" offset="0"/>
		<rom name="217-v2.bin" size="2097152" crc="22f1c681" sha1="09da03b2e63d180e55173ff25e8735c4162f027b" region="sound1" offset="400000"/>
		<rom name="217-c1.bin" size="4194304" crc="5fe97bc4" sha1="d76c955d83baa2b9fd24222a9b2852947b7b92f0" region="gfx3" offset="0"/>
		<rom name="217-c2.bin" size="4194304" crc="886e0d66" sha1="d407e1525e4ebe996e14f6e5c0396a10f736a50d" region="gfx3" offset="1"/>
		<rom name="217-c3.bin" size="4194304" crc="59e8525f" sha1="19f602c71545d6c021dc72e112d3a8b8efe7a9b7" region="gfx3" offset="800000"/>
		<rom name="217-c4.bin" size="4194304" crc="8521add2" sha1="0d1a6f2979302c4c282e31ff334d2d887aec74f7" region="gfx3" offset="800001"/>
		<rom name="217-c5.bin" size="4194304" crc="fb1896e5" sha1="777a8caa9ebdbddf89e3d5ab650c94a55228ce54" region="gfx3" offset="1000000"/>
		<rom name="217-c6.bin" size="4194304" crc="1c98c54b" sha1="cb1cad161d9b9f2f5a7cf8ae4d6d35b51acf90f5" region="gfx3" offset="1000001"/>
		<rom name="217-c7.bin" size="4194304" crc="8b0ede2e" sha1="ea632ac98291ddac95441b7fe2349974b2da8a42" region="gfx3" offset="1800000"/>
		<rom name="217-c8.bin" size="4194304" crc="a085bb61" sha1="6a3e9e6ba96072b8849b407f2b24103dc0852259" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="matrmehc" sourcefile="neogeo.c">
		<description>Matrimelee (Pow always max - MVS protection rem)</description>
		<year>2002</year>
		<manufacturer>Creamymami</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="266ehc-p1.bin" size="1048576" crc="090fbe25" sha1="0000000000000000000000000000000000000000" region="cpu1" offset="0"/>
		<rom name="266-p2.bin" size="4194304" crc="a14b1906" sha1="1daa14d73512f760ef569b06f9facb279437d1db" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="266-m1.bin" size="131072" crc="456c3e6c" sha1="5a07d0186198a18d2dda1331093cf29b0b9b2984" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="266-m1_decrypted.bin" size="131072" crc="d2f3742d" sha1="dd42f8a301f07e079fbc2bfd23e788baa03ca72d" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="266-v1.bin" size="8388608" crc="a4f83690" sha1="200d683d8c30ebc6d0ed331aa5bbba39b4e07160" region="sound1" offset="0"/>
		<rom name="266-v2.bin" size="8388608" crc="d0f69eda" sha1="9d7e98976ad433ed8a35d7afffa38130444ba7db" region="sound1" offset="800000"/>
		<rom name="266-c1.bin" size="8388608" crc="505f4e30" sha1="f22b6f76fc0cad963555dc89d072967c8dc8b79a" region="gfx3" offset="0"/>
		<rom name="266-c2.bin" size="8388608" crc="3cb57482" sha1="dab15bc24391f9a5173de76af48b612fb9636ccf" region="gfx3" offset="1"/>
		<rom name="266-c3.bin" size="8388608" crc="f1cc6ad0" sha1="66c1cccc0332ffd2d3064f06330c41f95ca09ced" region="gfx3" offset="1000000"/>
		<rom name="266-c4.bin" size="8388608" crc="45b806b7" sha1="c2bb866fded53d62fad0fc88d89d5e7d4cb1894f" region="gfx3" offset="1000001"/>
		<rom name="266-c5.bin" size="8388608" crc="9a15dd6b" sha1="194a6973a7a9e3847efe1bdbaeaeb16e74aff2dd" region="gfx3" offset="2000000"/>
		<rom name="266-c6.bin" size="8388608" crc="281cb939" sha1="bdb7766cfde581ccfaee2be7fe48445f360a2301" region="gfx3" offset="2000001"/>
		<rom name="266-c7.bin" size="8388608" crc="4b71f780" sha1="d5611a6f6b730db58613b48f2b0174661ccfb7bb" region="gfx3" offset="3000000"/>
		<rom name="266-c8.bin" size="8388608" crc="29873d33" sha1="dc77f129ed49b8d40d0d4241feef3f6c2f19a987" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rbff1ud" sourcefile="neogeo.c">
		<description>Real Bout Fatal Fury (Ultra kill style changed)</description>
		<year>1995</year>
		<manufacturer>Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="095ud-p1.bin" size="1048576" crc="fa5e3c0f" sha1="6391ad22eabf0246aa3b9f6d9f821cd58d2e5c71" region="cpu1" offset="0"/>
		<rom name="095-p2.bin" size="2097152" crc="cc15826e" sha1="44d6ac6c0ca697a6f367dcfd809b1e1771cb0635" region="cpu1" offset="100000"/>
		<rom name="095-s1.bin" size="131072" crc="b6bf5e08" sha1="b527355c35ea097f3448676f2ffa65b8e56ae30c" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="095-m1.bin" size="131072" crc="653492a7" sha1="39e511fb9ed5d2135dc8428a31d0baafb2ab36e0" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="069-v1.bin" size="4194304" crc="2bdbd4db" sha1="5f4fecf69c2329d699cbd45829c19303b1e2a80e" region="sound1" offset="0"/>
		<rom name="069-v2.bin" size="4194304" crc="a698a487" sha1="11b8bc53bc26a51f4a408e900e3769958625c4ed" region="sound1" offset="400000"/>
		<rom name="095-v3.bin" size="4194304" crc="189d1c6c" sha1="f0b8cd1ee40ea3feeb2800f0723b451ec8240203" region="sound1" offset="800000"/>
		<rom name="069-c1.bin" size="4194304" crc="e302f93c" sha1="d8610b14900b2b8fe691b67ca9b1abb335dbff74" region="gfx3" offset="0"/>
		<rom name="069-c2.bin" size="4194304" crc="1053a455" sha1="69501bfac68739e63d798045b812badd251d57b8" region="gfx3" offset="1"/>
		<rom name="069-c3.bin" size="4194304" crc="1c0fde2f" sha1="cf6c2ef56c03a861de3b0b6dc0d7c9204d947f9d" region="gfx3" offset="800000"/>
		<rom name="069-c4.bin" size="4194304" crc="a25fc3d0" sha1="83cb349e2f1032652060b233e741fb893be5af16" region="gfx3" offset="800001"/>
		<rom name="095-c5.bin" size="4194304" crc="8b9b65df" sha1="e2a7e20855501f240bcd22f5cc92fcb4a9806abe" region="gfx3" offset="1000000"/>
		<rom name="095-c6.bin" size="4194304" crc="3e164718" sha1="53217f938c8964c1ca68a6fd5249c4169a5ac8e6" region="gfx3" offset="1000001"/>
		<rom name="095-c7.bin" size="2097152" crc="ca605e12" sha1="5150b835247fd705bc1dece97d423d9c20a51416" region="gfx3" offset="1800000"/>
		<rom name="095-c8.bin" size="2097152" crc="4e6beb6c" sha1="c0ac7cfc832ace6ad52c58f5da3a8101baead749" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rbffsehd" sourcefile="neogeo.c">
		<description>Real Bout Fatal Fury Special (Ultra kill style changed - 5 Add Char)</description>
		<year>1996</year>
		<manufacturer>Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="223ehd-p1.bin" size="1048576" crc="db89d64b" sha1="6018ab688865c2c51e73daf0a33ec8ef5c65de77" region="cpu1" offset="0"/>
		<rom name="223-p2.bin" size="4194304" crc="addd8f08" sha1="abaf5b86c8ec915c07ef2d83fce9ad03acaa4817" region="cpu1" offset="100000"/>
		<rom name="223-s1.bin" size="131072" crc="7ecd6e8c" sha1="465455afc4d83cbb118142be4671b2539ffafd79" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="223-m1.bin" size="131072" crc="3fee46bf" sha1="e750f85233953853618fcdff980a4721af1710a3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="223-v1.bin" size="4194304" crc="76673869" sha1="78a26afa29f73de552ffabdbf3fc4bf26be8ae9e" region="sound1" offset="0"/>
		<rom name="223-v2.bin" size="4194304" crc="7a275acd" sha1="8afe87ce822614262b72a90b371fc79155ac0d0c" region="sound1" offset="400000"/>
		<rom name="223-v3.bin" size="4194304" crc="5a797fd2" sha1="94958e334f86d4d71059af8138f255b8d97a3b01" region="sound1" offset="800000"/>
		<rom name="223-c1.bin" size="4194304" crc="ebab05e2" sha1="0d60a8b631e3a3dcfbfdd7779dee081c9548ec39" region="gfx3" offset="0"/>
		<rom name="223-c2.bin" size="4194304" crc="641868c3" sha1="aa1aeb661842276b3326bfa4f1456f75bfecd52e" region="gfx3" offset="1"/>
		<rom name="223-c3.bin" size="4194304" crc="ca00191f" sha1="96977febfcc513e1848d7029ff169cdf51104038" region="gfx3" offset="800000"/>
		<rom name="223-c4.bin" size="4194304" crc="1f23d860" sha1="e18df52f898a51074e07a0b8c6e75873e7cde35e" region="gfx3" offset="800001"/>
		<rom name="223-c5.bin" size="4194304" crc="321e362c" sha1="39bd189334278f266124c97c6f70995f6f171cea" region="gfx3" offset="1000000"/>
		<rom name="223-c6.bin" size="4194304" crc="d8fcef90" sha1="bbccacb27f1e587bc144fe7ce68bd7b327ceaaee" region="gfx3" offset="1000001"/>
		<rom name="223-c7.bin" size="4194304" crc="bc80dd2d" sha1="086f372015eede88c6c578595fe915e28a589d2f" region="gfx3" offset="1800000"/>
		<rom name="223-c8.bin" size="4194304" crc="5ad62102" sha1="e28cc9840caed2a1a8bd65a03bef05231071040c" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rbffsb" sourcefile="neogeo.c">
		<description>Real Bout Fatal Fury Special (Add Geese Howard)</description>
		<year>1996</year>
		<manufacturer>Creamymami</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="223b-p1.bin" size="1048576" crc="bb52545f" sha1="1d082b3f2d71f8510d63a779cbcf5861a066ca26" region="cpu1" offset="0"/>
		<rom name="223-p2.bin" size="4194304" crc="addd8f08" sha1="abaf5b86c8ec915c07ef2d83fce9ad03acaa4817" region="cpu1" offset="100000"/>
		<rom name="223-s1.bin" size="131072" crc="7ecd6e8c" sha1="465455afc4d83cbb118142be4671b2539ffafd79" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="223-m1.bin" size="131072" crc="3fee46bf" sha1="e750f85233953853618fcdff980a4721af1710a3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="223-v1.bin" size="4194304" crc="76673869" sha1="78a26afa29f73de552ffabdbf3fc4bf26be8ae9e" region="sound1" offset="0"/>
		<rom name="223-v2.bin" size="4194304" crc="7a275acd" sha1="8afe87ce822614262b72a90b371fc79155ac0d0c" region="sound1" offset="400000"/>
		<rom name="223-v3.bin" size="4194304" crc="5a797fd2" sha1="94958e334f86d4d71059af8138f255b8d97a3b01" region="sound1" offset="800000"/>
		<rom name="223-c1.bin" size="4194304" crc="ebab05e2" sha1="0d60a8b631e3a3dcfbfdd7779dee081c9548ec39" region="gfx3" offset="0"/>
		<rom name="223-c2.bin" size="4194304" crc="641868c3" sha1="aa1aeb661842276b3326bfa4f1456f75bfecd52e" region="gfx3" offset="1"/>
		<rom name="223-c3.bin" size="4194304" crc="ca00191f" sha1="96977febfcc513e1848d7029ff169cdf51104038" region="gfx3" offset="800000"/>
		<rom name="223-c4.bin" size="4194304" crc="1f23d860" sha1="e18df52f898a51074e07a0b8c6e75873e7cde35e" region="gfx3" offset="800001"/>
		<rom name="223-c5.bin" size="4194304" crc="321e362c" sha1="39bd189334278f266124c97c6f70995f6f171cea" region="gfx3" offset="1000000"/>
		<rom name="223-c6.bin" size="4194304" crc="d8fcef90" sha1="bbccacb27f1e587bc144fe7ce68bd7b327ceaaee" region="gfx3" offset="1000001"/>
		<rom name="223-c7.bin" size="4194304" crc="bc80dd2d" sha1="086f372015eede88c6c578595fe915e28a589d2f" region="gfx3" offset="1800000"/>
		<rom name="223-c8.bin" size="4194304" crc="5ad62102" sha1="e28cc9840caed2a1a8bd65a03bef05231071040c" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rbffseh" sourcefile="neogeo.c">
		<description>Real Bout Fatal Fury Special (Add Geese Howard - Ultra pow hack)</description>
		<year>1996</year>
		<manufacturer>Creamymami</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="223eh-p1.bin" size="1048576" crc="6fe86622" sha1="7cb68f4928c3fa9a07f7f806795628d70a24e693" region="cpu1" offset="0"/>
		<rom name="223-p2.bin" size="4194304" crc="addd8f08" sha1="abaf5b86c8ec915c07ef2d83fce9ad03acaa4817" region="cpu1" offset="100000"/>
		<rom name="223-s1.bin" size="131072" crc="7ecd6e8c" sha1="465455afc4d83cbb118142be4671b2539ffafd79" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="223-m1.bin" size="131072" crc="3fee46bf" sha1="e750f85233953853618fcdff980a4721af1710a3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="223-v1.bin" size="4194304" crc="76673869" sha1="78a26afa29f73de552ffabdbf3fc4bf26be8ae9e" region="sound1" offset="0"/>
		<rom name="223-v2.bin" size="4194304" crc="7a275acd" sha1="8afe87ce822614262b72a90b371fc79155ac0d0c" region="sound1" offset="400000"/>
		<rom name="223-v3.bin" size="4194304" crc="5a797fd2" sha1="94958e334f86d4d71059af8138f255b8d97a3b01" region="sound1" offset="800000"/>
		<rom name="223-c1.bin" size="4194304" crc="ebab05e2" sha1="0d60a8b631e3a3dcfbfdd7779dee081c9548ec39" region="gfx3" offset="0"/>
		<rom name="223-c2.bin" size="4194304" crc="641868c3" sha1="aa1aeb661842276b3326bfa4f1456f75bfecd52e" region="gfx3" offset="1"/>
		<rom name="223-c3.bin" size="4194304" crc="ca00191f" sha1="96977febfcc513e1848d7029ff169cdf51104038" region="gfx3" offset="800000"/>
		<rom name="223-c4.bin" size="4194304" crc="1f23d860" sha1="e18df52f898a51074e07a0b8c6e75873e7cde35e" region="gfx3" offset="800001"/>
		<rom name="223-c5.bin" size="4194304" crc="321e362c" sha1="39bd189334278f266124c97c6f70995f6f171cea" region="gfx3" offset="1000000"/>
		<rom name="223-c6.bin" size="4194304" crc="d8fcef90" sha1="bbccacb27f1e587bc144fe7ce68bd7b327ceaaee" region="gfx3" offset="1000001"/>
		<rom name="223-c7.bin" size="4194304" crc="bc80dd2d" sha1="086f372015eede88c6c578595fe915e28a589d2f" region="gfx3" offset="1800000"/>
		<rom name="223-c8.bin" size="4194304" crc="5ad62102" sha1="e28cc9840caed2a1a8bd65a03bef05231071040c" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rbffspy" sourcefile="neogeo.c">
		<description>Real Bout Fatal Fury Special (Ultra pow hack)</description>
		<year>1996</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="223py-p1.bin" size="1048576" crc="2cf01f60" sha1="fcaf1f9b91af5a035b8ee28cff6e3a72e73766fd" region="cpu1" offset="0"/>
		<rom name="223-p2.bin" size="4194304" crc="addd8f08" sha1="abaf5b86c8ec915c07ef2d83fce9ad03acaa4817" region="cpu1" offset="100000"/>
		<rom name="223-s1.bin" size="131072" crc="7ecd6e8c" sha1="465455afc4d83cbb118142be4671b2539ffafd79" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="223-m1.bin" size="131072" crc="3fee46bf" sha1="e750f85233953853618fcdff980a4721af1710a3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="223-v1.bin" size="4194304" crc="76673869" sha1="78a26afa29f73de552ffabdbf3fc4bf26be8ae9e" region="sound1" offset="0"/>
		<rom name="223-v2.bin" size="4194304" crc="7a275acd" sha1="8afe87ce822614262b72a90b371fc79155ac0d0c" region="sound1" offset="400000"/>
		<rom name="223-v3.bin" size="4194304" crc="5a797fd2" sha1="94958e334f86d4d71059af8138f255b8d97a3b01" region="sound1" offset="800000"/>
		<rom name="223-c1.bin" size="4194304" crc="ebab05e2" sha1="0d60a8b631e3a3dcfbfdd7779dee081c9548ec39" region="gfx3" offset="0"/>
		<rom name="223-c2.bin" size="4194304" crc="641868c3" sha1="aa1aeb661842276b3326bfa4f1456f75bfecd52e" region="gfx3" offset="1"/>
		<rom name="223-c3.bin" size="4194304" crc="ca00191f" sha1="96977febfcc513e1848d7029ff169cdf51104038" region="gfx3" offset="800000"/>
		<rom name="223-c4.bin" size="4194304" crc="1f23d860" sha1="e18df52f898a51074e07a0b8c6e75873e7cde35e" region="gfx3" offset="800001"/>
		<rom name="223-c5.bin" size="4194304" crc="321e362c" sha1="39bd189334278f266124c97c6f70995f6f171cea" region="gfx3" offset="1000000"/>
		<rom name="223-c6.bin" size="4194304" crc="d8fcef90" sha1="bbccacb27f1e587bc144fe7ce68bd7b327ceaaee" region="gfx3" offset="1000001"/>
		<rom name="223-c7.bin" size="4194304" crc="bc80dd2d" sha1="086f372015eede88c6c578595fe915e28a589d2f" region="gfx3" offset="1800000"/>
		<rom name="223-c8.bin" size="4194304" crc="5ad62102" sha1="e28cc9840caed2a1a8bd65a03bef05231071040c" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rbffsud" sourcefile="neogeo.c">
		<description>Real Bout Fatal Fury Special (Ultra kill style changed)</description>
		<year>1996</year>
		<manufacturer>Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="223ud-p1.bin" size="1048576" crc="b173df6b" sha1="2c03eeee842b6a583a352c5414633ffc9a430fbf" region="cpu1" offset="0"/>
		<rom name="223-p2.bin" size="4194304" crc="addd8f08" sha1="abaf5b86c8ec915c07ef2d83fce9ad03acaa4817" region="cpu1" offset="100000"/>
		<rom name="223-s1.bin" size="131072" crc="7ecd6e8c" sha1="465455afc4d83cbb118142be4671b2539ffafd79" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="223-m1.bin" size="131072" crc="3fee46bf" sha1="e750f85233953853618fcdff980a4721af1710a3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="223-v1.bin" size="4194304" crc="76673869" sha1="78a26afa29f73de552ffabdbf3fc4bf26be8ae9e" region="sound1" offset="0"/>
		<rom name="223-v2.bin" size="4194304" crc="7a275acd" sha1="8afe87ce822614262b72a90b371fc79155ac0d0c" region="sound1" offset="400000"/>
		<rom name="223-v3.bin" size="4194304" crc="5a797fd2" sha1="94958e334f86d4d71059af8138f255b8d97a3b01" region="sound1" offset="800000"/>
		<rom name="223-c1.bin" size="4194304" crc="ebab05e2" sha1="0d60a8b631e3a3dcfbfdd7779dee081c9548ec39" region="gfx3" offset="0"/>
		<rom name="223-c2.bin" size="4194304" crc="641868c3" sha1="aa1aeb661842276b3326bfa4f1456f75bfecd52e" region="gfx3" offset="1"/>
		<rom name="223-c3.bin" size="4194304" crc="ca00191f" sha1="96977febfcc513e1848d7029ff169cdf51104038" region="gfx3" offset="800000"/>
		<rom name="223-c4.bin" size="4194304" crc="1f23d860" sha1="e18df52f898a51074e07a0b8c6e75873e7cde35e" region="gfx3" offset="800001"/>
		<rom name="223-c5.bin" size="4194304" crc="321e362c" sha1="39bd189334278f266124c97c6f70995f6f171cea" region="gfx3" offset="1000000"/>
		<rom name="223-c6.bin" size="4194304" crc="d8fcef90" sha1="bbccacb27f1e587bc144fe7ce68bd7b327ceaaee" region="gfx3" offset="1000001"/>
		<rom name="223-c7.bin" size="4194304" crc="bc80dd2d" sha1="086f372015eede88c6c578595fe915e28a589d2f" region="gfx3" offset="1800000"/>
		<rom name="223-c8.bin" size="4194304" crc="5ad62102" sha1="e28cc9840caed2a1a8bd65a03bef05231071040c" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rbff2b" sourcefile="neogeo.c">
		<description>Real Bout Fatal Fury 2 (Add Alfred)</description>
		<year>1998</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="240b-p1.bin" size="1048576" crc="94429c9f" sha1="3c7df75eb6dec674a309f7e1e19557f78d8157a2" region="cpu1" offset="0"/>
		<rom name="240-p2.bin" size="4194304" crc="960aa88d" sha1="3d9e785891871af90313f178dca2724633406674" region="cpu1" offset="100000"/>
		<rom name="240-s1.bin" size="131072" crc="da3b40de" sha1="e6bf74e057ac6fe1f249a7547f13ba7fbc694561" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="240-m1.bin" size="262144" crc="ed482791" sha1="1f54a45967cb7842c33aa24be322c9f33ff75ac3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="240-v1.bin" size="4194304" crc="f796265a" sha1="736dff37eb91fc856b4d189249fb0de9b6c0813a" region="sound1" offset="0"/>
		<rom name="240-v2.bin" size="4194304" crc="2cb3f3bb" sha1="697e677890892f4b028c9a27c66809ca0a8a9b18" region="sound1" offset="400000"/>
		<rom name="240-v3.bin" size="4194304" crc="df77b7fa" sha1="4df971ce20bdb8c1ce8cc1692a32ac69505ffa9a" region="sound1" offset="800000"/>
		<rom name="240-v4.bin" size="4194304" crc="33a356ee" sha1="b2a08052be670f301f8d4903b36c70088d1a11da" region="sound1" offset="c00000"/>
		<rom name="240-c1.bin" size="8388608" crc="effac504" sha1="e36a96e7369b02c7e839b5abf3c6799453ba1927" region="gfx3" offset="0"/>
		<rom name="240-c2.bin" size="8388608" crc="ed182d44" sha1="a9fc0a3a786bf067c129ec7220df65953dff804f" region="gfx3" offset="1"/>
		<rom name="240-c3.bin" size="8388608" crc="22e0330a" sha1="0fe7f6a8aeba7f17dbb278e85003969ff10d3cd2" region="gfx3" offset="1000000"/>
		<rom name="240-c4.bin" size="8388608" crc="c19a07eb" sha1="139eac8b51cadf328dd42d8109f4e2463f57230c" region="gfx3" offset="1000001"/>
		<rom name="240-c5.bin" size="8388608" crc="244dff5a" sha1="156548156d3ceaa808d0053d0749af2526a3943e" region="gfx3" offset="2000000"/>
		<rom name="240-c6.bin" size="8388608" crc="4609e507" sha1="bb17f50a377dddb77c1eeda5944a7bcbf0cca5f7" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rbff2bh" sourcefile="neogeo.c">
		<description>Real Bout Fatal Fury 2 (Add Alfred with Icon)</description>
		<year>1998</year>
		<manufacturer>Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="240bh-p1.bin" size="1048576" crc="a5652c51" sha1="0a736bb5c817752aef5b559c0355329667203073" region="cpu1" offset="0"/>
		<rom name="240-p2.bin" size="4194304" crc="960aa88d" sha1="3d9e785891871af90313f178dca2724633406674" region="cpu1" offset="100000"/>
		<rom name="240bh-s1.bin" size="131072" crc="141a8492" sha1="e3b27771c78ac1df96f9daf951511897652b1a0f" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="240-m1.bin" size="262144" crc="ed482791" sha1="1f54a45967cb7842c33aa24be322c9f33ff75ac3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="240-v1.bin" size="4194304" crc="f796265a" sha1="736dff37eb91fc856b4d189249fb0de9b6c0813a" region="sound1" offset="0"/>
		<rom name="240-v2.bin" size="4194304" crc="2cb3f3bb" sha1="697e677890892f4b028c9a27c66809ca0a8a9b18" region="sound1" offset="400000"/>
		<rom name="240-v3.bin" size="4194304" crc="df77b7fa" sha1="4df971ce20bdb8c1ce8cc1692a32ac69505ffa9a" region="sound1" offset="800000"/>
		<rom name="240-v4.bin" size="4194304" crc="33a356ee" sha1="b2a08052be670f301f8d4903b36c70088d1a11da" region="sound1" offset="c00000"/>
		<rom name="240-c1.bin" size="8388608" crc="effac504" sha1="e36a96e7369b02c7e839b5abf3c6799453ba1927" region="gfx3" offset="0"/>
		<rom name="240-c2.bin" size="8388608" crc="ed182d44" sha1="a9fc0a3a786bf067c129ec7220df65953dff804f" region="gfx3" offset="1"/>
		<rom name="240-c3.bin" size="8388608" crc="22e0330a" sha1="0fe7f6a8aeba7f17dbb278e85003969ff10d3cd2" region="gfx3" offset="1000000"/>
		<rom name="240-c4.bin" size="8388608" crc="c19a07eb" sha1="139eac8b51cadf328dd42d8109f4e2463f57230c" region="gfx3" offset="1000001"/>
		<rom name="240-c5.bin" size="8388608" crc="244dff5a" sha1="156548156d3ceaa808d0053d0749af2526a3943e" region="gfx3" offset="2000000"/>
		<rom name="240-c6.bin" size="8388608" crc="4609e507" sha1="bb17f50a377dddb77c1eeda5944a7bcbf0cca5f7" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rbff2eh" sourcefile="neogeo.c">
		<description>Real Bout Fatal Fury 2 (Add Alfred - Ultra kill start max)</description>
		<year>1998</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="240eh-p1.bin" size="1048576" crc="270943a8" sha1="959d0c30d3bae5011109247d50350970cb0a3e5d" region="cpu1" offset="0"/>
		<rom name="240-p2.bin" size="4194304" crc="960aa88d" sha1="3d9e785891871af90313f178dca2724633406674" region="cpu1" offset="100000"/>
		<rom name="240-s1.bin" size="131072" crc="da3b40de" sha1="e6bf74e057ac6fe1f249a7547f13ba7fbc694561" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="240-m1.bin" size="262144" crc="ed482791" sha1="1f54a45967cb7842c33aa24be322c9f33ff75ac3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="240-v1.bin" size="4194304" crc="f796265a" sha1="736dff37eb91fc856b4d189249fb0de9b6c0813a" region="sound1" offset="0"/>
		<rom name="240-v2.bin" size="4194304" crc="2cb3f3bb" sha1="697e677890892f4b028c9a27c66809ca0a8a9b18" region="sound1" offset="400000"/>
		<rom name="240-v3.bin" size="4194304" crc="df77b7fa" sha1="4df971ce20bdb8c1ce8cc1692a32ac69505ffa9a" region="sound1" offset="800000"/>
		<rom name="240-v4.bin" size="4194304" crc="33a356ee" sha1="b2a08052be670f301f8d4903b36c70088d1a11da" region="sound1" offset="c00000"/>
		<rom name="240-c1.bin" size="8388608" crc="effac504" sha1="e36a96e7369b02c7e839b5abf3c6799453ba1927" region="gfx3" offset="0"/>
		<rom name="240-c2.bin" size="8388608" crc="ed182d44" sha1="a9fc0a3a786bf067c129ec7220df65953dff804f" region="gfx3" offset="1"/>
		<rom name="240-c3.bin" size="8388608" crc="22e0330a" sha1="0fe7f6a8aeba7f17dbb278e85003969ff10d3cd2" region="gfx3" offset="1000000"/>
		<rom name="240-c4.bin" size="8388608" crc="c19a07eb" sha1="139eac8b51cadf328dd42d8109f4e2463f57230c" region="gfx3" offset="1000001"/>
		<rom name="240-c5.bin" size="8388608" crc="244dff5a" sha1="156548156d3ceaa808d0053d0749af2526a3943e" region="gfx3" offset="2000000"/>
		<rom name="240-c6.bin" size="8388608" crc="4609e507" sha1="bb17f50a377dddb77c1eeda5944a7bcbf0cca5f7" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rbff2ehc" sourcefile="neogeo.c">
		<description>Real Bout Fatal Fury 2 (Ultra pow hack)</description>
		<year>1998</year>
		<manufacturer>Creamymami</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="240-ehcp1.bin" size="1048576" crc="73c40014" sha1="5ed2ee938cf8213a0d6ea85b40e07370e472d59c" region="cpu1" offset="0"/>
		<rom name="240-p2.bin" size="4194304" crc="960aa88d" sha1="3d9e785891871af90313f178dca2724633406674" region="cpu1" offset="100000"/>
		<rom name="240-s1.bin" size="131072" crc="da3b40de" sha1="e6bf74e057ac6fe1f249a7547f13ba7fbc694561" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="240-m1.bin" size="262144" crc="ed482791" sha1="1f54a45967cb7842c33aa24be322c9f33ff75ac3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="240-v1.bin" size="4194304" crc="f796265a" sha1="736dff37eb91fc856b4d189249fb0de9b6c0813a" region="sound1" offset="0"/>
		<rom name="240-v2.bin" size="4194304" crc="2cb3f3bb" sha1="697e677890892f4b028c9a27c66809ca0a8a9b18" region="sound1" offset="400000"/>
		<rom name="240-v3.bin" size="4194304" crc="df77b7fa" sha1="4df971ce20bdb8c1ce8cc1692a32ac69505ffa9a" region="sound1" offset="800000"/>
		<rom name="240-v4.bin" size="4194304" crc="33a356ee" sha1="b2a08052be670f301f8d4903b36c70088d1a11da" region="sound1" offset="c00000"/>
		<rom name="240-c1.bin" size="8388608" crc="effac504" sha1="e36a96e7369b02c7e839b5abf3c6799453ba1927" region="gfx3" offset="0"/>
		<rom name="240-c2.bin" size="8388608" crc="ed182d44" sha1="a9fc0a3a786bf067c129ec7220df65953dff804f" region="gfx3" offset="1"/>
		<rom name="240-c3.bin" size="8388608" crc="22e0330a" sha1="0fe7f6a8aeba7f17dbb278e85003969ff10d3cd2" region="gfx3" offset="1000000"/>
		<rom name="240-c4.bin" size="8388608" crc="c19a07eb" sha1="139eac8b51cadf328dd42d8109f4e2463f57230c" region="gfx3" offset="1000001"/>
		<rom name="240-c5.bin" size="8388608" crc="244dff5a" sha1="156548156d3ceaa808d0053d0749af2526a3943e" region="gfx3" offset="2000000"/>
		<rom name="240-c6.bin" size="8388608" crc="4609e507" sha1="bb17f50a377dddb77c1eeda5944a7bcbf0cca5f7" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rbff2eh2" sourcefile="neogeo.c">
		<description>Real Bout Fatal Fury 2 (Add Alfred - Ultra kill start max - Ultra pow hack)</description>
		<year>1998</year>
		<manufacturer>Creamymami and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="240eh2-p1.bin" size="1048576" crc="e25bd43c" sha1="08071840f296204e8178e53ffc0e571ee88c3724" region="cpu1" offset="0"/>
		<rom name="240-p2.bin" size="4194304" crc="960aa88d" sha1="3d9e785891871af90313f178dca2724633406674" region="cpu1" offset="100000"/>
		<rom name="240-s1.bin" size="131072" crc="da3b40de" sha1="e6bf74e057ac6fe1f249a7547f13ba7fbc694561" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="240-m1.bin" size="262144" crc="ed482791" sha1="1f54a45967cb7842c33aa24be322c9f33ff75ac3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="240-v1.bin" size="4194304" crc="f796265a" sha1="736dff37eb91fc856b4d189249fb0de9b6c0813a" region="sound1" offset="0"/>
		<rom name="240-v2.bin" size="4194304" crc="2cb3f3bb" sha1="697e677890892f4b028c9a27c66809ca0a8a9b18" region="sound1" offset="400000"/>
		<rom name="240-v3.bin" size="4194304" crc="df77b7fa" sha1="4df971ce20bdb8c1ce8cc1692a32ac69505ffa9a" region="sound1" offset="800000"/>
		<rom name="240-v4.bin" size="4194304" crc="33a356ee" sha1="b2a08052be670f301f8d4903b36c70088d1a11da" region="sound1" offset="c00000"/>
		<rom name="240-c1.bin" size="8388608" crc="effac504" sha1="e36a96e7369b02c7e839b5abf3c6799453ba1927" region="gfx3" offset="0"/>
		<rom name="240-c2.bin" size="8388608" crc="ed182d44" sha1="a9fc0a3a786bf067c129ec7220df65953dff804f" region="gfx3" offset="1"/>
		<rom name="240-c3.bin" size="8388608" crc="22e0330a" sha1="0fe7f6a8aeba7f17dbb278e85003969ff10d3cd2" region="gfx3" offset="1000000"/>
		<rom name="240-c4.bin" size="8388608" crc="c19a07eb" sha1="139eac8b51cadf328dd42d8109f4e2463f57230c" region="gfx3" offset="1000001"/>
		<rom name="240-c5.bin" size="8388608" crc="244dff5a" sha1="156548156d3ceaa808d0053d0749af2526a3943e" region="gfx3" offset="2000000"/>
		<rom name="240-c6.bin" size="8388608" crc="4609e507" sha1="bb17f50a377dddb77c1eeda5944a7bcbf0cca5f7" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rbff2eho" sourcefile="neogeo.c">
		<description>Real Bout Fatal Fury 2 (Add Alfred) (Old)</description>
		<year>1998</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="240eho-p1.bin" size="1048576" crc="6bf11562" sha1="4d92a96e89b4726733fd7aeeaa5eaad6e80ce7a3" region="cpu1" offset="0"/>
		<rom name="240-p2.bin" size="4194304" crc="960aa88d" sha1="3d9e785891871af90313f178dca2724633406674" region="cpu1" offset="100000"/>
		<rom name="240-s1.bin" size="131072" crc="da3b40de" sha1="e6bf74e057ac6fe1f249a7547f13ba7fbc694561" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="240-m1.bin" size="262144" crc="ed482791" sha1="1f54a45967cb7842c33aa24be322c9f33ff75ac3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="240-v1.bin" size="4194304" crc="f796265a" sha1="736dff37eb91fc856b4d189249fb0de9b6c0813a" region="sound1" offset="0"/>
		<rom name="240-v2.bin" size="4194304" crc="2cb3f3bb" sha1="697e677890892f4b028c9a27c66809ca0a8a9b18" region="sound1" offset="400000"/>
		<rom name="240-v3.bin" size="4194304" crc="df77b7fa" sha1="4df971ce20bdb8c1ce8cc1692a32ac69505ffa9a" region="sound1" offset="800000"/>
		<rom name="240-v4.bin" size="4194304" crc="33a356ee" sha1="b2a08052be670f301f8d4903b36c70088d1a11da" region="sound1" offset="c00000"/>
		<rom name="240-c1.bin" size="8388608" crc="effac504" sha1="e36a96e7369b02c7e839b5abf3c6799453ba1927" region="gfx3" offset="0"/>
		<rom name="240-c2.bin" size="8388608" crc="ed182d44" sha1="a9fc0a3a786bf067c129ec7220df65953dff804f" region="gfx3" offset="1"/>
		<rom name="240-c3.bin" size="8388608" crc="22e0330a" sha1="0fe7f6a8aeba7f17dbb278e85003969ff10d3cd2" region="gfx3" offset="1000000"/>
		<rom name="240-c4.bin" size="8388608" crc="c19a07eb" sha1="139eac8b51cadf328dd42d8109f4e2463f57230c" region="gfx3" offset="1000001"/>
		<rom name="240-c5.bin" size="8388608" crc="244dff5a" sha1="156548156d3ceaa808d0053d0749af2526a3943e" region="gfx3" offset="2000000"/>
		<rom name="240-c6.bin" size="8388608" crc="4609e507" sha1="bb17f50a377dddb77c1eeda5944a7bcbf0cca5f7" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rbff2ud" sourcefile="neogeo.c">
		<description>Real Bout Fatal Fury 2 (P1 and P2 Add Alfred [Terry, hold B+C and press A] - Ultra kill style change)</description>
		<year>1998</year>
		<manufacturer>Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="240ud-p1.bin" size="1048576" crc="d3cc7f24" sha1="f6c831ce358afbad457c75fcdf89f9abf9a21ec8" region="cpu1" offset="0"/>
		<rom name="240-p2.bin" size="4194304" crc="960aa88d" sha1="3d9e785891871af90313f178dca2724633406674" region="cpu1" offset="100000"/>
		<rom name="240-s1.bin" size="131072" crc="da3b40de" sha1="e6bf74e057ac6fe1f249a7547f13ba7fbc694561" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="240-m1.bin" size="262144" crc="ed482791" sha1="1f54a45967cb7842c33aa24be322c9f33ff75ac3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="240-v1.bin" size="4194304" crc="f796265a" sha1="736dff37eb91fc856b4d189249fb0de9b6c0813a" region="sound1" offset="0"/>
		<rom name="240-v2.bin" size="4194304" crc="2cb3f3bb" sha1="697e677890892f4b028c9a27c66809ca0a8a9b18" region="sound1" offset="400000"/>
		<rom name="240-v3.bin" size="4194304" crc="df77b7fa" sha1="4df971ce20bdb8c1ce8cc1692a32ac69505ffa9a" region="sound1" offset="800000"/>
		<rom name="240-v4.bin" size="4194304" crc="33a356ee" sha1="b2a08052be670f301f8d4903b36c70088d1a11da" region="sound1" offset="c00000"/>
		<rom name="240-c1.bin" size="8388608" crc="effac504" sha1="e36a96e7369b02c7e839b5abf3c6799453ba1927" region="gfx3" offset="0"/>
		<rom name="240-c2.bin" size="8388608" crc="ed182d44" sha1="a9fc0a3a786bf067c129ec7220df65953dff804f" region="gfx3" offset="1"/>
		<rom name="240-c3.bin" size="8388608" crc="22e0330a" sha1="0fe7f6a8aeba7f17dbb278e85003969ff10d3cd2" region="gfx3" offset="1000000"/>
		<rom name="240-c4.bin" size="8388608" crc="c19a07eb" sha1="139eac8b51cadf328dd42d8109f4e2463f57230c" region="gfx3" offset="1000001"/>
		<rom name="240-c5.bin" size="8388608" crc="244dff5a" sha1="156548156d3ceaa808d0053d0749af2526a3943e" region="gfx3" offset="2000000"/>
		<rom name="240-c6.bin" size="8388608" crc="4609e507" sha1="bb17f50a377dddb77c1eeda5944a7bcbf0cca5f7" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rbff2y" sourcefile="neogeo.c">
		<description>Real Bout Fatal Fury 2 (P1 only Add Alfred [Terry, hold B+C and press A])</description>
		<year>1998</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="240y-p1.bin" size="1048576" crc="621387e2" sha1="3492845dcb34d2be4268f270025045c4c6cba0ad" region="cpu1" offset="0"/>
		<rom name="240-p2.bin" size="4194304" crc="960aa88d" sha1="3d9e785891871af90313f178dca2724633406674" region="cpu1" offset="100000"/>
		<rom name="240-s1.bin" size="131072" crc="da3b40de" sha1="e6bf74e057ac6fe1f249a7547f13ba7fbc694561" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="240-m1.bin" size="262144" crc="ed482791" sha1="1f54a45967cb7842c33aa24be322c9f33ff75ac3" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="240-v1.bin" size="4194304" crc="f796265a" sha1="736dff37eb91fc856b4d189249fb0de9b6c0813a" region="sound1" offset="0"/>
		<rom name="240-v2.bin" size="4194304" crc="2cb3f3bb" sha1="697e677890892f4b028c9a27c66809ca0a8a9b18" region="sound1" offset="400000"/>
		<rom name="240-v3.bin" size="4194304" crc="df77b7fa" sha1="4df971ce20bdb8c1ce8cc1692a32ac69505ffa9a" region="sound1" offset="800000"/>
		<rom name="240-v4.bin" size="4194304" crc="33a356ee" sha1="b2a08052be670f301f8d4903b36c70088d1a11da" region="sound1" offset="c00000"/>
		<rom name="240-c1.bin" size="8388608" crc="effac504" sha1="e36a96e7369b02c7e839b5abf3c6799453ba1927" region="gfx3" offset="0"/>
		<rom name="240-c2.bin" size="8388608" crc="ed182d44" sha1="a9fc0a3a786bf067c129ec7220df65953dff804f" region="gfx3" offset="1"/>
		<rom name="240-c3.bin" size="8388608" crc="22e0330a" sha1="0fe7f6a8aeba7f17dbb278e85003969ff10d3cd2" region="gfx3" offset="1000000"/>
		<rom name="240-c4.bin" size="8388608" crc="c19a07eb" sha1="139eac8b51cadf328dd42d8109f4e2463f57230c" region="gfx3" offset="1000001"/>
		<rom name="240-c5.bin" size="8388608" crc="244dff5a" sha1="156548156d3ceaa808d0053d0749af2526a3943e" region="gfx3" offset="2000000"/>
		<rom name="240-c6.bin" size="8388608" crc="4609e507" sha1="bb17f50a377dddb77c1eeda5944a7bcbf0cca5f7" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rageh" sourcefile="neogeo.c">
		<description>Operation Ragnagard (Add Char)</description>
		<year>1996</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="218eh-p1.bin" size="2097152" crc="fb1e20df" sha1="f8436078fe3dd495b6f513d9d42f6a42ed264d41" region="cpu1" offset="100000"/>
		<rom name="218-s1.bin" size="131072" crc="7d402f9a" sha1="59ec29d03e62e7a8bef689a124a9164f43b2ace1" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="218-m1.bin" size="131072" crc="17028bcf" sha1="7a4e8f33ce9b41beac2152b8f6003f247699e2e1" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="218-v1.bin" size="4194304" crc="61eee7f4" sha1="5b11b1a0b1b74dfbc2998cbda9f8f7a5e9059957" region="sound1" offset="0"/>
		<rom name="218-v2.bin" size="4194304" crc="6104e20b" sha1="18e8aae3e51e141977d523a10e737ff68fe81910" region="sound1" offset="400000"/>
		<rom name="218-c1.bin" size="4194304" crc="c31500a4" sha1="cc82100038988872721028044ed2e9764bcc2fb0" region="gfx3" offset="0"/>
		<rom name="218-c2.bin" size="4194304" crc="98aba1f9" sha1="121276c569967e501d8e1b83747f1bdebff612ea" region="gfx3" offset="1"/>
		<rom name="218-c3.bin" size="4194304" crc="833c163a" sha1="b7e5356bbd9efab67fedb5bc671ba8bbd661fe0f" region="gfx3" offset="800000"/>
		<rom name="218-c4.bin" size="4194304" crc="c1a30f69" sha1="f87ddda4695abcd14f5c2d4b7d41f72ad5b064cc" region="gfx3" offset="800001"/>
		<rom name="218-c5.bin" size="4194304" crc="6b6de0ff" sha1="1abb24cb407258235f4a572cf101d0774823040b" region="gfx3" offset="1000000"/>
		<rom name="218-c6.bin" size="4194304" crc="94beefcf" sha1="d2ff0bac325c9c823dba68bd4f281b3b9f8f68e7" region="gfx3" offset="1000001"/>
		<rom name="218-c7.bin" size="4194304" crc="de6f9b28" sha1="455adb6bb986af8a00d7f32b7f4f3715fc3007f6" region="gfx3" offset="1800000"/>
		<rom name="218-c8.bin" size="4194304" crc="d9b311f6" sha1="ba61a7ab3f08bb7348ad6cd01e5d29ca5ee75074" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rotdb" sourcefile="neogeo.c">
		<description>Rage of the Dragons (Add Char - Console mode enabled set 4)</description>
		<year>2002</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="264b-p1.bin" size="8388608" crc="66d05f5b" sha1="8114262695229ec8af22001569481007a30dc977" region="cpu1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="264-m1.bin" size="65536" crc="9abd048c" sha1="f96eecb419362bcac50ea4f48a707bdf4375ce9a" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="264-m1_decrypted.bin" size="65536" crc="7e06206d" sha1="ba32dd6ffbfbf532bba9bed4c2d70cfbe959ac23" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="264-v1.bin" size="8388608" crc="fa005812" sha1="73723126dab5a640ac11955ed6da1bf7a91394f5" region="sound1" offset="0"/>
		<rom name="264-v2.bin" size="8388608" crc="c3dc8bf0" sha1="a105e37262d9500a30fb8a5dac05aa4fab2562a3" region="sound1" offset="800000"/>
		<rom name="264-c1.bin" size="8388608" crc="4f148fee" sha1="0821463765fad8fbd0dfbbabb7807337d0333719" region="gfx3" offset="0"/>
		<rom name="264-c2.bin" size="8388608" crc="7cf5ff72" sha1="ccb2f94bce943576d224cb326806942426d25584" region="gfx3" offset="1"/>
		<rom name="264-c3.bin" size="8388608" crc="64d84c98" sha1="8faf153f465ce6fb7770b27a7ce63caf11dd4086" region="gfx3" offset="1000000"/>
		<rom name="264-c4.bin" size="8388608" crc="2f394a95" sha1="82347e8f2b48b0522d7d91fd3f372d5768934ab2" region="gfx3" offset="1000001"/>
		<rom name="264-c5.bin" size="8388608" crc="6b99b978" sha1="8fd0a60029b41668f9e1e3056edd3c90f62efa83" region="gfx3" offset="2000000"/>
		<rom name="264-c6.bin" size="8388608" crc="847d5c7d" sha1="a2ce03f6302edf81f2645de9ec61df1a281ddd78" region="gfx3" offset="2000001"/>
		<rom name="264-c7.bin" size="8388608" crc="231d681e" sha1="87836e64dc816f8bf1c834641535ea96baacc024" region="gfx3" offset="3000000"/>
		<rom name="264-c8.bin" size="8388608" crc="c5edb5c4" sha1="253378c8739daa5da4edb15eff7050820b2b3755" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rotdeh" sourcefile="neogeo.c">
		<description>Rage of the Dragons (Add Char)</description>
		<year>2002</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="264eh-p1.bin" size="8388608" crc="b8db28bc" sha1="9fd6cd7a13bde0854243dca4b0d7d9601cde4996" region="cpu1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="264-m1.bin" size="65536" crc="9abd048c" sha1="f96eecb419362bcac50ea4f48a707bdf4375ce9a" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="264-m1_decrypted.bin" size="65536" crc="7e06206d" sha1="ba32dd6ffbfbf532bba9bed4c2d70cfbe959ac23" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="264-v1.bin" size="8388608" crc="fa005812" sha1="73723126dab5a640ac11955ed6da1bf7a91394f5" region="sound1" offset="0"/>
		<rom name="264-v2.bin" size="8388608" crc="c3dc8bf0" sha1="a105e37262d9500a30fb8a5dac05aa4fab2562a3" region="sound1" offset="800000"/>
		<rom name="264-c1.bin" size="8388608" crc="4f148fee" sha1="0821463765fad8fbd0dfbbabb7807337d0333719" region="gfx3" offset="0"/>
		<rom name="264-c2.bin" size="8388608" crc="7cf5ff72" sha1="ccb2f94bce943576d224cb326806942426d25584" region="gfx3" offset="1"/>
		<rom name="264-c3.bin" size="8388608" crc="64d84c98" sha1="8faf153f465ce6fb7770b27a7ce63caf11dd4086" region="gfx3" offset="1000000"/>
		<rom name="264-c4.bin" size="8388608" crc="2f394a95" sha1="82347e8f2b48b0522d7d91fd3f372d5768934ab2" region="gfx3" offset="1000001"/>
		<rom name="264-c5.bin" size="8388608" crc="6b99b978" sha1="8fd0a60029b41668f9e1e3056edd3c90f62efa83" region="gfx3" offset="2000000"/>
		<rom name="264-c6.bin" size="8388608" crc="847d5c7d" sha1="a2ce03f6302edf81f2645de9ec61df1a281ddd78" region="gfx3" offset="2000001"/>
		<rom name="264-c7.bin" size="8388608" crc="231d681e" sha1="87836e64dc816f8bf1c834641535ea96baacc024" region="gfx3" offset="3000000"/>
		<rom name="264-c8.bin" size="8388608" crc="c5edb5c4" sha1="253378c8739daa5da4edb15eff7050820b2b3755" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rotdehc" sourcefile="neogeo.c">
		<description>Rage of the Dragons (Add Char - Console mode enabled - Always pow max - No change wait set 1)</description>
		<year>2002</year>
		<manufacturer>Creamymami, FWNL and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="264ehc-p1.bin" size="8388608" crc="2135864c" sha1="5abd3ffbaf60ebbf7bd15afa0666b959d820c4aa" region="cpu1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="264-m1.bin" size="65536" crc="9abd048c" sha1="f96eecb419362bcac50ea4f48a707bdf4375ce9a" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="264-m1_decrypted.bin" size="65536" crc="7e06206d" sha1="ba32dd6ffbfbf532bba9bed4c2d70cfbe959ac23" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="264-v1.bin" size="8388608" crc="fa005812" sha1="73723126dab5a640ac11955ed6da1bf7a91394f5" region="sound1" offset="0"/>
		<rom name="264-v2.bin" size="8388608" crc="c3dc8bf0" sha1="a105e37262d9500a30fb8a5dac05aa4fab2562a3" region="sound1" offset="800000"/>
		<rom name="264-c1.bin" size="8388608" crc="4f148fee" sha1="0821463765fad8fbd0dfbbabb7807337d0333719" region="gfx3" offset="0"/>
		<rom name="264-c2.bin" size="8388608" crc="7cf5ff72" sha1="ccb2f94bce943576d224cb326806942426d25584" region="gfx3" offset="1"/>
		<rom name="264-c3.bin" size="8388608" crc="64d84c98" sha1="8faf153f465ce6fb7770b27a7ce63caf11dd4086" region="gfx3" offset="1000000"/>
		<rom name="264-c4.bin" size="8388608" crc="2f394a95" sha1="82347e8f2b48b0522d7d91fd3f372d5768934ab2" region="gfx3" offset="1000001"/>
		<rom name="264-c5.bin" size="8388608" crc="6b99b978" sha1="8fd0a60029b41668f9e1e3056edd3c90f62efa83" region="gfx3" offset="2000000"/>
		<rom name="264-c6.bin" size="8388608" crc="847d5c7d" sha1="a2ce03f6302edf81f2645de9ec61df1a281ddd78" region="gfx3" offset="2000001"/>
		<rom name="264-c7.bin" size="8388608" crc="231d681e" sha1="87836e64dc816f8bf1c834641535ea96baacc024" region="gfx3" offset="3000000"/>
		<rom name="264-c8.bin" size="8388608" crc="c5edb5c4" sha1="253378c8739daa5da4edb15eff7050820b2b3755" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rotdcre" sourcefile="neogeo.c">
		<description>Rage of the Dragons (Console mode enabled - Always pow max - No change wait)</description>
		<year>2002</year>
		<manufacturer>Creamymami and Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="264cre-p1.bin" size="8388608" crc="c3f5a8ea" sha1="4a7beeb4269846f743bafb118256c1106fd7d529" region="cpu1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="264-m1.bin" size="65536" crc="9abd048c" sha1="f96eecb419362bcac50ea4f48a707bdf4375ce9a" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="264-m1_decrypted.bin" size="65536" crc="7e06206d" sha1="ba32dd6ffbfbf532bba9bed4c2d70cfbe959ac23" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="264-v1.bin" size="8388608" crc="fa005812" sha1="73723126dab5a640ac11955ed6da1bf7a91394f5" region="sound1" offset="0"/>
		<rom name="264-v2.bin" size="8388608" crc="c3dc8bf0" sha1="a105e37262d9500a30fb8a5dac05aa4fab2562a3" region="sound1" offset="800000"/>
		<rom name="264-c1.bin" size="8388608" crc="4f148fee" sha1="0821463765fad8fbd0dfbbabb7807337d0333719" region="gfx3" offset="0"/>
		<rom name="264-c2.bin" size="8388608" crc="7cf5ff72" sha1="ccb2f94bce943576d224cb326806942426d25584" region="gfx3" offset="1"/>
		<rom name="264-c3.bin" size="8388608" crc="64d84c98" sha1="8faf153f465ce6fb7770b27a7ce63caf11dd4086" region="gfx3" offset="1000000"/>
		<rom name="264-c4.bin" size="8388608" crc="2f394a95" sha1="82347e8f2b48b0522d7d91fd3f372d5768934ab2" region="gfx3" offset="1000001"/>
		<rom name="264-c5.bin" size="8388608" crc="6b99b978" sha1="8fd0a60029b41668f9e1e3056edd3c90f62efa83" region="gfx3" offset="2000000"/>
		<rom name="264-c6.bin" size="8388608" crc="847d5c7d" sha1="a2ce03f6302edf81f2645de9ec61df1a281ddd78" region="gfx3" offset="2000001"/>
		<rom name="264-c7.bin" size="8388608" crc="231d681e" sha1="87836e64dc816f8bf1c834641535ea96baacc024" region="gfx3" offset="3000000"/>
		<rom name="264-c8.bin" size="8388608" crc="c5edb5c4" sha1="253378c8739daa5da4edb15eff7050820b2b3755" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rotdcreb" sourcefile="neogeo.c">
		<description>Rage of the Dragons (Add Char - Console mode enabled - Always pow max - No change wait set 2)</description>
		<year>2002</year>
		<manufacturer>Creamymami, Unk and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="264creb-p1.bin" size="8388608" crc="c058f365" sha1="84731cf354693141cc06f90a73bbd597eb6a594f" region="cpu1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="264-m1.bin" size="65536" crc="9abd048c" sha1="f96eecb419362bcac50ea4f48a707bdf4375ce9a" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="264-m1_decrypted.bin" size="65536" crc="7e06206d" sha1="ba32dd6ffbfbf532bba9bed4c2d70cfbe959ac23" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="264-v1.bin" size="8388608" crc="fa005812" sha1="73723126dab5a640ac11955ed6da1bf7a91394f5" region="sound1" offset="0"/>
		<rom name="264-v2.bin" size="8388608" crc="c3dc8bf0" sha1="a105e37262d9500a30fb8a5dac05aa4fab2562a3" region="sound1" offset="800000"/>
		<rom name="264-c1.bin" size="8388608" crc="4f148fee" sha1="0821463765fad8fbd0dfbbabb7807337d0333719" region="gfx3" offset="0"/>
		<rom name="264-c2.bin" size="8388608" crc="7cf5ff72" sha1="ccb2f94bce943576d224cb326806942426d25584" region="gfx3" offset="1"/>
		<rom name="264-c3.bin" size="8388608" crc="64d84c98" sha1="8faf153f465ce6fb7770b27a7ce63caf11dd4086" region="gfx3" offset="1000000"/>
		<rom name="264-c4.bin" size="8388608" crc="2f394a95" sha1="82347e8f2b48b0522d7d91fd3f372d5768934ab2" region="gfx3" offset="1000001"/>
		<rom name="264-c5.bin" size="8388608" crc="6b99b978" sha1="8fd0a60029b41668f9e1e3056edd3c90f62efa83" region="gfx3" offset="2000000"/>
		<rom name="264-c6.bin" size="8388608" crc="847d5c7d" sha1="a2ce03f6302edf81f2645de9ec61df1a281ddd78" region="gfx3" offset="2000001"/>
		<rom name="264-c7.bin" size="8388608" crc="231d681e" sha1="87836e64dc816f8bf1c834641535ea96baacc024" region="gfx3" offset="3000000"/>
		<rom name="264-c8.bin" size="8388608" crc="c5edb5c4" sha1="253378c8739daa5da4edb15eff7050820b2b3755" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rotdh2b" sourcefile="neogeo.c">
		<description>Rage of the Dragons (Add Char - Console mode enabled set 5)</description>
		<year>2002</year>
		<manufacturer>Unk and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="264h2b-p1.bin" size="8388608" crc="87bd2a72" sha1="5f7ae41b7813fa7058c00cfa1c0d1a8c06395f8a" region="cpu1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="264-m1.bin" size="65536" crc="9abd048c" sha1="f96eecb419362bcac50ea4f48a707bdf4375ce9a" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="264-m1_decrypted.bin" size="65536" crc="7e06206d" sha1="ba32dd6ffbfbf532bba9bed4c2d70cfbe959ac23" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="264-v1.bin" size="8388608" crc="fa005812" sha1="73723126dab5a640ac11955ed6da1bf7a91394f5" region="sound1" offset="0"/>
		<rom name="264-v2.bin" size="8388608" crc="c3dc8bf0" sha1="a105e37262d9500a30fb8a5dac05aa4fab2562a3" region="sound1" offset="800000"/>
		<rom name="264-c1.bin" size="8388608" crc="4f148fee" sha1="0821463765fad8fbd0dfbbabb7807337d0333719" region="gfx3" offset="0"/>
		<rom name="264-c2.bin" size="8388608" crc="7cf5ff72" sha1="ccb2f94bce943576d224cb326806942426d25584" region="gfx3" offset="1"/>
		<rom name="264-c3.bin" size="8388608" crc="64d84c98" sha1="8faf153f465ce6fb7770b27a7ce63caf11dd4086" region="gfx3" offset="1000000"/>
		<rom name="264-c4.bin" size="8388608" crc="2f394a95" sha1="82347e8f2b48b0522d7d91fd3f372d5768934ab2" region="gfx3" offset="1000001"/>
		<rom name="264-c5.bin" size="8388608" crc="6b99b978" sha1="8fd0a60029b41668f9e1e3056edd3c90f62efa83" region="gfx3" offset="2000000"/>
		<rom name="264-c6.bin" size="8388608" crc="847d5c7d" sha1="a2ce03f6302edf81f2645de9ec61df1a281ddd78" region="gfx3" offset="2000001"/>
		<rom name="264-c7.bin" size="8388608" crc="231d681e" sha1="87836e64dc816f8bf1c834641535ea96baacc024" region="gfx3" offset="3000000"/>
		<rom name="264-c8.bin" size="8388608" crc="c5edb5c4" sha1="253378c8739daa5da4edb15eff7050820b2b3755" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rotdhab" sourcefile="neogeo.c">
		<description>Rage of the Dragons (Add Char - Console mode enabled - Char menu changed - Char choose twice)</description>
		<year>2002</year>
		<manufacturer>HappyAsr</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="264hab-p1.bin" size="3145728" crc="44f5312a" sha1="9a5356dbde209c9e5ebd04ff025c7c129a0ea4da" region="cpu1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="264-m1.bin" size="65536" crc="9abd048c" sha1="f96eecb419362bcac50ea4f48a707bdf4375ce9a" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="264-m1_decrypted.bin" size="65536" crc="7e06206d" sha1="ba32dd6ffbfbf532bba9bed4c2d70cfbe959ac23" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="264-v1.bin" size="8388608" crc="fa005812" sha1="73723126dab5a640ac11955ed6da1bf7a91394f5" region="sound1" offset="0"/>
		<rom name="264-v2.bin" size="8388608" crc="c3dc8bf0" sha1="a105e37262d9500a30fb8a5dac05aa4fab2562a3" region="sound1" offset="800000"/>
		<rom name="264-c1.bin" size="8388608" crc="4f148fee" sha1="0821463765fad8fbd0dfbbabb7807337d0333719" region="gfx3" offset="0"/>
		<rom name="264-c2.bin" size="8388608" crc="7cf5ff72" sha1="ccb2f94bce943576d224cb326806942426d25584" region="gfx3" offset="1"/>
		<rom name="264-c3.bin" size="8388608" crc="64d84c98" sha1="8faf153f465ce6fb7770b27a7ce63caf11dd4086" region="gfx3" offset="1000000"/>
		<rom name="264-c4.bin" size="8388608" crc="2f394a95" sha1="82347e8f2b48b0522d7d91fd3f372d5768934ab2" region="gfx3" offset="1000001"/>
		<rom name="264-c5.bin" size="8388608" crc="6b99b978" sha1="8fd0a60029b41668f9e1e3056edd3c90f62efa83" region="gfx3" offset="2000000"/>
		<rom name="264-c6.bin" size="8388608" crc="847d5c7d" sha1="a2ce03f6302edf81f2645de9ec61df1a281ddd78" region="gfx3" offset="2000001"/>
		<rom name="264-c7.bin" size="8388608" crc="231d681e" sha1="87836e64dc816f8bf1c834641535ea96baacc024" region="gfx3" offset="3000000"/>
		<rom name="264-c8.bin" size="8388608" crc="c5edb5c4" sha1="253378c8739daa5da4edb15eff7050820b2b3755" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rotdhar" sourcefile="neogeo.c">
		<description>Rage of the Dragons (Console mode enabled set 1)</description>
		<year>2002</year>
		<manufacturer>HappyAsr</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="264har-p1.bin" size="3145728" crc="ca979b31" sha1="03ff383db6b33ffbd7736bc87888f7c645dda62d" region="cpu1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="264-m1.bin" size="65536" crc="9abd048c" sha1="f96eecb419362bcac50ea4f48a707bdf4375ce9a" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="264-m1_decrypted.bin" size="65536" crc="7e06206d" sha1="ba32dd6ffbfbf532bba9bed4c2d70cfbe959ac23" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="264-v1.bin" size="8388608" crc="fa005812" sha1="73723126dab5a640ac11955ed6da1bf7a91394f5" region="sound1" offset="0"/>
		<rom name="264-v2.bin" size="8388608" crc="c3dc8bf0" sha1="a105e37262d9500a30fb8a5dac05aa4fab2562a3" region="sound1" offset="800000"/>
		<rom name="264-c1.bin" size="8388608" crc="4f148fee" sha1="0821463765fad8fbd0dfbbabb7807337d0333719" region="gfx3" offset="0"/>
		<rom name="264-c2.bin" size="8388608" crc="7cf5ff72" sha1="ccb2f94bce943576d224cb326806942426d25584" region="gfx3" offset="1"/>
		<rom name="264-c3.bin" size="8388608" crc="64d84c98" sha1="8faf153f465ce6fb7770b27a7ce63caf11dd4086" region="gfx3" offset="1000000"/>
		<rom name="264-c4.bin" size="8388608" crc="2f394a95" sha1="82347e8f2b48b0522d7d91fd3f372d5768934ab2" region="gfx3" offset="1000001"/>
		<rom name="264-c5.bin" size="8388608" crc="6b99b978" sha1="8fd0a60029b41668f9e1e3056edd3c90f62efa83" region="gfx3" offset="2000000"/>
		<rom name="264-c6.bin" size="8388608" crc="847d5c7d" sha1="a2ce03f6302edf81f2645de9ec61df1a281ddd78" region="gfx3" offset="2000001"/>
		<rom name="264-c7.bin" size="8388608" crc="231d681e" sha1="87836e64dc816f8bf1c834641535ea96baacc024" region="gfx3" offset="3000000"/>
		<rom name="264-c8.bin" size="8388608" crc="c5edb5c4" sha1="253378c8739daa5da4edb15eff7050820b2b3755" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rotdhfw" sourcefile="neogeo.c">
		<description>Rage of the Dragons (Console mode enabled set 2)</description>
		<year>2002</year>
		<manufacturer>FWNL</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="264hfw-p1.bin" size="8388608" crc="49187042" sha1="f7609bc4fa236304bbf7383ea49e2a4a5cf44682" region="cpu1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="264-m1.bin" size="65536" crc="9abd048c" sha1="f96eecb419362bcac50ea4f48a707bdf4375ce9a" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="264-m1_decrypted.bin" size="65536" crc="7e06206d" sha1="ba32dd6ffbfbf532bba9bed4c2d70cfbe959ac23" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="264-v1.bin" size="8388608" crc="fa005812" sha1="73723126dab5a640ac11955ed6da1bf7a91394f5" region="sound1" offset="0"/>
		<rom name="264-v2.bin" size="8388608" crc="c3dc8bf0" sha1="a105e37262d9500a30fb8a5dac05aa4fab2562a3" region="sound1" offset="800000"/>
		<rom name="264-c1.bin" size="8388608" crc="4f148fee" sha1="0821463765fad8fbd0dfbbabb7807337d0333719" region="gfx3" offset="0"/>
		<rom name="264-c2.bin" size="8388608" crc="7cf5ff72" sha1="ccb2f94bce943576d224cb326806942426d25584" region="gfx3" offset="1"/>
		<rom name="264-c3.bin" size="8388608" crc="64d84c98" sha1="8faf153f465ce6fb7770b27a7ce63caf11dd4086" region="gfx3" offset="1000000"/>
		<rom name="264-c4.bin" size="8388608" crc="2f394a95" sha1="82347e8f2b48b0522d7d91fd3f372d5768934ab2" region="gfx3" offset="1000001"/>
		<rom name="264-c5.bin" size="8388608" crc="6b99b978" sha1="8fd0a60029b41668f9e1e3056edd3c90f62efa83" region="gfx3" offset="2000000"/>
		<rom name="264-c6.bin" size="8388608" crc="847d5c7d" sha1="a2ce03f6302edf81f2645de9ec61df1a281ddd78" region="gfx3" offset="2000001"/>
		<rom name="264-c7.bin" size="8388608" crc="231d681e" sha1="87836e64dc816f8bf1c834641535ea96baacc024" region="gfx3" offset="3000000"/>
		<rom name="264-c8.bin" size="8388608" crc="c5edb5c4" sha1="253378c8739daa5da4edb15eff7050820b2b3755" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rotdhfwb" sourcefile="neogeo.c">
		<description>Rage of the Dragons (Add Char - Console mode enabled set 1)</description>
		<year>2002</year>
		<manufacturer>FWNL and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="264hfwb-p1.bin" size="8388608" crc="ed25cd79" sha1="db73cf2e907fefc7d52cbbda2f36bc5edfa86ccb" region="cpu1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="264-m1.bin" size="65536" crc="9abd048c" sha1="f96eecb419362bcac50ea4f48a707bdf4375ce9a" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="264-m1_decrypted.bin" size="65536" crc="7e06206d" sha1="ba32dd6ffbfbf532bba9bed4c2d70cfbe959ac23" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="264-v1.bin" size="8388608" crc="fa005812" sha1="73723126dab5a640ac11955ed6da1bf7a91394f5" region="sound1" offset="0"/>
		<rom name="264-v2.bin" size="8388608" crc="c3dc8bf0" sha1="a105e37262d9500a30fb8a5dac05aa4fab2562a3" region="sound1" offset="800000"/>
		<rom name="264-c1.bin" size="8388608" crc="4f148fee" sha1="0821463765fad8fbd0dfbbabb7807337d0333719" region="gfx3" offset="0"/>
		<rom name="264-c2.bin" size="8388608" crc="7cf5ff72" sha1="ccb2f94bce943576d224cb326806942426d25584" region="gfx3" offset="1"/>
		<rom name="264-c3.bin" size="8388608" crc="64d84c98" sha1="8faf153f465ce6fb7770b27a7ce63caf11dd4086" region="gfx3" offset="1000000"/>
		<rom name="264-c4.bin" size="8388608" crc="2f394a95" sha1="82347e8f2b48b0522d7d91fd3f372d5768934ab2" region="gfx3" offset="1000001"/>
		<rom name="264-c5.bin" size="8388608" crc="6b99b978" sha1="8fd0a60029b41668f9e1e3056edd3c90f62efa83" region="gfx3" offset="2000000"/>
		<rom name="264-c6.bin" size="8388608" crc="847d5c7d" sha1="a2ce03f6302edf81f2645de9ec61df1a281ddd78" region="gfx3" offset="2000001"/>
		<rom name="264-c7.bin" size="8388608" crc="231d681e" sha1="87836e64dc816f8bf1c834641535ea96baacc024" region="gfx3" offset="3000000"/>
		<rom name="264-c8.bin" size="8388608" crc="c5edb5c4" sha1="253378c8739daa5da4edb15eff7050820b2b3755" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rotdfw" sourcefile="neogeo.c">
		<description>Rage of the Dragons (Add Char - Console mode enabled set 2)</description>
		<year>2002</year>
		<manufacturer>FWNL and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="264fw-p1.bin" size="8388608" crc="7b89da35" sha1="0edc3421f764deac1fefc499ffe469ad30956ebc" region="cpu1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="264-m1.bin" size="65536" crc="9abd048c" sha1="f96eecb419362bcac50ea4f48a707bdf4375ce9a" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="264-m1_decrypted.bin" size="65536" crc="7e06206d" sha1="ba32dd6ffbfbf532bba9bed4c2d70cfbe959ac23" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="264-v1.bin" size="8388608" crc="fa005812" sha1="73723126dab5a640ac11955ed6da1bf7a91394f5" region="sound1" offset="0"/>
		<rom name="264-v2.bin" size="8388608" crc="c3dc8bf0" sha1="a105e37262d9500a30fb8a5dac05aa4fab2562a3" region="sound1" offset="800000"/>
		<rom name="264-c1.bin" size="8388608" crc="4f148fee" sha1="0821463765fad8fbd0dfbbabb7807337d0333719" region="gfx3" offset="0"/>
		<rom name="264-c2.bin" size="8388608" crc="7cf5ff72" sha1="ccb2f94bce943576d224cb326806942426d25584" region="gfx3" offset="1"/>
		<rom name="264-c3.bin" size="8388608" crc="64d84c98" sha1="8faf153f465ce6fb7770b27a7ce63caf11dd4086" region="gfx3" offset="1000000"/>
		<rom name="264-c4.bin" size="8388608" crc="2f394a95" sha1="82347e8f2b48b0522d7d91fd3f372d5768934ab2" region="gfx3" offset="1000001"/>
		<rom name="264-c5.bin" size="8388608" crc="6b99b978" sha1="8fd0a60029b41668f9e1e3056edd3c90f62efa83" region="gfx3" offset="2000000"/>
		<rom name="264-c6.bin" size="8388608" crc="847d5c7d" sha1="a2ce03f6302edf81f2645de9ec61df1a281ddd78" region="gfx3" offset="2000001"/>
		<rom name="264-c7.bin" size="8388608" crc="231d681e" sha1="87836e64dc816f8bf1c834641535ea96baacc024" region="gfx3" offset="3000000"/>
		<rom name="264-c8.bin" size="8388608" crc="c5edb5c4" sha1="253378c8739daa5da4edb15eff7050820b2b3755" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rotdfy" sourcefile="neogeo.c">
		<description>Rage of the Dragons (Add Char - Console mode enabled set 3)</description>
		<year>2002</year>
		<manufacturer>FWNL and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="264fy-p1.bin" size="8388608" crc="4ab52bcd" sha1="7fcc074fb7c048f824fd5ef9a370c9a908299727" region="cpu1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="264-m1.bin" size="65536" crc="9abd048c" sha1="f96eecb419362bcac50ea4f48a707bdf4375ce9a" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="264-m1_decrypted.bin" size="65536" crc="7e06206d" sha1="ba32dd6ffbfbf532bba9bed4c2d70cfbe959ac23" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="264-v1.bin" size="8388608" crc="fa005812" sha1="73723126dab5a640ac11955ed6da1bf7a91394f5" region="sound1" offset="0"/>
		<rom name="264-v2.bin" size="8388608" crc="c3dc8bf0" sha1="a105e37262d9500a30fb8a5dac05aa4fab2562a3" region="sound1" offset="800000"/>
		<rom name="264-c1.bin" size="8388608" crc="4f148fee" sha1="0821463765fad8fbd0dfbbabb7807337d0333719" region="gfx3" offset="0"/>
		<rom name="264-c2.bin" size="8388608" crc="7cf5ff72" sha1="ccb2f94bce943576d224cb326806942426d25584" region="gfx3" offset="1"/>
		<rom name="264-c3.bin" size="8388608" crc="64d84c98" sha1="8faf153f465ce6fb7770b27a7ce63caf11dd4086" region="gfx3" offset="1000000"/>
		<rom name="264-c4.bin" size="8388608" crc="2f394a95" sha1="82347e8f2b48b0522d7d91fd3f372d5768934ab2" region="gfx3" offset="1000001"/>
		<rom name="264-c5.bin" size="8388608" crc="6b99b978" sha1="8fd0a60029b41668f9e1e3056edd3c90f62efa83" region="gfx3" offset="2000000"/>
		<rom name="264-c6.bin" size="8388608" crc="847d5c7d" sha1="a2ce03f6302edf81f2645de9ec61df1a281ddd78" region="gfx3" offset="2000001"/>
		<rom name="264-c7.bin" size="8388608" crc="231d681e" sha1="87836e64dc816f8bf1c834641535ea96baacc024" region="gfx3" offset="3000000"/>
		<rom name="264-c8.bin" size="8388608" crc="c5edb5c4" sha1="253378c8739daa5da4edb15eff7050820b2b3755" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="rotdyc" sourcefile="neogeo.c">
		<description>Rage of the Dragons (Add Char - Console mode enabled - Pow hack)</description>
		<year>2002</year>
		<manufacturer>Creamymami and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="264yc-p1.bin" size="8388608" crc="ff3ef1ab" sha1="bad86a1c5cdedc2589b7f668e64e10e630574fef" region="cpu1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="264-m1.bin" size="65536" crc="9abd048c" sha1="f96eecb419362bcac50ea4f48a707bdf4375ce9a" region="user4" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="264-m1_decrypted.bin" size="65536" crc="7e06206d" sha1="ba32dd6ffbfbf532bba9bed4c2d70cfbe959ac23" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="264-v1.bin" size="8388608" crc="fa005812" sha1="73723126dab5a640ac11955ed6da1bf7a91394f5" region="sound1" offset="0"/>
		<rom name="264-v2.bin" size="8388608" crc="c3dc8bf0" sha1="a105e37262d9500a30fb8a5dac05aa4fab2562a3" region="sound1" offset="800000"/>
		<rom name="264-c1.bin" size="8388608" crc="4f148fee" sha1="0821463765fad8fbd0dfbbabb7807337d0333719" region="gfx3" offset="0"/>
		<rom name="264-c2.bin" size="8388608" crc="7cf5ff72" sha1="ccb2f94bce943576d224cb326806942426d25584" region="gfx3" offset="1"/>
		<rom name="264-c3.bin" size="8388608" crc="64d84c98" sha1="8faf153f465ce6fb7770b27a7ce63caf11dd4086" region="gfx3" offset="1000000"/>
		<rom name="264-c4.bin" size="8388608" crc="2f394a95" sha1="82347e8f2b48b0522d7d91fd3f372d5768934ab2" region="gfx3" offset="1000001"/>
		<rom name="264-c5.bin" size="8388608" crc="6b99b978" sha1="8fd0a60029b41668f9e1e3056edd3c90f62efa83" region="gfx3" offset="2000000"/>
		<rom name="264-c6.bin" size="8388608" crc="847d5c7d" sha1="a2ce03f6302edf81f2645de9ec61df1a281ddd78" region="gfx3" offset="2000001"/>
		<rom name="264-c7.bin" size="8388608" crc="231d681e" sha1="87836e64dc816f8bf1c834641535ea96baacc024" region="gfx3" offset="3000000"/>
		<rom name="264-c8.bin" size="8388608" crc="c5edb5c4" sha1="253378c8739daa5da4edb15eff7050820b2b3755" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="s1945pwe" sourcefile="neogeo.c">
		<description>Strikers 1945 Plus (Hack)</description>
		<year>1999</year>
		<manufacturer>Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="254we-p1.bin" size="1048576" crc="524eaf9c" sha1="03e6e4495eca181c5d702df312565abd6684d6a4" region="cpu1" offset="0"/>
		<rom name="254-p2.bin" size="4194304" crc="efdfd4dd" sha1="254f3e1b546eed788f7ae919be9d1bf9702148ce" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="254-m1.bin" size="131072" crc="994b4487" sha1="a4e645a3ababa48a8325980ff022e04a8b51b017" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="254-v1.bin" size="4194304" crc="844f58fb" sha1="e59544457be9f21481eac8b5a39b9cbb502f252d" region="sound1" offset="0"/>
		<rom name="254-v2.bin" size="4194304" crc="d9a248f0" sha1="dd3e0974b753e6f94d0943a002de45668a1b072b" region="sound1" offset="400000"/>
		<rom name="254-v3.bin" size="4194304" crc="0b0d2d33" sha1="f8e76af42a997f36a40f66b39de00f68afe6a89c" region="sound1" offset="800000"/>
		<rom name="254-v4.bin" size="4194304" crc="6d13dc91" sha1="8433513c0b5aea61939068a25ab90efbe3e44116" region="sound1" offset="c00000"/>
		<rom name="254-c1.bin" size="8388608" crc="ae6fc8ef" sha1="544ccdaee8a4a45cdce9483e30852811d2d5f3cc" region="gfx3" offset="0"/>
		<rom name="254-c2.bin" size="8388608" crc="436fa176" sha1="d70141a91a360a1b1070753086f976608fec38af" region="gfx3" offset="1"/>
		<rom name="254-c3.bin" size="8388608" crc="e53ff2dc" sha1="31f6aaffe28146d574aa72f14f90a9d968f36bc6" region="gfx3" offset="1000000"/>
		<rom name="254-c4.bin" size="8388608" crc="818672f0" sha1="460c6738d0ee5ae440a23fc1434fab53bbb242b5" region="gfx3" offset="1000001"/>
		<rom name="254-c5.bin" size="8388608" crc="4580eacd" sha1="feb96eb5e80c9125ddd7836e0939212cd3011c34" region="gfx3" offset="2000000"/>
		<rom name="254-c6.bin" size="8388608" crc="e34970fc" sha1="6e43e15e27bc914357f977116ab1e2d98711bb21" region="gfx3" offset="2000001"/>
		<rom name="254-c7.bin" size="8388608" crc="f2323239" sha1="5b3e8dd77474203be010ec7363858d806344a320" region="gfx3" offset="3000000"/>
		<rom name="254-c8.bin" size="8388608" crc="66848c7d" sha1="24d4ed627940a4cf8129761c1da15556e52e199c" region="gfx3" offset="3000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="samshob" sourcefile="neogeo.c">
		<description>Samurai Shodown (Add Char)</description>
		<year>1993</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="045b-p1.bin" size="524288" crc="bc16e98b" sha1="097611c6b0f1f0f09460d49b67c09f1611ce68bc" region="cpu1" offset="0"/>
		<rom name="045-p2.bin" size="524288" crc="71768728" sha1="9ff0e01d3fb73ad04279d4fdf4c53c3160888179" region="cpu1" offset="80000"/>
		<rom name="045-p3.bin" size="524288" crc="38ee9ba9" sha1="48190699a6be83cb6257365ae81f93fdd23abe09" region="cpu1" offset="100000"/>
		<rom name="045-s1.bin" size="131072" crc="9142a4d3" sha1="54088e99fcfd75fd0f94852890a56350066a05a3" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="045-m1.bin" size="131072" crc="95170640" sha1="125c502db0693e8d11cef619b090081c14a9a300" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="045-v1.bin" size="2097152" crc="37f78a9b" sha1="6279b497d12fa90b49ab5ac3aae20fb302ec8b81" region="sound1" offset="0"/>
		<rom name="045-v2.bin" size="2097152" crc="568b20cf" sha1="61af858685472a1fad608e230cccc2b108509ddb" region="sound1" offset="200000"/>
		<rom name="045-c1.bin" size="2097152" crc="2e5873a4" sha1="65c74c1e2d34390666bbb630df7d1f4c9570c3db" region="gfx3" offset="0"/>
		<rom name="045-c2.bin" size="2097152" crc="04febb10" sha1="16a8cbf0fd9468e81bf9eab6dbe7a8e3623a843e" region="gfx3" offset="1"/>
		<rom name="045-c3.bin" size="2097152" crc="f3dabd1e" sha1="c80e52df42be9f8b2e89b467b11ab140a480cee8" region="gfx3" offset="400000"/>
		<rom name="045-c4.bin" size="2097152" crc="935c62f0" sha1="0053d40085fac14096b683f4341f65e543b71dc1" region="gfx3" offset="400001"/>
		<rom name="045-c5.bin" size="524288" crc="a2bb8284" sha1="aa118e3b8c062daa219b36758b9a3814c08c69dc" region="gfx3" offset="800000"/>
		<rom name="045-c6.bin" size="524288" crc="4fa71252" sha1="afe374a9d1f2d955a59efe7b6196b89e021b164c" region="gfx3" offset="800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="samshoeh" sourcefile="neogeo.c">
		<description>Samurai Shodown (Add Char - Ultra kill start max)</description>
		<year>1993</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="045eh-p1.bin" size="524288" crc="ba5277df" sha1="255f467e0b9b2ee2210028829d68efd060a1480d" region="cpu1" offset="0"/>
		<rom name="045-p2.bin" size="524288" crc="71768728" sha1="9ff0e01d3fb73ad04279d4fdf4c53c3160888179" region="cpu1" offset="80000"/>
		<rom name="045-p3.bin" size="524288" crc="38ee9ba9" sha1="48190699a6be83cb6257365ae81f93fdd23abe09" region="cpu1" offset="100000"/>
		<rom name="045-s1.bin" size="131072" crc="9142a4d3" sha1="54088e99fcfd75fd0f94852890a56350066a05a3" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="045-m1.bin" size="131072" crc="95170640" sha1="125c502db0693e8d11cef619b090081c14a9a300" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="045-v1.bin" size="2097152" crc="37f78a9b" sha1="6279b497d12fa90b49ab5ac3aae20fb302ec8b81" region="sound1" offset="0"/>
		<rom name="045-v2.bin" size="2097152" crc="568b20cf" sha1="61af858685472a1fad608e230cccc2b108509ddb" region="sound1" offset="200000"/>
		<rom name="045-c1.bin" size="2097152" crc="2e5873a4" sha1="65c74c1e2d34390666bbb630df7d1f4c9570c3db" region="gfx3" offset="0"/>
		<rom name="045-c2.bin" size="2097152" crc="04febb10" sha1="16a8cbf0fd9468e81bf9eab6dbe7a8e3623a843e" region="gfx3" offset="1"/>
		<rom name="045-c3.bin" size="2097152" crc="f3dabd1e" sha1="c80e52df42be9f8b2e89b467b11ab140a480cee8" region="gfx3" offset="400000"/>
		<rom name="045-c4.bin" size="2097152" crc="935c62f0" sha1="0053d40085fac14096b683f4341f65e543b71dc1" region="gfx3" offset="400001"/>
		<rom name="045-c5.bin" size="524288" crc="a2bb8284" sha1="aa118e3b8c062daa219b36758b9a3814c08c69dc" region="gfx3" offset="800000"/>
		<rom name="045-c6.bin" size="524288" crc="4fa71252" sha1="afe374a9d1f2d955a59efe7b6196b89e021b164c" region="gfx3" offset="800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="samsheh2" sourcefile="neogeo.c">
		<description>Samurai Shodown (Add Char - Ultra kill start max - Ultra kill always max)</description>
		<year>1993</year>
		<manufacturer>Creamymami and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="045eh2-p1.bin" size="524288" crc="54e85e0d" sha1="701807af8e1181992cca5a31a8727e24cf4a0d9c" region="cpu1" offset="0"/>
		<rom name="045-p2.bin" size="524288" crc="71768728" sha1="9ff0e01d3fb73ad04279d4fdf4c53c3160888179" region="cpu1" offset="80000"/>
		<rom name="045-p3.bin" size="524288" crc="38ee9ba9" sha1="48190699a6be83cb6257365ae81f93fdd23abe09" region="cpu1" offset="100000"/>
		<rom name="045-s1.bin" size="131072" crc="9142a4d3" sha1="54088e99fcfd75fd0f94852890a56350066a05a3" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="045-m1.bin" size="131072" crc="95170640" sha1="125c502db0693e8d11cef619b090081c14a9a300" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="045-v1.bin" size="2097152" crc="37f78a9b" sha1="6279b497d12fa90b49ab5ac3aae20fb302ec8b81" region="sound1" offset="0"/>
		<rom name="045-v2.bin" size="2097152" crc="568b20cf" sha1="61af858685472a1fad608e230cccc2b108509ddb" region="sound1" offset="200000"/>
		<rom name="045-c1.bin" size="2097152" crc="2e5873a4" sha1="65c74c1e2d34390666bbb630df7d1f4c9570c3db" region="gfx3" offset="0"/>
		<rom name="045-c2.bin" size="2097152" crc="04febb10" sha1="16a8cbf0fd9468e81bf9eab6dbe7a8e3623a843e" region="gfx3" offset="1"/>
		<rom name="045-c3.bin" size="2097152" crc="f3dabd1e" sha1="c80e52df42be9f8b2e89b467b11ab140a480cee8" region="gfx3" offset="400000"/>
		<rom name="045-c4.bin" size="2097152" crc="935c62f0" sha1="0053d40085fac14096b683f4341f65e543b71dc1" region="gfx3" offset="400001"/>
		<rom name="045-c5.bin" size="524288" crc="a2bb8284" sha1="aa118e3b8c062daa219b36758b9a3814c08c69dc" region="gfx3" offset="800000"/>
		<rom name="045-c6.bin" size="524288" crc="4fa71252" sha1="afe374a9d1f2d955a59efe7b6196b89e021b164c" region="gfx3" offset="800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="samsh2eh" sourcefile="neogeo.c">
		<description>Samurai Shodown II (Add Char)</description>
		<year>1994</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="063eh-p1.bin" size="2097152" crc="2682710f" sha1="56b521673651c1b218d7a4382e6766a239f39826" region="cpu1" offset="100000"/>
		<rom name="063-s1.bin" size="131072" crc="64a5cd66" sha1="12cdfb27bf9ccd5a8df6ddd4628ef7cf2c6d4964" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="063-m1.bin" size="131072" crc="56675098" sha1="90429fc40d056d480d0e2bbefbc691d9fa260fc4" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="063-v1.bin" size="2097152" crc="37703f91" sha1="a373ebef4c33ba1d8340e826981a58769aada238" region="sound1" offset="0"/>
		<rom name="063-v2.bin" size="2097152" crc="0142bde8" sha1="0be6c53acac44802bf70b6925452f70289a139d9" region="sound1" offset="200000"/>
		<rom name="063-v3.bin" size="2097152" crc="d07fa5ca" sha1="1da7f081f8b8fc86a91feacf900f573218d82676" region="sound1" offset="400000"/>
		<rom name="063-v4.bin" size="1048576" crc="24aab4bb" sha1="10ee4c5b3579865b93dcc1e4079963276aa700a6" region="sound1" offset="600000"/>
		<rom name="063-c1.bin" size="2097152" crc="86cd307c" sha1="0d04336f7c436d74638d8c1cd8651faf436a6bec" region="gfx3" offset="0"/>
		<rom name="063-c2.bin" size="2097152" crc="cdfcc4ca" sha1="179dc81432424d68cefedd20cc1c4b2a95deb891" region="gfx3" offset="1"/>
		<rom name="063-c3.bin" size="2097152" crc="7a63ccc7" sha1="49d97c543bc2860d493a353ab0d059088c6fbd21" region="gfx3" offset="400000"/>
		<rom name="063-c4.bin" size="2097152" crc="751025ce" sha1="e1bbaa7cd67fd04e4aab7f7ea77f63ae1cbc90d0" region="gfx3" offset="400001"/>
		<rom name="063-c5.bin" size="2097152" crc="20d3a475" sha1="28da44a136bd14c73c62c147c3f6e6bcfa1066de" region="gfx3" offset="800000"/>
		<rom name="063-c6.bin" size="2097152" crc="ae4c0a88" sha1="cc8a7d11daa3821f83a6fd0942534706f939e576" region="gfx3" offset="800001"/>
		<rom name="063-c7.bin" size="2097152" crc="2df3cbcf" sha1="e54f9022359963711451c2025825b862d36c6975" region="gfx3" offset="c00000"/>
		<rom name="063-c8.bin" size="2097152" crc="1ffc6dfa" sha1="acea18aca76c072e0bac2a364fc96d49cfc86e77" region="gfx3" offset="c00001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="samsh2yc" sourcefile="neogeo.c">
		<description>Samurai Shodown II (Char - Pow hack)</description>
		<year>1994</year>
		<manufacturer>Creamymami and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="063yc-p1.bin" size="2097152" crc="ff64d433" sha1="6d3140413614fe4f5dda17f623c734c6e2ab0940" region="cpu1" offset="100000"/>
		<rom name="063-s1.bin" size="131072" crc="64a5cd66" sha1="12cdfb27bf9ccd5a8df6ddd4628ef7cf2c6d4964" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="063-m1.bin" size="131072" crc="56675098" sha1="90429fc40d056d480d0e2bbefbc691d9fa260fc4" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="063-v1.bin" size="2097152" crc="37703f91" sha1="a373ebef4c33ba1d8340e826981a58769aada238" region="sound1" offset="0"/>
		<rom name="063-v2.bin" size="2097152" crc="0142bde8" sha1="0be6c53acac44802bf70b6925452f70289a139d9" region="sound1" offset="200000"/>
		<rom name="063-v3.bin" size="2097152" crc="d07fa5ca" sha1="1da7f081f8b8fc86a91feacf900f573218d82676" region="sound1" offset="400000"/>
		<rom name="063-v4.bin" size="1048576" crc="24aab4bb" sha1="10ee4c5b3579865b93dcc1e4079963276aa700a6" region="sound1" offset="600000"/>
		<rom name="063-c1.bin" size="2097152" crc="86cd307c" sha1="0d04336f7c436d74638d8c1cd8651faf436a6bec" region="gfx3" offset="0"/>
		<rom name="063-c2.bin" size="2097152" crc="cdfcc4ca" sha1="179dc81432424d68cefedd20cc1c4b2a95deb891" region="gfx3" offset="1"/>
		<rom name="063-c3.bin" size="2097152" crc="7a63ccc7" sha1="49d97c543bc2860d493a353ab0d059088c6fbd21" region="gfx3" offset="400000"/>
		<rom name="063-c4.bin" size="2097152" crc="751025ce" sha1="e1bbaa7cd67fd04e4aab7f7ea77f63ae1cbc90d0" region="gfx3" offset="400001"/>
		<rom name="063-c5.bin" size="2097152" crc="20d3a475" sha1="28da44a136bd14c73c62c147c3f6e6bcfa1066de" region="gfx3" offset="800000"/>
		<rom name="063-c6.bin" size="2097152" crc="ae4c0a88" sha1="cc8a7d11daa3821f83a6fd0942534706f939e576" region="gfx3" offset="800001"/>
		<rom name="063-c7.bin" size="2097152" crc="2df3cbcf" sha1="e54f9022359963711451c2025825b862d36c6975" region="gfx3" offset="c00000"/>
		<rom name="063-c8.bin" size="2097152" crc="1ffc6dfa" sha1="acea18aca76c072e0bac2a364fc96d49cfc86e77" region="gfx3" offset="c00001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="samsh3eh" sourcefile="neogeo.c">
		<description>Samurai Shodown III (Add Char)</description>
		<year>1995</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="087eh-p1.bin" size="1048576" crc="251d9b3f" sha1="6ea015bbc528ac9a5d0eeb746ed8fcca689c2be6" region="cpu1" offset="0"/>
		<rom name="087-p2.bin" size="2097152" crc="9bbe27e0" sha1="b18117102159903c8e8f4e4226e1cc91a400e816" region="cpu1" offset="100000"/>
		<rom name="087-s1.bin" size="131072" crc="74ec7d9f" sha1="d79c479838a7ca51735a44f91f1968ec5b3c6b91" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="087-m1.bin" size="131072" crc="8e6440eb" sha1="e3f72150af4e326543b29df71cda27d73ec087c1" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="087-v1.bin" size="4194304" crc="84bdd9a0" sha1="adceceb00569eca13fcc2e0f0d9f0d9b06a06851" region="sound1" offset="0"/>
		<rom name="087-v2.bin" size="2097152" crc="ac0f261a" sha1="5411bdff24cba7fdbc3397d45a70fb468d7a44b3" region="sound1" offset="400000"/>
		<rom name="087-c1.bin" size="4194304" crc="07a233bc" sha1="654cb56cfd6eeebe6745c0b8b730317fb8ccd3d9" region="gfx3" offset="0"/>
		<rom name="087-c2.bin" size="4194304" crc="7a413592" sha1="b8c7a2d0d7a8b14d6cab94d7a5f347e73c6ab7a4" region="gfx3" offset="1"/>
		<rom name="087-c3.bin" size="4194304" crc="8b793796" sha1="053acc129ea56691607a5d255845703e61fd3ada" region="gfx3" offset="800000"/>
		<rom name="087-c4.bin" size="4194304" crc="728fbf11" sha1="daa319d455f759bfc08a37b43218bdb48dc1c9e5" region="gfx3" offset="800001"/>
		<rom name="087-c5.bin" size="4194304" crc="172ab180" sha1="a6122f683bdb78d0079e1e360c1b96ba28def7b7" region="gfx3" offset="1000000"/>
		<rom name="087-c6.bin" size="4194304" crc="002ff8f3" sha1="3a378708697d727796c4f702dd5bbf1c9eb4daec" region="gfx3" offset="1000001"/>
		<rom name="087-c7.bin" size="1048576" crc="ae450e3d" sha1="ec482632cc347ec3f9e68df0ebcaa16ebe41b9f9" region="gfx3" offset="1800000"/>
		<rom name="087-c8.bin" size="1048576" crc="a9e82717" sha1="e39ee15d5140dbe7f06eea945cce9984a5e8b06a" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="samsh3yc" sourcefile="neogeo.c">
		<description>Samurai Shodown III (Add Char - Pow hack ABC)</description>
		<year>1995</year>
		<manufacturer>Creamymami and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="087yc-p1.bin" size="1048576" crc="f111c831" sha1="eff62f96172af895605201860a8d18ed847d08a0" region="cpu1" offset="0"/>
		<rom name="087-p2.bin" size="2097152" crc="9bbe27e0" sha1="b18117102159903c8e8f4e4226e1cc91a400e816" region="cpu1" offset="100000"/>
		<rom name="087-s1.bin" size="131072" crc="74ec7d9f" sha1="d79c479838a7ca51735a44f91f1968ec5b3c6b91" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="087-m1.bin" size="131072" crc="8e6440eb" sha1="e3f72150af4e326543b29df71cda27d73ec087c1" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="087-v1.bin" size="4194304" crc="84bdd9a0" sha1="adceceb00569eca13fcc2e0f0d9f0d9b06a06851" region="sound1" offset="0"/>
		<rom name="087-v2.bin" size="2097152" crc="ac0f261a" sha1="5411bdff24cba7fdbc3397d45a70fb468d7a44b3" region="sound1" offset="400000"/>
		<rom name="087-c1.bin" size="4194304" crc="07a233bc" sha1="654cb56cfd6eeebe6745c0b8b730317fb8ccd3d9" region="gfx3" offset="0"/>
		<rom name="087-c2.bin" size="4194304" crc="7a413592" sha1="b8c7a2d0d7a8b14d6cab94d7a5f347e73c6ab7a4" region="gfx3" offset="1"/>
		<rom name="087-c3.bin" size="4194304" crc="8b793796" sha1="053acc129ea56691607a5d255845703e61fd3ada" region="gfx3" offset="800000"/>
		<rom name="087-c4.bin" size="4194304" crc="728fbf11" sha1="daa319d455f759bfc08a37b43218bdb48dc1c9e5" region="gfx3" offset="800001"/>
		<rom name="087-c5.bin" size="4194304" crc="172ab180" sha1="a6122f683bdb78d0079e1e360c1b96ba28def7b7" region="gfx3" offset="1000000"/>
		<rom name="087-c6.bin" size="4194304" crc="002ff8f3" sha1="3a378708697d727796c4f702dd5bbf1c9eb4daec" region="gfx3" offset="1000001"/>
		<rom name="087-c7.bin" size="1048576" crc="ae450e3d" sha1="ec482632cc347ec3f9e68df0ebcaa16ebe41b9f9" region="gfx3" offset="1800000"/>
		<rom name="087-c8.bin" size="1048576" crc="a9e82717" sha1="e39ee15d5140dbe7f06eea945cce9984a5e8b06a" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="samsh3se" sourcefile="neogeo.c">
		<description>Samurai Shodown III (Add Char - Pow hack ABC - Ultra pow hack)</description>
		<year>1995</year>
		<manufacturer>Creamymami and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="087se-p1.bin" size="1048576" crc="8deb9f12" sha1="5fc437f41020f8619b23e37a864e2ba19fec2727" region="cpu1" offset="0"/>
		<rom name="087-p2.bin" size="2097152" crc="9bbe27e0" sha1="b18117102159903c8e8f4e4226e1cc91a400e816" region="cpu1" offset="100000"/>
		<rom name="087-s1.bin" size="131072" crc="74ec7d9f" sha1="d79c479838a7ca51735a44f91f1968ec5b3c6b91" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="087-m1.bin" size="131072" crc="8e6440eb" sha1="e3f72150af4e326543b29df71cda27d73ec087c1" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="087-v1.bin" size="4194304" crc="84bdd9a0" sha1="adceceb00569eca13fcc2e0f0d9f0d9b06a06851" region="sound1" offset="0"/>
		<rom name="087-v2.bin" size="2097152" crc="ac0f261a" sha1="5411bdff24cba7fdbc3397d45a70fb468d7a44b3" region="sound1" offset="400000"/>
		<rom name="087-c1.bin" size="4194304" crc="07a233bc" sha1="654cb56cfd6eeebe6745c0b8b730317fb8ccd3d9" region="gfx3" offset="0"/>
		<rom name="087-c2.bin" size="4194304" crc="7a413592" sha1="b8c7a2d0d7a8b14d6cab94d7a5f347e73c6ab7a4" region="gfx3" offset="1"/>
		<rom name="087-c3.bin" size="4194304" crc="8b793796" sha1="053acc129ea56691607a5d255845703e61fd3ada" region="gfx3" offset="800000"/>
		<rom name="087-c4.bin" size="4194304" crc="728fbf11" sha1="daa319d455f759bfc08a37b43218bdb48dc1c9e5" region="gfx3" offset="800001"/>
		<rom name="087-c5.bin" size="4194304" crc="172ab180" sha1="a6122f683bdb78d0079e1e360c1b96ba28def7b7" region="gfx3" offset="1000000"/>
		<rom name="087-c6.bin" size="4194304" crc="002ff8f3" sha1="3a378708697d727796c4f702dd5bbf1c9eb4daec" region="gfx3" offset="1000001"/>
		<rom name="087-c7.bin" size="1048576" crc="ae450e3d" sha1="ec482632cc347ec3f9e68df0ebcaa16ebe41b9f9" region="gfx3" offset="1800000"/>
		<rom name="087-c8.bin" size="1048576" crc="a9e82717" sha1="e39ee15d5140dbe7f06eea945cce9984a5e8b06a" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="samsh4bh" sourcefile="neogeo.c">
		<description>Samurai Shodown IV (Add Char with Icon)</description>
		<year>1996</year>
		<manufacturer>Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="222bh-p1.bin" size="1048576" crc="59dd746f" sha1="2afecebd57f978fe0764c23a0bbf1d73421c60ca" region="cpu1" offset="0"/>
		<rom name="222-p2.bin" size="4194304" crc="b023cd8b" sha1="35b4cec9858225f90acdfa16ed8a3017d0d08327" region="cpu1" offset="100000"/>
		<rom name="222bh-s1.bin" size="131072" crc="d0906101" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="222-m1.bin" size="131072" crc="7615bc1b" sha1="b936f7b341f6fe0921b4c41049734684583e3596" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="222-v1.bin" size="4194304" crc="7d6ba95f" sha1="03cb4e0d770e0b332b07b64cacef624460b84c78" region="sound1" offset="0"/>
		<rom name="222-v2.bin" size="4194304" crc="6c33bb5d" sha1="fd5d4e08a962dd0d22c52c91bad5ec7f23cfb901" region="sound1" offset="400000"/>
		<rom name="222-v3.bin" size="2097152" crc="831ea8c0" sha1="f2987b7d09bdc4311e972ce8a9ab7ca9802db4db" region="sound1" offset="800000"/>
		<rom name="222-c1.bin" size="4194304" crc="68f2ed95" sha1="c0a02df012cd25bcfe341770ea861a80294148cb" region="gfx3" offset="0"/>
		<rom name="222-c2.bin" size="4194304" crc="a6e9aff0" sha1="15addca49951ed53fa3c000c8d7cd327d012a620" region="gfx3" offset="1"/>
		<rom name="222-c3.bin" size="4194304" crc="c91b40f4" sha1="dcda45e0336204e3e024de08edfd0a3217bc1fdd" region="gfx3" offset="800000"/>
		<rom name="222-c4.bin" size="4194304" crc="359510a4" sha1="b6642677ebdff7788263266402080272b8a66b15" region="gfx3" offset="800001"/>
		<rom name="222-c5.bin" size="4194304" crc="9cfbb22d" sha1="789c32f917d0c6e38601cd390a7bf9d803131a4a" region="gfx3" offset="1000000"/>
		<rom name="222-c6.bin" size="4194304" crc="685efc32" sha1="db21ba1c7e3631ce0f1cb6f503ae7e0e043ff71b" region="gfx3" offset="1000001"/>
		<rom name="222-c7.bin" size="4194304" crc="d0f86f0d" sha1="32502d71c2ab1469c492b6b382bf2bb3f85981d9" region="gfx3" offset="1800000"/>
		<rom name="222-c8.bin" size="4194304" crc="adfc50e3" sha1="7d7ee874355b5aa75ad9c9a5c9c3df98d098d85e" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="samsh4eh" sourcefile="neogeo.c">
		<description>Samurai Shodown IV (Add Char)</description>
		<year>1996</year>
		<manufacturer>Zhangshee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="222eh-p1.bin" size="1048576" crc="10390464" sha1="029a2d22819b8440b1ce3bafb6005841665b0b27" region="cpu1" offset="0"/>
		<rom name="222-p2.bin" size="4194304" crc="b023cd8b" sha1="35b4cec9858225f90acdfa16ed8a3017d0d08327" region="cpu1" offset="100000"/>
		<rom name="222-s1.bin" size="131072" crc="8d3d3bf9" sha1="9975ed9b458bdd14e23451d2534153f68a5e4e6c" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="222-m1.bin" size="131072" crc="7615bc1b" sha1="b936f7b341f6fe0921b4c41049734684583e3596" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="222-v1.bin" size="4194304" crc="7d6ba95f" sha1="03cb4e0d770e0b332b07b64cacef624460b84c78" region="sound1" offset="0"/>
		<rom name="222-v2.bin" size="4194304" crc="6c33bb5d" sha1="fd5d4e08a962dd0d22c52c91bad5ec7f23cfb901" region="sound1" offset="400000"/>
		<rom name="222-v3.bin" size="2097152" crc="831ea8c0" sha1="f2987b7d09bdc4311e972ce8a9ab7ca9802db4db" region="sound1" offset="800000"/>
		<rom name="222-c1.bin" size="4194304" crc="68f2ed95" sha1="c0a02df012cd25bcfe341770ea861a80294148cb" region="gfx3" offset="0"/>
		<rom name="222-c2.bin" size="4194304" crc="a6e9aff0" sha1="15addca49951ed53fa3c000c8d7cd327d012a620" region="gfx3" offset="1"/>
		<rom name="222-c3.bin" size="4194304" crc="c91b40f4" sha1="dcda45e0336204e3e024de08edfd0a3217bc1fdd" region="gfx3" offset="800000"/>
		<rom name="222-c4.bin" size="4194304" crc="359510a4" sha1="b6642677ebdff7788263266402080272b8a66b15" region="gfx3" offset="800001"/>
		<rom name="222-c5.bin" size="4194304" crc="9cfbb22d" sha1="789c32f917d0c6e38601cd390a7bf9d803131a4a" region="gfx3" offset="1000000"/>
		<rom name="222-c6.bin" size="4194304" crc="685efc32" sha1="db21ba1c7e3631ce0f1cb6f503ae7e0e043ff71b" region="gfx3" offset="1000001"/>
		<rom name="222-c7.bin" size="4194304" crc="d0f86f0d" sha1="32502d71c2ab1469c492b6b382bf2bb3f85981d9" region="gfx3" offset="1800000"/>
		<rom name="222-c8.bin" size="4194304" crc="adfc50e3" sha1="7d7ee874355b5aa75ad9c9a5c9c3df98d098d85e" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="samsh4cz" sourcefile="neogeo.c">
		<description>Samurai Shodown IV (Add Char - Ultra kill start max - Ultra kill always max)</description>
		<year>1996</year>
		<manufacturer>Creamymami and Zhangshee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="222cz-p1.bin" size="1048576" crc="fdfb86a3" sha1="ed91d0273dec277ce9ee4b4bdf7e88b524b3ed3b" region="cpu1" offset="0"/>
		<rom name="222-p2.bin" size="4194304" crc="b023cd8b" sha1="35b4cec9858225f90acdfa16ed8a3017d0d08327" region="cpu1" offset="100000"/>
		<rom name="222-s1.bin" size="131072" crc="8d3d3bf9" sha1="9975ed9b458bdd14e23451d2534153f68a5e4e6c" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="222-m1.bin" size="131072" crc="7615bc1b" sha1="b936f7b341f6fe0921b4c41049734684583e3596" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="222-v1.bin" size="4194304" crc="7d6ba95f" sha1="03cb4e0d770e0b332b07b64cacef624460b84c78" region="sound1" offset="0"/>
		<rom name="222-v2.bin" size="4194304" crc="6c33bb5d" sha1="fd5d4e08a962dd0d22c52c91bad5ec7f23cfb901" region="sound1" offset="400000"/>
		<rom name="222-v3.bin" size="2097152" crc="831ea8c0" sha1="f2987b7d09bdc4311e972ce8a9ab7ca9802db4db" region="sound1" offset="800000"/>
		<rom name="222-c1.bin" size="4194304" crc="68f2ed95" sha1="c0a02df012cd25bcfe341770ea861a80294148cb" region="gfx3" offset="0"/>
		<rom name="222-c2.bin" size="4194304" crc="a6e9aff0" sha1="15addca49951ed53fa3c000c8d7cd327d012a620" region="gfx3" offset="1"/>
		<rom name="222-c3.bin" size="4194304" crc="c91b40f4" sha1="dcda45e0336204e3e024de08edfd0a3217bc1fdd" region="gfx3" offset="800000"/>
		<rom name="222-c4.bin" size="4194304" crc="359510a4" sha1="b6642677ebdff7788263266402080272b8a66b15" region="gfx3" offset="800001"/>
		<rom name="222-c5.bin" size="4194304" crc="9cfbb22d" sha1="789c32f917d0c6e38601cd390a7bf9d803131a4a" region="gfx3" offset="1000000"/>
		<rom name="222-c6.bin" size="4194304" crc="685efc32" sha1="db21ba1c7e3631ce0f1cb6f503ae7e0e043ff71b" region="gfx3" offset="1000001"/>
		<rom name="222-c7.bin" size="4194304" crc="d0f86f0d" sha1="32502d71c2ab1469c492b6b382bf2bb3f85981d9" region="gfx3" offset="1800000"/>
		<rom name="222-c8.bin" size="4194304" crc="adfc50e3" sha1="7d7ee874355b5aa75ad9c9a5c9c3df98d098d85e" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="samsh4kz" sourcefile="neogeo.c">
		<description>Samurai Shodown IV (Add Char - Ultra pow hack set 1)</description>
		<year>1996</year>
		<manufacturer>Fighters Kim and Zhangshee</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="222kz-p1.bin" size="1048576" crc="41503ba4" sha1="c741e6f341baee8bbf1fdf64b7b144f9e4f120cc" region="cpu1" offset="0"/>
		<rom name="222-p2.bin" size="4194304" crc="b023cd8b" sha1="35b4cec9858225f90acdfa16ed8a3017d0d08327" region="cpu1" offset="100000"/>
		<rom name="222-s1.bin" size="131072" crc="8d3d3bf9" sha1="9975ed9b458bdd14e23451d2534153f68a5e4e6c" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="222-m1.bin" size="131072" crc="7615bc1b" sha1="b936f7b341f6fe0921b4c41049734684583e3596" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="222-v1.bin" size="4194304" crc="7d6ba95f" sha1="03cb4e0d770e0b332b07b64cacef624460b84c78" region="sound1" offset="0"/>
		<rom name="222-v2.bin" size="4194304" crc="6c33bb5d" sha1="fd5d4e08a962dd0d22c52c91bad5ec7f23cfb901" region="sound1" offset="400000"/>
		<rom name="222-v3.bin" size="2097152" crc="831ea8c0" sha1="f2987b7d09bdc4311e972ce8a9ab7ca9802db4db" region="sound1" offset="800000"/>
		<rom name="222-c1.bin" size="4194304" crc="68f2ed95" sha1="c0a02df012cd25bcfe341770ea861a80294148cb" region="gfx3" offset="0"/>
		<rom name="222-c2.bin" size="4194304" crc="a6e9aff0" sha1="15addca49951ed53fa3c000c8d7cd327d012a620" region="gfx3" offset="1"/>
		<rom name="222-c3.bin" size="4194304" crc="c91b40f4" sha1="dcda45e0336204e3e024de08edfd0a3217bc1fdd" region="gfx3" offset="800000"/>
		<rom name="222-c4.bin" size="4194304" crc="359510a4" sha1="b6642677ebdff7788263266402080272b8a66b15" region="gfx3" offset="800001"/>
		<rom name="222-c5.bin" size="4194304" crc="9cfbb22d" sha1="789c32f917d0c6e38601cd390a7bf9d803131a4a" region="gfx3" offset="1000000"/>
		<rom name="222-c6.bin" size="4194304" crc="685efc32" sha1="db21ba1c7e3631ce0f1cb6f503ae7e0e043ff71b" region="gfx3" offset="1000001"/>
		<rom name="222-c7.bin" size="4194304" crc="d0f86f0d" sha1="32502d71c2ab1469c492b6b382bf2bb3f85981d9" region="gfx3" offset="1800000"/>
		<rom name="222-c8.bin" size="4194304" crc="adfc50e3" sha1="7d7ee874355b5aa75ad9c9a5c9c3df98d098d85e" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="samsh4kw" sourcefile="neogeo.c">
		<description>Samurai Shodown IV (Add Char - Ultra pow hack set 2)</description>
		<year>1996</year>
		<manufacturer>Fighters Kim and Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="222kw-p1.bin" size="1048576" crc="dae6844a" sha1="4e4641e13d836919013f9a156553f8a2c6af05e6" region="cpu1" offset="0"/>
		<rom name="222-p2.bin" size="4194304" crc="b023cd8b" sha1="35b4cec9858225f90acdfa16ed8a3017d0d08327" region="cpu1" offset="100000"/>
		<rom name="222-s1.bin" size="131072" crc="8d3d3bf9" sha1="9975ed9b458bdd14e23451d2534153f68a5e4e6c" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="222-m1.bin" size="131072" crc="7615bc1b" sha1="b936f7b341f6fe0921b4c41049734684583e3596" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="222-v1.bin" size="4194304" crc="7d6ba95f" sha1="03cb4e0d770e0b332b07b64cacef624460b84c78" region="sound1" offset="0"/>
		<rom name="222-v2.bin" size="4194304" crc="6c33bb5d" sha1="fd5d4e08a962dd0d22c52c91bad5ec7f23cfb901" region="sound1" offset="400000"/>
		<rom name="222-v3.bin" size="2097152" crc="831ea8c0" sha1="f2987b7d09bdc4311e972ce8a9ab7ca9802db4db" region="sound1" offset="800000"/>
		<rom name="222-c1.bin" size="4194304" crc="68f2ed95" sha1="c0a02df012cd25bcfe341770ea861a80294148cb" region="gfx3" offset="0"/>
		<rom name="222-c2.bin" size="4194304" crc="a6e9aff0" sha1="15addca49951ed53fa3c000c8d7cd327d012a620" region="gfx3" offset="1"/>
		<rom name="222-c3.bin" size="4194304" crc="c91b40f4" sha1="dcda45e0336204e3e024de08edfd0a3217bc1fdd" region="gfx3" offset="800000"/>
		<rom name="222-c4.bin" size="4194304" crc="359510a4" sha1="b6642677ebdff7788263266402080272b8a66b15" region="gfx3" offset="800001"/>
		<rom name="222-c5.bin" size="4194304" crc="9cfbb22d" sha1="789c32f917d0c6e38601cd390a7bf9d803131a4a" region="gfx3" offset="1000000"/>
		<rom name="222-c6.bin" size="4194304" crc="685efc32" sha1="db21ba1c7e3631ce0f1cb6f503ae7e0e043ff71b" region="gfx3" offset="1000001"/>
		<rom name="222-c7.bin" size="4194304" crc="d0f86f0d" sha1="32502d71c2ab1469c492b6b382bf2bb3f85981d9" region="gfx3" offset="1800000"/>
		<rom name="222-c8.bin" size="4194304" crc="adfc50e3" sha1="7d7ee874355b5aa75ad9c9a5c9c3df98d098d85e" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="samsh4es" sourcefile="neogeo.c">
		<description>Samurai Shodown IV (Moves rev - v3.8)</description>
		<year>1996</year>
		<manufacturer>SNK2003/PPX Hack Team</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="222es-p1.bin" size="1048576" crc="36d58438" sha1="0e957e6815121c8005a560e1f17bd1d4675c2bdb" region="cpu1" offset="0"/>
		<rom name="222-p2.bin" size="4194304" crc="b023cd8b" sha1="35b4cec9858225f90acdfa16ed8a3017d0d08327" region="cpu1" offset="100000"/>
		<rom name="222-s1.bin" size="131072" crc="8d3d3bf9" sha1="9975ed9b458bdd14e23451d2534153f68a5e4e6c" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="222-m1.bin" size="131072" crc="7615bc1b" sha1="b936f7b341f6fe0921b4c41049734684583e3596" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="222-v1.bin" size="4194304" crc="7d6ba95f" sha1="03cb4e0d770e0b332b07b64cacef624460b84c78" region="sound1" offset="0"/>
		<rom name="222-v2.bin" size="4194304" crc="6c33bb5d" sha1="fd5d4e08a962dd0d22c52c91bad5ec7f23cfb901" region="sound1" offset="400000"/>
		<rom name="222-v3.bin" size="2097152" crc="831ea8c0" sha1="f2987b7d09bdc4311e972ce8a9ab7ca9802db4db" region="sound1" offset="800000"/>
		<rom name="222-c1.bin" size="4194304" crc="68f2ed95" sha1="c0a02df012cd25bcfe341770ea861a80294148cb" region="gfx3" offset="0"/>
		<rom name="222-c2.bin" size="4194304" crc="a6e9aff0" sha1="15addca49951ed53fa3c000c8d7cd327d012a620" region="gfx3" offset="1"/>
		<rom name="222-c3.bin" size="4194304" crc="c91b40f4" sha1="dcda45e0336204e3e024de08edfd0a3217bc1fdd" region="gfx3" offset="800000"/>
		<rom name="222-c4.bin" size="4194304" crc="359510a4" sha1="b6642677ebdff7788263266402080272b8a66b15" region="gfx3" offset="800001"/>
		<rom name="222-c5.bin" size="4194304" crc="9cfbb22d" sha1="789c32f917d0c6e38601cd390a7bf9d803131a4a" region="gfx3" offset="1000000"/>
		<rom name="222-c6.bin" size="4194304" crc="685efc32" sha1="db21ba1c7e3631ce0f1cb6f503ae7e0e043ff71b" region="gfx3" offset="1000001"/>
		<rom name="222-c7.bin" size="4194304" crc="d0f86f0d" sha1="32502d71c2ab1469c492b6b382bf2bb3f85981d9" region="gfx3" offset="1800000"/>
		<rom name="222-c8.bin" size="4194304" crc="adfc50e3" sha1="7d7ee874355b5aa75ad9c9a5c9c3df98d098d85e" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="samsh4wh" sourcefile="neogeo.c">
		<description>Samurai Shodown IV (Add Char - final edition)</description>
		<year>1996</year>
		<manufacturer>Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="222wh-p1.bin" size="1048576" crc="8b8fbb8a" sha1="75dff66982c4b4e2137fb3058516be516d2c6a73" region="cpu1" offset="0"/>
		<rom name="222-p2.bin" size="4194304" crc="b023cd8b" sha1="35b4cec9858225f90acdfa16ed8a3017d0d08327" region="cpu1" offset="100000"/>
		<rom name="222-s1.bin" size="131072" crc="8d3d3bf9" sha1="9975ed9b458bdd14e23451d2534153f68a5e4e6c" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="222-m1.bin" size="131072" crc="7615bc1b" sha1="b936f7b341f6fe0921b4c41049734684583e3596" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="222-v1.bin" size="4194304" crc="7d6ba95f" sha1="03cb4e0d770e0b332b07b64cacef624460b84c78" region="sound1" offset="0"/>
		<rom name="222-v2.bin" size="4194304" crc="6c33bb5d" sha1="fd5d4e08a962dd0d22c52c91bad5ec7f23cfb901" region="sound1" offset="400000"/>
		<rom name="222-v3.bin" size="2097152" crc="831ea8c0" sha1="f2987b7d09bdc4311e972ce8a9ab7ca9802db4db" region="sound1" offset="800000"/>
		<rom name="222-c1.bin" size="4194304" crc="68f2ed95" sha1="c0a02df012cd25bcfe341770ea861a80294148cb" region="gfx3" offset="0"/>
		<rom name="222-c2.bin" size="4194304" crc="a6e9aff0" sha1="15addca49951ed53fa3c000c8d7cd327d012a620" region="gfx3" offset="1"/>
		<rom name="222-c3.bin" size="4194304" crc="c91b40f4" sha1="dcda45e0336204e3e024de08edfd0a3217bc1fdd" region="gfx3" offset="800000"/>
		<rom name="222-c4.bin" size="4194304" crc="359510a4" sha1="b6642677ebdff7788263266402080272b8a66b15" region="gfx3" offset="800001"/>
		<rom name="222-c5.bin" size="4194304" crc="9cfbb22d" sha1="789c32f917d0c6e38601cd390a7bf9d803131a4a" region="gfx3" offset="1000000"/>
		<rom name="222-c6.bin" size="4194304" crc="685efc32" sha1="db21ba1c7e3631ce0f1cb6f503ae7e0e043ff71b" region="gfx3" offset="1000001"/>
		<rom name="222-c7.bin" size="4194304" crc="d0f86f0d" sha1="32502d71c2ab1469c492b6b382bf2bb3f85981d9" region="gfx3" offset="1800000"/>
		<rom name="222-c8.bin" size="4194304" crc="adfc50e3" sha1="7d7ee874355b5aa75ad9c9a5c9c3df98d098d85e" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="samsh4ew" sourcefile="neogeo.c">
		<description>Samurai Shodown IV (Add Char with Color corrections P2/P3/P4)</description>
		<year>1996</year>
		<manufacturer>Eddids and Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="222ew-p1.bin" size="1048576" crc="e76cdd8f" sha1="025e574c0160eaf9a2754b8da549dde6a03ef98d" region="cpu1" offset="0"/>
		<rom name="222-p2.bin" size="4194304" crc="b023cd8b" sha1="35b4cec9858225f90acdfa16ed8a3017d0d08327" region="cpu1" offset="100000"/>
		<rom name="222-s1.bin" size="131072" crc="8d3d3bf9" sha1="9975ed9b458bdd14e23451d2534153f68a5e4e6c" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="222-m1.bin" size="131072" crc="7615bc1b" sha1="b936f7b341f6fe0921b4c41049734684583e3596" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="222-v1.bin" size="4194304" crc="7d6ba95f" sha1="03cb4e0d770e0b332b07b64cacef624460b84c78" region="sound1" offset="0"/>
		<rom name="222-v2.bin" size="4194304" crc="6c33bb5d" sha1="fd5d4e08a962dd0d22c52c91bad5ec7f23cfb901" region="sound1" offset="400000"/>
		<rom name="222-v3.bin" size="2097152" crc="831ea8c0" sha1="f2987b7d09bdc4311e972ce8a9ab7ca9802db4db" region="sound1" offset="800000"/>
		<rom name="222-c1.bin" size="4194304" crc="68f2ed95" sha1="c0a02df012cd25bcfe341770ea861a80294148cb" region="gfx3" offset="0"/>
		<rom name="222-c2.bin" size="4194304" crc="a6e9aff0" sha1="15addca49951ed53fa3c000c8d7cd327d012a620" region="gfx3" offset="1"/>
		<rom name="222-c3.bin" size="4194304" crc="c91b40f4" sha1="dcda45e0336204e3e024de08edfd0a3217bc1fdd" region="gfx3" offset="800000"/>
		<rom name="222-c4.bin" size="4194304" crc="359510a4" sha1="b6642677ebdff7788263266402080272b8a66b15" region="gfx3" offset="800001"/>
		<rom name="222-c5.bin" size="4194304" crc="9cfbb22d" sha1="789c32f917d0c6e38601cd390a7bf9d803131a4a" region="gfx3" offset="1000000"/>
		<rom name="222-c6.bin" size="4194304" crc="685efc32" sha1="db21ba1c7e3631ce0f1cb6f503ae7e0e043ff71b" region="gfx3" offset="1000001"/>
		<rom name="222-c7.bin" size="4194304" crc="d0f86f0d" sha1="32502d71c2ab1469c492b6b382bf2bb3f85981d9" region="gfx3" offset="1800000"/>
		<rom name="222-c8.bin" size="4194304" crc="adfc50e3" sha1="7d7ee874355b5aa75ad9c9a5c9c3df98d098d85e" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="savagedb" sourcefile="neogeo.c">
		<description>Savage Reign (Debug menu unlocked - P1 and P2 Press select to change stage)</description>
		<year>1995</year>
		<manufacturer>Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="059db-p1.bin" size="2097152" crc="83be1cfc" sha1="ec85c5d8416c7895ec7b47a9be50f62dc2c88703" region="cpu1" offset="100000"/>
		<rom name="059-s1.bin" size="131072" crc="e08978ca" sha1="55152cb9bd0403ae8656b93a6b1522dba5db6d1a" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="059-m1.bin" size="131072" crc="29992eba" sha1="187be624abe8670503edb235ff21ae8fdc3866e0" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="059-v1.bin" size="2097152" crc="530c50fd" sha1="29401cee7f7d2c199c7cb58092e86b28205e81ad" region="sound1" offset="0"/>
		<rom name="059-v2.bin" size="2097152" crc="eb6f1cdb" sha1="7a311388315ea543babf872f62219fdc4d39d013" region="sound1" offset="200000"/>
		<rom name="059-v3.bin" size="2097152" crc="7038c2f9" sha1="c1d6f86b24feba03fe009b58199d2eeabe572f4e" region="sound1" offset="400000"/>
		<rom name="059-c1.bin" size="2097152" crc="763ba611" sha1="d3262e0332c894ee149c5963f882cc5e5562ee57" region="gfx3" offset="0"/>
		<rom name="059-c2.bin" size="2097152" crc="e05e8ca6" sha1="986a9b16ff92bc101ab567d2d01348e093abea9a" region="gfx3" offset="1"/>
		<rom name="059-c3.bin" size="2097152" crc="3e4eba4b" sha1="770adec719e63a30ebe9522cc7576caaca44f3b2" region="gfx3" offset="400000"/>
		<rom name="059-c4.bin" size="2097152" crc="3c2a3808" sha1="698adcec0715c9e78b6286be38debf0ce28fd644" region="gfx3" offset="400001"/>
		<rom name="059-c5.bin" size="2097152" crc="59013f9e" sha1="5bf48fcc450da72a8c4685f6e3887e67eae49988" region="gfx3" offset="800000"/>
		<rom name="059-c6.bin" size="2097152" crc="1c8d5def" sha1="475d89a5c4922a9f6bd756d23c2624d57b6e9d62" region="gfx3" offset="800001"/>
		<rom name="059-c7.bin" size="2097152" crc="c88f7035" sha1="c29a428b741f4fe7b71a3bc23c87925b6bc1ca8f" region="gfx3" offset="c00000"/>
		<rom name="059-c8.bin" size="2097152" crc="484ce3ba" sha1="4f21ed20ce6e2b67e2b079404599310c94f591ff" region="gfx3" offset="c00001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="senku3kc" sourcefile="neogeo.c">
		<description>Sengoku 3 (Char color changed - 80%)</description>
		<year>2001</year>
		<manufacturer>Fighters Kim</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="261kc-p1.bin" size="2097152" crc="78a02b04" sha1="d3634471cc12dd77a53d97405bb972ebc46ef513" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="261-m1.bin" size="131072" crc="36ed9cdd" sha1="78a7d755e9e9f52255ac6228d9d402fd6a02c126" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="261-v1.bin" size="4194304" crc="64c30081" sha1="f9ebd20cf59b72e864b7274c1bdb6d99ecaf4595" region="sound1" offset="0"/>
		<rom name="261-v2.bin" size="4194304" crc="392a9c47" sha1="7ab90a54089236ca6c3ef1af8e566a8025d38159" region="sound1" offset="400000"/>
		<rom name="261-v3.bin" size="4194304" crc="c1a7ebe3" sha1="1d7bb481451f5ee0457e954bb5210300182c3c9c" region="sound1" offset="800000"/>
		<rom name="261-v4.bin" size="2097152" crc="9000d085" sha1="11157b355ab4eb6627e9f322ed875332d3d77349" region="sound1" offset="c00000"/>
		<rom name="261-c1.bin" size="8388608" crc="ded84d9c" sha1="d960523b813d4fae06d716298d4e431a5c77a0c5" region="gfx3" offset="0"/>
		<rom name="261-c2.bin" size="8388608" crc="b8eb4348" sha1="619d24312549932959481fa58f43f11c048e1ca5" region="gfx3" offset="1"/>
		<rom name="261-c3.bin" size="8388608" crc="84e2034a" sha1="38ec4ae4b86933a25c9a03799b8cade4b1346401" region="gfx3" offset="1000000"/>
		<rom name="261-c4.bin" size="8388608" crc="0b45ae53" sha1="a19fb21408ab633aee8bbf38bf43b5e26766b355" region="gfx3" offset="1000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="senku3k" sourcefile="neogeo.c">
		<description>Sengoku 3 (Add Char - Pow hack set 3)</description>
		<year>2001</year>
		<manufacturer>KrysoFun</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="261k-p1.bin" size="2097152" crc="ff0ab4f5" sha1="581184174074333d7e94cbda1f5d6b3f4aec452c" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="261-m1.bin" size="131072" crc="36ed9cdd" sha1="78a7d755e9e9f52255ac6228d9d402fd6a02c126" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="261-v1.bin" size="4194304" crc="64c30081" sha1="f9ebd20cf59b72e864b7274c1bdb6d99ecaf4595" region="sound1" offset="0"/>
		<rom name="261-v2.bin" size="4194304" crc="392a9c47" sha1="7ab90a54089236ca6c3ef1af8e566a8025d38159" region="sound1" offset="400000"/>
		<rom name="261-v3.bin" size="4194304" crc="c1a7ebe3" sha1="1d7bb481451f5ee0457e954bb5210300182c3c9c" region="sound1" offset="800000"/>
		<rom name="261-v4.bin" size="2097152" crc="9000d085" sha1="11157b355ab4eb6627e9f322ed875332d3d77349" region="sound1" offset="c00000"/>
		<rom name="261-c1.bin" size="8388608" crc="ded84d9c" sha1="d960523b813d4fae06d716298d4e431a5c77a0c5" region="gfx3" offset="0"/>
		<rom name="261-c2.bin" size="8388608" crc="b8eb4348" sha1="619d24312549932959481fa58f43f11c048e1ca5" region="gfx3" offset="1"/>
		<rom name="261-c3.bin" size="8388608" crc="84e2034a" sha1="38ec4ae4b86933a25c9a03799b8cade4b1346401" region="gfx3" offset="1000000"/>
		<rom name="261-c4.bin" size="8388608" crc="0b45ae53" sha1="a19fb21408ab633aee8bbf38bf43b5e26766b355" region="gfx3" offset="1000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="senku3c" sourcefile="neogeo.c">
		<description>Sengoku 3 (Add Char - Char color changed)</description>
		<year>2001</year>
		<manufacturer>Unk</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="261c-p1.bin" size="2097152" crc="62abbf93" sha1="f990263265f6dd742d3bd20587affbb056e222a9" region="cpu1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="261-m1.bin" size="131072" crc="36ed9cdd" sha1="78a7d755e9e9f52255ac6228d9d402fd6a02c126" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="261-v1.bin" size="4194304" crc="64c30081" sha1="f9ebd20cf59b72e864b7274c1bdb6d99ecaf4595" region="sound1" offset="0"/>
		<rom name="261-v2.bin" size="4194304" crc="392a9c47" sha1="7ab90a54089236ca6c3ef1af8e566a8025d38159" region="sound1" offset="400000"/>
		<rom name="261-v3.bin" size="4194304" crc="c1a7ebe3" sha1="1d7bb481451f5ee0457e954bb5210300182c3c9c" region="sound1" offset="800000"/>
		<rom name="261-v4.bin" size="2097152" crc="9000d085" sha1="11157b355ab4eb6627e9f322ed875332d3d77349" region="sound1" offset="c00000"/>
		<rom name="261-c1.bin" size="8388608" crc="ded84d9c" sha1="d960523b813d4fae06d716298d4e431a5c77a0c5" region="gfx3" offset="0"/>
		<rom name="261-c2.bin" size="8388608" crc="b8eb4348" sha1="619d24312549932959481fa58f43f11c048e1ca5" region="gfx3" offset="1"/>
		<rom name="261-c3.bin" size="8388608" crc="84e2034a" sha1="38ec4ae4b86933a25c9a03799b8cade4b1346401" region="gfx3" offset="1000000"/>
		<rom name="261-c4.bin" size="8388608" crc="0b45ae53" sha1="a19fb21408ab633aee8bbf38bf43b5e26766b355" region="gfx3" offset="1000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="senku3b" sourcefile="neogeo.c">
		<description>Sengoku 3 (Add Char)</description>
		<year>2001</year>
		<manufacturer>Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="261b-p1.bin" size="2097152" crc="66553650" sha1="f235681d394c6526e9c61f5321a80287240ef61f" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="261-m1.bin" size="131072" crc="36ed9cdd" sha1="78a7d755e9e9f52255ac6228d9d402fd6a02c126" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="261-v1.bin" size="4194304" crc="64c30081" sha1="f9ebd20cf59b72e864b7274c1bdb6d99ecaf4595" region="sound1" offset="0"/>
		<rom name="261-v2.bin" size="4194304" crc="392a9c47" sha1="7ab90a54089236ca6c3ef1af8e566a8025d38159" region="sound1" offset="400000"/>
		<rom name="261-v3.bin" size="4194304" crc="c1a7ebe3" sha1="1d7bb481451f5ee0457e954bb5210300182c3c9c" region="sound1" offset="800000"/>
		<rom name="261-v4.bin" size="2097152" crc="9000d085" sha1="11157b355ab4eb6627e9f322ed875332d3d77349" region="sound1" offset="c00000"/>
		<rom name="261-c1.bin" size="8388608" crc="ded84d9c" sha1="d960523b813d4fae06d716298d4e431a5c77a0c5" region="gfx3" offset="0"/>
		<rom name="261-c2.bin" size="8388608" crc="b8eb4348" sha1="619d24312549932959481fa58f43f11c048e1ca5" region="gfx3" offset="1"/>
		<rom name="261-c3.bin" size="8388608" crc="84e2034a" sha1="38ec4ae4b86933a25c9a03799b8cade4b1346401" region="gfx3" offset="1000000"/>
		<rom name="261-c4.bin" size="8388608" crc="0b45ae53" sha1="a19fb21408ab633aee8bbf38bf43b5e26766b355" region="gfx3" offset="1000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="senku3ha" sourcefile="neogeo.c">
		<description>Sengoku 3 (Add Char - Select USA and Brazil)</description>
		<year>2001</year>
		<manufacturer>HappyAsr</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="261ha-p1.bin" size="2097152" crc="ff392440" sha1="01184f9edc786d0b83a3afe83e53b9834d54a98d" region="cpu1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="261-m1.bin" size="131072" crc="36ed9cdd" sha1="78a7d755e9e9f52255ac6228d9d402fd6a02c126" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="261-v1.bin" size="4194304" crc="64c30081" sha1="f9ebd20cf59b72e864b7274c1bdb6d99ecaf4595" region="sound1" offset="0"/>
		<rom name="261-v2.bin" size="4194304" crc="392a9c47" sha1="7ab90a54089236ca6c3ef1af8e566a8025d38159" region="sound1" offset="400000"/>
		<rom name="261-v3.bin" size="4194304" crc="c1a7ebe3" sha1="1d7bb481451f5ee0457e954bb5210300182c3c9c" region="sound1" offset="800000"/>
		<rom name="261-v4.bin" size="2097152" crc="9000d085" sha1="11157b355ab4eb6627e9f322ed875332d3d77349" region="sound1" offset="c00000"/>
		<rom name="261-c1.bin" size="8388608" crc="ded84d9c" sha1="d960523b813d4fae06d716298d4e431a5c77a0c5" region="gfx3" offset="0"/>
		<rom name="261-c2.bin" size="8388608" crc="b8eb4348" sha1="619d24312549932959481fa58f43f11c048e1ca5" region="gfx3" offset="1"/>
		<rom name="261-c3.bin" size="8388608" crc="84e2034a" sha1="38ec4ae4b86933a25c9a03799b8cade4b1346401" region="gfx3" offset="1000000"/>
		<rom name="261-c4.bin" size="8388608" crc="0b45ae53" sha1="a19fb21408ab633aee8bbf38bf43b5e26766b355" region="gfx3" offset="1000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="senku3yk" sourcefile="neogeo.c">
		<description>Sengoku 3 (Add Char - Pow hack set 1)</description>
		<year>2001</year>
		<manufacturer>KrysFun and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="261yk-p1.bin" size="2097152" crc="51bf63b9" sha1="36aa9f86e7cd08286983f3a1139c642714fd049e" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="261-m1.bin" size="131072" crc="36ed9cdd" sha1="78a7d755e9e9f52255ac6228d9d402fd6a02c126" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="261-v1.bin" size="4194304" crc="64c30081" sha1="f9ebd20cf59b72e864b7274c1bdb6d99ecaf4595" region="sound1" offset="0"/>
		<rom name="261-v2.bin" size="4194304" crc="392a9c47" sha1="7ab90a54089236ca6c3ef1af8e566a8025d38159" region="sound1" offset="400000"/>
		<rom name="261-v3.bin" size="4194304" crc="c1a7ebe3" sha1="1d7bb481451f5ee0457e954bb5210300182c3c9c" region="sound1" offset="800000"/>
		<rom name="261-v4.bin" size="2097152" crc="9000d085" sha1="11157b355ab4eb6627e9f322ed875332d3d77349" region="sound1" offset="c00000"/>
		<rom name="261-c1.bin" size="8388608" crc="ded84d9c" sha1="d960523b813d4fae06d716298d4e431a5c77a0c5" region="gfx3" offset="0"/>
		<rom name="261-c2.bin" size="8388608" crc="b8eb4348" sha1="619d24312549932959481fa58f43f11c048e1ca5" region="gfx3" offset="1"/>
		<rom name="261-c3.bin" size="8388608" crc="84e2034a" sha1="38ec4ae4b86933a25c9a03799b8cade4b1346401" region="gfx3" offset="1000000"/>
		<rom name="261-c4.bin" size="8388608" crc="0b45ae53" sha1="a19fb21408ab633aee8bbf38bf43b5e26766b355" region="gfx3" offset="1000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="senku3ya" sourcefile="neogeo.c">
		<description>Sengoku 3 (Add Char - Pow hack set 2)</description>
		<year>2001</year>
		<manufacturer>KrysFun and Ydmis</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="261yka-p1.bin" size="2097152" crc="dea384f6" sha1="2adf0f2aa1605710e37f13eb8e4588645ae7f8c2" region="cpu1" offset="100000"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="261-m1.bin" size="131072" crc="36ed9cdd" sha1="78a7d755e9e9f52255ac6228d9d402fd6a02c126" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="261-v1.bin" size="4194304" crc="64c30081" sha1="f9ebd20cf59b72e864b7274c1bdb6d99ecaf4595" region="sound1" offset="0"/>
		<rom name="261-v2.bin" size="4194304" crc="392a9c47" sha1="7ab90a54089236ca6c3ef1af8e566a8025d38159" region="sound1" offset="400000"/>
		<rom name="261-v3.bin" size="4194304" crc="c1a7ebe3" sha1="1d7bb481451f5ee0457e954bb5210300182c3c9c" region="sound1" offset="800000"/>
		<rom name="261-v4.bin" size="2097152" crc="9000d085" sha1="11157b355ab4eb6627e9f322ed875332d3d77349" region="sound1" offset="c00000"/>
		<rom name="261-c1.bin" size="8388608" crc="ded84d9c" sha1="d960523b813d4fae06d716298d4e431a5c77a0c5" region="gfx3" offset="0"/>
		<rom name="261-c2.bin" size="8388608" crc="b8eb4348" sha1="619d24312549932959481fa58f43f11c048e1ca5" region="gfx3" offset="1"/>
		<rom name="261-c3.bin" size="8388608" crc="84e2034a" sha1="38ec4ae4b86933a25c9a03799b8cade4b1346401" region="gfx3" offset="1000000"/>
		<rom name="261-c4.bin" size="8388608" crc="0b45ae53" sha1="a19fb21408ab633aee8bbf38bf43b5e26766b355" region="gfx3" offset="1000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="shockt2w" sourcefile="neogeo.c">
		<description>Shock Troopers - 2nd Squad (Hack)</description>
		<year>1998</year>
		<manufacturer>Wesker</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="246w-p1.bin" size="1048576" crc="0af69336" sha1="680f348f15177d14b7885d9976cf1bac4ae9eaf3" region="cpu1" offset="0"/>
		<rom name="246-p2.bin" size="4194304" crc="72ea04c3" sha1="4fb1d22c30f5f3db4637dd92a4d2705c88de399d" region="cpu1" offset="100000"/>
		<rom name="246-s1.bin" size="131072" crc="2a360637" sha1="431b43da5377dd189e51bd93d88d8a24d1b5090a" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="246-m1.bin" size="131072" crc="d0604ad1" sha1="fae3cd52a177eadd5f5775ace957cc0f8301e65d" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="246-v1.bin" size="4194304" crc="16986fc6" sha1="cff3103dadf2f4390460456a5bd3fb5f28e21f6a" region="sound1" offset="0"/>
		<rom name="246-v2.bin" size="4194304" crc="ada41e83" sha1="78e37ffaaa5679c8775a3a71f6df7a0d15082bdc" region="sound1" offset="400000"/>
		<rom name="246-v3.bin" size="2097152" crc="a05ba5db" sha1="09d739cad323d918f4196f91b654627fcafd8f4d" region="sound1" offset="800000"/>
		<rom name="246-c1.bin" size="8388608" crc="47ac9ec5" sha1="2d9eea11ba87baa23b18a1a3f607dc137846e807" region="gfx3" offset="0"/>
		<rom name="246-c2.bin" size="8388608" crc="7bcab64f" sha1="08d0edddd14b53d606e9a7a46aa4fb4e7398e0d0" region="gfx3" offset="1"/>
		<rom name="246-c3.bin" size="8388608" crc="db2f73e8" sha1="8d0c3473a8b2a4e28fed1b74beb2e025b7e61867" region="gfx3" offset="1000000"/>
		<rom name="246-c4.bin" size="8388608" crc="5503854e" sha1="a0f2e7c609cbb2aa43493a39d7dcaeca3d511d26" region="gfx3" offset="1000001"/>
		<rom name="246-c5.bin" size="8388608" crc="055b3701" sha1="97f5e92538d1f2e437dcb3f80e56e1230287e8d1" region="gfx3" offset="2000000"/>
		<rom name="246-c6.bin" size="8388608" crc="7e2caae1" sha1="d9de14e3e323664a8c5b7f1df1ba9ec7dd0e6a46" region="gfx3" offset="2000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="viewpntr" sourcefile="neogeo.c">
		<description>Viewpoint Enhanced</description>
		<year>1992</year>
		<manufacturer>KiWi Starlight</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="051tr-p1.bin" size="1048576" crc="063b9fa2" sha1="e2d43646a976d82c809c6fad7dd40cc3dda07b15" region="cpu1" offset="0"/>
		<rom name="051-s1.bin" size="65536" crc="6d0f146a" sha1="537fc5ef099f46fef64d147c0d1264b319758b4f" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="051-m1.bin" size="65536" crc="d57bd7af" sha1="9ed766dbc3c07dbba7869ff335eeb7e297c8e2d9" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="051-v1.bin" size="2097152" crc="019978b6" sha1="7896a551115fc6ed38b5944e0c8dcb2b2c1c077d" region="sound1" offset="0"/>
		<rom name="051-v2.bin" size="2097152" crc="5758f38c" sha1="da10f4b7d22d9139bbf068bd940be82168a74ca1" region="sound1" offset="200000"/>
		<rom name="051-c1.bin" size="2097152" crc="d624c132" sha1="49c7e9f020cba45d7083b45252bcc03397f8c286" region="gfx3" offset="0"/>
		<rom name="051-c2.bin" size="2097152" crc="40d69f1e" sha1="ec4a13582772594957f927622d50f54b0dfcd8d8" region="gfx3" offset="1"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="wakuw7bh" sourcefile="neogeo.c">
		<description>Waku Waku 7 (Add Char - 2 players only)</description>
		<year>1996</year>
		<manufacturer>Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="225bh-p1.bin" size="1048576" crc="7a8fda8e" sha1="d55c427173278aa513cb86ee2a90ecd8402d55b0" region="cpu1" offset="0"/>
		<rom name="225-p2.bin" size="2097152" crc="fe190665" sha1="739d9a8fc2da34381654d9e291141eacc210ae5c" region="cpu1" offset="100000"/>
		<rom name="225-s1.bin" size="131072" crc="71c4b4b5" sha1="9410f13807f01082dc86f2d84051be4bed8e9f7c" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="225-m1.bin" size="131072" crc="0634bba6" sha1="153aaf016440500df7a4454f3f2f2911219cb7d8" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="225-v1.bin" size="4194304" crc="6195c6b4" sha1="66c06b5904aedb256e3997bbec60f8ab50c6ff0c" region="sound1" offset="0"/>
		<rom name="225-v2.bin" size="4194304" crc="6159c5fe" sha1="9015e93416497f1ef877c717afed40f7ecfa42e4" region="sound1" offset="400000"/>
		<rom name="225-c1.bin" size="4194304" crc="ee4fea54" sha1="314b513a52b2cc88cbf2409d1934c357269a8bb2" region="gfx3" offset="0"/>
		<rom name="225-c2.bin" size="4194304" crc="0c549e2d" sha1="d8c4626231c92e43d9bf183202553ee2b5c532e6" region="gfx3" offset="1"/>
		<rom name="225-c3.bin" size="4194304" crc="af0897c0" sha1="2b8ec19b9dd0bd1f1171fb01b915e9d25ec8c421" region="gfx3" offset="800000"/>
		<rom name="225-c4.bin" size="4194304" crc="4c66527a" sha1="6c8c9342fad70b456e282b0d52e7ad890e4673d3" region="gfx3" offset="800001"/>
		<rom name="225-c5.bin" size="4194304" crc="8ecea2b5" sha1="cad51e6e76d8258a78becb6f4096dd061f537494" region="gfx3" offset="1000000"/>
		<rom name="225-c6.bin" size="4194304" crc="0eb11a6d" sha1="c6d4f978ff3ca190a3060ac52bd7347189194f76" region="gfx3" offset="1000001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="whpb" sourcefile="neogeo.c">
		<description>World Heroes Perfect (Add Char)</description>
		<year>1995</year>
		<manufacturer>Creamymami and Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="090b-p1.bin" size="2097152" crc="c31f9562" sha1="81a7dade46c0fc7241964d957322f768a256e8da" region="cpu1" offset="100000"/>
		<rom name="090-s1.bin" size="131072" crc="174a880f" sha1="c35d315d728d119a6e9aa42e0593937c90897449" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="090-m1.bin" size="131072" crc="28065668" sha1="0c60d4afa1dccad0135e733104f056be73b54e4e" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="090-v1.bin" size="2097152" crc="30cf2709" sha1="d1845033f16de2470afd3858ee0efb45176d9ed7" region="sound1" offset="0"/>
		<rom name="090-v2.bin" size="2097152" crc="b6527edd" sha1="2bcf5bfa6e117cf4a3728a5e5f5771313c93f22a" region="sound1" offset="200000"/>
		<rom name="090-v3.bin" size="2097152" crc="1908a7ce" sha1="78f31bcfea33eb94752bbf5226c481baec1af5ac" region="sound1" offset="400000"/>
		<rom name="090-c1.bin" size="4194304" crc="cd30ed9b" sha1="839c20f7ff31251acc875ae402b5d267e55510c7" region="gfx3" offset="0"/>
		<rom name="090-c2.bin" size="4194304" crc="10eed5ee" sha1="12131b1c8c017ea77a98c044b392a5db6aad0143" region="gfx3" offset="1"/>
		<rom name="090-c3.bin" size="2097152" crc="436d1b31" sha1="059776d77b91377ed0bcfc278802d659c917fc0f" region="gfx3" offset="800000"/>
		<rom name="090-c4.bin" size="2097152" crc="f9c8dd26" sha1="25a9eea1d49b21b4a988beb32c25bf2f7796f227" region="gfx3" offset="800001"/>
		<rom name="090-c5.bin" size="2097152" crc="8e34a9f4" sha1="67b839b426ef3fad0a85d951fdd44c0a45c55226" region="gfx3" offset="1000000"/>
		<rom name="090-c6.bin" size="2097152" crc="a43e4766" sha1="54f282f2b1ff2934cca7acbb4386a2b99a29df3a" region="gfx3" offset="1000001"/>
		<rom name="090-c7.bin" size="2097152" crc="59d97215" sha1="85a960dc7f364df13ee0c2f99a4c53aefb081486" region="gfx3" offset="1800000"/>
		<rom name="090-c8.bin" size="2097152" crc="fc092367" sha1="69ff4ae909dd857de3ca8645d63f8b4bde117448" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="whpb2" sourcefile="neogeo.c">
		<description>World Heroes Perfect (Add Char - 2 with Icons)</description>
		<year>1995</year>
		<manufacturer>Creamymami and Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="090b2-p1.bin" size="2097152" crc="fe3836e4" sha1="0bca5e144b7de919f693fb32e977e81d5497f752" region="cpu1" offset="100000"/>
		<rom name="090-s1.bin" size="131072" crc="174a880f" sha1="c35d315d728d119a6e9aa42e0593937c90897449" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="090-m1.bin" size="131072" crc="28065668" sha1="0c60d4afa1dccad0135e733104f056be73b54e4e" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="090-v1.bin" size="2097152" crc="30cf2709" sha1="d1845033f16de2470afd3858ee0efb45176d9ed7" region="sound1" offset="0"/>
		<rom name="090-v2.bin" size="2097152" crc="b6527edd" sha1="2bcf5bfa6e117cf4a3728a5e5f5771313c93f22a" region="sound1" offset="200000"/>
		<rom name="090-v3.bin" size="2097152" crc="1908a7ce" sha1="78f31bcfea33eb94752bbf5226c481baec1af5ac" region="sound1" offset="400000"/>
		<rom name="090-c1.bin" size="4194304" crc="cd30ed9b" sha1="839c20f7ff31251acc875ae402b5d267e55510c7" region="gfx3" offset="0"/>
		<rom name="090-c2.bin" size="4194304" crc="10eed5ee" sha1="12131b1c8c017ea77a98c044b392a5db6aad0143" region="gfx3" offset="1"/>
		<rom name="090-c3.bin" size="2097152" crc="436d1b31" sha1="059776d77b91377ed0bcfc278802d659c917fc0f" region="gfx3" offset="800000"/>
		<rom name="090-c4.bin" size="2097152" crc="f9c8dd26" sha1="25a9eea1d49b21b4a988beb32c25bf2f7796f227" region="gfx3" offset="800001"/>
		<rom name="090-c5.bin" size="2097152" crc="8e34a9f4" sha1="67b839b426ef3fad0a85d951fdd44c0a45c55226" region="gfx3" offset="1000000"/>
		<rom name="090-c6.bin" size="2097152" crc="a43e4766" sha1="54f282f2b1ff2934cca7acbb4386a2b99a29df3a" region="gfx3" offset="1000001"/>
		<rom name="090-c7.bin" size="2097152" crc="59d97215" sha1="85a960dc7f364df13ee0c2f99a4c53aefb081486" region="gfx3" offset="1800000"/>
		<rom name="090-c8.bin" size="2097152" crc="fc092367" sha1="69ff4ae909dd857de3ca8645d63f8b4bde117448" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="whpbh" sourcefile="neogeo.c">
		<description>World Heroes Perfect (Add Char - All with Icons)</description>
		<year>1995</year>
		<manufacturer>Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="090bh-p1.bin" size="2097152" crc="9bd000f2" sha1="3f3b2cc47a0ef33f2b8e7ba6e6e81ebdff39a54b" region="cpu1" offset="100000"/>
		<rom name="090bh-s1.bin" size="131072" crc="f2de6500" sha1="5acc7746394724903b0fd3d4b5acf5bab355c9f4" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="090-m1.bin" size="131072" crc="28065668" sha1="0c60d4afa1dccad0135e733104f056be73b54e4e" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="090-v1.bin" size="2097152" crc="30cf2709" sha1="d1845033f16de2470afd3858ee0efb45176d9ed7" region="sound1" offset="0"/>
		<rom name="090-v2.bin" size="2097152" crc="b6527edd" sha1="2bcf5bfa6e117cf4a3728a5e5f5771313c93f22a" region="sound1" offset="200000"/>
		<rom name="090-v3.bin" size="2097152" crc="1908a7ce" sha1="78f31bcfea33eb94752bbf5226c481baec1af5ac" region="sound1" offset="400000"/>
		<rom name="090-c1.bin" size="4194304" crc="cd30ed9b" sha1="839c20f7ff31251acc875ae402b5d267e55510c7" region="gfx3" offset="0"/>
		<rom name="090-c2.bin" size="4194304" crc="10eed5ee" sha1="12131b1c8c017ea77a98c044b392a5db6aad0143" region="gfx3" offset="1"/>
		<rom name="090-c3.bin" size="2097152" crc="436d1b31" sha1="059776d77b91377ed0bcfc278802d659c917fc0f" region="gfx3" offset="800000"/>
		<rom name="090-c4.bin" size="2097152" crc="f9c8dd26" sha1="25a9eea1d49b21b4a988beb32c25bf2f7796f227" region="gfx3" offset="800001"/>
		<rom name="090-c5.bin" size="2097152" crc="8e34a9f4" sha1="67b839b426ef3fad0a85d951fdd44c0a45c55226" region="gfx3" offset="1000000"/>
		<rom name="090-c6.bin" size="2097152" crc="a43e4766" sha1="54f282f2b1ff2934cca7acbb4386a2b99a29df3a" region="gfx3" offset="1000001"/>
		<rom name="090-c7.bin" size="2097152" crc="59d97215" sha1="85a960dc7f364df13ee0c2f99a4c53aefb081486" region="gfx3" offset="1800000"/>
		<rom name="090-c8.bin" size="2097152" crc="fc092367" sha1="69ff4ae909dd857de3ca8645d63f8b4bde117448" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="whpbho" sourcefile="neogeo.c">
		<description>World Heroes Perfect (Add Char - Older - Has bug)</description>
		<year>1995</year>
		<manufacturer>Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="090bho-p1.bin" size="2097152" crc="341f360f" sha1="8a52866a5751021d20b8400dfa840e589024a7e9" region="cpu1" offset="100000"/>
		<rom name="090-s1.bin" size="131072" crc="174a880f" sha1="c35d315d728d119a6e9aa42e0593937c90897449" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="090-m1.bin" size="131072" crc="28065668" sha1="0c60d4afa1dccad0135e733104f056be73b54e4e" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="090-v1.bin" size="2097152" crc="30cf2709" sha1="d1845033f16de2470afd3858ee0efb45176d9ed7" region="sound1" offset="0"/>
		<rom name="090-v2.bin" size="2097152" crc="b6527edd" sha1="2bcf5bfa6e117cf4a3728a5e5f5771313c93f22a" region="sound1" offset="200000"/>
		<rom name="090-v3.bin" size="2097152" crc="1908a7ce" sha1="78f31bcfea33eb94752bbf5226c481baec1af5ac" region="sound1" offset="400000"/>
		<rom name="090-c1.bin" size="4194304" crc="cd30ed9b" sha1="839c20f7ff31251acc875ae402b5d267e55510c7" region="gfx3" offset="0"/>
		<rom name="090-c2.bin" size="4194304" crc="10eed5ee" sha1="12131b1c8c017ea77a98c044b392a5db6aad0143" region="gfx3" offset="1"/>
		<rom name="090-c3.bin" size="2097152" crc="436d1b31" sha1="059776d77b91377ed0bcfc278802d659c917fc0f" region="gfx3" offset="800000"/>
		<rom name="090-c4.bin" size="2097152" crc="f9c8dd26" sha1="25a9eea1d49b21b4a988beb32c25bf2f7796f227" region="gfx3" offset="800001"/>
		<rom name="090-c5.bin" size="2097152" crc="8e34a9f4" sha1="67b839b426ef3fad0a85d951fdd44c0a45c55226" region="gfx3" offset="1000000"/>
		<rom name="090-c6.bin" size="2097152" crc="a43e4766" sha1="54f282f2b1ff2934cca7acbb4386a2b99a29df3a" region="gfx3" offset="1000001"/>
		<rom name="090-c7.bin" size="2097152" crc="59d97215" sha1="85a960dc7f364df13ee0c2f99a4c53aefb081486" region="gfx3" offset="1800000"/>
		<rom name="090-c8.bin" size="2097152" crc="fc092367" sha1="69ff4ae909dd857de3ca8645d63f8b4bde117448" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="whpbho2" sourcefile="neogeo.c">
		<description>World Heroes Perfect (Add Char - Old - BugFix)</description>
		<year>1995</year>
		<manufacturer>Creamymami and Dodowang</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="090bho2-p1.bin" size="2097152" crc="cbfa58ef" sha1="87941fbb79c82a4639103cbaec6fd013d180b3e9" region="cpu1" offset="100000"/>
		<rom name="090-s1.bin" size="131072" crc="174a880f" sha1="c35d315d728d119a6e9aa42e0593937c90897449" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="090-m1.bin" size="131072" crc="28065668" sha1="0c60d4afa1dccad0135e733104f056be73b54e4e" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="090-v1.bin" size="2097152" crc="30cf2709" sha1="d1845033f16de2470afd3858ee0efb45176d9ed7" region="sound1" offset="0"/>
		<rom name="090-v2.bin" size="2097152" crc="b6527edd" sha1="2bcf5bfa6e117cf4a3728a5e5f5771313c93f22a" region="sound1" offset="200000"/>
		<rom name="090-v3.bin" size="2097152" crc="1908a7ce" sha1="78f31bcfea33eb94752bbf5226c481baec1af5ac" region="sound1" offset="400000"/>
		<rom name="090-c1.bin" size="4194304" crc="cd30ed9b" sha1="839c20f7ff31251acc875ae402b5d267e55510c7" region="gfx3" offset="0"/>
		<rom name="090-c2.bin" size="4194304" crc="10eed5ee" sha1="12131b1c8c017ea77a98c044b392a5db6aad0143" region="gfx3" offset="1"/>
		<rom name="090-c3.bin" size="2097152" crc="436d1b31" sha1="059776d77b91377ed0bcfc278802d659c917fc0f" region="gfx3" offset="800000"/>
		<rom name="090-c4.bin" size="2097152" crc="f9c8dd26" sha1="25a9eea1d49b21b4a988beb32c25bf2f7796f227" region="gfx3" offset="800001"/>
		<rom name="090-c5.bin" size="2097152" crc="8e34a9f4" sha1="67b839b426ef3fad0a85d951fdd44c0a45c55226" region="gfx3" offset="1000000"/>
		<rom name="090-c6.bin" size="2097152" crc="a43e4766" sha1="54f282f2b1ff2934cca7acbb4386a2b99a29df3a" region="gfx3" offset="1000001"/>
		<rom name="090-c7.bin" size="2097152" crc="59d97215" sha1="85a960dc7f364df13ee0c2f99a4c53aefb081486" region="gfx3" offset="1800000"/>
		<rom name="090-c8.bin" size="2097152" crc="fc092367" sha1="69ff4ae909dd857de3ca8645d63f8b4bde117448" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="whpeh" sourcefile="neogeo.c">
		<description>World Heroes Perfect (Add Char - Pow hack)</description>
		<year>1995</year>
		<manufacturer>Creamymami, Dodowang and Fighters Kim</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="090eh-p1.bin" size="2097152" crc="8bde8cb8" sha1="35941fe642ed0e57812788f1f46790a67b4c676c" region="cpu1" offset="100000"/>
		<rom name="090-s1.bin" size="131072" crc="174a880f" sha1="c35d315d728d119a6e9aa42e0593937c90897449" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="090-m1.bin" size="131072" crc="28065668" sha1="0c60d4afa1dccad0135e733104f056be73b54e4e" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="090-v1.bin" size="2097152" crc="30cf2709" sha1="d1845033f16de2470afd3858ee0efb45176d9ed7" region="sound1" offset="0"/>
		<rom name="090-v2.bin" size="2097152" crc="b6527edd" sha1="2bcf5bfa6e117cf4a3728a5e5f5771313c93f22a" region="sound1" offset="200000"/>
		<rom name="090-v3.bin" size="2097152" crc="1908a7ce" sha1="78f31bcfea33eb94752bbf5226c481baec1af5ac" region="sound1" offset="400000"/>
		<rom name="090-c1.bin" size="4194304" crc="cd30ed9b" sha1="839c20f7ff31251acc875ae402b5d267e55510c7" region="gfx3" offset="0"/>
		<rom name="090-c2.bin" size="4194304" crc="10eed5ee" sha1="12131b1c8c017ea77a98c044b392a5db6aad0143" region="gfx3" offset="1"/>
		<rom name="090-c3.bin" size="2097152" crc="436d1b31" sha1="059776d77b91377ed0bcfc278802d659c917fc0f" region="gfx3" offset="800000"/>
		<rom name="090-c4.bin" size="2097152" crc="f9c8dd26" sha1="25a9eea1d49b21b4a988beb32c25bf2f7796f227" region="gfx3" offset="800001"/>
		<rom name="090-c5.bin" size="2097152" crc="8e34a9f4" sha1="67b839b426ef3fad0a85d951fdd44c0a45c55226" region="gfx3" offset="1000000"/>
		<rom name="090-c6.bin" size="2097152" crc="a43e4766" sha1="54f282f2b1ff2934cca7acbb4386a2b99a29df3a" region="gfx3" offset="1000001"/>
		<rom name="090-c7.bin" size="2097152" crc="59d97215" sha1="85a960dc7f364df13ee0c2f99a4c53aefb081486" region="gfx3" offset="1800000"/>
		<rom name="090-c8.bin" size="2097152" crc="fc092367" sha1="69ff4ae909dd857de3ca8645d63f8b4bde117448" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="whpeho" sourcefile="neogeo.c">
		<description>World Heroes Perfect (Add Char - Pow hack - Old)</description>
		<year>1995</year>
		<manufacturer>Creamymami, Dodowang and Fighters Kim</manufacturer>
		<biosset name="euro" description="Europe MVS (Ver. 2)" default="yes"/>
		<biosset name="euro-s1" description="Europe MVS (Ver. 1)"/>
		<biosset name="us" description="US MVS (Ver. 2?)"/>
		<biosset name="us-e" description="US MVS (Ver. 1)"/>
		<biosset name="asia" description="Asia MVS (Ver. 3)"/>
		<biosset name="japan" description="Japan MVS (Ver. 3)"/>
		<biosset name="japan-s2" description="Japan MVS (Ver. 2)"/>
		<biosset name="japan-s1" description="Japan MVS (Ver. 1)"/>
		<rom name="sp-s2.sp1" bios="euro" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543" region="user1" offset="0"/>
		<rom name="sp-s.sp1" bios="euro-s1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd" region="user1" offset="0"/>
		<rom name="usa_2slt.bin" bios="us" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb" region="user1" offset="0"/>
		<rom name="sp-e.sp1" bios="us-e" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8" region="user1" offset="0"/>
		<rom name="asia-s3.rom" bios="asia" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1" region="user1" offset="0"/>
		<rom name="vs-bios.rom" bios="japan" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075" region="user1" offset="0"/>
		<rom name="sp-j2.rom" bios="japan-s2" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91" region="user1" offset="0"/>
		<rom name="sp1.jipan.1024" bios="japan-s1" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d" region="user1" offset="0"/>
		<rom name="090eho-p1.bin" size="2097152" crc="92134471" sha1="52dc270118e9b3d5ec42b320c8bb778743cf88f5" region="cpu1" offset="100000"/>
		<rom name="090-s1.bin" size="131072" crc="174a880f" sha1="c35d315d728d119a6e9aa42e0593937c90897449" region="gfx1" offset="0"/>
		<rom name="sfix.sfx" size="131072" crc="354029fc" sha1="4ae4bf23b4c2acff875775d4cbff5583893ce2a1" region="gfx2" offset="0"/>
		<rom name="sm1.sm1" size="131072" crc="97cf998b" sha1="977387a7c76ef9b21d0b01fa69830e949a9a9626" region="cpu2" offset="0"/>
		<rom name="090-m1.bin" size="131072" crc="28065668" sha1="0c60d4afa1dccad0135e733104f056be73b54e4e" region="cpu2" offset="0"/>
		<rom name="000-lo.lo" size="65536" crc="e09e253c" sha1="2b1c719531dac9bb503f22644e6e4236b91e7cfc" region="gfx4" offset="0"/>
		<rom name="090-v1.bin" size="2097152" crc="30cf2709" sha1="d1845033f16de2470afd3858ee0efb45176d9ed7" region="sound1" offset="0"/>
		<rom name="090-v2.bin" size="2097152" crc="b6527edd" sha1="2bcf5bfa6e117cf4a3728a5e5f5771313c93f22a" region="sound1" offset="200000"/>
		<rom name="090-v3.bin" size="2097152" crc="1908a7ce" sha1="78f31bcfea33eb94752bbf5226c481baec1af5ac" region="sound1" offset="400000"/>
		<rom name="090-c1.bin" size="4194304" crc="cd30ed9b" sha1="839c20f7ff31251acc875ae402b5d267e55510c7" region="gfx3" offset="0"/>
		<rom name="090-c2.bin" size="4194304" crc="10eed5ee" sha1="12131b1c8c017ea77a98c044b392a5db6aad0143" region="gfx3" offset="1"/>
		<rom name="090-c3.bin" size="2097152" crc="436d1b31" sha1="059776d77b91377ed0bcfc278802d659c917fc0f" region="gfx3" offset="800000"/>
		<rom name="090-c4.bin" size="2097152" crc="f9c8dd26" sha1="25a9eea1d49b21b4a988beb32c25bf2f7796f227" region="gfx3" offset="800001"/>
		<rom name="090-c5.bin" size="2097152" crc="8e34a9f4" sha1="67b839b426ef3fad0a85d951fdd44c0a45c55226" region="gfx3" offset="1000000"/>
		<rom name="090-c6.bin" size="2097152" crc="a43e4766" sha1="54f282f2b1ff2934cca7acbb4386a2b99a29df3a" region="gfx3" offset="1000001"/>
		<rom name="090-c7.bin" size="2097152" crc="59d97215" sha1="85a960dc7f364df13ee0c2f99a4c53aefb081486" region="gfx3" offset="1800000"/>
		<rom name="090-c8.bin" size="2097152" crc="fc092367" sha1="69ff4ae909dd857de3ca8645d63f8b4bde117448" region="gfx3" offset="1800001"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="59.185608" />
		<sound channels="2"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Test Switch">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Chutes?">
			<dipvalue name="1?"/>
			<dipvalue name="2?" default="yes"/>
		</dipswitch>
		<dipswitch name="Autofire (in some games)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="COMM Setting">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Free Play">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="mariopac" sourcefile="pacland.c" cloneof="pacland" romof="pacland">
		<description>Mario in Pac-Land</description>
		<year>2001</year>
		<manufacturer>Namco</manufacturer>
		<rom name="pl5_01b.bin" merge="pl5_01b.bin" size="16384" crc="b0ea7631" sha1="424afa6f397310c7af39c9e8b580aa9ccd42c39c" region="cpu1" offset="8000"/>
		<rom name="pl5_02.bin" merge="pl5_02.bin" size="16384" crc="d903e84e" sha1="25338726227bfbec65847879aac5228a6a307db4" region="cpu1" offset="c000"/>
		<rom name="pl1-3" merge="pl1-3" size="16384" crc="aa9fa739" sha1="7b1f7857eb5f68e166b1f8988c82051aaf05df48" region="cpu1" offset="10000"/>
		<rom name="pl1-4" merge="pl1-4" size="16384" crc="2b895a90" sha1="820f8873c6a5a736089406d0f03d491dfb82d00d" region="cpu1" offset="14000"/>
		<rom name="pl1-5" merge="pl1-5" size="16384" crc="7af66200" sha1="f44161ded1633e9801b7a9cd84d481e53823f5d9" region="cpu1" offset="18000"/>
		<rom name="pl3_06.bin" merge="pl3_06.bin" size="16384" crc="2ffe3319" sha1="c2540321cd5a1fe29ecb077abdf8f997893192e9" region="cpu1" offset="1c000"/>
		<rom name="pl1-7" merge="pl1-7" size="8192" crc="8c5becae" sha1="14d67136395c4c64472980a69648ce2d479ae67f" region="cpu2" offset="8000"/>
		<rom name="cus60" size="4096" crc="6ef08fb3" sha1="4842590d60035a0059b0899eb2d5f58ae72c2529" region="cpu2" offset="f000"/>
		<rom name="mp_pl2_12.bin" size="8192" crc="abba0923" sha1="2286b0d162e5502160895940d0c9637abe5d6d2f" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pl4_13.bin" merge="pl4_13.bin" size="8192" crc="3ae582fd" sha1="696b2cfadb6b071de8e43d20cd65b37713ca3b30" region="gfx2" dispose="yes" offset="0"/>
		<rom name="mp_pl1-9" size="16384" crc="98439154" sha1="7bad68705ae3d9fa6e03ad7dc9421cf6063e1669" region="gfx3" dispose="yes" offset="0"/>
		<rom name="mp_pl1-8" size="16384" crc="d0c1f225" sha1="bcaa68922e49b7257959471641d3c91e505a8d53" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="mp_pl1-10" size="16384" crc="6005b277" sha1="acacffe38edfc2d325dc286d182253ee5bb62489" region="gfx3" dispose="yes" offset="8000"/>
		<rom name="mp_pl1-11" size="16384" crc="eeed9880" sha1="e037dd299895db22a88c1d32dda157833b1e8a09" region="gfx3" dispose="yes" offset="c000"/>
		<rom name="pl1-2.bin" merge="pl1-2.bin" size="1024" crc="472885de" sha1="8d552c90b8d5bc6ad6c60934c00f4303cd180ce7" region="proms" offset="0"/>
		<rom name="pl1-1.bin" merge="pl1-1.bin" size="1024" crc="a78ebdaf" sha1="8ea215701eb5e1a2a329ef92c19fc69b18fc28c7" region="proms" offset="400"/>
		<rom name="pl1-5.bin" merge="pl1-5.bin" size="1024" crc="4b7ee712" sha1="dd0ec4c632d8b160f7b54d8f18fcf4ef1508d832" region="proms" offset="800"/>
		<rom name="pl1-4.bin" merge="pl1-4.bin" size="1024" crc="3a7be418" sha1="475cdc68205e3acce83fe79b00b74c6a7e28dde4" region="proms" offset="c00"/>
		<rom name="pl1-3.bin" merge="pl1-3.bin" size="1024" crc="80558da8" sha1="7e1483467817295f36d1e2bdb32934c4f2617d52" region="proms" offset="1000"/>
		<chip type="cpu" name="M6809" clock="1536000"/>
		<chip type="cpu" name="HD63701" clock="1536000"/>
		<chip type="audio" name="Namco CUS30" clock="24000"/>
		<display type="raster" rotate="0" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" service="yes">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="30K 80K 130K 300K 500K 1M" default="yes"/>
			<dipvalue name="30K 80K every 100K"/>
			<dipvalue name="30K 80K 150K"/>
			<dipvalue name="30K 100K 200K 400K 600K 1M"/>
			<dipvalue name="40K 100K 180K 300K 500K 1M"/>
			<dipvalue name="40K 100K 200K"/>
			<dipvalue name="40K"/>
			<dipvalue name="50K 150K every 200K"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="B (Easy)"/>
			<dipvalue name="A (Average)" default="yes"/>
			<dipvalue name="C (Hard)"/>
			<dipvalue name="D (Very Hard)"/>
		</dipswitch>
		<dipswitch name="Round Select">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Trip Select">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="paclandb" sourcefile="pacland.c" cloneof="pacland" romof="pacland">
		<description>Pac-Land (Benelux Edition)</description>
		<year>1984</year>
		<manufacturer>Namco</manufacturer>
		<rom name="pl5_01b.bin" merge="pl5_01b.bin" size="16384" crc="b0ea7631" sha1="424afa6f397310c7af39c9e8b580aa9ccd42c39c" region="cpu1" offset="8000"/>
		<rom name="pl5_02.bin" merge="pl5_02.bin" size="16384" crc="d903e84e" sha1="25338726227bfbec65847879aac5228a6a307db4" region="cpu1" offset="c000"/>
		<rom name="pl1-3" merge="pl1-3" size="16384" crc="aa9fa739" sha1="7b1f7857eb5f68e166b1f8988c82051aaf05df48" region="cpu1" offset="10000"/>
		<rom name="pl1-4" merge="pl1-4" size="16384" crc="2b895a90" sha1="820f8873c6a5a736089406d0f03d491dfb82d00d" region="cpu1" offset="14000"/>
		<rom name="pl1-5" merge="pl1-5" size="16384" crc="7af66200" sha1="f44161ded1633e9801b7a9cd84d481e53823f5d9" region="cpu1" offset="18000"/>
		<rom name="pl3_06.bin" merge="pl3_06.bin" size="16384" crc="2ffe3319" sha1="c2540321cd5a1fe29ecb077abdf8f997893192e9" region="cpu1" offset="1c000"/>
		<rom name="pl1-7" merge="pl1-7" size="8192" crc="8c5becae" sha1="14d67136395c4c64472980a69648ce2d479ae67f" region="cpu2" offset="8000"/>
		<rom name="cus60" size="4096" crc="6ef08fb3" sha1="4842590d60035a0059b0899eb2d5f58ae72c2529" region="cpu2" offset="f000"/>
		<rom name="pl2_12.bin" merge="pl2_12.bin" size="8192" crc="a63c8726" sha1="b15903fa2267375280af03af0a7157e1b0bcb86d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pl4_13.bin" merge="pl4_13.bin" size="8192" crc="3ae582fd" sha1="696b2cfadb6b071de8e43d20cd65b37713ca3b30" region="gfx2" dispose="yes" offset="0"/>
		<rom name="pldb1-9" merge="pl1-9" size="16384" crc="f5d5962b" sha1="8d008a9bc06dc562c241955d9c551647b5c1f4e9" region="gfx3" dispose="yes" offset="0"/>
		<rom name="pldb1-8" merge="pl1-8" size="16384" crc="a2ebfa4a" sha1="4a2a2b43a23a7a46266751415d1bde118143429c" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="pldb1-10" merge="pl1-10" size="16384" crc="c7cf1904" sha1="7ca8ed20ee32eb8609ac96b4e4fcb3b6027b598a" region="gfx3" dispose="yes" offset="8000"/>
		<rom name="pldb1-11" merge="pl1-11" size="16384" crc="6621361a" sha1="4efa40adba803006e86d5e12514983d4132b5efb" region="gfx3" dispose="yes" offset="c000"/>
		<rom name="pl1-2.bin" merge="pl1-2.bin" size="1024" crc="472885de" sha1="8d552c90b8d5bc6ad6c60934c00f4303cd180ce7" region="proms" offset="0"/>
		<rom name="pl1-1.bin" merge="pl1-1.bin" size="1024" crc="a78ebdaf" sha1="8ea215701eb5e1a2a329ef92c19fc69b18fc28c7" region="proms" offset="400"/>
		<rom name="pl1-5.bin" merge="pl1-5.bin" size="1024" crc="4b7ee712" sha1="dd0ec4c632d8b160f7b54d8f18fcf4ef1508d832" region="proms" offset="800"/>
		<rom name="pl1-4.bin" merge="pl1-4.bin" size="1024" crc="3a7be418" sha1="475cdc68205e3acce83fe79b00b74c6a7e28dde4" region="proms" offset="c00"/>
		<rom name="pl1-3.bin" merge="pl1-3.bin" size="1024" crc="80558da8" sha1="7e1483467817295f36d1e2bdb32934c4f2617d52" region="proms" offset="1000"/>
		<chip type="cpu" name="M6809" clock="1536000"/>
		<chip type="cpu" name="HD63701" clock="1536000"/>
		<chip type="audio" name="Namco CUS30" clock="24000"/>
		<display type="raster" rotate="0" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" service="yes">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="30K 80K 130K 300K 500K 1M" default="yes"/>
			<dipvalue name="30K 80K every 100K"/>
			<dipvalue name="30K 80K 150K"/>
			<dipvalue name="30K 100K 200K 400K 600K 1M"/>
			<dipvalue name="40K 100K 180K 300K 500K 1M"/>
			<dipvalue name="40K 100K 200K"/>
			<dipvalue name="40K"/>
			<dipvalue name="50K 150K every 200K"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="B (Easy)"/>
			<dipvalue name="A (Average)" default="yes"/>
			<dipvalue name="C (Hard)"/>
			<dipvalue name="D (Very Hard)"/>
		</dipswitch>
		<dipswitch name="Round Select">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Trip Select">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="paclandd" sourcefile="pacland.c" cloneof="pacland" romof="pacland">
		<description>Pac-Land</description>
		<year>2000</year>
		<manufacturer>BlueJustice</manufacturer>
		<rom name="pl5_01b.bin" merge="pl5_01b.bin" size="16384" crc="b0ea7631" sha1="424afa6f397310c7af39c9e8b580aa9ccd42c39c" region="cpu1" offset="8000"/>
		<rom name="pl5_02.bin" merge="pl5_02.bin" size="16384" crc="d903e84e" sha1="25338726227bfbec65847879aac5228a6a307db4" region="cpu1" offset="c000"/>
		<rom name="pl1-3" merge="pl1-3" size="16384" crc="aa9fa739" sha1="7b1f7857eb5f68e166b1f8988c82051aaf05df48" region="cpu1" offset="10000"/>
		<rom name="pl1-4" merge="pl1-4" size="16384" crc="2b895a90" sha1="820f8873c6a5a736089406d0f03d491dfb82d00d" region="cpu1" offset="14000"/>
		<rom name="pl1-5" merge="pl1-5" size="16384" crc="7af66200" sha1="f44161ded1633e9801b7a9cd84d481e53823f5d9" region="cpu1" offset="18000"/>
		<rom name="pl3_06.bin" merge="pl3_06.bin" size="16384" crc="2ffe3319" sha1="c2540321cd5a1fe29ecb077abdf8f997893192e9" region="cpu1" offset="1c000"/>
		<rom name="pl1-7" merge="pl1-7" size="8192" crc="8c5becae" sha1="14d67136395c4c64472980a69648ce2d479ae67f" region="cpu2" offset="8000"/>
		<rom name="cus60" size="4096" crc="6ef08fb3" sha1="4842590d60035a0059b0899eb2d5f58ae72c2529" region="cpu2" offset="f000"/>
		<rom name="pl2_12.bin" merge="pl2_12.bin" size="8192" crc="a63c8726" sha1="b15903fa2267375280af03af0a7157e1b0bcb86d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pl4_13.bin" merge="pl4_13.bin" size="8192" crc="3ae582fd" sha1="696b2cfadb6b071de8e43d20cd65b37713ca3b30" region="gfx2" dispose="yes" offset="0"/>
		<rom name="pldd1-9" size="16384" crc="3dba9085" sha1="3ade36e6c04ef40d4dcdf53cc374c600de9dbb75" region="gfx3" dispose="yes" offset="0"/>
		<rom name="pldd1-8" size="16384" crc="7f089223" sha1="129344647ae4898c6d70f15e96c13eca12a5f6ca" region="gfx3" dispose="yes" offset="4000"/>
		<rom name="pldd1-10" size="16384" crc="3f4b4d81" sha1="e6acf8164a9d9fc31a12722e466c4dfded3022fe" region="gfx3" dispose="yes" offset="8000"/>
		<rom name="pldd1-11" size="16384" crc="52c2cb37" sha1="47833d98ccbee1098910778ea1a26f58b485a76a" region="gfx3" dispose="yes" offset="c000"/>
		<rom name="pl1-2.bin" merge="pl1-2.bin" size="1024" crc="472885de" sha1="8d552c90b8d5bc6ad6c60934c00f4303cd180ce7" region="proms" offset="0"/>
		<rom name="pl1-1.bin" merge="pl1-1.bin" size="1024" crc="a78ebdaf" sha1="8ea215701eb5e1a2a329ef92c19fc69b18fc28c7" region="proms" offset="400"/>
		<rom name="pl1-5.bin" merge="pl1-5.bin" size="1024" crc="4b7ee712" sha1="dd0ec4c632d8b160f7b54d8f18fcf4ef1508d832" region="proms" offset="800"/>
		<rom name="pl1-4.bin" merge="pl1-4.bin" size="1024" crc="3a7be418" sha1="475cdc68205e3acce83fe79b00b74c6a7e28dde4" region="proms" offset="c00"/>
		<rom name="pl1-3.bin" merge="pl1-3.bin" size="1024" crc="80558da8" sha1="7e1483467817295f36d1e2bdb32934c4f2617d52" region="proms" offset="1000"/>
		<chip type="cpu" name="M6809" clock="1536000"/>
		<chip type="cpu" name="HD63701" clock="1536000"/>
		<chip type="audio" name="Namco CUS30" clock="24000"/>
		<display type="raster" rotate="0" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" service="yes">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="30K 80K 130K 300K 500K 1M" default="yes"/>
			<dipvalue name="30K 80K every 100K"/>
			<dipvalue name="30K 80K 150K"/>
			<dipvalue name="30K 100K 200K 400K 600K 1M"/>
			<dipvalue name="40K 100K 180K 300K 500K 1M"/>
			<dipvalue name="40K 100K 200K"/>
			<dipvalue name="40K"/>
			<dipvalue name="50K 150K every 200K"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="B (Easy)"/>
			<dipvalue name="A (Average)" default="yes"/>
			<dipvalue name="C (Hard)"/>
			<dipvalue name="D (Very Hard)"/>
		</dipswitch>
		<dipswitch name="Round Select">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Freeze">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Trip Select">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="abortman" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Abortman</description>
		<year>2001</year>
		<manufacturer>Paul Copeland</manufacturer>
		<rom name="namcopac.6e" merge="namcopac.6e" size="4096" crc="fee263b3" sha1="87117ba5082cd7a615b4ec7c02dd819003fbd669" region="cpu1" offset="0"/>
		<rom name="namcopac.6f" merge="namcopac.6f" size="4096" crc="39d1fc83" sha1="326dbbf94c6fa2e96613dedb53702f8832b47d59" region="cpu1" offset="1000"/>
		<rom name="namcopac.6h" merge="namcopac.6h" size="4096" crc="02083b03" sha1="7e1945f6eb51f2e51806d0439f975f7a2889b9b8" region="cpu1" offset="2000"/>
		<rom name="namcopac.6j" merge="namcopac.6j" size="4096" crc="7a36fe55" sha1="01b4c38108d9dc4e48da4f8d685248e1e6821377" region="cpu1" offset="3000"/>
		<rom name="abortman.5e" size="4096" crc="1c4ef687" sha1="0adea2380f8fd43ea90a4460eea9be2a17e7a825" region="gfx1" dispose="yes" offset="0"/>
		<rom name="abortman.5f" size="4096" crc="38a22ac4" sha1="5503132e4d1ece4a3d71ad3635a60ec151bc0417" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="baby2" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Baby Pacman 2 (Alt)</description>
		<year>2000</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="baby2.6j" size="4096" crc="260b87b8" sha1="cf4ace417b7b640678f809c92f690cebc977dd68" region="cpu1" offset="3000"/>
		<rom name="baby2.5e" size="4096" crc="6f7d8d57" sha1="2e786c5a61168455d31b7c45c97891f65243a40b" region="gfx1" dispose="yes" offset="0"/>
		<rom name="baby.5f" size="4096" crc="b6d77a1e" sha1="63ada2a7f154ce7bd756c5002a34e5f4002c2473" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="baby3" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Baby Pacman 3 (Alt)</description>
		<year>2000</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="baby3.6j" size="4096" crc="6c0e22c8" sha1="bcc684d7f5fb7fe73d3dcfdd80999242789dc9c9" region="cpu1" offset="3000"/>
		<rom name="baby.5e" size="4096" crc="22174b65" sha1="ed90d2c515e2446b369861e20ed34987f10a3dc8" region="gfx1" dispose="yes" offset="0"/>
		<rom name="baby.5f" size="4096" crc="b6d77a1e" sha1="63ada2a7f154ce7bd756c5002a34e5f4002c2473" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="baby4" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman (Baby Maze 4)</description>
		<year>2000</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="baby4.6j" size="4096" crc="f8cd7ebb" sha1="c7b8e690e96f9b863d31caddc81076d556058671" region="cpu1" offset="3000"/>
		<rom name="baby.5e" size="4096" crc="22174b65" sha1="ed90d2c515e2446b369861e20ed34987f10a3dc8" region="gfx1" dispose="yes" offset="0"/>
		<rom name="baby.5f" size="4096" crc="b6d77a1e" sha1="63ada2a7f154ce7bd756c5002a34e5f4002c2473" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="brakman" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Brakman</description>
		<year>2000</year>
		<manufacturer>Jerry Lawrence</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="brakman.6j" size="4096" crc="2d2af2e5" sha1="8355f30b106e53499d3c1e1174aee6572869b428" region="cpu1" offset="3000"/>
		<rom name="brakman.5e" size="4096" crc="a004abe7" sha1="c2c8d871b17c9a1f8902f8ec3e46e0991e747f45" region="gfx1" dispose="yes" offset="0"/>
		<rom name="brakman.5f" size="4096" crc="30ed6264" sha1="5bc2753aa6f2e49f6c1ce5810cf561d27ecb38e6" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="bucaneer" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Bucaneer</description>
		<year>1981</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="namcopac.6e" merge="namcopac.6e" size="4096" crc="fee263b3" sha1="87117ba5082cd7a615b4ec7c02dd819003fbd669" region="cpu1" offset="0"/>
		<rom name="namcopac.6f" merge="namcopac.6f" size="4096" crc="39d1fc83" sha1="326dbbf94c6fa2e96613dedb53702f8832b47d59" region="cpu1" offset="1000"/>
		<rom name="buc6h.cpu" size="4096" crc="197443f8" sha1="119aab12a9e1052c7b9a1f81e563740b41429a8c" region="cpu1" offset="2000"/>
		<rom name="buc6k.cpu" size="4096" crc="c4d9169a" sha1="f34a51d9fa90739214ab9e837b2602c992a73576" region="cpu1" offset="3000"/>
		<rom name="buc5e.cpu" size="2048" crc="4060c077" sha1="78d4aa5243246f73533fc0886438dc1fa6f7ebe5" region="gfx1" dispose="yes" offset="0"/>
		<rom name="buc5h.cpu" size="2048" crc="e3861283" sha1="61cf8ed24902910e98438d9e2e2745f226ad2a13" region="gfx1" dispose="yes" offset="800"/>
		<rom name="buc5f.cpu" size="2048" crc="09f66dec" sha1="2d3649341fed19bac15ec274f7d747de46a3edb2" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="buc5k.cpu" size="2048" crc="653314e7" sha1="c466a421917b3502e9115ebda1b2d11f7f586de8" region="gfx1" dispose="yes" offset="1800"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="caterpil" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Caterpillar (Hack)</description>
		<year>2000</year>
		<manufacturer>Phi</manufacturer>
		<rom name="caterpil.6e" size="4096" crc="b53c5650" sha1="54f1fee2494cfc0452051a6f134c5c3b691b4ffb" region="cpu1" offset="0"/>
		<rom name="caterpil.6f" size="4096" crc="53845efb" sha1="e6db734a7a806aead30422de4073511da55a17f1" region="cpu1" offset="1000"/>
		<rom name="caterpil.6h" size="4096" crc="a474357e" sha1="0fb93ca3364b5955428bc59e2f6d9f186182a280" region="cpu1" offset="2000"/>
		<rom name="caterpil.6j" size="4096" crc="5df0ea3b" sha1="dce379bb4cf5fa7c253cc16702360cbc3b637f37" region="cpu1" offset="3000"/>
		<rom name="caterpil.5e" size="4096" crc="0387907d" sha1="014745c480ee4b81c161cfa7a011df673059a1a8" region="gfx1" dispose="yes" offset="0"/>
		<rom name="caterpil.5f" size="4096" crc="aa450714" sha1="8a888ce6573623d15913ff297a027d4056eb2875" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="chthang" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Hangly Man (Cheat)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pm01.6e" size="4096" crc="5fe8610a" sha1="d63eaebd85e10aa6c27bb7f47642dd403eeb6934" region="cpu1" offset="0"/>
		<rom name="hangly.6f" size="4096" crc="73726586" sha1="cedddc5194589039dd8b64f07ab6320d7d4f55f9" region="cpu1" offset="1000"/>
		<rom name="pm03.6h" size="4096" crc="4e7ef99f" sha1="bd42e68b29b4d654dc817782ba00db69b7d2dfe2" region="cpu1" offset="2000"/>
		<rom name="hangly.6j" size="4096" crc="7f4147e6" sha1="0a7ac0e59d4d26fe52a2f4196c9f19e5ab677c87" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="chtmsatk" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pac-Man Plus (Cheat)</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="mspacatk.2" size="4096" crc="0af09d31" sha1="6ff73e4da4910bcd2ca3aa299d8ffad23f8abf79" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="mspacatk.5" size="4096" crc="e6e06954" sha1="ee5b266b1cc178df31fc1da5f66ef4911c653dda" region="cpu1" offset="8000"/>
		<rom name="mspacatk.6" size="4096" crc="3b5db308" sha1="c1ba630cb8fb665c4881a6cce9d3b0d4300bd0eb" region="cpu1" offset="9000"/>
		<rom name="5e" merge="5e" size="4096" crc="5c281d01" sha1="5e8b472b615f12efca3fe792410c23619f067845" region="gfx1" dispose="yes" offset="0"/>
		<rom name="5f" merge="5f" size="4096" crc="615af909" sha1="fd6a1dde780b39aea76bf1c4befa5882573c2ef4" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="chtmspa" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pac-Man (Cheat)</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="mspacatk.2" size="4096" crc="0af09d31" sha1="6ff73e4da4910bcd2ca3aa299d8ffad23f8abf79" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="5e" merge="5e" size="4096" crc="5c281d01" sha1="5e8b472b615f12efca3fe792410c23619f067845" region="gfx1" dispose="yes" offset="0"/>
		<rom name="5f" merge="5f" size="4096" crc="615af909" sha1="fd6a1dde780b39aea76bf1c4befa5882573c2ef4" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="chtpac" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac-Man (Cheat)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="chtpac.6f" size="4096" crc="72cea888" sha1="87d0c2f8e7be0b9f28fc46b5711ddb8a85023942" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacman.6j" size="4096" crc="817d94e3" sha1="d4a70d56bb01d27d094d73db8667ffb00ca69cb9" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="chtpman2" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Puck-Man II (Cheat)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="chtpman2.6e" size="4096" crc="a8ae23c5" sha1="1481a4f083b563350744f9d25b1bcd28073875d6" region="cpu1" offset="0"/>
		<rom name="chtpac.6f" size="4096" crc="72cea888" sha1="87d0c2f8e7be0b9f28fc46b5711ddb8a85023942" region="cpu1" offset="1000"/>
		<rom name="chtpman2.6h" size="4096" crc="197443f8" sha1="119aab12a9e1052c7b9a1f81e563740b41429a8c" region="cpu1" offset="2000"/>
		<rom name="puckman2.6j" size="4096" crc="0e3bdbde" sha1="11679a3e60cb98ef56e9f0c349d421a72b7097f6" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="chtpop" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac-Man / Popeye (Cheat)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="chtpac.6f" size="4096" crc="72cea888" sha1="87d0c2f8e7be0b9f28fc46b5711ddb8a85023942" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacman.6j" size="4096" crc="817d94e3" sha1="d4a70d56bb01d27d094d73db8667ffb00ca69cb9" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="fastpop.5f" size="4096" crc="af2b610b" sha1="c787b1db588125f0770dc2bf4626ad22f0faee72" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="chtpuck" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Puck-Man (Cheat)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="chtpuck.6e" size="4096" crc="a8ae23c5" sha1="1481a4f083b563350744f9d25b1bcd28073875d6" region="cpu1" offset="0"/>
		<rom name="chtpac.6f" size="4096" crc="72cea888" sha1="87d0c2f8e7be0b9f28fc46b5711ddb8a85023942" region="cpu1" offset="1000"/>
		<rom name="chtpuck.6h" size="4096" crc="197443f8" sha1="119aab12a9e1052c7b9a1f81e563740b41429a8c" region="cpu1" offset="2000"/>
		<rom name="chtpuck.6j" size="4096" crc="2e64a3ba" sha1="f86a921173f32211b18d023c2701664d13ae23be" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="cookiem" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Cookie-Mon!</description>
		<year>2001</year>
		<manufacturer>Nic</manufacturer>
		<rom name="cookiem1" size="4096" crc="3c95b06b" sha1="c123de2f3246af4074e6a2f3a5a29aec0c6cd0f9" region="cpu1" offset="0"/>
		<rom name="cookiem2" size="4096" crc="527859fb" sha1="993baa017732e247e4c318a5f105a13c281fbd8d" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="cookiem4" size="4096" crc="66e397fd" sha1="4e3d03abfaaa94a7a159fd51348ca6a7e4427272" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="cookiem6" size="4096" crc="a96761a6" sha1="73072f753f5659712e3644194a0982ef14648f46" region="cpu1" offset="9000"/>
		<rom name="cookiem.5e" size="4096" crc="ffb4de27" sha1="ff12a37158e08f4d9ddad4184dfbd44f83120506" region="gfx1" dispose="yes" offset="0"/>
		<rom name="cookiem.5f" size="4096" crc="1b5875ac" sha1="9b0f4b96de9d7a2c7abcb06efaf083ff8ab28abe" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="crashh" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Crash (Hack)</description>
		<year>2002</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="crashh1" size="4096" crc="04353b41" sha1="28b774fd5b429569f44651cfe4df6a9929310190" region="cpu1" offset="0"/>
		<rom name="crashh2" size="4096" crc="e03205c0" sha1="8c5ae42a9e2d551f9184e952723a750abc3dfb52" region="cpu1" offset="1000"/>
		<rom name="crashh3" size="4096" crc="b0fa8e46" sha1="2caf94d1a14d96ddc401375b54bf2b1edb13c68b" region="cpu1" offset="2000"/>
		<rom name="crashh4" size="4096" crc="bfa4d2fe" sha1="76ef449173c01f8943049330dba9c6a54a5e760a" region="cpu1" offset="3000"/>
		<rom name="crashh5" size="4096" crc="12f2f224" sha1="95528aaef908173e1374a7c6ed1a9cda4b685a20" region="cpu1" offset="8000"/>
		<rom name="pacman.6j" merge="pacman.6j" size="4096" crc="817d94e3" sha1="d4a70d56bb01d27d094d73db8667ffb00ca69cb9" region="cpu1" offset="9000"/>
		<rom name="crashh.5e" size="4096" crc="0a25969b" sha1="2cd54477a5cc15f91ae2cba3c4270002ac15967e" region="gfx1" dispose="yes" offset="0"/>
		<rom name="crashh.5f" size="4096" crc="447ea79c" sha1="886d0113608616b01e4395485c6106586adcb65a" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="crush.4a" size="256" crc="2bc5d339" sha1="446e234df94d9ef34c3191877bb33dd775acfdf5" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="crazypac" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Crazy Pac</description>
		<year>2000</year>
		<manufacturer>Tim Appleton a.k.a. medragon</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="crazypac.6j" size="4096" crc="9f754a51" sha1="447d95f90c6481911189173f95dbd5ea23467f67" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="dizzy" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Dizzy Ghost - A Reversal of Roles</description>
		<year>2000</year>
		<manufacturer>Tim Appleton a.k.a. medragon</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="dizzy.6j" size="4096" crc="bf05bf15" sha1="9a440a7a67731553269ad72dc2340de1fb9a89a8" region="cpu1" offset="3000"/>
		<rom name="dizzy.5e" size="4096" crc="f999a8d9" sha1="4feecc8f06ea9149751f0f97828babca1bdf3fd4" region="gfx1" dispose="yes" offset="0"/>
		<rom name="dizzy.5f" size="4096" crc="7cb7b9b1" sha1="3bd09964a2d49c65a3619ddfc3635066a7097328" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="eltonpac" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Elton Pac</description>
		<year>2000</year>
		<manufacturer>Sil</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacman.6j" size="4096" crc="817d94e3" sha1="d4a70d56bb01d27d094d73db8667ffb00ca69cb9" region="cpu1" offset="3000"/>
		<rom name="eltonpac.5e" size="4096" crc="9c093e5b" sha1="bfdd082a6f1e0819aeda2601f06dff90cb8e8f3f" region="gfx1" dispose="yes" offset="0"/>
		<rom name="eltonpac.5f" size="4096" crc="c2825641" sha1="4ea373b18ec1fc7325f33dbe9f44ee93ad6f6cb4" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="europac" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Euro Pac</description>
		<year>2000</year>
		<manufacturer>Jojo</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="europac.6j" size="4096" crc="a4e82007" sha1="577b44661de47dcffac7c06e7f9fa1e5d4e085ed" region="cpu1" offset="3000"/>
		<rom name="europac.5e" size="4096" crc="00208da4" sha1="a7ef38f2c133681344d67634f8a7362f6f0712b3" region="gfx1" dispose="yes" offset="0"/>
		<rom name="europac.5f" size="4096" crc="0d36dabf" sha1="50572528e230a37a413cdc9e2bd7f2ea76fffa09" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="fasthear" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Heart Burn (Fast)</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="fastplus2" size="4096" crc="a8d6c227" sha1="b5891f911bb054ca2547e663a3c27c93897f2075" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="heartbn2.5e" size="4096" crc="28eb876c" sha1="6bd3b9efdab76b3bf7c7f08ba9f44f830290df43" region="gfx1" dispose="yes" offset="0"/>
		<rom name="heartbn2.5f" size="4096" crc="50fc9966" sha1="21f79739b9884307430a35b2901098f45bbf5b7d" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="fastmspa" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pac-Man (Fast)</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="fastplus2" size="4096" crc="a8d6c227" sha1="b5891f911bb054ca2547e663a3c27c93897f2075" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="5e" merge="5e" size="4096" crc="5c281d01" sha1="5e8b472b615f12efca3fe792410c23619f067845" region="gfx1" dispose="yes" offset="0"/>
		<rom name="5f" merge="5f" size="4096" crc="615af909" sha1="fd6a1dde780b39aea76bf1c4befa5882573c2ef4" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="fastplus" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pac-Man Plus (Fast)</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="fastplus2" size="4096" crc="a8d6c227" sha1="b5891f911bb054ca2547e663a3c27c93897f2075" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="mspacatk.5" size="4096" crc="e6e06954" sha1="ee5b266b1cc178df31fc1da5f66ef4911c653dda" region="cpu1" offset="8000"/>
		<rom name="mspacatk.6" size="4096" crc="3b5db308" sha1="c1ba630cb8fb665c4881a6cce9d3b0d4300bd0eb" region="cpu1" offset="9000"/>
		<rom name="5e" merge="5e" size="4096" crc="5c281d01" sha1="5e8b472b615f12efca3fe792410c23619f067845" region="gfx1" dispose="yes" offset="0"/>
		<rom name="5f" merge="5f" size="4096" crc="615af909" sha1="fd6a1dde780b39aea76bf1c4befa5882573c2ef4" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="faststrm" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Desert Storm (Fast)</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="fastplus2" size="4096" crc="a8d6c227" sha1="b5891f911bb054ca2547e663a3c27c93897f2075" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="msdsstrm.5e" size="4096" crc="b2940b89" sha1="bfe7066fa11468d8373b43f966e76d92b17c0f48" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msdstorm.5f" size="4096" crc="5c65865f" sha1="988b6deccd985a32d4561164bfabd80ebb43f0a6" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="fpnleash" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Pacman Unleashed (Flat)</description>
		<year>2000</year>
		<manufacturer>Peter Storey</manufacturer>
		<rom name="punleash1" size="4096" crc="eddb20e7" sha1="07f6cabac3c59c2e3f522da877e845b3ceb2cffb" region="cpu1" offset="0"/>
		<rom name="punleash2" size="4096" crc="57fe8b4d" sha1="629800fe793b53c27ee8c84a2e49caf7fe056f28" region="cpu1" offset="1000"/>
		<rom name="punleash3" size="4096" crc="94c63bb1" sha1="872dbca70b45285dccfd0e24cb50225a5c3ac005" region="cpu1" offset="2000"/>
		<rom name="punleash4" size="4096" crc="fe7734d5" sha1="f246baab82ea8e9b3cfd3dc5911445ab08223c1f" region="cpu1" offset="3000"/>
		<rom name="punleash5" size="4096" crc="ef155ffb" sha1="c5bcd57c2a336fa8a018b192b8542954271f1bac" region="cpu1" offset="8000"/>
		<rom name="punleash6" size="4096" crc="70d15899" sha1="9a7cff5811b591211eb23cee125fd77263f8d4fe" region="cpu1" offset="9000"/>
		<rom name="flat.5e" size="4096" crc="1f69d1d0" sha1="8f3834358a074d0cb6c1d56e3b0e623193f8b9ec" region="gfx1" dispose="yes" offset="0"/>
		<rom name="flat.5f" size="4096" crc="98d3d364" sha1="f8023d1772d377d090a9bfebf194bbbce8643f1d" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="punleash.7f" size="32" crc="357c2523" sha1="f0c4cea06b17932cc15f6db2971406eaba3558b2" region="proms" offset="0"/>
		<rom name="punleash.4a" size="256" crc="5ff3b85a" sha1="6b01b9c9302ab41fe83c140c3ff217d1d66773dd" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="fstmsatk" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pac-Man Attack (Fast)</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="fastplus2" size="4096" crc="a8d6c227" sha1="b5891f911bb054ca2547e663a3c27c93897f2075" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="mspacatk.5" size="4096" crc="e6e06954" sha1="ee5b266b1cc178df31fc1da5f66ef4911c653dda" region="cpu1" offset="8000"/>
		<rom name="mspacatk.6" size="4096" crc="3b5db308" sha1="c1ba630cb8fb665c4881a6cce9d3b0d4300bd0eb" region="cpu1" offset="9000"/>
		<rom name="5e" merge="5e" size="4096" crc="5c281d01" sha1="5e8b472b615f12efca3fe792410c23619f067845" region="gfx1" dispose="yes" offset="0"/>
		<rom name="5f" merge="5f" size="4096" crc="615af909" sha1="fd6a1dde780b39aea76bf1c4befa5882573c2ef4" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="hanglyad" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Hangly-Man (set 1) After Dark</description>
		<year>2000</year>
		<manufacturer>hack</manufacturer>
		<rom name="hangly.6e" size="4096" crc="5fe8610a" sha1="d63eaebd85e10aa6c27bb7f47642dd403eeb6934" region="cpu1" offset="0"/>
		<rom name="hangly.6f" size="4096" crc="73726586" sha1="cedddc5194589039dd8b64f07ab6320d7d4f55f9" region="cpu1" offset="1000"/>
		<rom name="hangly.6h" size="4096" crc="4e7ef99f" sha1="bd42e68b29b4d654dc817782ba00db69b7d2dfe2" region="cpu1" offset="2000"/>
		<rom name="hangly.6j" size="4096" crc="7f4147e6" sha1="0a7ac0e59d4d26fe52a2f4196c9f19e5ab677c87" region="cpu1" offset="3000"/>
		<rom name="hanglyad.5e" size="4096" crc="93fd3682" sha1="792ddb541aeab304b5facfcf929c3bba18150346" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacjr.5f" size="4096" crc="c2310808" sha1="84c28a4fc327afcb441daee35acdab6f7613395e" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="hanglyb" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Hangly-Man (Hearts)</description>
		<year>1981</year>
		<manufacturer>hack</manufacturer>
		<rom name="hm1.6e" size="2048" crc="9d027c4a" sha1="88e094880057451a75cdc2ce9477403021813982" region="cpu1" offset="0"/>
		<rom name="hm5.6k" size="2048" crc="194c7189" sha1="fd423bac2810015313841c7b935054565390fbd0" region="cpu1" offset="800"/>
		<rom name="hangly2.6f" size="2048" crc="5ba228bb" sha1="b0e902cdf98bee72d6ec8069eec96adce3245074" region="cpu1" offset="1000"/>
		<rom name="6m.cpu" size="2048" crc="70810ccf" sha1="3941678606aab1e53356a6781e24d84e83cc88ce" region="cpu1" offset="1800"/>
		<rom name="hm3.6h" size="2048" crc="08419c4a" sha1="7e5001adad401080c788737c1d2349f218750442" region="cpu1" offset="2000"/>
		<rom name="6n.cpu" size="2048" crc="3f250c58" sha1="53bf2270c26f10f7e97960cd4c96e09e16b9bdf3" region="cpu1" offset="2800"/>
		<rom name="hanglyb04" size="2048" crc="603b70b7" sha1="a8e408e33fb16f0879793d416c3074dc48c875db" region="cpu1" offset="3000"/>
		<rom name="hanglyb08" size="2048" crc="71293b1f" sha1="b507a74866d34ecf0e6d32c91f9b5655817f6c3f" region="cpu1" offset="3800"/>
		<rom name="pacheart.ch1" size="2048" crc="c62bbabf" sha1="f6f28ae33c2ab274105283b22b49ad243780a95e" region="gfx1" dispose="yes" offset="0"/>
		<rom name="5h.cpu" size="2048" crc="777c70d3" sha1="ed5ccbeb1102ec9f837577de3aa51317c32520d6" region="gfx1" dispose="yes" offset="800"/>
		<rom name="5f.cpu" size="2048" crc="ca8c184c" sha1="833aa845824ed80777b62f03df36a920ad7c3656" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="5j.cpu" size="2048" crc="7dc75a81" sha1="d3fe1cad3b594052d8367685febb2335b0ad62f4" region="gfx1" dispose="yes" offset="1800"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="heartbn2" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Heart Burn</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="heartbn2.5e" size="4096" crc="28eb876c" sha1="6bd3b9efdab76b3bf7c7f08ba9f44f830290df43" region="gfx1" dispose="yes" offset="0"/>
		<rom name="heartbn2.5f" size="4096" crc="50fc9966" sha1="21f79739b9884307430a35b2901098f45bbf5b7d" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="heartbrn" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Heart Burn (TwoBit Score)</description>
		<year>2000</year>
		<manufacturer>TwoBit Score</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="heartbrn.5e" size="4096" crc="5431d4c4" sha1="34d45da44b4208e2774f5e2af08657a9086252e6" region="gfx1" dispose="yes" offset="0"/>
		<rom name="heartbrn.5f" size="4096" crc="ceb50654" sha1="70dbe3cc715d3d52ee3d4f8dadbf5c59f87166a3" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="hearts" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman (Hearts Bootleg)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacman.6j" size="4096" crc="817d94e3" sha1="d4a70d56bb01d27d094d73db8667ffb00ca69cb9" region="cpu1" offset="3000"/>
		<rom name="hearts.5e" size="4096" crc="5be0a4e4" sha1="7314e670c81debe4ae19bb5ff4da5718a63ef084" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="hm1000" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Hangly Man 1000</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="hangly.6e" size="4096" crc="5fe8610a" sha1="d63eaebd85e10aa6c27bb7f47642dd403eeb6934" region="cpu1" offset="0"/>
		<rom name="hangly.6f" size="4096" crc="73726586" sha1="cedddc5194589039dd8b64f07ab6320d7d4f55f9" region="cpu1" offset="1000"/>
		<rom name="hangly.6h" size="4096" crc="4e7ef99f" sha1="bd42e68b29b4d654dc817782ba00db69b7d2dfe2" region="cpu1" offset="2000"/>
		<rom name="hangly.6j" size="4096" crc="7f4147e6" sha1="0a7ac0e59d4d26fe52a2f4196c9f19e5ab677c87" region="cpu1" offset="3000"/>
		<rom name="pm1000.5e" size="4096" crc="16d9f7ce" sha1="a9ac72aa5e3dcaaa2e4d03b6ae372e81d77817f8" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pm1000.5f" size="4096" crc="fd06d923" sha1="a9d61bdcb6841bf07ce8ad08e1be2cf5ef349129" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="hm2000" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Hangly Man 2000</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="hangly.6e" size="4096" crc="5fe8610a" sha1="d63eaebd85e10aa6c27bb7f47642dd403eeb6934" region="cpu1" offset="0"/>
		<rom name="hangly.6f" size="4096" crc="73726586" sha1="cedddc5194589039dd8b64f07ab6320d7d4f55f9" region="cpu1" offset="1000"/>
		<rom name="hangly.6h" size="4096" crc="4e7ef99f" sha1="bd42e68b29b4d654dc817782ba00db69b7d2dfe2" region="cpu1" offset="2000"/>
		<rom name="hangly.6j" size="4096" crc="7f4147e6" sha1="0a7ac0e59d4d26fe52a2f4196c9f19e5ab677c87" region="cpu1" offset="3000"/>
		<rom name="pm2000.5e" size="4096" crc="cba39624" sha1="d815cb5be44b3d29cd1bdd4b8c68484e5330e4a4" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pm2000.5f" size="4096" crc="a2b31528" sha1="69f1c4b34e581c0e6d75b9726cbefa08f8a97fdb" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="hmba5000" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Hangly Man Babies 5000</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="hangly.6e" size="4096" crc="5fe8610a" sha1="d63eaebd85e10aa6c27bb7f47642dd403eeb6934" region="cpu1" offset="0"/>
		<rom name="hangly.6f" size="4096" crc="73726586" sha1="cedddc5194589039dd8b64f07ab6320d7d4f55f9" region="cpu1" offset="1000"/>
		<rom name="hangly.6h" size="4096" crc="4e7ef99f" sha1="bd42e68b29b4d654dc817782ba00db69b7d2dfe2" region="cpu1" offset="2000"/>
		<rom name="hangly.6j" size="4096" crc="7f4147e6" sha1="0a7ac0e59d4d26fe52a2f4196c9f19e5ab677c87" region="cpu1" offset="3000"/>
		<rom name="pmba3000.5e" size="4096" crc="5ebb61c5" sha1="cfd491170d1d3d0c0632d5d81629e98cfd100fb6" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pmba3000.5f" size="4096" crc="d9a055aa" sha1="00c6867b70062672da3b8c254feff4354e35aa7a" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="hmba7000" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Hangly Man Babies 7000</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="hangly.6e" size="4096" crc="5fe8610a" sha1="d63eaebd85e10aa6c27bb7f47642dd403eeb6934" region="cpu1" offset="0"/>
		<rom name="hangly.6f" size="4096" crc="73726586" sha1="cedddc5194589039dd8b64f07ab6320d7d4f55f9" region="cpu1" offset="1000"/>
		<rom name="hangly.6h" size="4096" crc="4e7ef99f" sha1="bd42e68b29b4d654dc817782ba00db69b7d2dfe2" region="cpu1" offset="2000"/>
		<rom name="hangly.6j" size="4096" crc="7f4147e6" sha1="0a7ac0e59d4d26fe52a2f4196c9f19e5ab677c87" region="cpu1" offset="3000"/>
		<rom name="pmba6000.5e" size="4096" crc="7961ed4e" sha1="595311b7a77d1379c9564d42a34581cc35a53875" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pmba6000.5f" size="4096" crc="417080fd" sha1="13e8e812bca25b64e7ce072d86189fd15b1882b0" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="hmbabymz" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Hangly Man BabiesMaze</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="hangly.6e" size="4096" crc="5fe8610a" sha1="d63eaebd85e10aa6c27bb7f47642dd403eeb6934" region="cpu1" offset="0"/>
		<rom name="hangly.6f" size="4096" crc="73726586" sha1="cedddc5194589039dd8b64f07ab6320d7d4f55f9" region="cpu1" offset="1000"/>
		<rom name="hangly.6h" size="4096" crc="4e7ef99f" sha1="bd42e68b29b4d654dc817782ba00db69b7d2dfe2" region="cpu1" offset="2000"/>
		<rom name="hangly.6j" size="4096" crc="7f4147e6" sha1="0a7ac0e59d4d26fe52a2f4196c9f19e5ab677c87" region="cpu1" offset="3000"/>
		<rom name="pmbamaz.5e" size="4096" crc="9a8cd8a1" sha1="653d3c900b0be5e7ffe424207419bf86229b8c48" region="gfx1" dispose="yes" offset="0"/>
		<rom name="hmbabymz.5f" size="4096" crc="f0bd55bd" sha1="310a375e3b3ec2766399418ce30233cc2263961e" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="hmbluep" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Hangly Man Blue Plus</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="hangly.6e" size="4096" crc="5fe8610a" sha1="d63eaebd85e10aa6c27bb7f47642dd403eeb6934" region="cpu1" offset="0"/>
		<rom name="hangly.6f" size="4096" crc="73726586" sha1="cedddc5194589039dd8b64f07ab6320d7d4f55f9" region="cpu1" offset="1000"/>
		<rom name="hangly.6h" size="4096" crc="4e7ef99f" sha1="bd42e68b29b4d654dc817782ba00db69b7d2dfe2" region="cpu1" offset="2000"/>
		<rom name="hangly.6j" size="4096" crc="7f4147e6" sha1="0a7ac0e59d4d26fe52a2f4196c9f19e5ab677c87" region="cpu1" offset="3000"/>
		<rom name="pm1000.5e" size="4096" crc="16d9f7ce" sha1="a9ac72aa5e3dcaaa2e4d03b6ae372e81d77817f8" region="gfx1" dispose="yes" offset="0"/>
		<rom name="hmbluep.5f" size="4096" crc="ceb721be" sha1="7eb60764bb7f9aa63a9f2a9a3052c2b988f5a530" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="hmgrenp" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Hangly Man Green Plus</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="hangly.6e" size="4096" crc="5fe8610a" sha1="d63eaebd85e10aa6c27bb7f47642dd403eeb6934" region="cpu1" offset="0"/>
		<rom name="hangly.6f" size="4096" crc="73726586" sha1="cedddc5194589039dd8b64f07ab6320d7d4f55f9" region="cpu1" offset="1000"/>
		<rom name="hangly.6h" size="4096" crc="4e7ef99f" sha1="bd42e68b29b4d654dc817782ba00db69b7d2dfe2" region="cpu1" offset="2000"/>
		<rom name="hangly.6j" size="4096" crc="7f4147e6" sha1="0a7ac0e59d4d26fe52a2f4196c9f19e5ab677c87" region="cpu1" offset="3000"/>
		<rom name="hmgrenp.5e" size="4096" crc="5807a438" sha1="8f4160627948747e92c3c5dc386068e4561fd9aa" region="gfx1" dispose="yes" offset="0"/>
		<rom name="hmgrenp.5f" size="4096" crc="1fcc0cf2" sha1="8920525a7fccdc3fea2ee52687b4881ca84ebaad" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="hmplus" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Hangly Man Plus</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="hangly.6e" size="4096" crc="5fe8610a" sha1="d63eaebd85e10aa6c27bb7f47642dd403eeb6934" region="cpu1" offset="0"/>
		<rom name="hangly.6f" size="4096" crc="73726586" sha1="cedddc5194589039dd8b64f07ab6320d7d4f55f9" region="cpu1" offset="1000"/>
		<rom name="hangly.6h" size="4096" crc="4e7ef99f" sha1="bd42e68b29b4d654dc817782ba00db69b7d2dfe2" region="cpu1" offset="2000"/>
		<rom name="hangly.6j" size="4096" crc="7f4147e6" sha1="0a7ac0e59d4d26fe52a2f4196c9f19e5ab677c87" region="cpu1" offset="3000"/>
		<rom name="pacplus.5e" size="4096" crc="022c35da" sha1="57d7d723c7b029e3415801f4ce83469ec97bb8a1" region="gfx1" dispose="yes" offset="0"/>
		<rom name="hmplus.5f" size="4096" crc="7a444bda" sha1="71f93790843482d9389c6d66a7ee5196119185fb" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="jacman" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Jacman</description>
		<year>2001</year>
		<manufacturer>Brent Cobb</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="jacman.6j" size="4096" crc="1f52ef8b" sha1="0a803352a964de9567bc314f8ace1c612082e3d0" region="cpu1" offset="3000"/>
		<rom name="jacman.5e" size="4096" crc="809bd73e" sha1="81989a21d089eb76297926905729efcd69abeb87" region="gfx1" dispose="yes" offset="0"/>
		<rom name="jacman.5f" size="4096" crc="0509d3e6" sha1="e589543b9a2f1c81115c03b4b88096ac84826e62" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mazeman" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Maze Man</description>
		<year>2000</year>
		<manufacturer>Sil</manufacturer>
		<rom name="mazeman.6e" size="4096" crc="a8ae23c5" sha1="1481a4f083b563350744f9d25b1bcd28073875d6" region="cpu1" offset="0"/>
		<rom name="mazeman.6f" size="4096" crc="77e44852" sha1="01c2e54cf9adc3bd92ab02eaa471638d8f17754d" region="cpu1" offset="1000"/>
		<rom name="mazeman.6h" size="4096" crc="6d16a528" sha1="3ef42b46564bf3b8347f6bddb1940368a23fa515" region="cpu1" offset="2000"/>
		<rom name="mazeman.6j" size="4096" crc="3c3ff208" sha1="2c6a8f9e3f130c3c0a9fa535b1ff76ac26a07f9f" region="cpu1" offset="3000"/>
		<rom name="mazeman.5e" size="4096" crc="38870a32" sha1="2b65a6309b204b89dcb6329e43f55301ecf69227" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mazeman.5f" size="4096" crc="1fd18b80" sha1="2b10b572840e5977adda490d5fbddef98b65575e" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mrpacman" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Mr. Pac- Man - Another Kind of Role Reversal</description>
		<year>2000</year>
		<manufacturer>Tim Appleton a.k.a. medragon</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="mrpacman4" size="4096" crc="65c0526c" sha1="b90f05a335a5ec641318dea15a97c9abb96ded2e" region="cpu1" offset="3000"/>
		<rom name="mrpacman5" size="4096" crc="4078d9b2" sha1="c294735341504787fa7f4bc44543e132d975c0a2" region="cpu1" offset="8000"/>
		<rom name="mrpacman6" size="4096" crc="c1637f1c" sha1="15577900bbba060e6c1b8dd03fcde19e7f4193c5" region="cpu1" offset="9000"/>
		<rom name="mrpacman.5e" size="4096" crc="83e6a3a9" sha1="9e76e0ff114778183324c905c7600ef848bf4a76" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mrpacman.5f" size="4096" crc="045dadf0" sha1="1a28cb97ad547bddd3cc8e6d0102f7e1d43c71ea" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="ms1000" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman 1000</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="ms10004" size="4096" crc="22a10392" sha1="7c17601428988dd996bbe64afee486fcf2333beb" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="ms1000.5e" size="4096" crc="adde7864" sha1="6e21d412b11bbabf05c65ad3c0dccba73fe15eb5" region="gfx1" dispose="yes" offset="0"/>
		<rom name="ms1000.5f" size="4096" crc="5cb008a9" sha1="bb9049b2a48773dac775acd70cb0cb54dcd6a5b0" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="ms2000" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman 2000</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="ms20004" size="4096" crc="a72e49df" sha1="396bf713cddeb5521c614ff8483b0baef23af7d0" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="ms2000.5e" size="4096" crc="2bcce741" sha1="fd9729e54b049723c0fb6c47effe39724577ba0d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="ms2000.5f" size="4096" crc="4b40032a" sha1="8002af3dfcfea82d56f5f04505d432c02dc56185" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="ms2600" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman 2600</description>
		<year>2000</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="ms26004" size="4096" crc="c2a293df" sha1="98e864d1993c97293acea0febc9cac8eb0fb582c" region="cpu1" offset="3000"/>
		<rom name="ms26005" size="4096" crc="4852db05" sha1="8471e1640164dc311e0180a7a8323208a40cf889" region="cpu1" offset="8000"/>
		<rom name="ms26006" size="4096" crc="f32b076f" sha1="f361233a06e0376fe83a6fd0a071593c7c260cb1" region="cpu1" offset="9000"/>
		<rom name="ms2600.5e" size="4096" crc="6b07b97a" sha1="981ce12d92c57ed6c908d4b5b9b0c0b079d325db" region="gfx1" dispose="yes" offset="0"/>
		<rom name="ms2600.5f" size="4096" crc="f844608b" sha1="80b4a51536ac4c83974726cbfb36232e06334329" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="ms3000" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman 3000</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="ms30004" size="4096" crc="46790576" sha1="097366bb8008122bb8814e5db6228d1e5756cb41" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="ms3000.5e" size="4096" crc="1708299b" sha1="c47d6d37f7c064f5bb22fa74c20fb259e9c694bf" region="gfx1" dispose="yes" offset="0"/>
		<rom name="ms3000.5f" size="4096" crc="cf4798e3" sha1="046958565ba31a63b36b89ee2ddc599196af1ec3" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="ms4000p" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman 4000 Plus</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="ms4000p4" size="4096" crc="ff418db8" sha1="eec95b43e451af2ab3dbbee83c577548097a90ef" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="ms4000p.5e" size="4096" crc="05ed8a9f" sha1="8654596af1de7ddcd1795d9a38e75deb7e6f96c6" region="gfx1" dispose="yes" offset="0"/>
		<rom name="ms4000p.5f" size="4096" crc="c0b58e02" sha1="6ad23edff1b4a9324ea67ab28f3ab5e8362a55d8" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="ms5000" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman 5000</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="ms20004" size="4096" crc="a72e49df" sha1="396bf713cddeb5521c614ff8483b0baef23af7d0" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="ms5000.5e" size="4096" crc="fd1bd093" sha1="b1b20614d2a06fa032373fb01e79b4004215e2b7" region="gfx1" dispose="yes" offset="0"/>
		<rom name="ms5000.5f" size="4096" crc="07d39d56" sha1="2482477c8a2130dd5eb279b99e541bc5229c0778" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="ms5000p" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman 5000 Plus</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="ms5000p4" size="4096" crc="d7ff3b21" sha1="478557c734062fc30a8b0252ebe04e15ec81a29a" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="ms5000p.5e" size="4096" crc="4fd847aa" sha1="39e1f184df81a61325a4d3cf2ef04eb3703f3944" region="gfx1" dispose="yes" offset="0"/>
		<rom name="ms5000p.5f" size="4096" crc="50d5fa64" sha1="777e041901da0cae324524d64fa67b04b2f33bcc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msatk2ad" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pac-Man Plus / Attack After Dark</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="mspacatk.2" size="4096" crc="0af09d31" sha1="6ff73e4da4910bcd2ca3aa299d8ffad23f8abf79" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="mspacat2.5" size="4096" crc="5a72a7a6" sha1="aa54bf865e024fe00a8aefce6bc5086e90d71a54" region="cpu1" offset="8000"/>
		<rom name="mspacat2.6" size="4096" crc="bd0c3e94" sha1="1b01ed6eab2c31bb874d1e51e773d0c130de7b75" region="cpu1" offset="9000"/>
		<rom name="msatkad.5e" size="4096" crc="dc70ed2e" sha1="b9fbb1d21085bc78eb82c429506b20e332b18e0e" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msatkad.5f" size="4096" crc="643d5523" sha1="565f92294a4b6a11dc5e9a165f35284c2a526e6c" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msatkad" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pac-Man Plus After Dark</description>
		<year>2000</year>
		<manufacturer>hack</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="mspacatk.2" size="4096" crc="0af09d31" sha1="6ff73e4da4910bcd2ca3aa299d8ffad23f8abf79" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="mspacatk.5" size="4096" crc="e6e06954" sha1="ee5b266b1cc178df31fc1da5f66ef4911c653dda" region="cpu1" offset="8000"/>
		<rom name="mspacatk.6" size="4096" crc="3b5db308" sha1="c1ba630cb8fb665c4881a6cce9d3b0d4300bd0eb" region="cpu1" offset="9000"/>
		<rom name="msatkad.5e" size="4096" crc="dc70ed2e" sha1="b9fbb1d21085bc78eb82c429506b20e332b18e0e" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msatkad.5f" size="4096" crc="643d5523" sha1="565f92294a4b6a11dc5e9a165f35284c2a526e6c" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msbaby" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Baby Pacman</description>
		<year>2000</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="msbaby4" size="4096" crc="17aea21d" sha1="2baa4b3812611ae8a1ff6b1b21b0a3ffd0d30be2" region="cpu1" offset="3000"/>
		<rom name="msbaby5" size="4096" crc="0c08aa7f" sha1="0d4079d68c86cd64e4d309fdc43d2022a50f172d" region="cpu1" offset="8000"/>
		<rom name="msbaby6" size="4096" crc="e28aaa1f" sha1="e0c4c1e0ceb3dfd6e63d954d3d6ea7924efac08b" region="cpu1" offset="9000"/>
		<rom name="msbaby.5e" size="4096" crc="e764738d" sha1="79a7b871ee292d8cc2c4c97962fd876b4b95c4df" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msbaby.5f" size="4096" crc="3d316ad0" sha1="fd7d1a02930cc1c8a2f4aa8518d805601a8e0a80" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msbaby1" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Baby Pacman (Alt)</description>
		<year>2000</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="msbaby4" size="4096" crc="17aea21d" sha1="2baa4b3812611ae8a1ff6b1b21b0a3ffd0d30be2" region="cpu1" offset="3000"/>
		<rom name="msbaby5" size="4096" crc="0c08aa7f" sha1="0d4079d68c86cd64e4d309fdc43d2022a50f172d" region="cpu1" offset="8000"/>
		<rom name="msbaby6" size="4096" crc="e28aaa1f" sha1="e0c4c1e0ceb3dfd6e63d954d3d6ea7924efac08b" region="cpu1" offset="9000"/>
		<rom name="msbaby.5e" size="4096" crc="e764738d" sha1="79a7b871ee292d8cc2c4c97962fd876b4b95c4df" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msbaby.5f" size="4096" crc="3d316ad0" sha1="fd7d1a02930cc1c8a2f4aa8518d805601a8e0a80" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msberzk" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pac-Man Berzerk</description>
		<year>2000</year>
		<manufacturer>Bobby Tribble</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="msberzk4" size="4096" crc="795b1d20" sha1="eb14ac6d2142fcfcbccf52eb7e8c51c208554eef" region="cpu1" offset="3000"/>
		<rom name="msberzk5" size="4096" crc="9fc2a679" sha1="2684ecc09e2cf055daee181371691fc09cbd585a" region="cpu1" offset="8000"/>
		<rom name="msberzk6" size="4096" crc="6749a32d" sha1="41b5b952c4f7f14b6a3884291c87e9ee6e760231" region="cpu1" offset="9000"/>
		<rom name="msberzk.5e" size="4096" crc="92692429" sha1="af5e72c445c7ea35655730364072c269befbc66f" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msberzk.5f" size="4096" crc="7c32ed2e" sha1="124ff35143b1fcaa25d810a3479ae363cf74d2c9" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mscrzyma" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman Crazy Mazes</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="3.7fh" size="4096" crc="513f4d5c" sha1="ae011b89422bd8cbb80389814500bc1427f6ecb2" region="cpu1" offset="2000"/>
		<rom name="mscrzyma4" size="4096" crc="f2b17834" sha1="4d687e681d21a9a702ed5e8022c9098b8347811a" region="cpu1" offset="3000"/>
		<rom name="mspacnes5" size="4096" crc="43936999" sha1="4261f0bbb9ece2370c6283763a396ad851f42c51" region="cpu1" offset="8000"/>
		<rom name="mspacnes6" size="4096" crc="a15b524e" sha1="91f211e479261b344fc64517394abf7a8f9d6f4b" region="cpu1" offset="9000"/>
		<rom name="ms2000.5e" size="4096" crc="2bcce741" sha1="fd9729e54b049723c0fb6c47effe39724577ba0d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mscrzyma.5f" size="4096" crc="2a9d6f77" sha1="bcfec717967e64891d9638037ba5331b22654229" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mscrzymp" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman Crazy Mazes Plus</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="3.7fh" size="4096" crc="513f4d5c" sha1="ae011b89422bd8cbb80389814500bc1427f6ecb2" region="cpu1" offset="2000"/>
		<rom name="mscrzymp4" size="4096" crc="db440183" sha1="ec4e7a7324f77818e7357e6c7c9e8af257fcbc7d" region="cpu1" offset="3000"/>
		<rom name="mspacnes5" size="4096" crc="43936999" sha1="4261f0bbb9ece2370c6283763a396ad851f42c51" region="cpu1" offset="8000"/>
		<rom name="mspacnes6" size="4096" crc="a15b524e" sha1="91f211e479261b344fc64517394abf7a8f9d6f4b" region="cpu1" offset="9000"/>
		<rom name="mscrzymp.5e" size="4096" crc="d43a7194" sha1="2508b14778f8ff2d76b7ec00ba9fc30a0f606dcf" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mscrzymp.5f" size="4096" crc="7af54907" sha1="d930b90f0500c3be451996ced9578ce870a1d6d5" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msdroid" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman Android</description>
		<year>2001</year>
		<manufacturer>Grendal74</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="msdroid4" size="4096" crc="984b3e88" sha1="fb7c29adf0c7434c639fd82abf7aa9c709b37054" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="msdroid.5e" size="4096" crc="97f5dd55" sha1="14a1a8dda66223392fbae51af654607c56ac266e" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msdroid.5f" size="4096" crc="c0e47314" sha1="d8a51d280bba4ad93db8019111ac4393aea9f9a2" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msdstorm" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Desert Storm</description>
		<year>2000</year>
		<manufacturer>Mike Naylor</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="msdstorm.5e" size="4096" crc="b2940b89" sha1="bfe7066fa11468d8373b43f966e76d92b17c0f48" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msdstorm.5f" size="4096" crc="5c65865f" sha1="988b6deccd985a32d4561164bfabd80ebb43f0a6" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mselton" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Elton</description>
		<year>2000</year>
		<manufacturer>Sil</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="5e" merge="5e" size="4096" crc="5c281d01" sha1="5e8b472b615f12efca3fe792410c23619f067845" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mselton.5f" size="4096" crc="30d0b19f" sha1="9964a5a103ce1975d8606d5cfd2306c05a74aca3" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msextra" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman Extra</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="msextra4" size="4096" crc="b13d0521" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="msextra.5e" size="4096" crc="b656c0c5" sha1="efa8aed573b4258a6f6da96b04968a9197ad2d33" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msextra.5f" size="4096" crc="c5d7017b" sha1="29fa44d925526ab7f6385a2d4c750492063131ab" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msextrap" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman Extra Plus</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="msextrap4" size="4096" crc="728f7465" sha1="c3e089d2c7bace010e29f4cb861baa888007e8bf" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="msextrap.5e" size="4096" crc="1a2fa3e2" sha1="dafccc8123093a9f5306c0c19367c3accd755ca1" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msextrap.5f" size="4096" crc="5a400cbc" sha1="7351b9c7f196fc49fdab04a135a1519ca6d489ed" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msf1pac" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. F1 Pac-Man</description>
		<year>2000</year>
		<manufacturer>Sil</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="msf1pac4" size="4096" crc="e255428b" sha1="fd128743eac8521f1a65bdbb2cfd59398eddfac5" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="msindy.5e" size="4096" crc="c7183fd2" sha1="af7e3bb7c4751f5df12bd321d6f583045c5acb10" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msindy.5f" size="4096" crc="a355e061" sha1="b9223e01a77027d2f6afe4502b4a2dce3b3bdc0e" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msgrkatk" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman Greek Bootleg</description>
		<year>2001</year>
		<manufacturer>Grendal74</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="mspacatk.2" size="4096" crc="0af09d31" sha1="6ff73e4da4910bcd2ca3aa299d8ffad23f8abf79" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="msgrkb4" size="4096" crc="7143729f" sha1="87152df222364908852b1d242dff15889da5e95d" region="cpu1" offset="3000"/>
		<rom name="mspacatk.5" size="4096" crc="e6e06954" sha1="ee5b266b1cc178df31fc1da5f66ef4911c653dda" region="cpu1" offset="8000"/>
		<rom name="mspacatk.6" size="4096" crc="3b5db308" sha1="c1ba630cb8fb665c4881a6cce9d3b0d4300bd0eb" region="cpu1" offset="9000"/>
		<rom name="msgrkb.5e" size="4096" crc="b6526896" sha1="904dc168680cec660bee5a1a28a6a4b0dee9364e" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msgrkb.5f" size="4096" crc="043b1c9b" sha1="6aa7971390272c3df4ceaf7718ad08086bb33b5c" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msgrkb" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman Greek</description>
		<year>2001</year>
		<manufacturer>Grendal74</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="msgrkb4" size="4096" crc="7143729f" sha1="87152df222364908852b1d242dff15889da5e95d" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="msgrkb.5e" size="4096" crc="b6526896" sha1="904dc168680cec660bee5a1a28a6a4b0dee9364e" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msgrkb.5f" size="4096" crc="043b1c9b" sha1="6aa7971390272c3df4ceaf7718ad08086bb33b5c" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mshangly" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Hangly Man</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="mshangly5" size="4096" crc="ce029264" sha1="aa05d4707dd4a6e4d085aa692c3adcc30137cc8d" region="cpu1" offset="8000"/>
		<rom name="mshangly6" size="4096" crc="1911950d" sha1="7f50398dccc1bdefff4241cd539e42e856f0d1ac" region="cpu1" offset="9000"/>
		<rom name="5e" merge="5e" size="4096" crc="5c281d01" sha1="5e8b472b615f12efca3fe792410c23619f067845" region="gfx1" dispose="yes" offset="0"/>
		<rom name="5f" merge="5f" size="4096" crc="615af909" sha1="fd6a1dde780b39aea76bf1c4befa5882573c2ef4" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mshearts" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pac-Man Hearts</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="mshearts.5e" size="4096" crc="0b5cf081" sha1="9333369dd282f725c01831314f2aafd1667c64f9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="5f" merge="5f" size="4096" crc="615af909" sha1="fd6a1dde780b39aea76bf1c4befa5882573c2ef4" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msheartb" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pac-Man Hearts (set 2)</description>
		<year>2000</year>
		<manufacturer>hack</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="msheart.5e" size="4096" crc="56f505f1" sha1="5628874f332d348a61c1abcf116278ece534a7ba" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msheart.5f" size="4096" crc="662423ca" sha1="e22a20e2ed51b4efe39665222669d86353d6c4c5" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msindy" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Indy</description>
		<year>2000</year>
		<manufacturer>Sil</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="msindy4" size="4096" crc="8e234b3a" sha1="f54f94aa80486a96178765378123a16a2637a47b" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="msindy.5e" size="4096" crc="c7183fd2" sha1="af7e3bb7c4751f5df12bd321d6f583045c5acb10" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msindy.5f" size="4096" crc="a355e061" sha1="b9223e01a77027d2f6afe4502b4a2dce3b3bdc0e" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msmini" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pac-Mini</description>
		<year>2000</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="msmini.5e" size="4096" crc="7787a3f6" sha1="8d89be6fcc1dfeb4470a721c9c89225ea8c7cfad" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msmini.5f" size="4096" crc="98ab3c44" sha1="07dcfb7d6f2ca50e6e50ee1c14c229d26bb4b909" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msminia" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pac-Attack Mini</description>
		<year>2000</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="mspacatk.2" size="4096" crc="0af09d31" sha1="6ff73e4da4910bcd2ca3aa299d8ffad23f8abf79" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="mspacatk.5" size="4096" crc="e6e06954" sha1="ee5b266b1cc178df31fc1da5f66ef4911c653dda" region="cpu1" offset="8000"/>
		<rom name="mspacatk.6" size="4096" crc="3b5db308" sha1="c1ba630cb8fb665c4881a6cce9d3b0d4300bd0eb" region="cpu1" offset="9000"/>
		<rom name="msmini.5e" size="4096" crc="7787a3f6" sha1="8d89be6fcc1dfeb4470a721c9c89225ea8c7cfad" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msmini.5f" size="4096" crc="98ab3c44" sha1="07dcfb7d6f2ca50e6e50ee1c14c229d26bb4b909" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msmspac" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman Ms. Pac</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="msmspac4" size="4096" crc="1c11c60f" sha1="d445a333f79ad8a6886e3b08fc39dee01733cf07" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="5e" merge="5e" size="4096" crc="5c281d01" sha1="5e8b472b615f12efca3fe792410c23619f067845" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msmspac.5f" size="4096" crc="a0ffcd08" sha1="0cd5028e97fafdd8b9b221a7a07bdc81826f4765" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msmulti" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman Multi</description>
		<year>1999</year>
		<manufacturer>hack</manufacturer>
		<rom name="msmulti1" size="4096" crc="cfb721a8" sha1="028e508a9c11eab508452ffc644730894adf388c" region="cpu1" offset="0"/>
		<rom name="pacman.6f" merge="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="msmulti3" size="4096" crc="e55d5230" sha1="b764e85871cf8bb96a4ee7d0f3df204adfd4da5e" region="cpu1" offset="2000"/>
		<rom name="msmulti4" size="4096" crc="29ba4b53" sha1="f907641bb583342fa19f02de23639ba730123792" region="cpu1" offset="3000"/>
		<rom name="msmulti5" size="4096" crc="5a4b59dc" sha1="09b21036cf40decf4ee00898eb44673599c65b05" region="cpu1" offset="8000"/>
		<rom name="msmulti6" size="4096" crc="3b939b12" sha1="40333555af024f505064018a9b76dd284ecbf9a6" region="cpu1" offset="9000"/>
		<rom name="pacmulti.5e" size="4096" crc="46cdda4a" sha1="2c38050a4f5d0c9e1b4f3e054dcac25cde63ae2a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msnes4a" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman SNES (Tall Alternate)</description>
		<year>2000</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="3.7fh" size="4096" crc="513f4d5c" sha1="ae011b89422bd8cbb80389814500bc1427f6ecb2" region="cpu1" offset="2000"/>
		<rom name="mspac6m.4" size="4096" crc="e21c81ff" sha1="5a6ce8ee3059a31afbb9b8c1d0a1e37606d14a0a" region="cpu1" offset="3000"/>
		<rom name="msnes4a5" size="4096" crc="d16b9605" sha1="b54691591794fd8d9c9097da49add34f49021b50" region="cpu1" offset="8000"/>
		<rom name="msnes4a6" size="4096" crc="e6b58707" sha1="cf0c5a3fbb9ae9a99a9c5c74ba45ac86323a0396" region="cpu1" offset="9000"/>
		<rom name="msnes4a.5e" size="4096" crc="22e5b64e" sha1="56e81329bee499a798a01867dbf2ceae6af2e11a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mspacnes.5f" size="4096" crc="6a4db98d" sha1="e0eeb83c1265f5c9881e1c752842d20dabf35783" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msnes62" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman NES (Set 2)</description>
		<year>2000</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="3.7fh" size="4096" crc="513f4d5c" sha1="ae011b89422bd8cbb80389814500bc1427f6ecb2" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="msnes62_5" size="4096" crc="52120bc9" sha1="dc3608672e614a486306660bd367b325cdb51bda" region="cpu1" offset="8000"/>
		<rom name="msnes62_6" size="4096" crc="8fd36e02" sha1="6d0b04b7efd8a4a6773d60e5e748243cf1c56a1a" region="cpu1" offset="9000"/>
		<rom name="mspacnes.5e" size="4096" crc="d3a28769" sha1="3fa7d9a235e0bf8aae03b15c5377401f029d6946" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mspacnes.5f" size="4096" crc="6a4db98d" sha1="e0eeb83c1265f5c9881e1c752842d20dabf35783" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msnes63" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman NES (Set 3)</description>
		<year>2000</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="3.7fh" size="4096" crc="513f4d5c" sha1="ae011b89422bd8cbb80389814500bc1427f6ecb2" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="msnes63_5" size="4096" crc="f4ea7d2c" sha1="c490720d3b76615f46cae1f9bfbfc74da6f2854a" region="cpu1" offset="8000"/>
		<rom name="msnes63_6" size="4096" crc="1ea43bba" sha1="0c52d0d2ca866b750a03587c8c51c14f67327d43" region="cpu1" offset="9000"/>
		<rom name="mspacnes.5e" size="4096" crc="d3a28769" sha1="3fa7d9a235e0bf8aae03b15c5377401f029d6946" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mspacnes.5f" size="4096" crc="6a4db98d" sha1="e0eeb83c1265f5c9881e1c752842d20dabf35783" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msnes6m" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman NES</description>
		<year>2000</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="3.7fh" size="4096" crc="513f4d5c" sha1="ae011b89422bd8cbb80389814500bc1427f6ecb2" region="cpu1" offset="2000"/>
		<rom name="mspac6m.4" size="4096" crc="e21c81ff" sha1="5a6ce8ee3059a31afbb9b8c1d0a1e37606d14a0a" region="cpu1" offset="3000"/>
		<rom name="msnes6m5" size="4096" crc="bc091971" sha1="d5046f5dcffd027805a53be937e7389a135e980f" region="cpu1" offset="8000"/>
		<rom name="msnes6m6" size="4096" crc="23ebe9a1" sha1="a51b6bd74edbea8e34ef35602c4aa8723d7f745a" region="cpu1" offset="9000"/>
		<rom name="msnes6m.5e" size="4096" crc="3abb116b" sha1="75abb47c9acfc4048d18265ff2a42db2d3591a48" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mspacnes.5f" size="4096" crc="6a4db98d" sha1="e0eeb83c1265f5c9881e1c752842d20dabf35783" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msnes6m2" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman SNES (New Mazes)</description>
		<year>2000</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="3.7fh" size="4096" crc="513f4d5c" sha1="ae011b89422bd8cbb80389814500bc1427f6ecb2" region="cpu1" offset="2000"/>
		<rom name="mspac6m.4" size="4096" crc="e21c81ff" sha1="5a6ce8ee3059a31afbb9b8c1d0a1e37606d14a0a" region="cpu1" offset="3000"/>
		<rom name="msstrmaz5" size="4096" crc="b8f8edda" sha1="5af8c7908df0d45d456cfe68470ba2098c956cac" region="cpu1" offset="8000"/>
		<rom name="msstrmaz6" size="4096" crc="5d7888bc" sha1="1f3ecd3bc787dd64ed41b1d664cf6794fa799ee8" region="cpu1" offset="9000"/>
		<rom name="msnes6m.5e" size="4096" crc="3abb116b" sha1="75abb47c9acfc4048d18265ff2a42db2d3591a48" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mspacnes.5f" size="4096" crc="6a4db98d" sha1="e0eeb83c1265f5c9881e1c752842d20dabf35783" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msnes6m3" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman SNES (Regular / Tall)</description>
		<year>2000</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="3.7fh" size="4096" crc="513f4d5c" sha1="ae011b89422bd8cbb80389814500bc1427f6ecb2" region="cpu1" offset="2000"/>
		<rom name="mspac6m.4" size="4096" crc="e21c81ff" sha1="5a6ce8ee3059a31afbb9b8c1d0a1e37606d14a0a" region="cpu1" offset="3000"/>
		<rom name="msnes6m3_5" size="4096" crc="20833779" sha1="07826e21a14c15590cba7b9a08d2b91bf247cfe7" region="cpu1" offset="8000"/>
		<rom name="msnes6m3_6" size="4096" crc="a047e68f" sha1="8b99f471f39c6c383f84754996b644fe067527f7" region="cpu1" offset="9000"/>
		<rom name="msnes6m.5e" size="4096" crc="3abb116b" sha1="75abb47c9acfc4048d18265ff2a42db2d3591a48" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mspacnes.5f" size="4096" crc="6a4db98d" sha1="e0eeb83c1265f5c9881e1c752842d20dabf35783" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msnes6m4" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman SNES (Regular)</description>
		<year>2000</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="3.7fh" size="4096" crc="513f4d5c" sha1="ae011b89422bd8cbb80389814500bc1427f6ecb2" region="cpu1" offset="2000"/>
		<rom name="mspac6m.4" size="4096" crc="e21c81ff" sha1="5a6ce8ee3059a31afbb9b8c1d0a1e37606d14a0a" region="cpu1" offset="3000"/>
		<rom name="msnes6m4_5" size="4096" crc="23c0db46" sha1="dea5a3eeb1fb480f275cc2729b7ad604aa0824d3" region="cpu1" offset="8000"/>
		<rom name="msnes6m4_6" size="4096" crc="daafdb39" sha1="4120bdd859f37b065279cf048937cd1a5ce526da" region="cpu1" offset="9000"/>
		<rom name="msnes4a.5e" size="4096" crc="22e5b64e" sha1="56e81329bee499a798a01867dbf2ceae6af2e11a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mspacnes.5f" size="4096" crc="6a4db98d" sha1="e0eeb83c1265f5c9881e1c752842d20dabf35783" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mspac6m" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pac-Man 6M (Six Maze)</description>
		<year>2000</year>
		<manufacturer>Sil</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="3.7fh" size="4096" crc="513f4d5c" sha1="ae011b89422bd8cbb80389814500bc1427f6ecb2" region="cpu1" offset="2000"/>
		<rom name="mspac6m.4" size="4096" crc="e21c81ff" sha1="5a6ce8ee3059a31afbb9b8c1d0a1e37606d14a0a" region="cpu1" offset="3000"/>
		<rom name="mspac6m.5" size="4096" crc="d0bd89d9" sha1="c47e96d68d7e88e906b416c24ce926b76689f22d" region="cpu1" offset="8000"/>
		<rom name="mspac6m.6" size="4096" crc="c5662407" sha1="98827bda653b6d1d6984082c706247392ab706d2" region="cpu1" offset="9000"/>
		<rom name="mspac6m7" size="2048" crc="2850148a" sha1="4257a5dd4ad27d4a6bfae71bbe2564026bdaebb2" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mspac6m9" size="2048" crc="6c3c6ebb" sha1="3f19e9a20e202fda139324ef03991af99516aeef" region="gfx1" dispose="yes" offset="800"/>
		<rom name="mspac6m8" size="2048" crc="5596b345" sha1="0320eb1f7e39dbd438be2f488f43f5b11e13f438" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="d.5j" size="2048" crc="50c7477d" sha1="c04ec282a8cb528df5e38ad750d12ee71612695d" region="gfx1" dispose="yes" offset="1800"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mspacad" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pac-Man After Dark</description>
		<year>2000</year>
		<manufacturer>Sil</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="mspacad.5e" size="4096" crc="c3dca510" sha1="6e9c3e47f2f928ef3857dce8bc26352a80d4a52d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msvectr.5f" size="4096" crc="57cb31e3" sha1="dc9278cee7f7ce341087760654bf0a1bcdeb2f7c" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mspacat2" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pac-Man Plus / Attack</description>
		<year>2000</year>
		<manufacturer>Sil</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="mspacatk.2" size="4096" crc="0af09d31" sha1="6ff73e4da4910bcd2ca3aa299d8ffad23f8abf79" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="mspacat2.5" size="4096" crc="5a72a7a6" sha1="aa54bf865e024fe00a8aefce6bc5086e90d71a54" region="cpu1" offset="8000"/>
		<rom name="mspacat2.6" size="4096" crc="bd0c3e94" sha1="1b01ed6eab2c31bb874d1e51e773d0c130de7b75" region="cpu1" offset="9000"/>
		<rom name="5e" merge="5e" size="4096" crc="5c281d01" sha1="5e8b472b615f12efca3fe792410c23619f067845" region="gfx1" dispose="yes" offset="0"/>
		<rom name="5f" merge="5f" size="4096" crc="615af909" sha1="fd6a1dde780b39aea76bf1c4befa5882573c2ef4" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mspacatb" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pac-Man Plus (Set B)</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="mspacatk.2" size="4096" crc="0af09d31" sha1="6ff73e4da4910bcd2ca3aa299d8ffad23f8abf79" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="mspacat2.5" size="4096" crc="5a72a7a6" sha1="aa54bf865e024fe00a8aefce6bc5086e90d71a54" region="cpu1" offset="8000"/>
		<rom name="mspacatb.6b" size="4096" crc="7a8c4dfe" sha1="b450a3272255527838b806dc0318256e47593018" region="cpu1" offset="9000"/>
		<rom name="5e" merge="5e" size="4096" crc="5c281d01" sha1="5e8b472b615f12efca3fe792410c23619f067845" region="gfx1" dispose="yes" offset="0"/>
		<rom name="5f" merge="5f" size="4096" crc="615af909" sha1="fd6a1dde780b39aea76bf1c4befa5882573c2ef4" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mspacdel" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman Deluxe</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="mspacdel4" size="4096" crc="af8c63ad" sha1="e119eac748179fef53b8fd62f33885df53bf94fa" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="mspacdel.5e" size="4096" crc="605becd7" sha1="d16bd3e151273ab6652b4f105dd58ef95c18b387" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mspacdel.5f" size="4096" crc="435de4cb" sha1="f3aa39e969f79b0e01378c870e874f8076def746" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mspacnes" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pac-Man NES</description>
		<year>1998</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="3.7fh" size="4096" crc="513f4d5c" sha1="ae011b89422bd8cbb80389814500bc1427f6ecb2" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="mspacnes5" size="4096" crc="43936999" sha1="4261f0bbb9ece2370c6283763a396ad851f42c51" region="cpu1" offset="8000"/>
		<rom name="mspacnes6" size="4096" crc="a15b524e" sha1="91f211e479261b344fc64517394abf7a8f9d6f4b" region="cpu1" offset="9000"/>
		<rom name="mspacnes.5e" size="4096" crc="d3a28769" sha1="3fa7d9a235e0bf8aae03b15c5377401f029d6946" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mspacnes.5f" size="4096" crc="6a4db98d" sha1="e0eeb83c1265f5c9881e1c752842d20dabf35783" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mspacp" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Plus</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="mspacp4" size="4096" crc="203dcba5" sha1="c1e94a17bab5f25bfdc5836e0ba968a56b6f9e58" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="mspacp.5e" size="4096" crc="cd4afa90" sha1="e917c5cd4b0af33279dbde5a50fc3aedb7602425" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mspacp.5f" size="4096" crc="58ea207f" sha1="65d07838bd2cb8bfcb6fcb0e99f88036af5753be" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mspacpbl" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pac Plus (bootleg)</description>
		<year>2006</year>
		<manufacturer>Dav/PMP</manufacturer>
		<rom name="mspacpbl.boot1" size="4096" crc="34f60afa" sha1="86813f3f0c3832451ee215d542cce7ad2aaa9785" region="cpu1" offset="0"/>
		<rom name="mspacpbl.boot2" size="4096" crc="5426636c" sha1="35cdd13e917c2d1e11086745de6dc3b85bf1fdbb" region="cpu1" offset="1000"/>
		<rom name="mspacpbl.boot3" size="4096" crc="60c890a1" sha1="c1fbaedb212449803f5b506ac6f8e258644e4536" region="cpu1" offset="2000"/>
		<rom name="mspacpbl.boot4" size="4096" crc="586f1bfd" sha1="1cf77bb44ba153ca03e7e8b26174b33f192da071" region="cpu1" offset="3000"/>
		<rom name="mspacpbl.boot5" size="4096" crc="85a44e94" sha1="59b2249f6834ee4634e9fb8daa53739e80654c85" region="cpu1" offset="8000"/>
		<rom name="mspacpbl.boot6" size="4096" crc="3babaeab" sha1="abc7f705a16dfd53540dfe7e0b6723a5843682c2" region="cpu1" offset="9000"/>
		<rom name="mspacpbl.5e" size="4096" crc="5ba9c39a" sha1="50e49234b051d74ce21ec4b819cccbbb98c57c3c" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mspacpbl.5f" size="4096" crc="4aeefccb" sha1="68810190397415be042c4787618feade7dcfe23a" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="mspacren" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman Renaissance</description>
		<year>2000</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="mspacren4" size="4096" crc="efe80423" sha1="bc78085a53123da0e0c9ab2c212c60c9dd2e6983" region="cpu1" offset="3000"/>
		<rom name="mspacren5" size="4096" crc="f513ae17" sha1="87e1a3d31d04ed527cb89369c53a5a66403f73a5" region="cpu1" offset="8000"/>
		<rom name="mspacren6" size="4096" crc="ce3b842b" sha1="e4bf3578ccfaa757534f83fb3842d1515fd95d71" region="cpu1" offset="9000"/>
		<rom name="mspacren.5e" size="4096" crc="31b134a0" sha1="f457df057963aa60492a98f12a6d258fe7fded03" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mspacren.5f" size="4096" crc="022f61d1" sha1="16ed25a881b058efa963b938341ce4f04d914262" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="mspacren.7f" size="32" crc="7b6aa3c9" sha1="849911abdc26ccf2ad44e2c432e6219447b8bef3" region="proms" offset="0"/>
		<rom name="mspacren.4a" size="256" crc="64fe1dbf" sha1="7f7541eb12148add79ad186a1da375c865d251e0" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mspacrip" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pac-Mortem</description>
		<year>2000</year>
		<manufacturer>R3mer</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="mspacrip4" size="4096" crc="5fb1ee61" sha1="1123ec7d3de24fd8ae2eb75c87b3d22f53421e21" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="mspacrip.5e" size="4096" crc="5aa9eb83" sha1="da2500ed81873c2d96501d136c7d9478155e0d33" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mspacrip.5f" size="4096" crc="ceb3785d" sha1="c3cc1475ca0b1725497cd03ab116c18d57dba127" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mspamsba" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman Ms. Babies</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="mspamsba4" size="4096" crc="8b3f8e44" sha1="c3cc1475ca0b1725497cd03ab116c18d57dba127" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="mspamsba.5e" size="4096" crc="aa7115b8" sha1="895f85d157239be4a6f40beeb739157954697386" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mspamsba.5f" size="4096" crc="f94b0961" sha1="8b1376dd50388cbc29426cc2e339798d687fb845" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mspc6mad" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman After Dark (6 Mazes)</description>
		<year>2000</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="3.7fh" size="4096" crc="513f4d5c" sha1="ae011b89422bd8cbb80389814500bc1427f6ecb2" region="cpu1" offset="2000"/>
		<rom name="mspac6m.4" size="4096" crc="e21c81ff" sha1="5a6ce8ee3059a31afbb9b8c1d0a1e37606d14a0a" region="cpu1" offset="3000"/>
		<rom name="mspc6mad5" size="4096" crc="b556fe78" sha1="2e84f6e69b3852b791de22ac31bee2b2f76ded07" region="cpu1" offset="8000"/>
		<rom name="mspc6mad6" size="4096" crc="4dbe1939" sha1="5203274ed1ceb06308f2778b7b5e8d41e8f2bd63" region="cpu1" offset="9000"/>
		<rom name="mspc6mad.5e" size="4096" crc="92ea9860" sha1="1d03cd9dd411ed9284fe4ccae3cbe2ac53560139" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mspc6mad.5f" size="4096" crc="713cc17e" sha1="dca7722b38c4eae701f48110276376c83505fc9b" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msplus" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman Plus</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="mspacp4" size="4096" crc="203dcba5" sha1="c1e94a17bab5f25bfdc5836e0ba968a56b6f9e58" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="mspacp.5e" size="4096" crc="cd4afa90" sha1="e917c5cd4b0af33279dbde5a50fc3aedb7602425" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mspacp.5f" size="4096" crc="58ea207f" sha1="65d07838bd2cb8bfcb6fcb0e99f88036af5753be" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msplusb" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman Plus (20010824)</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="msplusb4" size="4096" crc="9d6fed06" sha1="9927933f8df589e995f542d48a6ac196029a343f" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="mspacp.5e" size="4096" crc="cd4afa90" sha1="e917c5cd4b0af33279dbde5a50fc3aedb7602425" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msplusb.5f" size="4096" crc="e68b2a85" sha1="8c1b294505ae5202bce760cafea2437a5f71d0cf" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msrumble" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pac Rumble</description>
		<year>2000</year>
		<manufacturer>Tim Appleton a.k.a. medragon</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="msrumble4" size="4096" crc="15b02313" sha1="b1400928ff7a5c3067f3d7be02b172f3054c0ce0" region="cpu1" offset="3000"/>
		<rom name="msrumble5" size="4096" crc="e2473a86" sha1="b51cb0a98178f4c52345d6ecdf89e5f23080eb72" region="cpu1" offset="8000"/>
		<rom name="msrumble6" size="4096" crc="17abb097" sha1="7eae139e71c7ea07e05f9b1c04194b1ae6c2f975" region="cpu1" offset="9000"/>
		<rom name="5e" merge="5e" size="4096" crc="5c281d01" sha1="5e8b472b615f12efca3fe792410c23619f067845" region="gfx1" dispose="yes" offset="0"/>
		<rom name="5f" merge="5f" size="4096" crc="615af909" sha1="fd6a1dde780b39aea76bf1c4befa5882573c2ef4" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mssilad" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pac-Man After Dark (Sil)</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="mssilad3" size="4096" crc="79d241dd" sha1="98f95619d4212da9f23b83ad5c9c793576d51177" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="mssilad5" size="4096" crc="2e2fcde0" sha1="718dcbf395eb92b956adf185b5b2cf46aa5b9694" region="cpu1" offset="8000"/>
		<rom name="mssilad6" size="4096" crc="22c6d19a" sha1="92cb3f962b7dab5e92b780d60f448b9f57c03687" region="cpu1" offset="9000"/>
		<rom name="msatkad.5e" size="4096" crc="dc70ed2e" sha1="b9fbb1d21085bc78eb82c429506b20e332b18e0e" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msatkad.5f" size="4096" crc="643d5523" sha1="565f92294a4b6a11dc5e9a165f35284c2a526e6c" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msstrmaz" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman Strange Mazes</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="3.7fh" size="4096" crc="513f4d5c" sha1="ae011b89422bd8cbb80389814500bc1427f6ecb2" region="cpu1" offset="2000"/>
		<rom name="msstrmaz4" size="4096" crc="ef9cce5a" sha1="2a9bcdd672023129761a573d77f69b76ccfdc5c4" region="cpu1" offset="3000"/>
		<rom name="msstrmaz5" size="4096" crc="b8f8edda" sha1="5af8c7908df0d45d456cfe68470ba2098c956cac" region="cpu1" offset="8000"/>
		<rom name="msstrmaz6" size="4096" crc="5d7888bc" sha1="1f3ecd3bc787dd64ed41b1d664cf6794fa799ee8" region="cpu1" offset="9000"/>
		<rom name="msstrmaz.5e" size="4096" crc="14fd0ad7" sha1="4fac020002905b28c7f054340aa0eacc7b2c701b" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msstrmaz.5f" size="4096" crc="67fb6254" sha1="ce2134f6c8c6fc5770a835aa1eeebd27611806da" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msultra" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Ultra Pacman</description>
		<year>2000</year>
		<manufacturer>PacFan</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="msultra4" size="4096" crc="36b5e9fd" sha1="70373fbcae8d2f6dd9274cb825a561de15c4c2b9" region="cpu1" offset="3000"/>
		<rom name="msultra5" size="4096" crc="cf609615" sha1="f410eec29433085bf9138582e6725c9326d9001f" region="cpu1" offset="8000"/>
		<rom name="msultra6" size="4096" crc="007cd365" sha1="c5ce3f81063052b36a6f5516d391e6c5a63f2819" region="cpu1" offset="9000"/>
		<rom name="msultra.5e" size="4096" crc="508af5b0" sha1="5a92354f45af65d3343e32111f675998a5347557" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msultra.5f" size="4096" crc="db5a4630" sha1="2cb6e8650ae861a2008dd2f185aa2c02827ab370" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msvctr6m" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Vector Ms. Pacman (6 Mazes)</description>
		<year>2000</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="3.7fh" size="4096" crc="513f4d5c" sha1="ae011b89422bd8cbb80389814500bc1427f6ecb2" region="cpu1" offset="2000"/>
		<rom name="mspac6m.4" size="4096" crc="e21c81ff" sha1="5a6ce8ee3059a31afbb9b8c1d0a1e37606d14a0a" region="cpu1" offset="3000"/>
		<rom name="mspac6m.5" size="4096" crc="d0bd89d9" sha1="c47e96d68d7e88e906b416c24ce926b76689f22d" region="cpu1" offset="8000"/>
		<rom name="mspac6m.6" size="4096" crc="c5662407" sha1="98827bda653b6d1d6984082c706247392ab706d2" region="cpu1" offset="9000"/>
		<rom name="msvctr6m.5e" size="4096" crc="64b35a5a" sha1="5c8dec1ae192c8e717346618bc4f28d3abd0ca84" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msvectr.5f" size="4096" crc="57cb31e3" sha1="dc9278cee7f7ce341087760654bf0a1bcdeb2f7c" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msvectr" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Vector Ms. Pac-Man</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="msvectr.5e" size="4096" crc="56560aef" sha1="1eac2b242328ec4d6ba9faac2fd972c8cb6c3e55" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msvectr.5f" size="4096" crc="57cb31e3" sha1="dc9278cee7f7ce341087760654bf0a1bcdeb2f7c" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="msyakman" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Yak Man</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="msyakman.5e" size="4096" crc="827892bb" sha1="5b111c4d6293e13d5fae9e77823acd8be5c08b34" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msyakman.5f" size="4096" crc="1108ba96" sha1="b1ee699722b8a22e24ec18d1930e055387a45d96" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="namcosil" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac-Man (Namco) (Sil hack)</description>
		<year>1998</year>
		<manufacturer>Sil</manufacturer>
		<rom name="namcopac.6e" merge="namcopac.6e" size="4096" crc="fee263b3" sha1="87117ba5082cd7a615b4ec7c02dd819003fbd669" region="cpu1" offset="0"/>
		<rom name="namcosil.6f" size="4096" crc="c5ec2352" sha1="86178b16dabb90005b132febc1a261651a73018d" region="cpu1" offset="1000"/>
		<rom name="namcopac.6h" merge="namcopac.6h" size="4096" crc="02083b03" sha1="7e1945f6eb51f2e51806d0439f975f7a2889b9b8" region="cpu1" offset="2000"/>
		<rom name="namcosil.6j" size="4096" crc="57a07f6e" sha1="8a7a1d4662e4fc5c5374ad1cad09fd4da1f8398a" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="newpuck2" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>New Puck-2</description>
		<year>1998</year>
		<manufacturer>Scotty hack</manufacturer>
		<rom name="newpuck2.6e" size="4096" crc="a8ae23c5" sha1="1481a4f083b563350744f9d25b1bcd28073875d6" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="newpuck2.6h" size="4096" crc="197443f8" sha1="119aab12a9e1052c7b9a1f81e563740b41429a8c" region="cpu1" offset="2000"/>
		<rom name="puckman2.6j" size="4096" crc="0e3bdbde" sha1="11679a3e60cb98ef56e9f0c349d421a72b7097f6" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="nwpuc2b" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>New Puckman 2 (Set 2)</description>
		<year>1981</year>
		<manufacturer>hack</manufacturer>
		<rom name="nwpuc2b.6e" size="4096" crc="532bd09f" sha1="ed362ae0b38a00747128046a14d68d2a676953ae" region="cpu1" offset="0"/>
		<rom name="nwpuc2b.6f" size="4096" crc="b9062f57" sha1="cdfb2264fc5874cd18848fde936ea1314ce74cba" region="cpu1" offset="1000"/>
		<rom name="nwpuc2b.6h" size="4096" crc="519b3c57" sha1="cc03d67035f9d590fadef899d9a2d978a4978b39" region="cpu1" offset="2000"/>
		<rom name="nwpuc2b.6j" size="4096" crc="154cc118" sha1="e5bd6033653edcfadac467573613e1b7dbf9eb44" region="cpu1" offset="3000"/>
		<rom name="nwpuc2b.5e" size="4096" crc="58357313" sha1="a1778318e07510eeb5b23a5d650f5a5f9fc0fb5a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="nwpuc2b.5f" size="4096" crc="4b044c87" sha1="3e1a497563918d1ddd730efb9622abe650a258a1" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pac2600" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac 2600</description>
		<year>2000</year>
		<manufacturer>Bobby Tribble</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pac2600.6f" size="4096" crc="0a27d11d" sha1="b7b8da84b3a472974ed2f53a82d56bc8e81cef5c" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pac2600.6j" size="4096" crc="ab23fe0c" sha1="1ae9882ee1c33ea18cf40c2ef5563cc3b546dcd5" region="cpu1" offset="3000"/>
		<rom name="pac2600.5e" size="4096" crc="87d8f5ce" sha1="fe421ee0f5ef70b56f0760473b003a886bed3d72" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pac2600.5f" size="4096" crc="91bd671f" sha1="ae1745a03090a747baf78f8554ea8620fa2b9d81" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pac2600a" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>2600 Pac-Man (Older?)</description>
		<manufacturer>Bobby Tribble?</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pac2600a.6j" size="4096" crc="d168bdfa" sha1="0edc9c435385f9bce1939ad5ea41225ddf1db16f" region="cpu1" offset="3000"/>
		<rom name="pac2600a.5e" size="4096" crc="20e327e3" sha1="857e4d67ae9f2f9b9b60fd4f9c1327b5056e3705" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pac2600a.5f" size="4096" crc="feb98199" sha1="66a84d5813de4441e6dd70e91fbdb482f999da8f" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacatk" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pac-Man Plus (Fruit)</description>
		<year>2000</year>
		<manufacturer>David Widel</manufacturer>
		<rom name="pacman.6e" merge="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" merge="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" merge="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacman.6j" merge="pacman.6j" size="4096" crc="817d94e3" sha1="d4a70d56bb01d27d094d73db8667ffb00ca69cb9" region="cpu1" offset="3000"/>
		<rom name="u5" merge="u5" size="2048" crc="f45fbbcd" sha1="b26cc1c8ee18e9b1daa97956d2159b954703a0ec" region="cpu1" offset="8000"/>
		<rom name="pacatk.u6" size="4096" crc="a35b3788" sha1="51a1806a0ae4adb5baa9e875c6d9f715198ce8ae" region="cpu1" offset="9000"/>
		<rom name="u7" merge="u7" size="4096" crc="c82cd714" sha1="1d8ac7ad03db2dc4c8c18ade466e12032673f874" region="cpu1" offset="b000"/>
		<rom name="5e" merge="5e" size="4096" crc="5c281d01" sha1="5e8b472b615f12efca3fe792410c23619f067845" region="gfx1" dispose="yes" offset="0"/>
		<rom name="5f" merge="5f" size="4096" crc="615af909" sha1="fd6a1dde780b39aea76bf1c4befa5882573c2ef4" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacbaby" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman (Baby Maze 1)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="babypac.6j" size="4096" crc="4e4ac798" sha1="deab2d93a678abee576c891bdfb7ab93d5718792" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacbaby2" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman (Baby Maze 2)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="babypac2.6j" size="4096" crc="742453ba" sha1="21707992ea3489c8bc95b14db33f62b6aaa24eb4" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacbaby3" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman (Baby Maze 3)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="babypac3.6j" size="4096" crc="b82f2b73" sha1="63619220b9ed4dfeb4f462b41d9685870716590a" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacbell" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman (Bell)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacm255.6h" size="4096" crc="d3640977" sha1="2cc05c16c0cf6f516c69ab0b6e1a83bdd3010798" region="cpu1" offset="2000"/>
		<rom name="pacbell.6j" size="4096" crc="4b428215" sha1="acdcc4d7ccfc58c6c0473e8ee548b5e02dcafcfd" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacelec" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman (Electric Cowboy)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacm255.6h" size="4096" crc="d3640977" sha1="2cc05c16c0cf6f516c69ab0b6e1a83bdd3010798" region="cpu1" offset="2000"/>
		<rom name="pacelec.6j" size="4096" crc="9e5c763d" sha1="df56eb705c7dfaf00b084aa6744d7fd5fa4f47d3" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacinvis" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman (Original Inviso)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacm255.6h" size="4096" crc="d3640977" sha1="2cc05c16c0cf6f516c69ab0b6e1a83bdd3010798" region="cpu1" offset="2000"/>
		<rom name="pacinvis.6j" size="4096" crc="1b4e96dc" sha1="f26207c9b8277078a7c428f35938164ea6326f21" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacjail" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman (Jail)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacm255.6h" size="4096" crc="d3640977" sha1="2cc05c16c0cf6f516c69ab0b6e1a83bdd3010798" region="cpu1" offset="2000"/>
		<rom name="pacjail.6j" size="4096" crc="cc31f185" sha1="cd184a55f775bc9a70d0bfa932d2993b8987135b" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacjr1" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman Jr. (Maze 1)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacm255.6h" size="4096" crc="d3640977" sha1="2cc05c16c0cf6f516c69ab0b6e1a83bdd3010798" region="cpu1" offset="2000"/>
		<rom name="pacjr1.6j" size="4096" crc="fcfb21a3" sha1="74c103f78cb75cb01ec4b611e341ed3d37fb0b94" region="cpu1" offset="3000"/>
		<rom name="pacjr.5e" size="4096" crc="9f3c32d4" sha1="e7e40207f2a70768ce38cbb1e62c02ca4bed3a14" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacjr.5f" size="4096" crc="c2310808" sha1="84c28a4fc327afcb441daee35acdab6f7613395e" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacjr2" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman Jr. (Maze 2)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacm255.6h" size="4096" crc="d3640977" sha1="2cc05c16c0cf6f516c69ab0b6e1a83bdd3010798" region="cpu1" offset="2000"/>
		<rom name="pacjr2.6j" size="4096" crc="cc26c905" sha1="213adaaa54cd084dbf73bd6d6ed9f9f4e4a03a5f" region="cpu1" offset="3000"/>
		<rom name="pacjr.5e" size="4096" crc="9f3c32d4" sha1="e7e40207f2a70768ce38cbb1e62c02ca4bed3a14" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacjr.5f" size="4096" crc="c2310808" sha1="84c28a4fc327afcb441daee35acdab6f7613395e" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacjr3" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman Jr. (Maze 3)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacm255.6h" size="4096" crc="d3640977" sha1="2cc05c16c0cf6f516c69ab0b6e1a83bdd3010798" region="cpu1" offset="2000"/>
		<rom name="pacjr3.6j" size="4096" crc="d4d8cb9b" sha1="06bcf32e5fe9af7161178bd6295a6ea48f791f37" region="cpu1" offset="3000"/>
		<rom name="pacjr.5e" size="4096" crc="9f3c32d4" sha1="e7e40207f2a70768ce38cbb1e62c02ca4bed3a14" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacjr.5f" size="4096" crc="c2310808" sha1="84c28a4fc327afcb441daee35acdab6f7613395e" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacjr4" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman Jr. (Maze 4)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacm255.6h" size="4096" crc="d3640977" sha1="2cc05c16c0cf6f516c69ab0b6e1a83bdd3010798" region="cpu1" offset="2000"/>
		<rom name="pacjr4.6j" size="4096" crc="42ca024b" sha1="567331f4050fc0de5d1fda304fa27556c86968db" region="cpu1" offset="3000"/>
		<rom name="pacjr.5e" size="4096" crc="9f3c32d4" sha1="e7e40207f2a70768ce38cbb1e62c02ca4bed3a14" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacjr.5f" size="4096" crc="c2310808" sha1="84c28a4fc327afcb441daee35acdab6f7613395e" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacm255" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac-Man (Midway 255th Maze)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacm255.6h" size="4096" crc="d3640977" sha1="2cc05c16c0cf6f516c69ab0b6e1a83bdd3010798" region="cpu1" offset="2000"/>
		<rom name="pacman.6j" size="4096" crc="817d94e3" sha1="d4a70d56bb01d27d094d73db8667ffb00ca69cb9" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacman3d" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac-Man 3D</description>
		<year>2000</year>
		<manufacturer>Sil</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman3d.6f" size="4096" crc="96364259" sha1="ec2f36a44fd0c13dfd7dc571b9499bc9dbaa247d" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacman3d.6j" size="4096" crc="959e930e" sha1="0ef24017be05ddf85248c4d00f0e21cbf658f78c" region="cpu1" offset="3000"/>
		<rom name="pacman3d.5e" size="4096" crc="aa203d45" sha1="7d2fb9bc8718601efc33d2469452a08018167e60" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman3d.5f" size="4096" crc="d1830540" sha1="5d276774997e3be8fc9c21d55562288acd1cffcc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacman6" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Pacman 6</description>
		<year>2000</year>
		<manufacturer>Sil</manufacturer>
		<rom name="pacman.6e" merge="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" merge="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="vecpac.6h" size="4096" crc="aee79ea1" sha1="4f3214b56056c3ac00c0535ce5d6a367ccda6e31" region="cpu1" offset="2000"/>
		<rom name="pacman6.6j" size="4096" crc="581ae70b" sha1="a184c9d9b6ffbaba936867aef14e783234bf7af2" region="cpu1" offset="3000"/>
		<rom name="pacman6.rom" size="4096" crc="de753fd9" sha1="467cd6dd572a3e6f0b2e0120d520df919433655a" region="cpu1" offset="8000"/>
		<rom name="pacmulti.5e" size="4096" crc="46cdda4a" sha1="2c38050a4f5d0c9e1b4f3e054dcac25cde63ae2a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacmar" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Mario Pacman</description>
		<year>2001</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacmar.6j" size="4096" crc="b208c7dc" sha1="d2e199936ab0fc3de80f7c86def50c03da8c1684" region="cpu1" offset="3000"/>
		<rom name="pacmar.5e" size="4096" crc="7ccdfa59" sha1="ed8e7f2e7b496a6f3246e1cc3966382e748ab1c3" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacmar.5f" size="4096" crc="51af9fc5" sha1="0fe657bee3a811043663595f7f9e7e05cc71da84" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacmini" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Mini Pac-Man</description>
		<year>2000</year>
		<manufacturer>Bobby Tribble</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacmini.6j" size="4096" crc="5e04f9c5" sha1="1423a3698812fcfdb8537a528236278578864afb" region="cpu1" offset="3000"/>
		<rom name="pacmini.5e" size="4096" crc="5520b393" sha1="5775a771b29efa5a8852310c36f1c8f68eec65a8" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacmini.5f" size="4096" crc="30e6024c" sha1="51c1f9074091c053437a25ef1c6e9ee63e9b5154" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacmini2" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Mini Pac-Man 2</description>
		<year>2000</year>
		<manufacturer>Bobby Tribble</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacmini2.6j" size="4096" crc="092dd5fa" sha1="c016da8a22901fc4d441c94a3fecdd60d11f5c97" region="cpu1" offset="3000"/>
		<rom name="pacmini2.5e" size="4096" crc="130eff7b" sha1="ab29362b827591acb4204639c0e323dabf2bc767" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacmini.5f" size="4096" crc="30e6024c" sha1="51c1f9074091c053437a25ef1c6e9ee63e9b5154" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacmn6m2" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman 2000 (Set 2)</description>
		<year>2000</year>
		<manufacturer>Sil</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="vecpac.6h" size="4096" crc="aee79ea1" sha1="4f3214b56056c3ac00c0535ce5d6a367ccda6e31" region="cpu1" offset="2000"/>
		<rom name="vecpac.6j" size="4096" crc="581ae70b" sha1="a184c9d9b6ffbaba936867aef14e783234bf7af2" region="cpu1" offset="3000"/>
		<rom name="pacmn6m2.rom" size="4096" crc="aadee235" sha1="0f8e4c26c2804033409dcdb5032d10fa650edc75" region="cpu1" offset="8000"/>
		<rom name="pacmn6m2.5e" size="4096" crc="60ada878" sha1="5340d1cb8cf5f7f5fc2bc5e2df4ca0fe209b77e9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacms1" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman (Ms. Pacman Maze 1)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacms1.6j" size="4096" crc="c5da3887" sha1="2a65b31891bc19fc0fbdace39e853fff6c4227eb" region="cpu1" offset="3000"/>
		<rom name="pacms.5e" size="4096" crc="7394868b" sha1="832c44cf91251ebc1f7f6706ca71aa41cedc81e7" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacms.5f" size="4096" crc="ce1a3264" sha1="04fb1954ad6d60ddcd515f9c30ece1abfe2455cc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacms2" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman (Ms. Pacman Maze 2)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacms2.6j" size="4096" crc="b0a107ea" sha1="86b8b7cb7e90b0de95bc9b8e3b98bcc46992578e" region="cpu1" offset="3000"/>
		<rom name="pacms.5e" size="4096" crc="7394868b" sha1="832c44cf91251ebc1f7f6706ca71aa41cedc81e7" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacms.5f" size="4096" crc="ce1a3264" sha1="04fb1954ad6d60ddcd515f9c30ece1abfe2455cc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacms3" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman (Ms. Pacman Maze 3)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacms3.6j" size="4096" crc="c7d8325a" sha1="bf72a2d7b20d76e521cf45fbe1b0ab762daa8106" region="cpu1" offset="3000"/>
		<rom name="pacms.5e" size="4096" crc="7394868b" sha1="832c44cf91251ebc1f7f6706ca71aa41cedc81e7" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacms.5f" size="4096" crc="ce1a3264" sha1="04fb1954ad6d60ddcd515f9c30ece1abfe2455cc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacms4" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman (Ms. Pacman Maze 4)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacms4.6j" size="4096" crc="7b63ff9b" sha1="84c167878ca4a1a1d79c397438defc8dcc6326f7" region="cpu1" offset="3000"/>
		<rom name="pacms.5e" size="4096" crc="7394868b" sha1="832c44cf91251ebc1f7f6706ca71aa41cedc81e7" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacms.5f" size="4096" crc="ce1a3264" sha1="04fb1954ad6d60ddcd515f9c30ece1abfe2455cc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacmsa1" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman (Ms. Pacman Attack 1)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacmsa1.6j" size="4096" crc="07163b97" sha1="fdfbca327a2c3f69b4478b1e3ca9c8ed71605582" region="cpu1" offset="3000"/>
		<rom name="pacms.5e" size="4096" crc="7394868b" sha1="832c44cf91251ebc1f7f6706ca71aa41cedc81e7" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacms.5f" size="4096" crc="ce1a3264" sha1="04fb1954ad6d60ddcd515f9c30ece1abfe2455cc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacmsa2" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman (Ms. Pacman Attack 2)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacmsa2.6j" size="4096" crc="15e83c24" sha1="ebe4d476104bbd037a1b5fe5783c0b77229ca707" region="cpu1" offset="3000"/>
		<rom name="pacms.5e" size="4096" crc="7394868b" sha1="832c44cf91251ebc1f7f6706ca71aa41cedc81e7" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacms.5f" size="4096" crc="ce1a3264" sha1="04fb1954ad6d60ddcd515f9c30ece1abfe2455cc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacmsa3" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman (Ms. Pacman Attack 3)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacmsa3.6j" size="4096" crc="5762f9cf" sha1="b570468372a9520929513425523fdae734d4acfc" region="cpu1" offset="3000"/>
		<rom name="pacms.5e" size="4096" crc="7394868b" sha1="832c44cf91251ebc1f7f6706ca71aa41cedc81e7" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacms.5f" size="4096" crc="ce1a3264" sha1="04fb1954ad6d60ddcd515f9c30ece1abfe2455cc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacmsa4" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman (Ms. Pacman Attack 4)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacmsa4.6j" size="4096" crc="d9c2a669" sha1="2f82405d297f35cc13199e1671cfa835dd598e9c" region="cpu1" offset="3000"/>
		<rom name="pacms.5e" size="4096" crc="7394868b" sha1="832c44cf91251ebc1f7f6706ca71aa41cedc81e7" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacms.5f" size="4096" crc="ce1a3264" sha1="04fb1954ad6d60ddcd515f9c30ece1abfe2455cc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacmulti" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>PacMulti (Pacman)</description>
		<year>2000</year>
		<manufacturer>Sil</manufacturer>
		<rom name="pacmulti.6e" size="4096" crc="cfb721a8" sha1="028e508a9c11eab508452ffc644730894adf388c" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacmulti.6h" size="4096" crc="e55d5230" sha1="b764e85871cf8bb96a4ee7d0f3df204adfd4da5e" region="cpu1" offset="2000"/>
		<rom name="pacmulti.6j" size="4096" crc="29ba4b53" sha1="f907641bb583342fa19f02de23639ba730123792" region="cpu1" offset="3000"/>
		<rom name="pacmulti.8" size="4096" crc="5a4b59dc" sha1="09b21036cf40decf4ee00898eb44673599c65b05" region="cpu1" offset="8000"/>
		<rom name="pacmulti.9" size="4096" crc="3b939b12" sha1="40333555af024f505064018a9b76dd284ecbf9a6" region="cpu1" offset="9000"/>
		<rom name="pacmulti.5e" size="4096" crc="46cdda4a" sha1="2c38050a4f5d0c9e1b4f3e054dcac25cde63ae2a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacn255" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac-Man (Namco 255th Maze)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="namcopac.6e" merge="namcopac.6e" size="4096" crc="fee263b3" sha1="87117ba5082cd7a615b4ec7c02dd819003fbd669" region="cpu1" offset="0"/>
		<rom name="namcopac.6f" merge="namcopac.6f" size="4096" crc="39d1fc83" sha1="326dbbf94c6fa2e96613dedb53702f8832b47d59" region="cpu1" offset="1000"/>
		<rom name="pacn255.6h" size="4096" crc="6dac9e8f" sha1="bbebc8d059755f329ce6c0e4d39c1cd999c60dfe" region="cpu1" offset="2000"/>
		<rom name="namcopac.6j" merge="namcopac.6j" size="4096" crc="7a36fe55" sha1="01b4c38108d9dc4e48da4f8d685248e1e6821377" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacplusc" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac-Man Plus (Unencrypted)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacplusc.rom" size="16384" crc="a0d25591" sha1="0c7e1eb93762f9bb487df95c14ea986855529ce3" region="cpu1" offset="0"/>
		<rom name="pacplus.5e" size="4096" crc="022c35da" sha1="57d7d723c7b029e3415801f4ce83469ec97bb8a1" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacplus.5f" size="4096" crc="4de65cdd" sha1="9c0699204484be819b77f0b212c792fe9e9fae5d" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacpopey" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac-Man (Popeye)</description>
		<year>1998</year>
		<manufacturer>hack</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacman.6j" size="4096" crc="817d94e3" sha1="d4a70d56bb01d27d094d73db8667ffb00ca69cb9" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="fastpop.5f" size="4096" crc="af2b610b" sha1="c787b1db588125f0770dc2bf4626ad22f0faee72" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacshuf" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman (Shuffle)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacm255.6h" size="4096" crc="d3640977" sha1="2cc05c16c0cf6f516c69ab0b6e1a83bdd3010798" region="cpu1" offset="2000"/>
		<rom name="pacshuf.6j" size="4096" crc="55cc4d87" sha1="1a05670c4fd09b4155941aa1ea90a5719a3e7ebb" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacspeed" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman (Speedy)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacm255.6h" size="4096" crc="d3640977" sha1="2cc05c16c0cf6f516c69ab0b6e1a83bdd3010798" region="cpu1" offset="2000"/>
		<rom name="pacspeed.6j" size="4096" crc="0e7946d1" sha1="cea3440a305ec05dab197dba7ac8428db0d5e2f7" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacstrm" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Desert Storm Pac-Man</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacfast.6f" size="4096" crc="720dc3ee" sha1="7224d7acfa0144b681c71d7734a7337189835361" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacman.6j" size="4096" crc="817d94e3" sha1="d4a70d56bb01d27d094d73db8667ffb00ca69cb9" region="cpu1" offset="3000"/>
		<rom name="pacstrm.5e" size="4096" crc="b2940b89" sha1="bfe7066fa11468d8373b43f966e76d92b17c0f48" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacstrm.5f" size="4096" crc="5c65865f" sha1="988b6deccd985a32d4561164bfabd80ebb43f0a6" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacweird" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman (Six Map Weird)</description>
		<year>2000</year>
		<manufacturer>Staizitto</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="vecpac.6h" size="4096" crc="aee79ea1" sha1="4f3214b56056c3ac00c0535ce5d6a367ccda6e31" region="cpu1" offset="2000"/>
		<rom name="vecpac.6j" size="4096" crc="581ae70b" sha1="a184c9d9b6ffbaba936867aef14e783234bf7af2" region="cpu1" offset="3000"/>
		<rom name="pacweird.rom" size="4096" crc="92fac825" sha1="05865bc5b84e0c100e358433c7d151c3918c5f19" region="cpu1" offset="8000"/>
		<rom name="pacweird.5e" size="4096" crc="11077f3e" sha1="1f7a52a33abfc8650d5d6c685fd51039a467bf72" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacweird.5f" size="4096" crc="7c213ab4" sha1="fd76db379a32d5102cd2a6afff0bfe9a4afbc3b5" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pcrunchy" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman (Crunchy)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacm255.6h" size="4096" crc="d3640977" sha1="2cc05c16c0cf6f516c69ab0b6e1a83bdd3010798" region="cpu1" offset="2000"/>
		<rom name="pcrunchy.6j" size="4096" crc="c21c6c52" sha1="c63212f51c6bf49e76b3ca7553a29e3371c4fa83" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pengman" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pengo Man</description>
		<year>2000</year>
		<manufacturer>Jerry Lawrence</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pengman.6j" size="4096" crc="37e7f3ba" sha1="f9b476d9389fdd8171b443e177e05fae2052024b" region="cpu1" offset="3000"/>
		<rom name="pengman.5e" size="4096" crc="02f5f5e6" sha1="029328f78f34330e90ad4407172b318a45017cac" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pengman.5f" size="4096" crc="5cd3db2e" sha1="808655f543fa83762a68e13adcf4a7091d07173f" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="petshop" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Pet Shop Freak-Out!</description>
		<year>2001</year>
		<manufacturer>Hack</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="petshop4" size="4096" crc="75230eef" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="petshop.5e" size="4096" crc="ac1c180b" sha1="dc012d2ba8e1ab19d915e0b1218154f5441aee99" region="gfx1" dispose="yes" offset="0"/>
		<rom name="petshop.5f" size="4096" crc="ce314b46" sha1="bc091cef128f82c7d53ad1b4af841f41906cf601" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="piranha2" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Piranha 2 Revenge!</description>
		<year>2002</year>
		<manufacturer>Hack</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="piranha2_4" size="4096" crc="fe8b786d" sha1="e9fcd78076e4e7e6aa73781238722e077e40f945" region="cpu1" offset="3000"/>
		<rom name="piranha2_5" size="4096" crc="bef08ea4" sha1="04211f34d7eb9009b1d2cb1a3fbff0e4bdeb0127" region="cpu1" offset="8000"/>
		<rom name="piranha2_6" size="4096" crc="fd3df829" sha1="69e6c66aab3eb43f0a64350279e67351f1aceddd" region="cpu1" offset="9000"/>
		<rom name="piranha2.5e" size="4096" crc="8f0fa58f" sha1="bf1ae6523cc9161c0db55b8ecaafe1783f3600f2" region="gfx1" dispose="yes" offset="0"/>
		<rom name="piranha2.5f" size="4096" crc="42153903" sha1="9b231f783b5c847b09819d554a3bb136028938e0" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pm1000" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac Man 1000</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacman.6j" size="4096" crc="817d94e3" sha1="d4a70d56bb01d27d094d73db8667ffb00ca69cb9" region="cpu1" offset="3000"/>
		<rom name="pm1000.5e" size="4096" crc="16d9f7ce" sha1="a9ac72aa5e3dcaaa2e4d03b6ae372e81d77817f8" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pm1000.5f" size="4096" crc="fd06d923" sha1="a9d61bdcb6841bf07ce8ad08e1be2cf5ef349129" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pm2000" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac Man 2000</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacman.6j" size="4096" crc="817d94e3" sha1="d4a70d56bb01d27d094d73db8667ffb00ca69cb9" region="cpu1" offset="3000"/>
		<rom name="pm2000.5e" size="4096" crc="cba39624" sha1="d815cb5be44b3d29cd1bdd4b8c68484e5330e4a4" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pm2000.5f" size="4096" crc="a2b31528" sha1="69f1c4b34e581c0e6d75b9726cbefa08f8a97fdb" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pm3000" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac Man 3000</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacman.6j" size="4096" crc="817d94e3" sha1="d4a70d56bb01d27d094d73db8667ffb00ca69cb9" region="cpu1" offset="3000"/>
		<rom name="pa3000.5e" size="4096" crc="adb41be2" sha1="7f2f4f3fc2d5f8d7bed9baddb1bb5787e4c5cd9e" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pm3000.5f" size="4096" crc="1fac6af1" sha1="d9e62fb387ec1d02a78cc3b4ba2626f9044a1021" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pm4000p" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac Man 4000 Plus</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="pacplus.6e" size="4096" crc="d611ef68" sha1="8531c54ca6b0de0ea4ccc34e0e801ba9847e75bc" region="cpu1" offset="0"/>
		<rom name="pacplus.6f" size="4096" crc="c7207556" sha1="8ba97215bdb75f0e70eb8d3223847efe4dc4fb48" region="cpu1" offset="1000"/>
		<rom name="pacplus.6h" size="4096" crc="ae379430" sha1="4e8613d51a80cf106f883db79685e1e22541da45" region="cpu1" offset="2000"/>
		<rom name="pacplus.6j" size="4096" crc="5a6dff7b" sha1="b956ae5d66683aab74b90469ad36b5bb361d677e" region="cpu1" offset="3000"/>
		<rom name="pm3000.5e" size="4096" crc="adb41be2" sha1="7f2f4f3fc2d5f8d7bed9baddb1bb5787e4c5cd9e" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pm4000p.5f" size="4096" crc="74f6f4d3" sha1="c65b295881bc531e165996aa365ff23126eab9d1" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pm5000p" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac Man 5000 Plus</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="pacplus.6e" size="4096" crc="d611ef68" sha1="8531c54ca6b0de0ea4ccc34e0e801ba9847e75bc" region="cpu1" offset="0"/>
		<rom name="pacplus.6f" size="4096" crc="c7207556" sha1="8ba97215bdb75f0e70eb8d3223847efe4dc4fb48" region="cpu1" offset="1000"/>
		<rom name="pacplus.6h" size="4096" crc="ae379430" sha1="4e8613d51a80cf106f883db79685e1e22541da45" region="cpu1" offset="2000"/>
		<rom name="pacplus.6j" size="4096" crc="5a6dff7b" sha1="b956ae5d66683aab74b90469ad36b5bb361d677e" region="cpu1" offset="3000"/>
		<rom name="pm5000p.5e" size="4096" crc="5865ce98" sha1="2ddaf119b1674a7c6af3e475ba2e43dcea09f1cd" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pm5000p.5f" size="4096" crc="81cf02e1" sha1="cd1b3f1ac0265ed25e00eb1a2bfb831d5c7d7e8b" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pm6000" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac Man 6000</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="pacplus.6e" size="4096" crc="d611ef68" sha1="8531c54ca6b0de0ea4ccc34e0e801ba9847e75bc" region="cpu1" offset="0"/>
		<rom name="pacplus.6f" size="4096" crc="c7207556" sha1="8ba97215bdb75f0e70eb8d3223847efe4dc4fb48" region="cpu1" offset="1000"/>
		<rom name="pacplus.6h" size="4096" crc="ae379430" sha1="4e8613d51a80cf106f883db79685e1e22541da45" region="cpu1" offset="2000"/>
		<rom name="pacplus.6j" size="4096" crc="5a6dff7b" sha1="b956ae5d66683aab74b90469ad36b5bb361d677e" region="cpu1" offset="3000"/>
		<rom name="pm6000.5e" size="4096" crc="89945690" sha1="2cee6236da8d20555e02cdebb2fb81c9e7d806ca" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pm6000.5f" size="4096" crc="9268eb5a" sha1="8db0365beeb89f5cb73de212b810938d5cad7971" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pm7000" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac Man 7000</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="pacplus.6e" size="4096" crc="d611ef68" sha1="8531c54ca6b0de0ea4ccc34e0e801ba9847e75bc" region="cpu1" offset="0"/>
		<rom name="pacplus.6f" size="4096" crc="c7207556" sha1="8ba97215bdb75f0e70eb8d3223847efe4dc4fb48" region="cpu1" offset="1000"/>
		<rom name="pacplus.6h" size="4096" crc="ae379430" sha1="4e8613d51a80cf106f883db79685e1e22541da45" region="cpu1" offset="2000"/>
		<rom name="pacplus.6j" size="4096" crc="5a6dff7b" sha1="b956ae5d66683aab74b90469ad36b5bb361d677e" region="cpu1" offset="3000"/>
		<rom name="pm7000.5e" size="4096" crc="c181ad5d" sha1="74874eac512e445206303036e52d5e30e9ac57d0" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pm7000.5f" size="4096" crc="bd31be36" sha1="fa879e1b0bc28d21478337fc799360d15541d763" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pm7000p" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac Man 7000 Plus</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="pacplus.6e" size="4096" crc="d611ef68" sha1="8531c54ca6b0de0ea4ccc34e0e801ba9847e75bc" region="cpu1" offset="0"/>
		<rom name="pacplus.6f" size="4096" crc="c7207556" sha1="8ba97215bdb75f0e70eb8d3223847efe4dc4fb48" region="cpu1" offset="1000"/>
		<rom name="pacplus.6h" size="4096" crc="ae379430" sha1="4e8613d51a80cf106f883db79685e1e22541da45" region="cpu1" offset="2000"/>
		<rom name="pacplus.6j" size="4096" crc="5a6dff7b" sha1="b956ae5d66683aab74b90469ad36b5bb361d677e" region="cpu1" offset="3000"/>
		<rom name="pm7000.5e" size="4096" crc="c181ad5d" sha1="74874eac512e445206303036e52d5e30e9ac57d0" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pm7000p.5f" size="4096" crc="3d5861a5" sha1="43f86248b2980d62bcd3f3ee71625c2c73e21a5a" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pmad" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac-Man After Dark</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pmad.6h" size="4096" crc="dd2eb43d" sha1="e80ca01ce0e2f5204dcfc95abc0abd180dd7eb58" region="cpu1" offset="2000"/>
		<rom name="pmad.6j" size="4096" crc="ff3f4866" sha1="1f55f6742ee08889ddc135cfdd3366c32c32510d" region="cpu1" offset="3000"/>
		<rom name="pmad.5e" size="4096" crc="5b794d59" sha1="413488774cda263a477fe808bcacf76e9f60b542" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pmad.5f" size="4096" crc="59a9362c" sha1="aa7dfa45cb529e7ca4493262090b149e8c523006" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pmad_a" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac-Man After Dark (version 2)</description>
		<year>1998</year>
		<manufacturer>SirScotty, Sil, Jerry Lawrence hack</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pmad.6h" size="4096" crc="dd2eb43d" sha1="e80ca01ce0e2f5204dcfc95abc0abd180dd7eb58" region="cpu1" offset="2000"/>
		<rom name="pmada.6j" size="4096" crc="24e43519" sha1="83fe90767bd73b1f72a5a86da79122fd2d8bc282" region="cpu1" offset="3000"/>
		<rom name="pmada.5e" size="4096" crc="9f3c32d4" sha1="e7e40207f2a70768ce38cbb1e62c02ca4bed3a14" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacjr.5f" size="4096" crc="c2310808" sha1="84c28a4fc327afcb441daee35acdab6f7613395e" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pmad00" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac-Man After Dark 2000</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pmad.6h" size="4096" crc="dd2eb43d" sha1="e80ca01ce0e2f5204dcfc95abc0abd180dd7eb58" region="cpu1" offset="2000"/>
		<rom name="pmad00.6j" size="4096" crc="5f1aea94" sha1="3122bd7e9e1c9123f6b1915b074491e9865d39a0" region="cpu1" offset="3000"/>
		<rom name="pmad00.5e" size="4096" crc="315f7131" sha1="8182e3e177111aabad0058897b80cee8a3fd93c7" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pmad00.5f" size="4096" crc="157a6c0f" sha1="93f66ad4595eb9fcc306398cb83abcacc60b1521" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pmad6m" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman 2000 After Dark</description>
		<year>2000</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="vecpac.6h" size="4096" crc="aee79ea1" sha1="4f3214b56056c3ac00c0535ce5d6a367ccda6e31" region="cpu1" offset="2000"/>
		<rom name="vecpac.6j" size="4096" crc="581ae70b" sha1="a184c9d9b6ffbaba936867aef14e783234bf7af2" region="cpu1" offset="3000"/>
		<rom name="pmad6m.rom" size="4096" crc="d6a0d7f2" sha1="7f3de6e13dd834a1495fb7faf2743fcc71b84747" region="cpu1" offset="8000"/>
		<rom name="hanglyad.5e" size="4096" crc="93fd3682" sha1="792ddb541aeab304b5facfcf929c3bba18150346" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacjr.5f" size="4096" crc="c2310808" sha1="84c28a4fc327afcb441daee35acdab6f7613395e" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pmada" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac-Man After Dark (Alternate)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pmad.6h" size="4096" crc="dd2eb43d" sha1="e80ca01ce0e2f5204dcfc95abc0abd180dd7eb58" region="cpu1" offset="2000"/>
		<rom name="pmada.6j" size="4096" crc="24e43519" sha1="83fe90767bd73b1f72a5a86da79122fd2d8bc282" region="cpu1" offset="3000"/>
		<rom name="pacjr.5e" size="4096" crc="9f3c32d4" sha1="e7e40207f2a70768ce38cbb1e62c02ca4bed3a14" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacjr.5f" size="4096" crc="c2310808" sha1="84c28a4fc327afcb441daee35acdab6f7613395e" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pmanalt" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac-Man Vertical Tunnels (Cheat)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="namcopac.6e" merge="namcopac.6e" size="4096" crc="fee263b3" sha1="87117ba5082cd7a615b4ec7c02dd819003fbd669" region="cpu1" offset="0"/>
		<rom name="namcosil.6f" size="4096" crc="c5ec2352" sha1="86178b16dabb90005b132febc1a261651a73018d" region="cpu1" offset="1000"/>
		<rom name="namcopac.6h" merge="namcopac.6h" size="4096" crc="02083b03" sha1="7e1945f6eb51f2e51806d0439f975f7a2889b9b8" region="cpu1" offset="2000"/>
		<rom name="pmanalt.6j" size="4096" crc="57a07f6e" sha1="8a7a1d4662e4fc5c5374ad1cad09fd4da1f8398a" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pmanaltm" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac-Man (Midway Vertical Tunnels)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="namcopac.6e" merge="namcopac.6e" size="4096" crc="fee263b3" sha1="87117ba5082cd7a615b4ec7c02dd819003fbd669" region="cpu1" offset="0"/>
		<rom name="pmanalt.6f" size="4096" crc="c5ec2352" sha1="86178b16dabb90005b132febc1a261651a73018d" region="cpu1" offset="1000"/>
		<rom name="namcopac.6h" merge="namcopac.6h" size="4096" crc="02083b03" sha1="7e1945f6eb51f2e51806d0439f975f7a2889b9b8" region="cpu1" offset="2000"/>
		<rom name="pmanalt.6j" size="4096" crc="57a07f6e" sha1="8a7a1d4662e4fc5c5374ad1cad09fd4da1f8398a" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pmba2000" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac Man Babies 2000</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pmba2000.6j" size="4096" crc="f7d647d8" sha1="4edf34fc4a0da7367557392d55beac4a5eb5038a" region="cpu1" offset="3000"/>
		<rom name="pmba2000.5e" size="4096" crc="ff6308bb" sha1="93bc32cfb43d521e77179597141587a9866c5319" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pmba2000.5f" size="4096" crc="c8b456b5" sha1="a9e435300171779a6c0e145a50284045b3996d91" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pmba3000" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac Man Babies 3000</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pmba3000.6j" size="4096" crc="08f7a148" sha1="288e04fb264e985fbb7ea2f57ab14edd72b97140" region="cpu1" offset="3000"/>
		<rom name="pmba3000.5e" size="4096" crc="5ebb61c5" sha1="cfd491170d1d3d0c0632d5d81629e98cfd100fb6" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pmba3000.5f" size="4096" crc="d9a055aa" sha1="00c6867b70062672da3b8c254feff4354e35aa7a" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pmba4000" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac Man Babies 4000</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="pacplus.6e" size="4096" crc="d611ef68" sha1="8531c54ca6b0de0ea4ccc34e0e801ba9847e75bc" region="cpu1" offset="0"/>
		<rom name="pacplus.6f" size="4096" crc="c7207556" sha1="8ba97215bdb75f0e70eb8d3223847efe4dc4fb48" region="cpu1" offset="1000"/>
		<rom name="pacplus.6h" size="4096" crc="ae379430" sha1="4e8613d51a80cf106f883db79685e1e22541da45" region="cpu1" offset="2000"/>
		<rom name="pacplus.6j" size="4096" crc="5a6dff7b" sha1="b956ae5d66683aab74b90469ad36b5bb361d677e" region="cpu1" offset="3000"/>
		<rom name="pmba4000.5e" size="4096" crc="5ebb61c5" sha1="cfd491170d1d3d0c0632d5d81629e98cfd100fb6" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pmba4000.5f" size="4096" crc="d9a055aa" sha1="00c6867b70062672da3b8c254feff4354e35aa7a" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pmba6000" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac Man Babies 6000</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pmba6000.6j" size="4096" crc="bdb3d11a" sha1="d9920ad3b6c76ab9095956b960165477ed1e11f8" region="cpu1" offset="3000"/>
		<rom name="pmba6000.5e" size="4096" crc="7961ed4e" sha1="595311b7a77d1379c9564d42a34581cc35a53875" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pmba6000.5f" size="4096" crc="417080fd" sha1="13e8e812bca25b64e7ce072d86189fd15b1882b0" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pmba8000" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac Man Babies 8000</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="pacplus.6e" size="4096" crc="d611ef68" sha1="8531c54ca6b0de0ea4ccc34e0e801ba9847e75bc" region="cpu1" offset="0"/>
		<rom name="pacplus.6f" size="4096" crc="c7207556" sha1="8ba97215bdb75f0e70eb8d3223847efe4dc4fb48" region="cpu1" offset="1000"/>
		<rom name="pacplus.6h" size="4096" crc="ae379430" sha1="4e8613d51a80cf106f883db79685e1e22541da45" region="cpu1" offset="2000"/>
		<rom name="pacplus.6j" size="4096" crc="5a6dff7b" sha1="b956ae5d66683aab74b90469ad36b5bb361d677e" region="cpu1" offset="3000"/>
		<rom name="pmba8000.5e" size="4096" crc="7961ed4e" sha1="595311b7a77d1379c9564d42a34581cc35a53875" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pmba8000.5f" size="4096" crc="417080fd" sha1="13e8e812bca25b64e7ce072d86189fd15b1882b0" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pmbamaz" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac Man Babies Maze</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pmbamaz.6j" size="4096" crc="bf5e4b89" sha1="ad16845b92e56a6fe33c7561a231dd54ad558481" region="cpu1" offset="3000"/>
		<rom name="pmbamaz.5e" size="4096" crc="9a8cd8a1" sha1="653d3c900b0be5e7ffe424207419bf86229b8c48" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pmbamaz.5f" size="4096" crc="13aeaac4" sha1="2abcc95559bc57a209d7216ddb6488032c4e34d6" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pmbaplus" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac Man Babies Plus</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="pacplus.6e" size="4096" crc="d611ef68" sha1="8531c54ca6b0de0ea4ccc34e0e801ba9847e75bc" region="cpu1" offset="0"/>
		<rom name="pacplus.6f" size="4096" crc="c7207556" sha1="8ba97215bdb75f0e70eb8d3223847efe4dc4fb48" region="cpu1" offset="1000"/>
		<rom name="pacplus.6h" size="4096" crc="ae379430" sha1="4e8613d51a80cf106f883db79685e1e22541da45" region="cpu1" offset="2000"/>
		<rom name="pacplus.6j" size="4096" crc="5a6dff7b" sha1="b956ae5d66683aab74b90469ad36b5bb361d677e" region="cpu1" offset="3000"/>
		<rom name="pmbaplus.5e" size="4096" crc="3e5a31c2" sha1="82716be9be3a7012a4283c6e9e6be01b655a6526" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pmbaplus.5f" size="4096" crc="3c099bbd" sha1="f589e34330d78de173dc42929b17e4763ed4f1a3" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="pmbaplus.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pmbluep" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac Man Blue Plus</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="pacplus.6e" size="4096" crc="d611ef68" sha1="8531c54ca6b0de0ea4ccc34e0e801ba9847e75bc" region="cpu1" offset="0"/>
		<rom name="pacplus.6f" size="4096" crc="c7207556" sha1="8ba97215bdb75f0e70eb8d3223847efe4dc4fb48" region="cpu1" offset="1000"/>
		<rom name="pacplus.6h" size="4096" crc="ae379430" sha1="4e8613d51a80cf106f883db79685e1e22541da45" region="cpu1" offset="2000"/>
		<rom name="pacplus.6j" size="4096" crc="5a6dff7b" sha1="b956ae5d66683aab74b90469ad36b5bb361d677e" region="cpu1" offset="3000"/>
		<rom name="pmbluep.5e" size="4096" crc="16d9f7ce" sha1="a9ac72aa5e3dcaaa2e4d03b6ae372e81d77817f8" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pmbluep.5f" size="4096" crc="2da4dec7" sha1="1a5c441dad8b3365ef728fe318c63d4e10de4731" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pmdeluxe" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac Man Deluxe</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="pacplus.6e" size="4096" crc="d611ef68" sha1="8531c54ca6b0de0ea4ccc34e0e801ba9847e75bc" region="cpu1" offset="0"/>
		<rom name="pacplus.6f" size="4096" crc="c7207556" sha1="8ba97215bdb75f0e70eb8d3223847efe4dc4fb48" region="cpu1" offset="1000"/>
		<rom name="pacplus.6h" size="4096" crc="ae379430" sha1="4e8613d51a80cf106f883db79685e1e22541da45" region="cpu1" offset="2000"/>
		<rom name="pacplus.6j" size="4096" crc="5a6dff7b" sha1="b956ae5d66683aab74b90469ad36b5bb361d677e" region="cpu1" offset="3000"/>
		<rom name="pmdeluxe.5e" size="4096" crc="cba39624" sha1="d815cb5be44b3d29cd1bdd4b8c68484e5330e4a4" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pmdeluxe.5f" size="4096" crc="ab172fc9" sha1="8845c73b37bb117d222eeb01788ba5738aba755a" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pmextra" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac Man Extra</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="pacplus.6e" size="4096" crc="d611ef68" sha1="8531c54ca6b0de0ea4ccc34e0e801ba9847e75bc" region="cpu1" offset="0"/>
		<rom name="pacplus.6f" size="4096" crc="c7207556" sha1="8ba97215bdb75f0e70eb8d3223847efe4dc4fb48" region="cpu1" offset="1000"/>
		<rom name="pacplus.6h" size="4096" crc="ae379430" sha1="4e8613d51a80cf106f883db79685e1e22541da45" region="cpu1" offset="2000"/>
		<rom name="pacplus.6j" size="4096" crc="5a6dff7b" sha1="b956ae5d66683aab74b90469ad36b5bb361d677e" region="cpu1" offset="3000"/>
		<rom name="pmextra.5e" size="4096" crc="3ee34b66" sha1="2d7a7e9a59dd87be7bda4964471b0fa27e82a219" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pmextra.5f" size="4096" crc="edf92a4c" sha1="63140c7100315edc8fd8a234822f0831e6d1799d" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pmextrap" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac Man Extra Plus</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="pacplus.6e" size="4096" crc="d611ef68" sha1="8531c54ca6b0de0ea4ccc34e0e801ba9847e75bc" region="cpu1" offset="0"/>
		<rom name="pacplus.6f" size="4096" crc="c7207556" sha1="8ba97215bdb75f0e70eb8d3223847efe4dc4fb48" region="cpu1" offset="1000"/>
		<rom name="pacplus.6h" size="4096" crc="ae379430" sha1="4e8613d51a80cf106f883db79685e1e22541da45" region="cpu1" offset="2000"/>
		<rom name="pacplus.6j" size="4096" crc="5a6dff7b" sha1="b956ae5d66683aab74b90469ad36b5bb361d677e" region="cpu1" offset="3000"/>
		<rom name="pmextra.5e" size="4096" crc="3ee34b66" sha1="2d7a7e9a59dd87be7bda4964471b0fa27e82a219" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pmextrap.5f" size="4096" crc="34ff1749" sha1="55eb0199fdc04a3331bcf1e31baf686310af2cc7" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pmfever" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac Man Fever</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="pacplus.6e" size="4096" crc="d611ef68" sha1="8531c54ca6b0de0ea4ccc34e0e801ba9847e75bc" region="cpu1" offset="0"/>
		<rom name="pacplus.6f" size="4096" crc="c7207556" sha1="8ba97215bdb75f0e70eb8d3223847efe4dc4fb48" region="cpu1" offset="1000"/>
		<rom name="pacplus.6h" size="4096" crc="ae379430" sha1="4e8613d51a80cf106f883db79685e1e22541da45" region="cpu1" offset="2000"/>
		<rom name="pacplus.6j" size="4096" crc="5a6dff7b" sha1="b956ae5d66683aab74b90469ad36b5bb361d677e" region="cpu1" offset="3000"/>
		<rom name="pmfever.5e" size="4096" crc="f9b955e1" sha1="d8565b6e0ccd37309fc7e1507603efb75eedb211" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pmfever.5f" size="4096" crc="8ddf8eb6" sha1="72842687a8d957de22832b56cf1939864748cd6f" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pmfeverp" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac Man Fever Plus</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="pacplus.6e" size="4096" crc="d611ef68" sha1="8531c54ca6b0de0ea4ccc34e0e801ba9847e75bc" region="cpu1" offset="0"/>
		<rom name="pacplus.6f" size="4096" crc="c7207556" sha1="8ba97215bdb75f0e70eb8d3223847efe4dc4fb48" region="cpu1" offset="1000"/>
		<rom name="pacplus.6h" size="4096" crc="ae379430" sha1="4e8613d51a80cf106f883db79685e1e22541da45" region="cpu1" offset="2000"/>
		<rom name="pacplus.6j" size="4096" crc="5a6dff7b" sha1="b956ae5d66683aab74b90469ad36b5bb361d677e" region="cpu1" offset="3000"/>
		<rom name="pmfeverp.5e" size="4096" crc="5ebb61c5" sha1="cfd491170d1d3d0c0632d5d81629e98cfd100fb6" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pmfeverp.5f" size="4096" crc="d9a055aa" sha1="00c6867b70062672da3b8c254feff4354e35aa7a" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pmgrenp" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac Man Green Plus</description>
		<year>2001</year>
		<manufacturer>Blue Justice</manufacturer>
		<rom name="pacplus.6e" size="4096" crc="d611ef68" sha1="8531c54ca6b0de0ea4ccc34e0e801ba9847e75bc" region="cpu1" offset="0"/>
		<rom name="pacplus.6f" size="4096" crc="c7207556" sha1="8ba97215bdb75f0e70eb8d3223847efe4dc4fb48" region="cpu1" offset="1000"/>
		<rom name="pacplus.6h" size="4096" crc="ae379430" sha1="4e8613d51a80cf106f883db79685e1e22541da45" region="cpu1" offset="2000"/>
		<rom name="pacplus.6j" size="4096" crc="5a6dff7b" sha1="b956ae5d66683aab74b90469ad36b5bb361d677e" region="cpu1" offset="3000"/>
		<rom name="pmgrenp.5e" size="4096" crc="5807a438" sha1="8f4160627948747e92c3c5dc386068e4561fd9aa" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pmgrenp.5f" size="4096" crc="1545b3c8" sha1="a60fe521380af755b2f47bd526d523c7f9b9a923" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pplusad" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac-Man Plus After Dark</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacplus.6e" size="4096" crc="d611ef68" sha1="8531c54ca6b0de0ea4ccc34e0e801ba9847e75bc" region="cpu1" offset="0"/>
		<rom name="pacplus.6f" size="4096" crc="c7207556" sha1="8ba97215bdb75f0e70eb8d3223847efe4dc4fb48" region="cpu1" offset="1000"/>
		<rom name="pacplus.6h" size="4096" crc="ae379430" sha1="4e8613d51a80cf106f883db79685e1e22541da45" region="cpu1" offset="2000"/>
		<rom name="pacplus.6j" size="4096" crc="5a6dff7b" sha1="b956ae5d66683aab74b90469ad36b5bb361d677e" region="cpu1" offset="3000"/>
		<rom name="pplusad.5e" size="4096" crc="ce684d85" sha1="d7e40494631b3b1d73f9c07f15b6fa102286aa0d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pplusad.5f" size="4096" crc="0b86d002" sha1="77c74d8ff6e4bf3de8e87ee872b1a9b6cf10fece" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="puckman2" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Puck-Man II</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="puckman2.6e" size="4096" crc="a8ae23c5" sha1="1481a4f083b563350744f9d25b1bcd28073875d6" region="cpu1" offset="0"/>
		<rom name="pacfast.6f" size="4096" crc="720dc3ee" sha1="7224d7acfa0144b681c71d7734a7337189835361" region="cpu1" offset="1000"/>
		<rom name="puckman2.6h" size="4096" crc="197443f8" sha1="119aab12a9e1052c7b9a1f81e563740b41429a8c" region="cpu1" offset="2000"/>
		<rom name="puckman2.6j" size="4096" crc="0e3bdbde" sha1="11679a3e60cb98ef56e9f0c349d421a72b7097f6" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="puckren" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Puckman Renaissance</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="puckren.6e" size="4096" crc="0f5ecf67" sha1="1250eb19c721b007705c75cce9140365aeed3fad" region="cpu1" offset="0"/>
		<rom name="puckren.6f" size="4096" crc="70ea1149" sha1="4c1f25e7e6fb7645b7a23419cd1c5b3e2cf90823" region="cpu1" offset="1000"/>
		<rom name="puckren.6h" size="4096" crc="c6bb6ea6" sha1="a33e23193c14d2418614ad7609fb3bc0856a4a1f" region="cpu1" offset="2000"/>
		<rom name="puckren.6j" size="4096" crc="dc90f1dc" sha1="af677ed5989abaebcbde5da9168e849135d5e96f" region="cpu1" offset="3000"/>
		<rom name="puckren.5e" size="4096" crc="a502e25f" sha1="9f02d3f1ec095910642fe0bb616d510be52b53d8" region="gfx1" dispose="yes" offset="0"/>
		<rom name="puckren.5f" size="4096" crc="18d44098" sha1="d07120b9ede3cfcbc69006381f4287bede04c6e3" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="puckren.7f" size="32" crc="7b6aa3c9" sha1="849911abdc26ccf2ad44e2c432e6219447b8bef3" region="proms" offset="0"/>
		<rom name="puckren.4a" size="256" crc="64fe1dbf" sha1="7f7541eb12148add79ad186a1da375c865d251e0" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="puckrenc" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Puckman Renaissance (Cheat)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="puckren.6e" size="4096" crc="0f5ecf67" sha1="1250eb19c721b007705c75cce9140365aeed3fad" region="cpu1" offset="0"/>
		<rom name="puckrenc.6f" size="4096" crc="8a75a7e2" sha1="79f787c8c55ce04c97baf465b64d89d2bdbf07c5" region="cpu1" offset="1000"/>
		<rom name="puckren.6h" size="4096" crc="c6bb6ea6" sha1="a33e23193c14d2418614ad7609fb3bc0856a4a1f" region="cpu1" offset="2000"/>
		<rom name="puckren.6j" size="4096" crc="dc90f1dc" sha1="af677ed5989abaebcbde5da9168e849135d5e96f" region="cpu1" offset="3000"/>
		<rom name="puckren.5e" size="4096" crc="a502e25f" sha1="9f02d3f1ec095910642fe0bb616d510be52b53d8" region="gfx1" dispose="yes" offset="0"/>
		<rom name="puckren.5f" size="4096" crc="18d44098" sha1="d07120b9ede3cfcbc69006381f4287bede04c6e3" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="puckren.7f" size="32" crc="7b6aa3c9" sha1="849911abdc26ccf2ad44e2c432e6219447b8bef3" region="proms" offset="0"/>
		<rom name="puckren.4a" size="256" crc="64fe1dbf" sha1="7f7541eb12148add79ad186a1da375c865d251e0" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="punleash" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Pacman Unleashed</description>
		<year>2000</year>
		<manufacturer>Peter Storey</manufacturer>
		<rom name="punleash1" size="4096" crc="eddb20e7" sha1="07f6cabac3c59c2e3f522da877e845b3ceb2cffb" region="cpu1" offset="0"/>
		<rom name="punleash2" size="4096" crc="57fe8b4d" sha1="629800fe793b53c27ee8c84a2e49caf7fe056f28" region="cpu1" offset="1000"/>
		<rom name="punleash3" size="4096" crc="94c63bb1" sha1="872dbca70b45285dccfd0e24cb50225a5c3ac005" region="cpu1" offset="2000"/>
		<rom name="punleash4" size="4096" crc="fe7734d5" sha1="f246baab82ea8e9b3cfd3dc5911445ab08223c1f" region="cpu1" offset="3000"/>
		<rom name="punleash5" size="4096" crc="ef155ffb" sha1="c5bcd57c2a336fa8a018b192b8542954271f1bac" region="cpu1" offset="8000"/>
		<rom name="punleash6" size="4096" crc="70d15899" sha1="9a7cff5811b591211eb23cee125fd77263f8d4fe" region="cpu1" offset="9000"/>
		<rom name="punleash.5e" size="4096" crc="713a4ba4" sha1="f6eaadf92dae3a687fb317f2806b4d7a88f7c385" region="gfx1" dispose="yes" offset="0"/>
		<rom name="punleash.5f" size="4096" crc="98d3d364" sha1="f8023d1772d377d090a9bfebf194bbbce8643f1d" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="punleash.7f" size="32" crc="357c2523" sha1="f0c4cea06b17932cc15f6db2971406eaba3558b2" region="proms" offset="0"/>
		<rom name="punleash.4a" size="256" crc="5ff3b85a" sha1="6b01b9c9302ab41fe83c140c3ff217d1d66773dd" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="roboman" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Robo Man</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="roboman.6j" size="4096" crc="a909673e" sha1="991d0c50087f5d47f85f6c16c667dea3b3973f4f" region="cpu1" offset="3000"/>
		<rom name="roboman.5e" size="4096" crc="e386213e" sha1="fbbc1d85cc61dc3a13cc5e26182d51b2bbdfcb63" region="gfx1" dispose="yes" offset="0"/>
		<rom name="roboman.5f" size="4096" crc="d8db5788" sha1="11698932aca1150ef00801fdcb35a5ee2cb3d3b8" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="snakeyes" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman 2000 (Snake Eyes Mazes)</description>
		<year>2000</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="vecpac.6h" size="4096" crc="aee79ea1" sha1="4f3214b56056c3ac00c0535ce5d6a367ccda6e31" region="cpu1" offset="2000"/>
		<rom name="vecpac.6j" size="4096" crc="581ae70b" sha1="a184c9d9b6ffbaba936867aef14e783234bf7af2" region="cpu1" offset="3000"/>
		<rom name="snakeyes.rom" size="4096" crc="7e506e78" sha1="a198158a69d79d1c46149c9f8878ba220a6bf82e" region="cpu1" offset="8000"/>
		<rom name="pacmulti.5e" size="4096" crc="46cdda4a" sha1="2c38050a4f5d0c9e1b4f3e054dcac25cde63ae2a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="snowpac" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Snowy Day Pacman</description>
		<year>2000</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="snowpac.6j" size="4096" crc="4f9e1d02" sha1="90f7ed914e1291248f6b3ba0630a7d67d4f07374" region="cpu1" offset="3000"/>
		<rom name="snowpac.5e" size="4096" crc="2cc60a94" sha1="05b8725cc71273e2ee61303bc00057dc60f88bb6" region="gfx1" dispose="yes" offset="0"/>
		<rom name="snowpac.5f" size="4096" crc="41ba87bd" sha1="3a1473bd3753fc3a3ab6ee5285e4832b0f92d173" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="sueworlb" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Sue's World (Old)</description>
		<year>2000</year>
		<manufacturer>PacFay</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="sueworlb4" size="4096" crc="edc5ad28" sha1="b1b95ed715a935fe3bf68c71cb4ac66402c17e79" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="sue.5e" size="4096" crc="6c975345" sha1="8c294a14c3a2b390c85d75d61453e73ee8721058" region="gfx1" dispose="yes" offset="0"/>
		<rom name="sue.5f" size="4096" crc="2c809842" sha1="4325af0b41b67ce3783b667506b60d0221c6ac45" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="sueworld" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Sue's World</description>
		<year>2000</year>
		<manufacturer>PacFay</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="sueworld4" size="4096" crc="677adea7" sha1="b258e748e47cb8ae77594728f1ccc97a429a411e" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="sue.5e" size="4096" crc="6c975345" sha1="8c294a14c3a2b390c85d75d61453e73ee8721058" region="gfx1" dispose="yes" offset="0"/>
		<rom name="sue.5f" size="4096" crc="2c809842" sha1="4325af0b41b67ce3783b667506b60d0221c6ac45" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="sumeltob" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Summertime Elton (old)</description>
		<year>2000</year>
		<manufacturer>Staizitto</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="sumeltob.6j" size="4096" crc="03d59d0e" sha1="354cfe283b34f40b913589df9bc415fff08bb796" region="cpu1" offset="3000"/>
		<rom name="sumelton.5e" size="4096" crc="10894f38" sha1="83fac1d9e6d54697a93a0eadb4a66a813e4bd32a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="sumelton.5f" size="4096" crc="debef8a9" sha1="503005bd563099094ad8815f8651cbdcd616571f" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="sumelton" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Summertime Elton</description>
		<year>2000</year>
		<manufacturer>Staizitto</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="sumelton.6j" size="4096" crc="c1fe2c7d" sha1="8eabe4c30dfd1db9b38f8557f136894ee3865f15" region="cpu1" offset="3000"/>
		<rom name="sumelton.5e" size="4096" crc="10894f38" sha1="83fac1d9e6d54697a93a0eadb4a66a813e4bd32a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="sumelton.5f" size="4096" crc="debef8a9" sha1="503005bd563099094ad8815f8651cbdcd616571f" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="tbone" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman 2000 (T-Bone Mazes)</description>
		<year>2000</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="vecpac.6h" size="4096" crc="aee79ea1" sha1="4f3214b56056c3ac00c0535ce5d6a367ccda6e31" region="cpu1" offset="2000"/>
		<rom name="vecpac.6j" size="4096" crc="581ae70b" sha1="a184c9d9b6ffbaba936867aef14e783234bf7af2" region="cpu1" offset="3000"/>
		<rom name="tbone.rom" size="4096" crc="e7377f2d" sha1="3cffb221655b1c7240a97ec82132a4a1a76d383e" region="cpu1" offset="8000"/>
		<rom name="tbone.5e" size="4096" crc="afd44c48" sha1="36750fbaeb8db4143fdd90aec83189fc552b110e" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="ultra2" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Ultra Pacman (TwoBit Score Mazes)</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="ultra2.6j" size="4096" crc="83da903e" sha1="541cda1dad90cfbf5c9aa5dd3091337527236bc0" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="ultrapac" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>UltraPac</description>
		<year>2000</year>
		<manufacturer>PacFan</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="vecpac.6h" size="4096" crc="aee79ea1" sha1="4f3214b56056c3ac00c0535ce5d6a367ccda6e31" region="cpu1" offset="2000"/>
		<rom name="ultrapac.6j" size="4096" crc="84c6c23b" sha1="f207ce54d7ee31d61397f1587292ea6add56cb04" region="cpu1" offset="3000"/>
		<rom name="ultrapac.rom" size="4096" crc="be212894" sha1="eaf4d33d1e2ebd14d2c9dd3445666c1319ba7807" region="cpu1" offset="8000"/>
		<rom name="ultrapac.5e" size="4096" crc="d46efbcf" sha1="1d90cca40f5b0518cf39408e87d9faf42071e6f9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vcrunchy" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Vector Pacman (Crunchy)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacm255.6h" size="4096" crc="d3640977" sha1="2cc05c16c0cf6f516c69ab0b6e1a83bdd3010798" region="cpu1" offset="2000"/>
		<rom name="pcrunchy.6j" size="4096" crc="c21c6c52" sha1="c63212f51c6bf49e76b3ca7553a29e3371c4fa83" region="cpu1" offset="3000"/>
		<rom name="vecpac.5e" size="4096" crc="936d0475" sha1="8db1fc56ed236deda01cb6a5169fb7d4cda53e7a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vecpac.5f" size="4096" crc="022d0686" sha1="ea64d134ececc6eb3fc373821318188489b0e7cc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vecbaby" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Vector Pacman (Baby Maze 1)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacbaby.6j" size="4096" crc="4e4ac798" sha1="deab2d93a678abee576c891bdfb7ab93d5718792" region="cpu1" offset="3000"/>
		<rom name="vecpac.5e" size="4096" crc="936d0475" sha1="8db1fc56ed236deda01cb6a5169fb7d4cda53e7a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vecpac.5f" size="4096" crc="022d0686" sha1="ea64d134ececc6eb3fc373821318188489b0e7cc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vecbaby2" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Vector Pacman (Baby Maze 2)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacbaby2.6j" size="4096" crc="742453ba" sha1="21707992ea3489c8bc95b14db33f62b6aaa24eb4" region="cpu1" offset="3000"/>
		<rom name="vecpac.5e" size="4096" crc="936d0475" sha1="8db1fc56ed236deda01cb6a5169fb7d4cda53e7a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vecpac.5f" size="4096" crc="022d0686" sha1="ea64d134ececc6eb3fc373821318188489b0e7cc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vecbaby3" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Vector Pacman (Baby Maze 3)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacbaby3.6j" size="4096" crc="b82f2b73" sha1="63619220b9ed4dfeb4f462b41d9685870716590a" region="cpu1" offset="3000"/>
		<rom name="vecpac.5e" size="4096" crc="936d0475" sha1="8db1fc56ed236deda01cb6a5169fb7d4cda53e7a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vecpac.5f" size="4096" crc="022d0686" sha1="ea64d134ececc6eb3fc373821318188489b0e7cc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vectplus" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Vector Pac-Man Plus</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacplus.6e" size="4096" crc="d611ef68" sha1="8531c54ca6b0de0ea4ccc34e0e801ba9847e75bc" region="cpu1" offset="0"/>
		<rom name="pacplus.6f" size="4096" crc="c7207556" sha1="8ba97215bdb75f0e70eb8d3223847efe4dc4fb48" region="cpu1" offset="1000"/>
		<rom name="pacplus.6h" size="4096" crc="ae379430" sha1="4e8613d51a80cf106f883db79685e1e22541da45" region="cpu1" offset="2000"/>
		<rom name="pacplus.6j" size="4096" crc="5a6dff7b" sha1="b956ae5d66683aab74b90469ad36b5bb361d677e" region="cpu1" offset="3000"/>
		<rom name="vectplus.5e" size="4096" crc="330abcc6" sha1="421eb2efe402572189621e2fac49df80bd891f2c" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vectplus.5f" size="4096" crc="61da12cf" sha1="03bc75e3344b863e460fe74aa3b9be36e17d1149" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vectr6m" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Vector Pacman 2000</description>
		<year>2000</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="vecpac.6h" size="4096" crc="aee79ea1" sha1="4f3214b56056c3ac00c0535ce5d6a367ccda6e31" region="cpu1" offset="2000"/>
		<rom name="vecpac.6j" size="4096" crc="581ae70b" sha1="a184c9d9b6ffbaba936867aef14e783234bf7af2" region="cpu1" offset="3000"/>
		<rom name="vectr6m.rom" size="4096" crc="de753fd9" sha1="467cd6dd572a3e6f0b2e0120d520df919433655a" region="cpu1" offset="8000"/>
		<rom name="vectr6m.5e" size="4096" crc="f7be09ba" sha1="1ac6f67637831a39979866b684898228fb7a9761" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vecpac.5f" size="4096" crc="022d0686" sha1="ea64d134ececc6eb3fc373821318188489b0e7cc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vectr6tb" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Vector Pacman 2000 (T-Bone Mazes)</description>
		<year>2000</year>
		<manufacturer>T-Bone</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="vecpac.6h" size="4096" crc="aee79ea1" sha1="4f3214b56056c3ac00c0535ce5d6a367ccda6e31" region="cpu1" offset="2000"/>
		<rom name="vecpac.6j" size="4096" crc="581ae70b" sha1="a184c9d9b6ffbaba936867aef14e783234bf7af2" region="cpu1" offset="3000"/>
		<rom name="vectr6tb.rom" size="4096" crc="bdbbb207" sha1="2beceac64d53f197b533375da255a4158e76d970" region="cpu1" offset="8000"/>
		<rom name="vectr6m.5e" size="4096" crc="f7be09ba" sha1="1ac6f67637831a39979866b684898228fb7a9761" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vecpac.5f" size="4096" crc="022d0686" sha1="ea64d134ececc6eb3fc373821318188489b0e7cc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vectratk" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Vector Attack</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="mspacatk.2" size="4096" crc="0af09d31" sha1="6ff73e4da4910bcd2ca3aa299d8ffad23f8abf79" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="mspacatk.5" size="4096" crc="e6e06954" sha1="ee5b266b1cc178df31fc1da5f66ef4911c653dda" region="cpu1" offset="8000"/>
		<rom name="mspacatk.6" size="4096" crc="3b5db308" sha1="c1ba630cb8fb665c4881a6cce9d3b0d4300bd0eb" region="cpu1" offset="9000"/>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="msvectr.5e" size="4096" crc="56560aef" sha1="1eac2b242328ec4d6ba9faac2fd972c8cb6c3e55" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msvectr.5f" size="4096" crc="57cb31e3" sha1="dc9278cee7f7ce341087760654bf0a1bcdeb2f7c" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vectrpac" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Vector Pac-Man</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacman.6j" size="4096" crc="817d94e3" sha1="d4a70d56bb01d27d094d73db8667ffb00ca69cb9" region="cpu1" offset="3000"/>
		<rom name="vecpac.5e" size="4096" crc="936d0475" sha1="8db1fc56ed236deda01cb6a5169fb7d4cda53e7a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vecpac.5f" size="4096" crc="022d0686" sha1="ea64d134ececc6eb3fc373821318188489b0e7cc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vectxens" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Vector Xens Revenge</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="xensrev.6j" size="4096" crc="64a10b6c" sha1="689be23289fb32f2bfa1392edaba9c6bfa5a82e7" region="cpu1" offset="3000"/>
		<rom name="vecpac.5e" size="4096" crc="936d0475" sha1="8db1fc56ed236deda01cb6a5169fb7d4cda53e7a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vecpac.5f" size="4096" crc="022d0686" sha1="ea64d134ececc6eb3fc373821318188489b0e7cc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vhangly" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Vector Hangly-Man (set 1)</description>
		<year>2000</year>
		<manufacturer>hack</manufacturer>
		<rom name="hangly.6e" size="4096" crc="5fe8610a" sha1="d63eaebd85e10aa6c27bb7f47642dd403eeb6934" region="cpu1" offset="0"/>
		<rom name="hangly.6f" size="4096" crc="73726586" sha1="cedddc5194589039dd8b64f07ab6320d7d4f55f9" region="cpu1" offset="1000"/>
		<rom name="hangly.6h" size="4096" crc="4e7ef99f" sha1="bd42e68b29b4d654dc817782ba00db69b7d2dfe2" region="cpu1" offset="2000"/>
		<rom name="hangly.6j" size="4096" crc="7f4147e6" sha1="0a7ac0e59d4d26fe52a2f4196c9f19e5ab677c87" region="cpu1" offset="3000"/>
		<rom name="vecpac.5e" size="4096" crc="936d0475" sha1="8db1fc56ed236deda01cb6a5169fb7d4cda53e7a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vecpac.5f" size="4096" crc="022d0686" sha1="ea64d134ececc6eb3fc373821318188489b0e7cc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vpacbell" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Vector Pacman (Bell)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacm255.6h" size="4096" crc="d3640977" sha1="2cc05c16c0cf6f516c69ab0b6e1a83bdd3010798" region="cpu1" offset="2000"/>
		<rom name="pacbell.6j" size="4096" crc="4b428215" sha1="acdcc4d7ccfc58c6c0473e8ee548b5e02dcafcfd" region="cpu1" offset="3000"/>
		<rom name="vecpac.5e" size="4096" crc="936d0475" sha1="8db1fc56ed236deda01cb6a5169fb7d4cda53e7a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vecpac.5f" size="4096" crc="022d0686" sha1="ea64d134ececc6eb3fc373821318188489b0e7cc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vpacelec" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Vector Pacman (Electric Cowboy)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacm255.6h" size="4096" crc="d3640977" sha1="2cc05c16c0cf6f516c69ab0b6e1a83bdd3010798" region="cpu1" offset="2000"/>
		<rom name="pacelec.6j" size="4096" crc="9e5c763d" sha1="df56eb705c7dfaf00b084aa6744d7fd5fa4f47d3" region="cpu1" offset="3000"/>
		<rom name="vecpac.5e" size="4096" crc="936d0475" sha1="8db1fc56ed236deda01cb6a5169fb7d4cda53e7a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vecpac.5f" size="4096" crc="022d0686" sha1="ea64d134ececc6eb3fc373821318188489b0e7cc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vpacjail" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Vector Pacman (Jail)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacm255.6h" size="4096" crc="d3640977" sha1="2cc05c16c0cf6f516c69ab0b6e1a83bdd3010798" region="cpu1" offset="2000"/>
		<rom name="pacjail.6j" size="4096" crc="cc31f185" sha1="cd184a55f775bc9a70d0bfa932d2993b8987135b" region="cpu1" offset="3000"/>
		<rom name="vecpac.5e" size="4096" crc="936d0475" sha1="8db1fc56ed236deda01cb6a5169fb7d4cda53e7a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vecpac.5f" size="4096" crc="022d0686" sha1="ea64d134ececc6eb3fc373821318188489b0e7cc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vpacms1" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Vector Pacman (Ms. Pacman Maze 1)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacms1.6j" size="4096" crc="c5da3887" sha1="2a65b31891bc19fc0fbdace39e853fff6c4227eb" region="cpu1" offset="3000"/>
		<rom name="vpacms.5e" size="4096" crc="035f0597" sha1="50db2cd5dc99abdb90dd2ce8dc4691e7443ac2a5" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vpacms.5f" size="4096" crc="306b24f0" sha1="9fd92b05c8bf6749d78f68deaf370582dafcc92e" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vpacms2" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Vector Pacman (Ms. Pacman Maze 2)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacms2.6j" size="4096" crc="b0a107ea" sha1="86b8b7cb7e90b0de95bc9b8e3b98bcc46992578e" region="cpu1" offset="3000"/>
		<rom name="vpacms.5e" size="4096" crc="035f0597" sha1="50db2cd5dc99abdb90dd2ce8dc4691e7443ac2a5" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vpacms.5f" size="4096" crc="306b24f0" sha1="9fd92b05c8bf6749d78f68deaf370582dafcc92e" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vpacms3" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Vector Pacman (Ms. Pacman Maze 3)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacms3.6j" size="4096" crc="c7d8325a" sha1="bf72a2d7b20d76e521cf45fbe1b0ab762daa8106" region="cpu1" offset="3000"/>
		<rom name="vpacms.5e" size="4096" crc="035f0597" sha1="50db2cd5dc99abdb90dd2ce8dc4691e7443ac2a5" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vpacms.5f" size="4096" crc="306b24f0" sha1="9fd92b05c8bf6749d78f68deaf370582dafcc92e" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vpacms4" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Vector Pacman (Ms. Pacman Maze 4)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacms4.6j" size="4096" crc="7b63ff9b" sha1="84c167878ca4a1a1d79c397438defc8dcc6326f7" region="cpu1" offset="3000"/>
		<rom name="vpacms.5e" size="4096" crc="035f0597" sha1="50db2cd5dc99abdb90dd2ce8dc4691e7443ac2a5" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vpacms.5f" size="4096" crc="306b24f0" sha1="9fd92b05c8bf6749d78f68deaf370582dafcc92e" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vpacmsa1" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Vector Pacman (Ms. Pacman Attack 1)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="vpacmsa1.6j" size="4096" crc="07163b97" sha1="fdfbca327a2c3f69b4478b1e3ca9c8ed71605582" region="cpu1" offset="3000"/>
		<rom name="vpacms.5e" size="4096" crc="035f0597" sha1="50db2cd5dc99abdb90dd2ce8dc4691e7443ac2a5" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vpacms.5f" size="4096" crc="306b24f0" sha1="9fd92b05c8bf6749d78f68deaf370582dafcc92e" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vpacmsa2" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Vector Pacman (Ms. Pacman Attack 2)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacmsa2.6j" size="4096" crc="15e83c24" sha1="ebe4d476104bbd037a1b5fe5783c0b77229ca707" region="cpu1" offset="3000"/>
		<rom name="vpacms.5e" size="4096" crc="035f0597" sha1="50db2cd5dc99abdb90dd2ce8dc4691e7443ac2a5" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vpacms.5f" size="4096" crc="306b24f0" sha1="9fd92b05c8bf6749d78f68deaf370582dafcc92e" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vpacmsa3" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Vector Pacman (Ms. Pacman Attack 3)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacmsa3.6j" size="4096" crc="5762f9cf" sha1="b570468372a9520929513425523fdae734d4acfc" region="cpu1" offset="3000"/>
		<rom name="vpacms.5e" size="4096" crc="035f0597" sha1="50db2cd5dc99abdb90dd2ce8dc4691e7443ac2a5" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vpacms.5f" size="4096" crc="306b24f0" sha1="9fd92b05c8bf6749d78f68deaf370582dafcc92e" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vpacmsa4" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Vector Pacman (Ms. Pacman Attack 4)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacmsa4.6j" size="4096" crc="d9c2a669" sha1="2f82405d297f35cc13199e1671cfa835dd598e9c" region="cpu1" offset="3000"/>
		<rom name="vpacms.5e" size="4096" crc="035f0597" sha1="50db2cd5dc99abdb90dd2ce8dc4691e7443ac2a5" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vpacms.5f" size="4096" crc="306b24f0" sha1="9fd92b05c8bf6749d78f68deaf370582dafcc92e" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vpacshuf" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Vector Pacman (Shuffle)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacm255.6h" size="4096" crc="d3640977" sha1="2cc05c16c0cf6f516c69ab0b6e1a83bdd3010798" region="cpu1" offset="2000"/>
		<rom name="pacshuf.6j" size="4096" crc="55cc4d87" sha1="1a05670c4fd09b4155941aa1ea90a5719a3e7ebb" region="cpu1" offset="3000"/>
		<rom name="vecpac.5e" size="4096" crc="936d0475" sha1="8db1fc56ed236deda01cb6a5169fb7d4cda53e7a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vecpac.5f" size="4096" crc="022d0686" sha1="ea64d134ececc6eb3fc373821318188489b0e7cc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="vpspeed" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Vector Pacman (Speedy)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacm255.6h" size="4096" crc="d3640977" sha1="2cc05c16c0cf6f516c69ab0b6e1a83bdd3010798" region="cpu1" offset="2000"/>
		<rom name="vpspeed.6j" size="4096" crc="0e7946d1" sha1="cea3440a305ec05dab197dba7ac8428db0d5e2f7" region="cpu1" offset="3000"/>
		<rom name="vecpac.5e" size="4096" crc="936d0475" sha1="8db1fc56ed236deda01cb6a5169fb7d4cda53e7a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vecpac.5f" size="4096" crc="022d0686" sha1="ea64d134ececc6eb3fc373821318188489b0e7cc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="xensad" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Xens Revenge After Dark</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="xensrev.6j" size="4096" crc="64a10b6c" sha1="689be23289fb32f2bfa1392edaba9c6bfa5a82e7" region="cpu1" offset="3000"/>
		<rom name="pmad00.5e" size="4096" crc="315f7131" sha1="8182e3e177111aabad0058897b80cee8a3fd93c7" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pmad00.5f" size="4096" crc="157a6c0f" sha1="93f66ad4595eb9fcc306398cb83abcacc60b1521" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="xensrev" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Xens Revenge</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="xensrev.6j" size="4096" crc="64a10b6c" sha1="689be23289fb32f2bfa1392edaba9c6bfa5a82e7" region="cpu1" offset="3000"/>
		<rom name="xensrev.5e" size="4096" crc="40e3522d" sha1="461d1895f82502538bf120a61a3950970f9f1b09" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="multi10" sourcefile="pacman.c" cloneof="multi15" romof="multi15">
		<description>Multipac 1.0</description>
		<year>1998</year>
		<manufacturer>bootleg</manufacturer>
		<rom name="master.bin" size="524288" crc="9abb7d01" sha1="44eb136f2ffe6475585b7558c4eddcf4ffaafe9e" region="cpu1" offset="10000"/>
		<rom name="master.gfx" size="131072" crc="072b216f" sha1="cc3cef4f9804c1120611ed750c50593eac9b10d4" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pal_7f.bin" merge="pal_7f.bin" size="256" crc="40a5c3d9" sha1="c159fe5ab64b9eb51a28ccd051fae219d2125577" region="proms" offset="1000"/>
		<rom name="clut_4a.bin" merge="clut_4a.bin" size="1024" crc="562a66de" sha1="1281a7585f833b9f93269b14369e1c8df09f2292" region="proms" offset="40"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="64"/>
	</game>
	<game name="multi11" sourcefile="pacman.c" cloneof="multi15" romof="multi15">
		<description>Multipac 1.1</description>
		<year>1998</year>
		<manufacturer>bootleg</manufacturer>
		<rom name="mpac1_1.bin" size="524288" crc="0fa787fe" sha1="400592360b2930c1fbbbe1adc0198be007b2dd63" region="cpu1" offset="10000"/>
		<rom name="mpgfx15.bin" merge="mpgfx15.bin" size="131072" crc="012fb9ec" sha1="e4b5647f27f5ddad0bb5580736d6acd3a86cdcf7" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pal_7f.bin" merge="pal_7f.bin" size="256" crc="40a5c3d9" sha1="c159fe5ab64b9eb51a28ccd051fae219d2125577" region="proms" offset="1000"/>
		<rom name="clut_4a.bin" merge="clut_4a.bin" size="1024" crc="562a66de" sha1="1281a7585f833b9f93269b14369e1c8df09f2292" region="proms" offset="40"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="64"/>
	</game>
	<game name="multi13" sourcefile="pacman.c" cloneof="multi15" romof="multi15">
		<description>Multipac 1.3</description>
		<year>1998</year>
		<manufacturer>bootleg</manufacturer>
		<rom name="mp.bin" size="524288" crc="0aca3ce9" sha1="81dd22fd2e8137645fc6cdeb534b4e5c113704fe" region="cpu1" offset="10000"/>
		<rom name="mpgfx15.bin" merge="mpgfx15.bin" size="131072" crc="012fb9ec" sha1="e4b5647f27f5ddad0bb5580736d6acd3a86cdcf7" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pal_7f.bin" merge="pal_7f.bin" size="256" crc="40a5c3d9" sha1="c159fe5ab64b9eb51a28ccd051fae219d2125577" region="proms" offset="1000"/>
		<rom name="clut_4a.bin" merge="clut_4a.bin" size="1024" crc="562a66de" sha1="1281a7585f833b9f93269b14369e1c8df09f2292" region="proms" offset="40"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="64"/>
	</game>
	<game name="multi14" sourcefile="pacman.c" cloneof="multi15" romof="multi15">
		<description>Multipac 1.4</description>
		<year>1998</year>
		<manufacturer>bootleg</manufacturer>
		<rom name="mpac1_4.bin" size="524288" crc="23de184d" sha1="e466a1c46091a33a3f50747455abb8618a23f824" region="cpu1" offset="10000"/>
		<rom name="mpgfx15.bin" merge="mpgfx15.bin" size="131072" crc="012fb9ec" sha1="e4b5647f27f5ddad0bb5580736d6acd3a86cdcf7" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pal_7f.bin" merge="pal_7f.bin" size="256" crc="40a5c3d9" sha1="c159fe5ab64b9eb51a28ccd051fae219d2125577" region="proms" offset="1000"/>
		<rom name="clut_4a.bin" merge="clut_4a.bin" size="1024" crc="562a66de" sha1="1281a7585f833b9f93269b14369e1c8df09f2292" region="proms" offset="40"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="64"/>
	</game>
	<game name="multi15" sourcefile="pacman.c">
		<description>Multipac 1.5</description>
		<year>1998</year>
		<manufacturer>bootleg</manufacturer>
		<rom name="mpexe15.bin" size="524288" crc="eb181a29" sha1="14a44730d36c25c76ae68cbfd51febda9d8d1dfa" region="cpu1" offset="10000"/>
		<rom name="mpgfx15.bin" size="131072" crc="012fb9ec" sha1="e4b5647f27f5ddad0bb5580736d6acd3a86cdcf7" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pal_7f.bin" size="256" crc="40a5c3d9" sha1="c159fe5ab64b9eb51a28ccd051fae219d2125577" region="proms" offset="1000"/>
		<rom name="clut_4a.bin" size="1024" crc="562a66de" sha1="1281a7585f833b9f93269b14369e1c8df09f2292" region="proms" offset="40"/>
		<rom name="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="64"/>
	</game>
	<game name="96in1" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>96 in 1 v3.11</description>
		<year>2005</year>
		<manufacturer>David Widel</manufacturer>
		<rom name="menugame.bin" size="524288" crc="4a25b763" sha1="7e650fb7b60b08f3ab8307035a393d6b2941b24b" region="cpu1" offset="10000"/>
		<rom name="menuggr.bin" size="131072" crc="fb43e056" sha1="aceacef836e4dd1bfe4229ea090ff713c66d8931" region="gfx1" dispose="yes" offset="0"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="DIP 1">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIP 2:  Initials only">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIP 3:  Fast OK for TM">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIP 4:  Tournament Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIP 5:  Guest Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIP 6:  Dip Menu">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="64"/>
	</game>
	<game name="96in1a" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>96 in 1 v2.40</description>
		<year>2005</year>
		<manufacturer>David Widel</manufacturer>
		<rom name="menugame.bin" size="524288" crc="bd89f3de" sha1="3bd2f51ce97509c7f3dc165ebfbf856039be375e" region="cpu1" offset="10000"/>
		<rom name="menuggr.bin" size="131072" crc="f4ce2dca" sha1="b0515ee98766225d4d4a1368949942324703e865" region="gfx1" dispose="yes" offset="0"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="DIP 1">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIP 2:  Initials only">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIP 3:  Fast OK for TM">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIP 4:  Tournament Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIP 5:  Guest Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="DIP 6:  Dip Menu">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="64"/>
	</game>
	<game name="aa" sourcefile="pacman.c">
		<description>Alien Armada (Pacman Hardware)</description>
		<year>2003</year>
		<manufacturer>David Widel</manufacturer>
		<rom name="aa1" size="4096" crc="7b73ff28" sha1="3b05c9ecaa418291b9b3501fbfd4a1e48be7281e" region="cpu1" offset="0"/>
		<rom name="aa2" size="4096" crc="848ca2fa" sha1="d11e874a0bd0dcf88ed0781d7dc7b7d98b4ac1e8" region="cpu1" offset="1000"/>
		<rom name="aa3" size="4096" crc="b3d3ff37" sha1="0df28470eb70f4a84f24c2a86b4b9d338b9b6a76" region="cpu1" offset="2000"/>
		<rom name="blank004k.4" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="3000"/>
		<rom name="blank004k.5" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="8000"/>
		<rom name="blank004k.6" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="9000"/>
		<rom name="aa.5e" size="4096" crc="e69596af" sha1="b53ef6fce2d9fa1163f722a1a6be56085bde415c" region="gfx1" dispose="yes" offset="0"/>
		<rom name="aa.5f" size="4096" crc="c26ecd63" sha1="40d618b171c7ea164384c2ded098520c77941cbc" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="bace" sourcefile="pacman.c">
		<description>Balloon Ace (Pacman Hardware)</description>
		<year>2003</year>
		<manufacturer>David Widel</manufacturer>
		<rom name="bace1" size="4096" crc="8b60ff7c" sha1="c787246f0ae080fc9088631acb923a2df37c14b2" region="cpu1" offset="0"/>
		<rom name="bace2" size="4096" crc="25d8361a" sha1="20792c3d4c583dfc0297c6b5db1c14194e053088" region="cpu1" offset="1000"/>
		<rom name="bace3" size="4096" crc="fc38d994" sha1="319691caf79292f21282006337df3c637c033602" region="cpu1" offset="2000"/>
		<rom name="bace4" size="4096" crc="5853f341" sha1="0794324ee1bab92baaa6f5bf2cd647ce10614200" region="cpu1" offset="3000"/>
		<rom name="blankb004k.5" size="4096" crc="f154670a" sha1="e0c66649d1434eca3435033a32634cb90cef0f31" region="cpu1" offset="8000"/>
		<rom name="blankb004k.6" size="4096" crc="f154670a" sha1="e0c66649d1434eca3435033a32634cb90cef0f31" region="cpu1" offset="9000"/>
		<rom name="bace.5e" size="4096" crc="6da99c7b" sha1="dcd488e0117662caf77f453b73330740ae34ca55" region="gfx1" dispose="yes" offset="0"/>
		<rom name="bace.5f" size="4096" crc="b81cdc64" sha1="67f4cde661dbcdcf0192289e31ee80cbd0dc9dc5" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="drace" sourcefile="pacman.c">
		<description>Death Derby (Pacman Hardware)</description>
		<year>2003</year>
		<manufacturer>David Widel</manufacturer>
		<rom name="drace1" size="4096" crc="6f373bd4" sha1="e2c4f9def801c5664cf2b9684a36f762e97d12d6" region="cpu1" offset="0"/>
		<rom name="drace2" size="4096" crc="2fbf16bf" sha1="9f3714ecc40707cfa4ff1942d5fe87a03888f548" region="cpu1" offset="1000"/>
		<rom name="drace3" size="4096" crc="6e16cd16" sha1="7f13a2b181e4a62d7d71294cac8fe09fd9ac64a9" region="cpu1" offset="2000"/>
		<rom name="drace4" size="4096" crc="f7e09874" sha1="7080aaa47e0bc893cd8bd038de7af769ef4eddf6" region="cpu1" offset="3000"/>
		<rom name="blankb004k.5" size="4096" crc="f154670a" sha1="e0c66649d1434eca3435033a32634cb90cef0f31" region="cpu1" offset="8000"/>
		<rom name="blankb004k.6" size="4096" crc="f154670a" sha1="e0c66649d1434eca3435033a32634cb90cef0f31" region="cpu1" offset="9000"/>
		<rom name="drace.5e" size="4096" crc="7e2c0a53" sha1="c3c62b32927ac3c5948faeff28d4c2148fe18d0b" region="gfx1" dispose="yes" offset="0"/>
		<rom name="drace.5f" size="4096" crc="cb2dd072" sha1="e5813cc4247b9799e9513ff1a624fabc066582e3" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="kangaroh" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Kagaroo (Qbertish) (Pacman Hardware)</description>
		<year>2003</year>
		<manufacturer>David Widel</manufacturer>
		<rom name="kangaroh1" size="4096" crc="bcdd9dff" sha1="0243d9aaeaa82afb04d40eee192fdd65197fb87e" region="cpu1" offset="0"/>
		<rom name="kangaroh2" size="4096" crc="1a381ee4" sha1="04c6ceb5baa9f94cfd7235a89adf0bc0dbc8b4d1" region="cpu1" offset="1000"/>
		<rom name="kangaroh3" size="4096" crc="d4018655" sha1="fb1720045c7c7ab58af894a5d2b86d289a6cd32d" region="cpu1" offset="2000"/>
		<rom name="kangaroh4" size="4096" crc="6c3f60eb" sha1="51fc5df0ea3effdff765ea20d69f9f14575794cf" region="cpu1" offset="3000"/>
		<rom name="blank004k.5" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="8000"/>
		<rom name="blank004k.6" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="9000"/>
		<rom name="kangaroh.5e" size="4096" crc="c2afaa18" sha1="138321b5efca381fb6be053aa76b37fdc7ad6afb" region="gfx1" dispose="yes" offset="0"/>
		<rom name="kangaroh.5f" size="4096" crc="dd792694" sha1="ded7dd8e5d184ec09d25aa3429c29e9a4ead6e92" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="crush.4a" size="256" crc="2bc5d339" sha1="446e234df94d9ef34c3191877bb33dd775acfdf5" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="ladybugh" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ladybug on Pacman Hardware</description>
		<year>2003</year>
		<manufacturer>David Widel</manufacturer>
		<rom name="lazybug1" size="4096" crc="8cee62ee" sha1="f33b114f3c133cb62f962ca1b2586314b73c8270" region="cpu1" offset="0"/>
		<rom name="lazybug2" size="4096" crc="c17a5571" sha1="24bae96cf95f009825fd06916eeae8a06e2e35ae" region="cpu1" offset="1000"/>
		<rom name="lazybug3" size="4096" crc="ac53ee82" sha1="a69a71ee936ae73d5a27025528ff2c666893866d" region="cpu1" offset="2000"/>
		<rom name="ladybugh4" size="4096" crc="22a4e136" sha1="e41e4d3cc0b3ca29ae8cb9591bf36e009c76f2b2" region="cpu1" offset="3000"/>
		<rom name="lazybug5" size="4096" crc="ba11a997" sha1="8dde84e9071bfa3e60d522a02ae5bf4464e730cf" region="cpu1" offset="8000"/>
		<rom name="lazybug6" size="4096" crc="c8b79a5b" sha1="abaa9c585da1ee62d4b79968bedb429a5bbb739b" region="cpu1" offset="9000"/>
		<rom name="lazybug.5e" size="4096" crc="4e72e4f5" sha1="05188aa854034e5cd9779d4b7034ec0658ccc805" region="gfx1" dispose="yes" offset="0"/>
		<rom name="lazybug.5f" size="4096" crc="35eaf3a5" sha1="6a0e5a5289003b0d8ccb9dd585a1e12a4486977c" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mrmrspac" sourcefile="pacman.c">
		<description>Mr and Mrs Pacman</description>
		<year>2003</year>
		<manufacturer>David Widel</manufacturer>
		<rom name="mrmrspac1" size="4096" crc="02a86998" sha1="649cfe5140eb63e42069ae9ad6c426837179fcbf" region="cpu1" offset="0"/>
		<rom name="mrmrspac2" size="4096" crc="8917172f" sha1="7b09ab3b6f2a1b5d889a05295b42f70bafb5aa98" region="cpu1" offset="1000"/>
		<rom name="mrmrspac3" size="4096" crc="6fd1444a" sha1="64a98336eec75bb6ed90e77da18db8b71af562c1" region="cpu1" offset="2000"/>
		<rom name="mrmrspac4" size="4096" crc="22f68a1f" sha1="bd8d684f957ee33dace9eddcc923006036181787" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="mrmrspac6" size="4096" crc="23580455" sha1="836b815c7b1dd4deb1a1297556d0a5c126250c34" region="cpu1" offset="9000"/>
		<rom name="5e" size="4096" crc="5c281d01" sha1="5e8b472b615f12efca3fe792410c23619f067845" region="gfx1" dispose="yes" offset="0"/>
		<rom name="5f" size="4096" crc="615af909" sha1="fd6a1dde780b39aea76bf1c4befa5882573c2ef4" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mspachi" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman (Dwidel's Hiscore Kit)</description>
		<year>1998</year>
		<manufacturer>David Widel</manufacturer>
		<rom name="mspachi1" size="4096" crc="dca2ffc4" sha1="746ebc8afd3172323f1c19e97e55e0f906d68ea4" region="cpu1" offset="0"/>
		<rom name="mspachi2" size="4096" crc="fea2627b" sha1="bc7249f0939dc003de509721e7d4f669defefcfe" region="cpu1" offset="1000"/>
		<rom name="mspachi3" size="4096" crc="a9a32749" sha1="2d1036a0903a12f4f8b9e56c1599d1dccea8991a" region="cpu1" offset="2000"/>
		<rom name="mspachi4" size="4096" crc="9123cd53" sha1="e6a3461c818b2bc779f02c23d59e54530ef76584" region="cpu1" offset="3000"/>
		<rom name="mspachi5" size="4096" crc="397f196d" sha1="aab641b8053adc0a43ee5d2eba43aa6c12326dec" region="cpu1" offset="8000"/>
		<rom name="mspachi6" size="8192" crc="50de42d3" sha1="66b2dd376ab69cab2593357489251f06bc621120" region="cpu1" offset="9000"/>
		<rom name="5e" merge="5e" size="4096" crc="5c281d01" sha1="5e8b472b615f12efca3fe792410c23619f067845" region="gfx1" dispose="yes" offset="0"/>
		<rom name="5f" merge="5f" size="4096" crc="615af909" sha1="fd6a1dde780b39aea76bf1c4befa5882573c2ef4" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pactest" sourcefile="pacman.c">
		<description>Pac-Man board test</description>
		<manufacturer>David Widel</manufacturer>
		<rom name="boot1" size="4096" crc="c0423406" sha1="51630780dd7fa32a827d81a060906130fbe57345" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="71c8493c" sha1="9c8618c4dcb6c03e6faec66cd575e536778d2727" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="127142a7" sha1="75febf592026eefd707a36985470fe3923a1441d" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="fe12f50b" sha1="a28a32751a1f1ce410aa473271596a192ffab3dc" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="ptest.5e" size="4096" crc="a650e73e" sha1="e51df8e976259ea8b431dd13b6bc4728ba213d19" region="gfx1" dispose="yes" offset="0"/>
		<rom name="ptest.5f" size="4096" crc="51aa0303" sha1="59fdfc5393e883d65bf00f8b3bbfb7173440dec3" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="ppong" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Pong (Pacman Hardware)</description>
		<year>2003</year>
		<manufacturer>David Widel</manufacturer>
		<rom name="ppong1" size="4096" crc="abf90af3" sha1="785059f68b69d031e8017fc5c6f44d22208ba1d1" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="ppong.5e" size="4096" crc="57fe0ace" sha1="87b9e980c8c30b73ebf7c2750dd40806754bed51" region="gfx1" dispose="yes" offset="0"/>
		<rom name="ppong.5f" size="4096" crc="8bbd8de5" sha1="feec6c9d413c6767edf2a521da439b21ccdf3d9a" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="rainboh" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Rainbow (Incomplete) (Pacman Hardware)</description>
		<year>2003</year>
		<manufacturer>David Widel</manufacturer>
		<rom name="rainboh1" size="4096" crc="676b742e" sha1="0ec4bd459533f3f66782d0b978a0972c66b69ed4" region="cpu1" offset="0"/>
		<rom name="rainboh2" size="4096" crc="3c9f1ada" sha1="8951170cf75e5397136193ed69d920d2b9744f29" region="cpu1" offset="1000"/>
		<rom name="rainboh3" size="4096" crc="fbad5604" sha1="4cdc2a87712471ed2bba7dc215b584e9e2c37c39" region="cpu1" offset="2000"/>
		<rom name="rainboh4" size="4096" crc="1af32a9b" sha1="9830816c11342b40c056d555d6208ef1c6537557" region="cpu1" offset="3000"/>
		<rom name="blank004k.5" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="8000"/>
		<rom name="blank004k.6" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="9000"/>
		<rom name="rainboh.5e" size="4096" crc="c3292da2" sha1="11d2b8cb36dfa86c08f6072e603f18074d56c2c2" region="gfx1" dispose="yes" offset="0"/>
		<rom name="rainboh.5f" size="4096" crc="2b7455d8" sha1="9decb7671a97e7fd248cc05798119d82b7830097" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="zap" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Space Zap Tribute (Pacman Hardware)</description>
		<year>2003</year>
		<manufacturer>David Widel</manufacturer>
		<rom name="zap1" size="4096" crc="74e6e3a0" sha1="3d953bfd57aa56f8fe61d1abd01db84d027df3bb" region="cpu1" offset="0"/>
		<rom name="zap2" size="4096" crc="40e1884b" sha1="ce303b6a6c9e765c256997c19f64e9ebfd8f435e" region="cpu1" offset="1000"/>
		<rom name="blank004k.3" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="2000"/>
		<rom name="zap4" size="4096" crc="17c357e6" sha1="6486f58592b784d53a5c14f59b25c8cd513b2a0d" region="cpu1" offset="3000"/>
		<rom name="blank004k.5" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="8000"/>
		<rom name="blank004k.6" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="9000"/>
		<rom name="zap.5e" size="4096" crc="a0578404" sha1="329f3e869eecff96191642e54dbfc7b6b268f026" region="gfx1" dispose="yes" offset="0"/>
		<rom name="zap.5f" size="4096" crc="039b5c78" sha1="36a96c996f20d1b5fb4f674393a03d10cdf4a091" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="crush.4a" size="256" crc="2bc5d339" sha1="446e234df94d9ef34c3191877bb33dd775acfdf5" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="alpaca7" sourcefile="pacman.c" cloneof="alpaca8" romof="alpaca8">
		<description>Alpaca v0.7 (Pacman Hardware)</description>
		<year>2003</year>
		<manufacturer>Jerronimo</manufacturer>
		<rom name="alpaca7.6e" size="4096" crc="af4afcbf" sha1="f11e2fe309818b41cb2a28408b06d18419879c09" region="cpu1" offset="0"/>
		<rom name="blank004k.6f" merge="blank004k.6f" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="1000"/>
		<rom name="blank004k.6h" merge="blank004k.6h" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="2000"/>
		<rom name="blank004k.6j" merge="blank004k.6j" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="3000"/>
		<rom name="alpaca.5e" merge="alpaca.5e" size="4096" crc="3e879f02" sha1="0b084dd449e57476231e59f15f85a209a919959c" region="gfx1" dispose="yes" offset="0"/>
		<rom name="alpaca7.5f" size="4096" crc="a6103847" sha1="4376996ff8c19afd65f1757ce159b70071a4bd3b" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="alpaca8" sourcefile="pacman.c">
		<description>Alpaca v0.8 (Pacman Hardware)</description>
		<year>2003</year>
		<manufacturer>Jerronimo</manufacturer>
		<rom name="alpaca8.6e" size="4096" crc="86027944" sha1="c47fc62522a3bae0d49f4b68c218f73c43ed19b5" region="cpu1" offset="0"/>
		<rom name="blank004k.6f" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="1000"/>
		<rom name="blank004k.6h" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="2000"/>
		<rom name="blank004k.6j" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="3000"/>
		<rom name="alpaca.5e" size="4096" crc="3e879f02" sha1="0b084dd449e57476231e59f15f85a209a919959c" region="gfx1" dispose="yes" offset="0"/>
		<rom name="alpaca8.5f" size="4096" crc="856e53ae" sha1="95460212107b3371600569dbd4da482ec631abdb" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="crush.4a" size="256" crc="2bc5d339" sha1="446e234df94d9ef34c3191877bb33dd775acfdf5" region="proms" offset="20"/>
		<rom name="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="at" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Sequencer and Music Player</description>
		<year>2003</year>
		<manufacturer>Jerronimo</manufacturer>
		<rom name="at.6e" size="4096" crc="0ec135be" sha1="f2ba6f8ee4256420e6149853a34a2b11a3545eea" region="cpu1" offset="0"/>
		<rom name="at.6f" size="4096" crc="1b95f321" sha1="f9d76544cce43ce779a1bf59a01ac00297baa82c" region="cpu1" offset="1000"/>
		<rom name="at.6h" size="4096" crc="5892650a" sha1="7c63f42ea3f75faa15c6f5864569cb6a8f8c7c79" region="cpu1" offset="2000"/>
		<rom name="at.6j" size="4096" crc="8612016a" sha1="4e144069f194d240e503b24df9b10bcde68b2c6c" region="cpu1" offset="3000"/>
		<rom name="at.5e" size="4096" crc="eeb359bf" sha1="36f153b5ce53475fd144af50e4bd67b0e0b3a01f" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="horizpac" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Horiz Pac</description>
		<year>2004</year>
		<manufacturer>Jerronimo</manufacturer>
		<rom name="horizpac1" size="4096" crc="7cc1979d" sha1="557346859dcfce806e83dcf0da1fe60da20fed81" region="cpu1" offset="0"/>
		<rom name="horizpac2" size="4096" crc="14202b73" sha1="136b860d6ac8efb9c83b67f77fbb47c3014d4adc" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="horizpac4" size="4096" crc="9a17e8da" sha1="2696643705878207952c4559c176d486bd0027c2" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="horizpac.5e" size="4096" crc="0572335d" sha1="f2d8bb3124970b298026e841e057fbcc7cdfc4b1" region="gfx1" dispose="yes" offset="0"/>
		<rom name="horizpac.5f" size="4096" crc="4198511d" sha1="b3808062835aa0cc05fa19a678a5c8ab8fb646d7" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="0" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="horizpab" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Horiz Pac (v1.0)</description>
		<year>2004</year>
		<manufacturer>Jerronimo</manufacturer>
		<rom name="horizpac1" size="4096" crc="7cc1979d" sha1="557346859dcfce806e83dcf0da1fe60da20fed81" region="cpu1" offset="0"/>
		<rom name="horizpac2" size="4096" crc="14202b73" sha1="136b860d6ac8efb9c83b67f77fbb47c3014d4adc" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="horizpab4" size="4096" crc="c9df7abe" sha1="da21a182b81181260e2a1615115d22797bd1434a" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="horizpac.5e" size="4096" crc="0572335d" sha1="f2d8bb3124970b298026e841e057fbcc7cdfc4b1" region="gfx1" dispose="yes" offset="0"/>
		<rom name="horizpac.5f" size="4096" crc="4198511d" sha1="b3808062835aa0cc05fa19a678a5c8ab8fb646d7" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="0" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pachello" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Hello, World!</description>
		<manufacturer>Jerronimo</manufacturer>
		<rom name="pachello.6e" size="4096" crc="a8227949" sha1="793b7ba579c7e4771094d281c2589435a1bf2fda" region="cpu1" offset="0"/>
		<rom name="pachello.6f" size="4096" crc="d5690d97" sha1="51a4d63265f1d848359ca8c78ba111d72a3bc2cf" region="cpu1" offset="1000"/>
		<rom name="blank004k.6h" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="2000"/>
		<rom name="blank004k.6j" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="3000"/>
		<rom name="at.5e" size="4096" crc="eeb359bf" sha1="36f153b5ce53475fd144af50e4bd67b0e0b3a01f" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacmatri" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Matrix Effect</description>
		<year>2001</year>
		<manufacturer>Jerronimo</manufacturer>
		<rom name="pacmatri.6e" size="4096" crc="29b0497e" sha1="e45b225aabdf2f0549718885c02ae8a8eef3baeb" region="cpu1" offset="0"/>
		<rom name="pacmatri.6f" size="4096" crc="eaa7b145" sha1="4c0abf30f2c962b6eb2bdda833236b9d58544a89" region="cpu1" offset="1000"/>
		<rom name="blank004k.6h" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="2000"/>
		<rom name="blank004k.6j" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="3000"/>
		<rom name="at.5e" size="4096" crc="eeb359bf" sha1="36f153b5ce53475fd144af50e4bd67b0e0b3a01f" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacsnoop" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac Snoop v1.3</description>
		<year>2004</year>
		<manufacturer>Jerronimo</manufacturer>
		<rom name="pacsnoop.6e" size="4096" crc="fa536307" sha1="55742123de6ef87e1deef31dc75744b98129aa9e" region="cpu1" offset="0"/>
		<rom name="pacsnoop.6f" size="4096" crc="30ea615c" sha1="afb953167aa8060dc60173f3de065c07fd933cc1" region="cpu1" offset="1000"/>
		<rom name="pacsnoop.6h" size="4096" crc="25da6440" sha1="93414e82442044324ac5475a45fb124da70e5d6f" region="cpu1" offset="2000"/>
		<rom name="pacsnoop.6j" size="4096" crc="a9594951" sha1="5c4fa744fdcc3b0ead7900b079a13297d16a996f" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="ramsnoop" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Miss Snoop v1.3</description>
		<year>2004</year>
		<manufacturer>Jerronimo</manufacturer>
		<rom name="ramsnoop1" size="4096" crc="a08529fa" sha1="e448e3a2bed42fa9a2c6435849426e6a2ccf5290" region="cpu1" offset="0"/>
		<rom name="ramsnoop2" size="4096" crc="27b70dd6" sha1="e52c724c7909c2b3b8ea44c2d3540be9d23c5e03" region="cpu1" offset="1000"/>
		<rom name="ramsnoop3" size="4096" crc="812691a0" sha1="8ff6d1c2697732c0466bcb37a7f36392980b4a99" region="cpu1" offset="2000"/>
		<rom name="ramsnoop4" size="4096" crc="9e7849e3" sha1="8c574e42bffc6b88d5b5df3c6655f792b2ff5c5c" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="5e" merge="5e" size="4096" crc="5c281d01" sha1="5e8b472b615f12efca3fe792410c23619f067845" region="gfx1" dispose="yes" offset="0"/>
		<rom name="5f" merge="5f" size="4096" crc="615af909" sha1="fd6a1dde780b39aea76bf1c4befa5882573c2ef4" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="seq1" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>16 Step Simple Sequencer</description>
		<year>2003</year>
		<manufacturer>Jerronimo</manufacturer>
		<rom name="seq1.6e" size="4096" crc="7063b724" sha1="3a291d26bdfbf5c895d5f6aa70fc164299e8d9f1" region="cpu1" offset="0"/>
		<rom name="seq1.6f" size="4096" crc="95db4723" sha1="a0c47ea05e14cebc6493705cd2d46d1e3d12b23a" region="cpu1" offset="1000"/>
		<rom name="blank004k.6h" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="2000"/>
		<rom name="blank004k.6j" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="3000"/>
		<rom name="at.5e" size="4096" crc="eeb359bf" sha1="36f153b5ce53475fd144af50e4bd67b0e0b3a01f" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="test" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman Hardware Test</description>
		<year>1999</year>
		<manufacturer>David Caldwell</manufacturer>
		<rom name="test.rom" size="4096" crc="fb645998" sha1="ff57155533e1ec0fdc5c407dce8d270e86d33882" region="cpu1" offset="0"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="fasthang" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Hangly Man (Fast)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pm01.6e" size="4096" crc="5fe8610a" sha1="d63eaebd85e10aa6c27bb7f47642dd403eeb6934" region="cpu1" offset="0"/>
		<rom name="fasthang.6f" size="4096" crc="1b1014bc" sha1="c7ff86832ccd207ce8505291ae309ee0240d0586" region="cpu1" offset="1000"/>
		<rom name="pm03.6h" size="4096" crc="4e7ef99f" sha1="bd42e68b29b4d654dc817782ba00db69b7d2dfe2" region="cpu1" offset="2000"/>
		<rom name="hangly.6j" size="4096" crc="7f4147e6" sha1="0a7ac0e59d4d26fe52a2f4196c9f19e5ab677c87" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="fastpac" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac-Man (Fast)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacfast.6f" size="4096" crc="720dc3ee" sha1="7224d7acfa0144b681c71d7734a7337189835361" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacman.6j" size="4096" crc="817d94e3" sha1="d4a70d56bb01d27d094d73db8667ffb00ca69cb9" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="fastpop" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac-Man / Popeye (Fast)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacfast.6f" size="4096" crc="720dc3ee" sha1="7224d7acfa0144b681c71d7734a7337189835361" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacman.6j" size="4096" crc="817d94e3" sha1="d4a70d56bb01d27d094d73db8667ffb00ca69cb9" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="fastpop.5f" size="4096" crc="af2b610b" sha1="c787b1db588125f0770dc2bf4626ad22f0faee72" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="fastpuck" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Puck-Man (Fast)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="fastpuck.6e" size="4096" crc="a8ae23c5" sha1="1481a4f083b563350744f9d25b1bcd28073875d6" region="cpu1" offset="0"/>
		<rom name="pacfast.6f" size="4096" crc="720dc3ee" sha1="7224d7acfa0144b681c71d7734a7337189835361" region="cpu1" offset="1000"/>
		<rom name="fastpuck.6h" size="4096" crc="197443f8" sha1="119aab12a9e1052c7b9a1f81e563740b41429a8c" region="cpu1" offset="2000"/>
		<rom name="fastpuck.6j" size="4096" crc="2e64a3ba" sha1="f86a921173f32211b18d023c2701664d13ae23be" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="fstpman2" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Puck-Man II (Fast)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="fstpman2.6e" size="4096" crc="a8ae23c5" sha1="1481a4f083b563350744f9d25b1bcd28073875d6" region="cpu1" offset="0"/>
		<rom name="pacfast.6f" size="4096" crc="720dc3ee" sha1="7224d7acfa0144b681c71d7734a7337189835361" region="cpu1" offset="1000"/>
		<rom name="fstpman2.6h" size="4096" crc="197443f8" sha1="119aab12a9e1052c7b9a1f81e563740b41429a8c" region="cpu1" offset="2000"/>
		<rom name="puckman2.6j" size="4096" crc="0e3bdbde" sha1="11679a3e60cb98ef56e9f0c349d421a72b7097f6" region="cpu1" offset="3000"/>
		<rom name="pacman.5e" merge="pacman.5e" size="4096" crc="0c944964" sha1="06ef227747a440831c9a3a613b76693d52a2f0a9" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacman.5f" merge="pacman.5f" size="4096" crc="958fedf9" sha1="4a937ac02216ea8c96477d4a15522070507fb599" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="plusfast" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pac-Man Plus (Fast)</description>
		<year>2000</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacplus.6e" size="4096" crc="d611ef68" sha1="8531c54ca6b0de0ea4ccc34e0e801ba9847e75bc" region="cpu1" offset="0"/>
		<rom name="pacplus.6f" size="4096" crc="c7207556" sha1="8ba97215bdb75f0e70eb8d3223847efe4dc4fb48" region="cpu1" offset="1000"/>
		<rom name="pacplus.6h" size="4096" crc="ae379430" sha1="4e8613d51a80cf106f883db79685e1e22541da45" region="cpu1" offset="2000"/>
		<rom name="pacplus.6j" size="4096" crc="5a6dff7b" sha1="b956ae5d66683aab74b90469ad36b5bb361d677e" region="cpu1" offset="3000"/>
		<rom name="pacplus.5e" size="4096" crc="022c35da" sha1="57d7d723c7b029e3415801f4ce83469ec97bb8a1" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacplus.5f" size="4096" crc="4de65cdd" sha1="9c0699204484be819b77f0b212c792fe9e9fae5d" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacunk" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Unknown Pacman Hack</description>
		<manufacturer>hack</manufacturer>
		<rom name="unk_boot1" size="4096" crc="bb14430f" sha1="80c632cc611e6cf774cc594a833916296bbbfccc" region="cpu1" offset="0"/>
		<rom name="unk_boot2" size="4096" crc="f3f5a91b" sha1="38d912661cf95c6234b0d3650c2b6be8df3003f0" region="cpu1" offset="1000"/>
		<rom name="unk_boot3" size="4096" crc="44caab2a" sha1="10aaa38a720266739add8d2c54a4785ed133af0d" region="cpu1" offset="2000"/>
		<rom name="unk_boot4" size="4096" crc="25523534" sha1="e0272e5a8717ef95fd2d593597af4e5011081eca" region="cpu1" offset="3000"/>
		<rom name="unk_boot5" size="4096" crc="af3985c4" sha1="fb2e472b23cea56bf49ba2691a6cdeee4629a1b7" region="cpu1" offset="8000"/>
		<rom name="unk_boot6" size="4096" crc="3389fe5a" sha1="394df6145614083c16cfe606adb0faca8c6a7a09" region="cpu1" offset="9000"/>
		<rom name="unk_5e" size="4096" crc="f33761a4" sha1="401d752eacb60f2c26aae5cf6079e2bf54a8260a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="unk_5f" size="4096" crc="60e1a3b7" sha1="962b307f9fa3f3abde68507914fda78d5560f15b" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="zolamaze" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pacman (Zola Mazes)</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="5e" merge="5e" size="4096" crc="5c281d01" sha1="5e8b472b615f12efca3fe792410c23619f067845" region="gfx1" dispose="yes" offset="0"/>
		<rom name="5f" merge="5f" size="4096" crc="615af909" sha1="fd6a1dde780b39aea76bf1c4befa5882573c2ef4" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="zolaad" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Super Zola Pac Gal After Dark</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="zolapac1.bin" size="16384" crc="1aa2f312" sha1="7b9685355e398c97de6972ec947fb11ca627a4d3" region="cpu1" offset="0"/>
		<rom name="zolapac2.bin" size="8192" crc="420ff603" sha1="a314c28ec5c526da91535fd47f51c95539a2e8e8" region="cpu1" offset="8000"/>
		<rom name="msatkad.5e" size="4096" crc="dc70ed2e" sha1="b9fbb1d21085bc78eb82c429506b20e332b18e0e" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msatkad.5f" size="4096" crc="643d5523" sha1="565f92294a4b6a11dc5e9a165f35284c2a526e6c" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="zolaatk" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Super Zola Pac Gal Attack</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="zolaatk1" size="4096" crc="2b9e9433" sha1="5ab15ad04b8fe1711c0ace0471ac3594382a9fb3" region="cpu1" offset="0"/>
		<rom name="zolaatk2" size="4096" crc="0c8631d1" sha1="09739200c90979550ae4ef14d27583aac50fd724" region="cpu1" offset="1000"/>
		<rom name="zolaatk3" size="4096" crc="694450a3" sha1="fcaa1e3ee993c2f563721336c59cac8af30bcc15" region="cpu1" offset="2000"/>
		<rom name="zolaatk4" size="4096" crc="b5b30242" sha1="b0b2044bcc26a1f9aee41c81367995b67ccd5edb" region="cpu1" offset="3000"/>
		<rom name="zolaatk5" size="4096" crc="24cb5d9b" sha1="1439ba665b00e840838e5f12df7d44a022541ef4" region="cpu1" offset="8000"/>
		<rom name="zolaatk6" size="4096" crc="e0c03b4e" sha1="3ef3decf7725a3ddb996c8268d4a83cbf5edd6b4" region="cpu1" offset="9000"/>
		<rom name="5e" merge="5e" size="4096" crc="5c281d01" sha1="5e8b472b615f12efca3fe792410c23619f067845" region="gfx1" dispose="yes" offset="0"/>
		<rom name="5f" merge="5f" size="4096" crc="615af909" sha1="fd6a1dde780b39aea76bf1c4befa5882573c2ef4" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="zolapac" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Super Zola Pac Gal</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="zolapac1.bin" size="16384" crc="1aa2f312" sha1="7b9685355e398c97de6972ec947fb11ca627a4d3" region="cpu1" offset="0"/>
		<rom name="zolapac2.bin" size="8192" crc="420ff603" sha1="a314c28ec5c526da91535fd47f51c95539a2e8e8" region="cpu1" offset="8000"/>
		<rom name="5e" merge="5e" size="4096" crc="5c281d01" sha1="5e8b472b615f12efca3fe792410c23619f067845" region="gfx1" dispose="yes" offset="0"/>
		<rom name="5f" merge="5f" size="4096" crc="615af909" sha1="fd6a1dde780b39aea76bf1c4befa5882573c2ef4" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="zolaslow" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Super Zola Pac Gal (Slow)</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="zolaatk1" size="4096" crc="2b9e9433" sha1="5ab15ad04b8fe1711c0ace0471ac3594382a9fb3" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="zolaatk3" size="4096" crc="694450a3" sha1="fcaa1e3ee993c2f563721336c59cac8af30bcc15" region="cpu1" offset="2000"/>
		<rom name="zolaatk4" size="4096" crc="b5b30242" sha1="b0b2044bcc26a1f9aee41c81367995b67ccd5edb" region="cpu1" offset="3000"/>
		<rom name="zolaslow5" size="4096" crc="092292f1" sha1="156ca674c09abe348691585fb14d16d32488d50d" region="cpu1" offset="8000"/>
		<rom name="zolaslow6" size="4096" crc="52209eee" sha1="91967cac6b327af24891e953df1c6900764ea09a" region="cpu1" offset="9000"/>
		<rom name="5e" merge="5e" size="4096" crc="5c281d01" sha1="5e8b472b615f12efca3fe792410c23619f067845" region="gfx1" dispose="yes" offset="0"/>
		<rom name="5f" merge="5f" size="4096" crc="615af909" sha1="fd6a1dde780b39aea76bf1c4befa5882573c2ef4" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="zolatunl" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Super Zola Pac Gal (Tunnels)</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="zolaatk1" size="4096" crc="2b9e9433" sha1="5ab15ad04b8fe1711c0ace0471ac3594382a9fb3" region="cpu1" offset="0"/>
		<rom name="zolaatk2" size="4096" crc="0c8631d1" sha1="09739200c90979550ae4ef14d27583aac50fd724" region="cpu1" offset="1000"/>
		<rom name="zolaatk3" size="4096" crc="694450a3" sha1="fcaa1e3ee993c2f563721336c59cac8af30bcc15" region="cpu1" offset="2000"/>
		<rom name="zolaatk4" size="4096" crc="b5b30242" sha1="b0b2044bcc26a1f9aee41c81367995b67ccd5edb" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="zolaslow6" size="4096" crc="52209eee" sha1="91967cac6b327af24891e953df1c6900764ea09a" region="cpu1" offset="9000"/>
		<rom name="5e" merge="5e" size="4096" crc="5c281d01" sha1="5e8b472b615f12efca3fe792410c23619f067845" region="gfx1" dispose="yes" offset="0"/>
		<rom name="5f" merge="5f" size="4096" crc="615af909" sha1="fd6a1dde780b39aea76bf1c4befa5882573c2ef4" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="zolavect" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Vector Super Zola Pac Gal</description>
		<year>2000</year>
		<manufacturer>PacMAME</manufacturer>
		<rom name="zolapac1.bin" size="16384" crc="1aa2f312" sha1="7b9685355e398c97de6972ec947fb11ca627a4d3" region="cpu1" offset="0"/>
		<rom name="zolapac2.bin" size="8192" crc="420ff603" sha1="a314c28ec5c526da91535fd47f51c95539a2e8e8" region="cpu1" offset="8000"/>
		<rom name="msvectr.5e" size="4096" crc="56560aef" sha1="1eac2b242328ec4d6ba9faac2fd972c8cb6c3e55" region="gfx1" dispose="yes" offset="0"/>
		<rom name="msvectr.5f" size="4096" crc="57cb31e3" sha1="dc9278cee7f7ce341087760654bf0a1bcdeb2f7c" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="lazybug" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Lazy Bug</description>
		<year>1981</year>
		<manufacturer>bootleg</manufacturer>
		<rom name="lazybug1" size="4096" crc="8cee62ee" sha1="f33b114f3c133cb62f962ca1b2586314b73c8270" region="cpu1" offset="0"/>
		<rom name="lazybug2" size="4096" crc="c17a5571" sha1="24bae96cf95f009825fd06916eeae8a06e2e35ae" region="cpu1" offset="1000"/>
		<rom name="lazybug3" size="4096" crc="ac53ee82" sha1="a69a71ee936ae73d5a27025528ff2c666893866d" region="cpu1" offset="2000"/>
		<rom name="lazybug4" size="4096" crc="22a4e136" sha1="e41e4d3cc0b3ca29ae8cb9591bf36e009c76f2b2" region="cpu1" offset="3000"/>
		<rom name="lazybug5" size="4096" crc="ba11a997" sha1="8dde84e9071bfa3e60d522a02ae5bf4464e730cf" region="cpu1" offset="8000"/>
		<rom name="lazybug6" size="4096" crc="c8b79a5b" sha1="abaa9c585da1ee62d4b79968bedb429a5bbb739b" region="cpu1" offset="9000"/>
		<rom name="lazybug.5e" size="4096" crc="4e72e4f5" sha1="05188aa854034e5cd9779d4b7034ec0658ccc805" region="gfx1" dispose="yes" offset="0"/>
		<rom name="lazybug.5f" size="4096" crc="35eaf3a5" sha1="6a0e5a5289003b0d8ccb9dd585a1e12a4486977c" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="lazybug1" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Lazy Bug (Slower)</description>
		<year>1981</year>
		<manufacturer>bootleg?</manufacturer>
		<rom name="lazybug1" size="4096" crc="8cee62ee" sha1="f33b114f3c133cb62f962ca1b2586314b73c8270" region="cpu1" offset="0"/>
		<rom name="lazyalt2" size="4096" crc="3df8767b" sha1="67ee2c2357a9a6e1f4d6ab95427d0c44dc3ebc1f" region="cpu1" offset="1000"/>
		<rom name="lazybug3" size="4096" crc="ac53ee82" sha1="a69a71ee936ae73d5a27025528ff2c666893866d" region="cpu1" offset="2000"/>
		<rom name="lazybug4" size="4096" crc="22a4e136" sha1="e41e4d3cc0b3ca29ae8cb9591bf36e009c76f2b2" region="cpu1" offset="3000"/>
		<rom name="lazybug5" size="4096" crc="ba11a997" sha1="8dde84e9071bfa3e60d522a02ae5bf4464e730cf" region="cpu1" offset="8000"/>
		<rom name="lazybug6" size="4096" crc="c8b79a5b" sha1="abaa9c585da1ee62d4b79968bedb429a5bbb739b" region="cpu1" offset="9000"/>
		<rom name="lazybug.5e" size="4096" crc="4e72e4f5" sha1="05188aa854034e5cd9779d4b7034ec0658ccc805" region="gfx1" dispose="yes" offset="0"/>
		<rom name="lazybug.5f" size="4096" crc="35eaf3a5" sha1="6a0e5a5289003b0d8ccb9dd585a1e12a4486977c" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="wavybug" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Wavy Bug</description>
		<year>1981</year>
		<manufacturer>bootleg</manufacturer>
		<rom name="lazybug1" size="4096" crc="8cee62ee" sha1="f33b114f3c133cb62f962ca1b2586314b73c8270" region="cpu1" offset="0"/>
		<rom name="lazybug2" size="4096" crc="c17a5571" sha1="24bae96cf95f009825fd06916eeae8a06e2e35ae" region="cpu1" offset="1000"/>
		<rom name="lazybug3" size="4096" crc="ac53ee82" sha1="a69a71ee936ae73d5a27025528ff2c666893866d" region="cpu1" offset="2000"/>
		<rom name="wavybug4" size="4096" crc="830c47fc" sha1="bc802de8c89417c4df91c26c2f365e471ea5efaf" region="cpu1" offset="3000"/>
		<rom name="lazybug5" size="4096" crc="ba11a997" sha1="8dde84e9071bfa3e60d522a02ae5bf4464e730cf" region="cpu1" offset="8000"/>
		<rom name="lazybug6" size="4096" crc="c8b79a5b" sha1="abaa9c585da1ee62d4b79968bedb429a5bbb739b" region="cpu1" offset="9000"/>
		<rom name="lazybug.5e" size="4096" crc="4e72e4f5" sha1="05188aa854034e5cd9779d4b7034ec0658ccc805" region="gfx1" dispose="yes" offset="0"/>
		<rom name="lazybug.5f" size="4096" crc="35eaf3a5" sha1="6a0e5a5289003b0d8ccb9dd585a1e12a4486977c" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mspacii" sourcefile="pacman.c">
		<description>Ms. Pacman II</description>
		<year>1998</year>
		<manufacturer>[Midway] Orca?</manufacturer>
		<rom name="mspacii-6e.bin" size="4096" crc="df673b57" sha1="93ee4e8f9751db5f7d3c35988fcb8ae8037464ed" region="cpu1" offset="0"/>
		<rom name="mspacii-6f.bin" size="4096" crc="7591f606" sha1="0aead0ac5af602269df8732c5763147cdb543b8d" region="cpu1" offset="1000"/>
		<rom name="mspacii-6h.bin" size="4096" crc="c8ef1a7f" sha1="0c9a28bbe63d7d44511a13316937a21b8846543e" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="mspacii-1.bin" size="4096" crc="fbbc3d2e" sha1="dc4337d7f0961e048a433021f670da6d314bd663" region="cpu1" offset="8000"/>
		<rom name="mspacii-2.bin" size="4096" crc="aba3096d" sha1="661e28785931fa329c2ebdc95d78072a42c512ff" region="cpu1" offset="9000"/>
		<rom name="mspacii-5e.bin" size="4096" crc="04333722" sha1="bb179d5302b26b815b5d7eff14865e7b4f8a6880" region="gfx1" dispose="yes" offset="0"/>
		<rom name="5f" size="4096" crc="615af909" sha1="fd6a1dde780b39aea76bf1c4befa5882573c2ef4" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="preliminary" emulation="preliminary" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mtturbo" sourcefile="pacman.c" cloneof="crush" romof="crush">
		<description>Make Trax (Turbo Hack)</description>
		<year>1981</year>
		<manufacturer>[Kural] (Williams license)</manufacturer>
		<rom name="maketrax.6e" size="4096" crc="0150fb4a" sha1="ba41582d5432670654479b4bf6d938d2168858af" region="cpu1" offset="0"/>
		<rom name="maketrax.6f" size="4096" crc="77531691" sha1="68a450bcc8d832368d0f1cb2815cb5c03451796e" region="cpu1" offset="1000"/>
		<rom name="mtturbo.6h" size="4096" crc="77e0e153" sha1="8be5cf8c0337e05eaf4635f19580d6c1477e6bcc" region="cpu1" offset="2000"/>
		<rom name="maketrax.6j" size="4096" crc="0b4b5e0a" sha1="621aece612df612065f776696956ef3671421fac" region="cpu1" offset="3000"/>
		<rom name="maketrax.5e" merge="maketrax.5e" size="4096" crc="91bad2da" sha1="096197d0cb6d55bf72b5be045224f4bd6a9cfa1b" region="gfx1" dispose="yes" offset="0"/>
		<rom name="maketrax.5f" merge="maketrax.5f" size="4096" crc="aea79f55" sha1="279021e6771dfa5bd0b7c557aae44434286d91b7" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="2s140.4a" merge="2s140.4a" size="256" crc="63efb927" sha1="5c144a613fc4960a1dfd7ead89e7fee258a63171" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="270" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="First Pattern">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Teleport Holes">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mspacj" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Ms. Pac-Man (Jamma? Bootleg)</description>
		<year>1981</year>
		<manufacturer>bootleg</manufacturer>
		<rom name="mspacj1.bin" size="65536" crc="807f978a" sha1="19fa46e41ff671b88fb7d5e0a6c8c989a96e3477" region="cpu1" offset="10000"/>
		<rom name="mspacj2.bin" size="16384" crc="8ee4a3b0" sha1="01e3453c99f7a5d78ab083c49c650e898c0dd2ee" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="mspacj4.bin" size="32" crc="3545e7e9" sha1="b866b02579438afb11296e5c53a32c6425bd044d" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="mspacj3.bin" size="256" crc="640e455c" sha1="c3f7d132cf8f1ec3334366b6891fca74450a577e" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacgalu" sourcefile="pacman.c" cloneof="mspacman" romof="mspacman">
		<description>Pac-Gal (Uchida Bootleg)</description>
		<year>1998</year>
		<manufacturer>[Midway] Uchida (Bootleg)</manufacturer>
		<rom name="pacgalu_1.bin" size="32768" crc="23a0bd03" sha1="6ebf7985374a0b0d7402f54c3c9b488fdebeb65e" region="cpu1" offset="10000"/>
		<rom name="pacgalu_2.bin" size="8192" crc="d6e3a240" sha1="e176bfc6c0d2ecee825dce18758639c6e1dbe70d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacgalu.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="pacgalu.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="pacgalu.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="pacgalu.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pheartb" sourcefile="pacman.c" cloneof="puckman" romof="puckman">
		<description>Pacman Hearts 2</description>
		<year>1981</year>
		<manufacturer>Bootleg</manufacturer>
		<rom name="pheartb1.bin" size="2048" crc="69496a98" sha1="2934051d6305cc3654951bc1aacf2b8902f463fe" region="cpu1" offset="0"/>
		<rom name="pheartb5.bin" size="2048" crc="158fc01c" sha1="2f7a1e24d259fdc716ef8e7354a87780595f3c4e" region="cpu1" offset="800"/>
		<rom name="pheartb2.bin" size="2048" crc="7d177853" sha1="9b5ddaaa8b564654f97af193dbcc29f81f230a25" region="cpu1" offset="1000"/>
		<rom name="pheartb6.bin" size="2048" crc="70810ccf" sha1="3941678606aab1e53356a6781e24d84e83cc88ce" region="cpu1" offset="1800"/>
		<rom name="pheartb3.bin" size="2048" crc="b42416d1" sha1="3714efae24f35fe63dd89f0d7b82e4564c5405d3" region="cpu1" offset="2000"/>
		<rom name="pheartb7.bin" size="2048" crc="3f250c58" sha1="53bf2270c26f10f7e97960cd4c96e09e16b9bdf3" region="cpu1" offset="2800"/>
		<rom name="pheartb4.bin" size="2048" crc="01d13602" sha1="dfec0784d005f82a6b2ee55923b510d2daeb9965" region="cpu1" offset="3000"/>
		<rom name="pheartb8.bin" size="2048" crc="1f81e765" sha1="442d8a82e79ae842f1ffb46369c632c1d0b83161" region="cpu1" offset="3800"/>
		<rom name="pheartb9.bin" size="2048" crc="c62bbabf" sha1="f6f28ae33c2ab274105283b22b49ad243780a95e" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pheartb11.bin" size="2048" crc="777c70d3" sha1="ed5ccbeb1102ec9f837577de3aa51317c32520d6" region="gfx1" dispose="yes" offset="800"/>
		<rom name="pheartb10.bin" size="2048" crc="ca8c184c" sha1="833aa845824ed80777b62f03df36a920ad7c3656" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pheartb12.bin" size="2048" crc="7dc75a81" sha1="d3fe1cad3b594052d8367685febb2335b0ad62f4" region="gfx1" dispose="yes" offset="1800"/>
		<rom name="pheartb.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="pheartb.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="pheartb.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="pheartb.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="puckmanx" sourcefile="pacmanx.c">
		<description>PuckMan (Japan set 1, Probably Bootleg) (hires hack)</description>
		<year>1980</year>
		<manufacturer>Namco</manufacturer>
		<rom name="namcopac.6e" size="4096" crc="fee263b3" sha1="87117ba5082cd7a615b4ec7c02dd819003fbd669" region="cpu1" offset="0"/>
		<rom name="namcopac.6f" size="4096" crc="39d1fc83" sha1="326dbbf94c6fa2e96613dedb53702f8832b47d59" region="cpu1" offset="1000"/>
		<rom name="namcopac.6h" size="4096" crc="02083b03" sha1="7e1945f6eb51f2e51806d0439f975f7a2889b9b8" region="cpu1" offset="2000"/>
		<rom name="namcopac.6j" size="4096" crc="7a36fe55" sha1="01b4c38108d9dc4e48da4f8d685248e1e6821377" region="cpu1" offset="3000"/>
		<rom name="pacmanx.chr" size="16384" crc="a45138ce" sha1="f18344980b4a58d0abf0cc2b7853184af3d5bfa0" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacmanx.spr" size="16384" crc="92e1b10e" sha1="bb04988502fa181365c08096b5fd47fa9541c291" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<dipswitch name="2x Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="puckmnax" sourcefile="pacmanx.c" cloneof="puckmanx" romof="puckmanx">
		<description>PuckMan (Japan set 2) (hires hack)</description>
		<year>1980</year>
		<manufacturer>Namco</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="prg7" size="2048" crc="b6289b26" sha1="d249fa9cdde774d5fee7258147cd25fa3f4dc2b3" region="cpu1" offset="3000"/>
		<rom name="prg8" size="2048" crc="17a88c13" sha1="eb462de79f49b7aa8adb0cc6d31535b10550c0ce" region="cpu1" offset="3800"/>
		<rom name="puckmnax.chr" size="16384" crc="c8d9349e" sha1="8ca4045fe888b78306017a5e17b180d13b37e436" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacmanx.spr" merge="pacmanx.spr" size="16384" crc="92e1b10e" sha1="bb04988502fa181365c08096b5fd47fa9541c291" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<dipswitch name="2x Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="puckmnfx" sourcefile="pacmanx.c" cloneof="puckmanx" romof="puckmanx">
		<description>PuckMan (Japan set 1 with speedup hack) (hires hack)</description>
		<year>1980</year>
		<manufacturer>Namco</manufacturer>
		<rom name="namcopac.6e" merge="namcopac.6e" size="4096" crc="fee263b3" sha1="87117ba5082cd7a615b4ec7c02dd819003fbd669" region="cpu1" offset="0"/>
		<rom name="nampfast.6f" size="4096" crc="51b38db9" sha1="0a796f93462aec4758c2aa1c1f34cd05bb10a178" region="cpu1" offset="1000"/>
		<rom name="namcopac.6h" merge="namcopac.6h" size="4096" crc="02083b03" sha1="7e1945f6eb51f2e51806d0439f975f7a2889b9b8" region="cpu1" offset="2000"/>
		<rom name="namcopac.6j" merge="namcopac.6j" size="4096" crc="7a36fe55" sha1="01b4c38108d9dc4e48da4f8d685248e1e6821377" region="cpu1" offset="3000"/>
		<rom name="pacmanx.chr" merge="pacmanx.chr" size="16384" crc="a45138ce" sha1="f18344980b4a58d0abf0cc2b7853184af3d5bfa0" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacmanx.spr" merge="pacmanx.spr" size="16384" crc="92e1b10e" sha1="bb04988502fa181365c08096b5fd47fa9541c291" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<dipswitch name="2x Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="puckmnhx" sourcefile="pacmanx.c" cloneof="puckmanx" romof="puckmanx">
		<description>Puckman (Falcom?) (hires hack)</description>
		<year>1980</year>
		<manufacturer>hack</manufacturer>
		<rom name="pm01.6e" size="4096" crc="5fe8610a" sha1="d63eaebd85e10aa6c27bb7f47642dd403eeb6934" region="cpu1" offset="0"/>
		<rom name="pm02.6f" size="4096" crc="61d38c6c" sha1="1406aacdc9c8a3776e5853d214380ad3124408f4" region="cpu1" offset="1000"/>
		<rom name="pm03.6h" size="4096" crc="4e7ef99f" sha1="bd42e68b29b4d654dc817782ba00db69b7d2dfe2" region="cpu1" offset="2000"/>
		<rom name="pm04.6j" size="4096" crc="8939ddd2" sha1="cf769bb34f711cfd0ee75328cd5dc07442f88607" region="cpu1" offset="3000"/>
		<rom name="pacmodx.chr" size="16384" crc="a05bc552" sha1="5c2350aeac14cafebfcb7ff012427b1d3c6adf62" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacmanx.spr" merge="pacmanx.spr" size="16384" crc="92e1b10e" sha1="bb04988502fa181365c08096b5fd47fa9541c291" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<dipswitch name="2x Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacmanx" sourcefile="pacmanx.c" cloneof="puckmanx" romof="puckmanx">
		<description>Pac-Man (Midway) (hires hack)</description>
		<year>1980</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacman.6j" size="4096" crc="817d94e3" sha1="d4a70d56bb01d27d094d73db8667ffb00ca69cb9" region="cpu1" offset="3000"/>
		<rom name="pacmanx.chr" merge="pacmanx.chr" size="16384" crc="a45138ce" sha1="f18344980b4a58d0abf0cc2b7853184af3d5bfa0" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacmanx.spr" merge="pacmanx.spr" size="16384" crc="92e1b10e" sha1="bb04988502fa181365c08096b5fd47fa9541c291" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<dipswitch name="2x Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacmanfx" sourcefile="pacmanx.c" cloneof="puckmanx" romof="puckmanx">
		<description>Pac-Man (Midway, with speedup hack) (hires hack)</description>
		<year>1980</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacfast.6f" size="4096" crc="720dc3ee" sha1="7224d7acfa0144b681c71d7734a7337189835361" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacman.6j" size="4096" crc="817d94e3" sha1="d4a70d56bb01d27d094d73db8667ffb00ca69cb9" region="cpu1" offset="3000"/>
		<rom name="pacmanx.chr" merge="pacmanx.chr" size="16384" crc="a45138ce" sha1="f18344980b4a58d0abf0cc2b7853184af3d5bfa0" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacmanx.spr" merge="pacmanx.spr" size="16384" crc="92e1b10e" sha1="bb04988502fa181365c08096b5fd47fa9541c291" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<dipswitch name="2x Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="puckmodx" sourcefile="pacmanx.c" cloneof="puckmanx" romof="puckmanx">
		<description>PuckMan (Japan set 3) (hires hack)</description>
		<year>1981</year>
		<manufacturer>Namco</manufacturer>
		<rom name="namcopac.6e" merge="namcopac.6e" size="4096" crc="fee263b3" sha1="87117ba5082cd7a615b4ec7c02dd819003fbd669" region="cpu1" offset="0"/>
		<rom name="namcopac.6f" merge="namcopac.6f" size="4096" crc="39d1fc83" sha1="326dbbf94c6fa2e96613dedb53702f8832b47d59" region="cpu1" offset="1000"/>
		<rom name="namcopac.6h" merge="namcopac.6h" size="4096" crc="02083b03" sha1="7e1945f6eb51f2e51806d0439f975f7a2889b9b8" region="cpu1" offset="2000"/>
		<rom name="npacmod.6j" size="4096" crc="7d98d5f5" sha1="39939bcd6fb785d0d06fd29f0287158ab1267dfc" region="cpu1" offset="3000"/>
		<rom name="pacmanx.chr" merge="pacmanx.chr" size="16384" crc="a45138ce" sha1="f18344980b4a58d0abf0cc2b7853184af3d5bfa0" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacmanx.spr" merge="pacmanx.spr" size="16384" crc="92e1b10e" sha1="bb04988502fa181365c08096b5fd47fa9541c291" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<dipswitch name="2x Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacmodx" sourcefile="pacmanx.c" cloneof="puckmanx" romof="puckmanx">
		<description>Pac-Man (Midway, harder) (hires hack)</description>
		<year>1981</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacmanh.6e" size="4096" crc="3b2ec270" sha1="48fc607ad8d86249948aa377c677ae44bb8ad3da" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacmanh.6h" size="4096" crc="18811780" sha1="ab34acaa3dbcafe8b20c2197f36641e471984487" region="cpu1" offset="2000"/>
		<rom name="pacmanh.6j" size="4096" crc="5c96a733" sha1="22ae15a6f088e7296f77c7487a350c4bd102f00e" region="cpu1" offset="3000"/>
		<rom name="pacmodx.chr" size="16384" crc="a05bc552" sha1="5c2350aeac14cafebfcb7ff012427b1d3c6adf62" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacmanx.spr" merge="pacmanx.spr" size="16384" crc="92e1b10e" sha1="bb04988502fa181365c08096b5fd47fa9541c291" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<dipswitch name="2x Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="newpuc2x" sourcefile="pacmanx.c" cloneof="puckmanx" romof="puckmanx">
		<description>Newpuc2 (hires hack)</description>
		<year>1980</year>
		<manufacturer>hack</manufacturer>
		<rom name="6e.cpu" size="2048" crc="69496a98" sha1="2934051d6305cc3654951bc1aacf2b8902f463fe" region="cpu1" offset="0"/>
		<rom name="6k.cpu" size="2048" crc="158fc01c" sha1="2f7a1e24d259fdc716ef8e7354a87780595f3c4e" region="cpu1" offset="800"/>
		<rom name="6f.cpu" size="2048" crc="7d177853" sha1="9b5ddaaa8b564654f97af193dbcc29f81f230a25" region="cpu1" offset="1000"/>
		<rom name="6m.cpu" size="2048" crc="70810ccf" sha1="3941678606aab1e53356a6781e24d84e83cc88ce" region="cpu1" offset="1800"/>
		<rom name="6h.cpu" size="2048" crc="81719de8" sha1="e886d04ac0e20562a4bd2df7676bdf9aa98665d7" region="cpu1" offset="2000"/>
		<rom name="6n.cpu" size="2048" crc="3f250c58" sha1="53bf2270c26f10f7e97960cd4c96e09e16b9bdf3" region="cpu1" offset="2800"/>
		<rom name="6j.cpu" size="2048" crc="e6675736" sha1="85d0bb79bc96acbc67fcb70ff4d453c870a6c8ea" region="cpu1" offset="3000"/>
		<rom name="6p.cpu" size="2048" crc="1f81e765" sha1="442d8a82e79ae842f1ffb46369c632c1d0b83161" region="cpu1" offset="3800"/>
		<rom name="newpuc2x.chr" size="16384" crc="0a64f4c8" sha1="1f3456b14b2b847869db6eeb3c115e3042b24672" region="gfx1" dispose="yes" offset="0"/>
		<rom name="newpuc2x.spr" size="16384" crc="4ba7164c" sha1="902e6f0bfeed8f40b83cf0eb7de6440d91ee811d" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<dipswitch name="2x Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="nwpuc2bx" sourcefile="pacmanx.c" cloneof="puckmanx" romof="puckmanx">
		<description>Newpuc2 (set 2) (hires hack)</description>
		<year>1980</year>
		<manufacturer>hack</manufacturer>
		<rom name="np2b1.bin" size="2048" crc="9d027c4a" sha1="88e094880057451a75cdc2ce9477403021813982" region="cpu1" offset="0"/>
		<rom name="6k.cpu" size="2048" crc="158fc01c" sha1="2f7a1e24d259fdc716ef8e7354a87780595f3c4e" region="cpu1" offset="800"/>
		<rom name="6f.cpu" size="2048" crc="7d177853" sha1="9b5ddaaa8b564654f97af193dbcc29f81f230a25" region="cpu1" offset="1000"/>
		<rom name="6m.cpu" size="2048" crc="70810ccf" sha1="3941678606aab1e53356a6781e24d84e83cc88ce" region="cpu1" offset="1800"/>
		<rom name="np2b3.bin" size="2048" crc="f5e4b2b1" sha1="68464f61cc50931f6cd4bb493dd703c139500825" region="cpu1" offset="2000"/>
		<rom name="6n.cpu" size="2048" crc="3f250c58" sha1="53bf2270c26f10f7e97960cd4c96e09e16b9bdf3" region="cpu1" offset="2800"/>
		<rom name="np2b4.bin" size="2048" crc="f068e009" sha1="a30763935e116559d535654827230bb21a5734bb" region="cpu1" offset="3000"/>
		<rom name="np2b8.bin" size="2048" crc="1fadcc2f" sha1="2d636cfc2b52b671ac5a26a03b1195e2cf8d4718" region="cpu1" offset="3800"/>
		<rom name="newpuc2x.chr" size="16384" crc="0a64f4c8" sha1="1f3456b14b2b847869db6eeb3c115e3042b24672" region="gfx1" dispose="yes" offset="0"/>
		<rom name="newpuc2x.spr" size="16384" crc="4ba7164c" sha1="902e6f0bfeed8f40b83cf0eb7de6440d91ee811d" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<dipswitch name="2x Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="nwpuckxx" sourcefile="pacmanx.c" cloneof="puckmanx" romof="puckmanx">
		<description>New Puck-X (hires hack)</description>
		<year>1980</year>
		<manufacturer>hack</manufacturer>
		<rom name="puckman.6e" size="4096" crc="a8ae23c5" sha1="1481a4f083b563350744f9d25b1bcd28073875d6" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="puckman.6h" size="4096" crc="197443f8" sha1="119aab12a9e1052c7b9a1f81e563740b41429a8c" region="cpu1" offset="2000"/>
		<rom name="puckman.6j" size="4096" crc="2e64a3ba" sha1="f86a921173f32211b18d023c2701664d13ae23be" region="cpu1" offset="3000"/>
		<rom name="pacmanx.chr" merge="pacmanx.chr" size="16384" crc="a45138ce" sha1="f18344980b4a58d0abf0cc2b7853184af3d5bfa0" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacmanx.spr" merge="pacmanx.spr" size="16384" crc="92e1b10e" sha1="bb04988502fa181365c08096b5fd47fa9541c291" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<dipswitch name="2x Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pheartx" sourcefile="pacmanx.c" cloneof="puckmanx" romof="puckmanx">
		<description>Pac-Man (Hearts) (hires hack)</description>
		<year>1981</year>
		<manufacturer>hack</manufacturer>
		<rom name="1.6e" size="2048" crc="d844b679" sha1="c4486198b3126bb8e05a308c53787e51065f77ae" region="cpu1" offset="0"/>
		<rom name="pacheart.pg2" size="2048" crc="b9152a38" sha1="b6be2cb6bc7dd123503eb6bf1165dd1c99456813" region="cpu1" offset="800"/>
		<rom name="2.6f" size="2048" crc="7d177853" sha1="9b5ddaaa8b564654f97af193dbcc29f81f230a25" region="cpu1" offset="1000"/>
		<rom name="pacheart.pg4" size="2048" crc="842d6574" sha1="40e32d09cc8d701eb318716493a68cf3f95d3d6d" region="cpu1" offset="1800"/>
		<rom name="3.6h" size="2048" crc="9045a44c" sha1="a97d7016effbd2ace9a7d92ceb04a6ce18fb42f9" region="cpu1" offset="2000"/>
		<rom name="7.6n" size="2048" crc="888f3c3e" sha1="c2b5917bf13071131dd53ea76f0da86706db2d80" region="cpu1" offset="2800"/>
		<rom name="pacheart.pg7" size="2048" crc="f5265c10" sha1="9a320790d7a03fd6192a92d30b3e9c754bbc6a9d" region="cpu1" offset="3000"/>
		<rom name="pacheart.pg8" size="2048" crc="1a21a381" sha1="d5367a327d19fb57ba5e484bd4fda1b10953c040" region="cpu1" offset="3800"/>
		<rom name="pheartx.chr" size="16384" crc="868825e6" sha1="0cbe23ad47ef77f4ddfc0d476704a79701c621f1" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pheartx.spr" size="16384" crc="b7d222ba" sha1="83a6bceff705bc2f7d7766f417ba5a9aa2a9a28e" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<dipswitch name="2x Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="hanglyx" sourcefile="pacmanx.c" cloneof="puckmanx" romof="puckmanx">
		<description>Hangly-Man (set 1) (hires hack)</description>
		<year>1981</year>
		<manufacturer>hack</manufacturer>
		<rom name="hangly.6e" size="4096" crc="5fe8610a" sha1="d63eaebd85e10aa6c27bb7f47642dd403eeb6934" region="cpu1" offset="0"/>
		<rom name="hangly.6f" size="4096" crc="73726586" sha1="cedddc5194589039dd8b64f07ab6320d7d4f55f9" region="cpu1" offset="1000"/>
		<rom name="hangly.6h" size="4096" crc="4e7ef99f" sha1="bd42e68b29b4d654dc817782ba00db69b7d2dfe2" region="cpu1" offset="2000"/>
		<rom name="hangly.6j" size="4096" crc="7f4147e6" sha1="0a7ac0e59d4d26fe52a2f4196c9f19e5ab677c87" region="cpu1" offset="3000"/>
		<rom name="pacmanx.chr" merge="pacmanx.chr" size="16384" crc="a45138ce" sha1="f18344980b4a58d0abf0cc2b7853184af3d5bfa0" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacmanx.spr" merge="pacmanx.spr" size="16384" crc="92e1b10e" sha1="bb04988502fa181365c08096b5fd47fa9541c291" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<dipswitch name="2x Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="hangly2x" sourcefile="pacmanx.c" cloneof="puckmanx" romof="puckmanx">
		<description>Hangly-Man (set 2) (hires hack)</description>
		<year>1981</year>
		<manufacturer>hack</manufacturer>
		<rom name="hangly.6e" size="4096" crc="5fe8610a" sha1="d63eaebd85e10aa6c27bb7f47642dd403eeb6934" region="cpu1" offset="0"/>
		<rom name="hangly2.6f" size="2048" crc="5ba228bb" sha1="b0e902cdf98bee72d6ec8069eec96adce3245074" region="cpu1" offset="1000"/>
		<rom name="hangly2.6m" size="2048" crc="baf5461e" sha1="754586a6449fd54a342f260e572c1cd60ab70815" region="cpu1" offset="1800"/>
		<rom name="hangly.6h" size="4096" crc="4e7ef99f" sha1="bd42e68b29b4d654dc817782ba00db69b7d2dfe2" region="cpu1" offset="2000"/>
		<rom name="hangly2.6j" size="2048" crc="51305374" sha1="6197b606a0eedb11135d9f4f7a89aecc23fb2d33" region="cpu1" offset="3000"/>
		<rom name="hangly2.6p" size="2048" crc="427c9d4d" sha1="917bc3d571cbdd24d88327ecabfb5b3f6d39af0a" region="cpu1" offset="3800"/>
		<rom name="pacmodx.chr" size="16384" crc="a05bc552" sha1="5c2350aeac14cafebfcb7ff012427b1d3c6adf62" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacmanx.spr" merge="pacmanx.spr" size="16384" crc="92e1b10e" sha1="bb04988502fa181365c08096b5fd47fa9541c291" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<dipswitch name="2x Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="hangly3x" sourcefile="pacmanx.c" cloneof="puckmanx" romof="puckmanx">
		<description>Hangly-Man (set 3) (hires hack)</description>
		<year>1981</year>
		<manufacturer>hack</manufacturer>
		<rom name="hm1.6e" size="2048" crc="9d027c4a" sha1="88e094880057451a75cdc2ce9477403021813982" region="cpu1" offset="0"/>
		<rom name="hm5.6k" size="2048" crc="194c7189" sha1="fd423bac2810015313841c7b935054565390fbd0" region="cpu1" offset="800"/>
		<rom name="hangly2.6f" size="2048" crc="5ba228bb" sha1="b0e902cdf98bee72d6ec8069eec96adce3245074" region="cpu1" offset="1000"/>
		<rom name="hangly2.6m" size="2048" crc="baf5461e" sha1="754586a6449fd54a342f260e572c1cd60ab70815" region="cpu1" offset="1800"/>
		<rom name="hm3.6h" size="2048" crc="08419c4a" sha1="7e5001adad401080c788737c1d2349f218750442" region="cpu1" offset="2000"/>
		<rom name="hm7.6n" size="2048" crc="ab74b51f" sha1="1bce8933ed7807eb7aca9670df8994f8d1a8b5b7" region="cpu1" offset="2800"/>
		<rom name="hm4.6j" size="2048" crc="5039b082" sha1="086a6ac4742734167d283b1121fce29d8ac4a6cd" region="cpu1" offset="3000"/>
		<rom name="hm8.6p" size="2048" crc="931770d7" sha1="78fcf88e07ec5126c12c3297b62ca388809e947c" region="cpu1" offset="3800"/>
		<rom name="hangly3x.chr" size="16384" crc="54abb087" sha1="a57b59325172902c3fae57c5a23e588d5ac7b8ca" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacmanx.spr" merge="pacmanx.spr" size="16384" crc="92e1b10e" sha1="bb04988502fa181365c08096b5fd47fa9541c291" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<dipswitch name="2x Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacplusx" sourcefile="pacmanx.c">
		<description>Pac-Man Plus (hires hack)</description>
		<year>1982</year>
		<manufacturer>[Namco] (Midway license)</manufacturer>
		<rom name="pacplus.6e" size="4096" crc="d611ef68" sha1="8531c54ca6b0de0ea4ccc34e0e801ba9847e75bc" region="cpu1" offset="0"/>
		<rom name="pacplus.6f" size="4096" crc="c7207556" sha1="8ba97215bdb75f0e70eb8d3223847efe4dc4fb48" region="cpu1" offset="1000"/>
		<rom name="pacplus.6h" size="4096" crc="ae379430" sha1="4e8613d51a80cf106f883db79685e1e22541da45" region="cpu1" offset="2000"/>
		<rom name="pacplus.6j" size="4096" crc="5a6dff7b" sha1="b956ae5d66683aab74b90469ad36b5bb361d677e" region="cpu1" offset="3000"/>
		<rom name="pacplusx.chr" size="16384" crc="06b08556" sha1="982329d9568ee1a6edb8a1ed39686a33f65a1411" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacplusx.spr" size="16384" crc="57e9f865" sha1="e40f5a34b597e32bbc230ae3ad5f32cdbadf2438" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="pacplus.7f" size="32" crc="063dd53a" sha1="2e43b46ec3b101d1babab87cdaddfa944116ec06" region="proms" offset="0"/>
		<rom name="pacplus.4a" size="256" crc="e271a166" sha1="cf006536215a7a1d488eebc1d8a2e2a8134ce1a6" region="proms" offset="20"/>
		<rom name="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Ghost Names">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Alternate"/>
		</dipswitch>
		<dipswitch name="2x Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mspacmnx" sourcefile="pacmanx.c">
		<description>Ms. Pac-Man (hires hack)</description>
		<year>1981</year>
		<manufacturer>Midway</manufacturer>
		<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacman.6j" size="4096" crc="817d94e3" sha1="d4a70d56bb01d27d094d73db8667ffb00ca69cb9" region="cpu1" offset="3000"/>
		<rom name="u5" size="2048" crc="f45fbbcd" sha1="b26cc1c8ee18e9b1daa97956d2159b954703a0ec" region="cpu1" offset="8000"/>
		<rom name="u6" size="4096" crc="a90e7000" sha1="e4df96f1db753533f7d770aa62ae1973349ea4cf" region="cpu1" offset="9000"/>
		<rom name="u7" size="4096" crc="c82cd714" sha1="1d8ac7ad03db2dc4c8c18ade466e12032673f874" region="cpu1" offset="b000"/>
		<rom name="mspacmnx.chr" size="16384" crc="d9a2897d" sha1="38cc83d1a854ae289da7904faff32114a9731bda" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mspacmnx.spr" size="16384" crc="6f625a9e" sha1="d9d739ba412c9374b26006d99a345212ef97f868" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="2x Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mspacmfx" sourcefile="pacmanx.c" cloneof="mspacmnx" romof="mspacmnx">
		<description>Ms. Pac-Man (with speedup hack) (hires hack)</description>
		<year>1981</year>
		<manufacturer>Midway</manufacturer>
		<rom name="pacman.6e" merge="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacfast.6f" size="4096" crc="720dc3ee" sha1="7224d7acfa0144b681c71d7734a7337189835361" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" merge="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacman.6j" merge="pacman.6j" size="4096" crc="817d94e3" sha1="d4a70d56bb01d27d094d73db8667ffb00ca69cb9" region="cpu1" offset="3000"/>
		<rom name="u5" merge="u5" size="2048" crc="f45fbbcd" sha1="b26cc1c8ee18e9b1daa97956d2159b954703a0ec" region="cpu1" offset="8000"/>
		<rom name="u6" merge="u6" size="4096" crc="a90e7000" sha1="e4df96f1db753533f7d770aa62ae1973349ea4cf" region="cpu1" offset="9000"/>
		<rom name="u7" merge="u7" size="4096" crc="c82cd714" sha1="1d8ac7ad03db2dc4c8c18ade466e12032673f874" region="cpu1" offset="b000"/>
		<rom name="mspacmnx.chr" merge="mspacmnx.chr" size="16384" crc="d9a2897d" sha1="38cc83d1a854ae289da7904faff32114a9731bda" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mspacmnx.spr" merge="mspacmnx.spr" size="16384" crc="6f625a9e" sha1="d9d739ba412c9374b26006d99a345212ef97f868" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="2x Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mspacatx" sourcefile="pacmanx.c" cloneof="mspacmnx" romof="mspacmnx">
		<description>Ms. Pac Attack (hires hack)</description>
		<year>1981</year>
		<manufacturer>hack</manufacturer>
		<rom name="pacman.6e" merge="pacman.6e" size="4096" crc="c1e6ab10" sha1="e87e059c5be45753f7e9f33dff851f16d6751181" region="cpu1" offset="0"/>
		<rom name="pacman.6f" merge="pacman.6f" size="4096" crc="1a6fb2d4" sha1="674d3a7f00d8be5e38b1fdc208ebef5a92d38329" region="cpu1" offset="1000"/>
		<rom name="pacman.6h" merge="pacman.6h" size="4096" crc="bcdd1beb" sha1="8e47e8c2c4d6117d174cdac150392042d3e0a881" region="cpu1" offset="2000"/>
		<rom name="pacman.6j" merge="pacman.6j" size="4096" crc="817d94e3" sha1="d4a70d56bb01d27d094d73db8667ffb00ca69cb9" region="cpu1" offset="3000"/>
		<rom name="u5" merge="u5" size="2048" crc="f45fbbcd" sha1="b26cc1c8ee18e9b1daa97956d2159b954703a0ec" region="cpu1" offset="8000"/>
		<rom name="u6pacatk" size="4096" crc="f6d83f4d" sha1="6135b187d6b968554d08f2ac00d3a3313efb8638" region="cpu1" offset="9000"/>
		<rom name="u7" merge="u7" size="4096" crc="c82cd714" sha1="1d8ac7ad03db2dc4c8c18ade466e12032673f874" region="cpu1" offset="b000"/>
		<rom name="mspacmnx.chr" merge="mspacmnx.chr" size="16384" crc="d9a2897d" sha1="38cc83d1a854ae289da7904faff32114a9731bda" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mspacmnx.spr" merge="mspacmnx.spr" size="16384" crc="6f625a9e" sha1="d9d739ba412c9374b26006d99a345212ef97f868" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="2x Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mspacmbx" sourcefile="pacmanx.c" cloneof="mspacmnx" romof="mspacmnx">
		<description>Ms. Pac-Man (bootleg) (hires hack)</description>
		<year>1981</year>
		<manufacturer>bootleg</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="mspacmnx.chr" merge="mspacmnx.chr" size="16384" crc="d9a2897d" sha1="38cc83d1a854ae289da7904faff32114a9731bda" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mspacmnx.spr" merge="mspacmnx.spr" size="16384" crc="6f625a9e" sha1="d9d739ba412c9374b26006d99a345212ef97f868" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="2x Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pacgalx" sourcefile="pacmanx.c" cloneof="mspacmnx" romof="mspacmnx">
		<description>Pac-Gal (hires hack)</description>
		<year>1981</year>
		<manufacturer>hack</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="boot2" size="4096" crc="0d32de5e" sha1="13ea0c343de072508908be885e6a2a217bbb3047" region="cpu1" offset="1000"/>
		<rom name="pacman.7fh" size="4096" crc="513f4d5c" sha1="ae011b89422bd8cbb80389814500bc1427f6ecb2" region="cpu1" offset="2000"/>
		<rom name="pacman.7hj" size="4096" crc="70694c8e" sha1="d0d02f0997b44e1ba5ea27fc3f7af1b956e2a687" region="cpu1" offset="3000"/>
		<rom name="boot5" size="4096" crc="8c3e6de6" sha1="fed6e9a2b210b07e7189a18574f6b8c4ec5bb49b" region="cpu1" offset="8000"/>
		<rom name="boot6" size="4096" crc="368cb165" sha1="387010a0c76319a1eab61b54c9bcb5c66c4b67a1" region="cpu1" offset="9000"/>
		<rom name="mspacmnx.chr" merge="mspacmnx.chr" size="16384" crc="d9a2897d" sha1="38cc83d1a854ae289da7904faff32114a9731bda" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pacgalx.spr" size="16384" crc="dfb2a9e9" sha1="a7c297910fce9723054ce9a7abc0175e75e72d1c" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s129.4a" size="256" crc="63efb927" sha1="5c144a613fc4960a1dfd7ead89e7fee258a63171" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="2x Speed Cheat">
			<dipvalue name="Disabled" default="yes"/>
			<dipvalue name="Enabled Always"/>
			<dipvalue name="Enabled with Button"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mspacplx" sourcefile="pacmanx.c" cloneof="mspacmnx" romof="mspacmnx">
		<description>Ms. Pac-Man Plus (hires hack)</description>
		<year>1981</year>
		<manufacturer>hack</manufacturer>
		<rom name="boot1" size="4096" crc="d16b31b7" sha1="bc2247ec946b639dd1f00bfc603fa157d0baaa97" region="cpu1" offset="0"/>
		<rom name="mspacatk.2" size="4096" crc="0af09d31" sha1="6ff73e4da4910bcd2ca3aa299d8ffad23f8abf79" region="cpu1" offset="1000"/>
		<rom name="boot3" size="4096" crc="1821ee0b" sha1="5ea4d907dbb2690698db72c4e0b5be4d3e9a7786" region="cpu1" offset="2000"/>
		<rom name="boot4" size="4096" crc="165a9dd8" sha1="3022a408118fa7420060e32a760aeef15b8a96cf" region="cpu1" offset="3000"/>
		<rom name="mspacatk.5" size="4096" crc="e6e06954" sha1="ee5b266b1cc178df31fc1da5f66ef4911c653dda" region="cpu1" offset="8000"/>
		<rom name="mspacatk.6" size="4096" crc="3b5db308" sha1="c1ba630cb8fb665c4881a6cce9d3b0d4300bd0eb" region="cpu1" offset="9000"/>
		<rom name="mspacmnx.chr" merge="mspacmnx.chr" size="16384" crc="d9a2897d" sha1="38cc83d1a854ae289da7904faff32114a9731bda" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mspacmnx.spr" merge="mspacmnx.spr" size="16384" crc="6f625a9e" sha1="d9d739ba412c9374b26006d99a345212ef97f868" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<sound channels="1"/>
		<input players="2" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="mschampx" sourcefile="pacmanx.c" cloneof="mspacmnx" romof="mspacmnx">
		<description>Ms. Pacman Champion Edition / Super Zola Pac Gal (hires hack)</description>
		<year>1995</year>
		<manufacturer>hack</manufacturer>
		<rom name="pm4.bin" size="65536" crc="7d6b6303" sha1="65ad72a9188422653c02a48c07ed2661e1e36961" region="cpu1" offset="10000"/>
		<rom name="mschampx.chr" size="16384" crc="b3b248f8" sha1="5e8271b28c6a98e36b4685224bbc99154ae6ba5b" region="gfx1" dispose="yes" offset="0"/>
		<rom name="mspacmnx.spr" merge="mspacmnx.spr" size="16384" crc="6f625a9e" sha1="d9d739ba412c9374b26006d99a345212ef97f868" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="82s123.7f" merge="82s123.7f" size="32" crc="2fc650bd" sha1="8d0268dee78e47c712202b0ec4f1f51109b1f2a5" region="proms" offset="0"/>
		<rom name="82s126.4a" merge="82s126.4a" size="256" crc="3eb3a8e4" sha1="19097b5f60d1030f8b82d9f1d3a241f93e5c75d6" region="proms" offset="20"/>
		<rom name="82s126.1m" merge="82s126.1m" size="256" crc="a9cc86bf" sha1="bbcec0570aeceb582ff8238a4bc8546a23430081" region="sound1" offset="0"/>
		<rom name="82s126.3m" merge="82s126.3m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<sound channels="1"/>
		<input players="2" coins="3">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1"/>
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000"/>
			<dipvalue name="20000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Game">
			<dipvalue name="Champion Edition" default="yes"/>
			<dipvalue name="Super Zola Pac Gal"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="pckgalgr" sourcefile="pcktgal.c">
		<description>Pocket Gal (Greek)</description>
		<year>1987</year>
		<manufacturer>GreekRoms</manufacturer>
		<rom name="eb04gr.rom" size="65536" crc="9a7a826c" sha1="f0c62a760cc05e31568723eaf354a735c28d20ab" region="cpu1" offset="10000"/>
		<rom name="eb03.rom" size="65536" crc="cb029b02" sha1="fbb3da08ed05ae73fbeeb13e0e2ff735aaf83db8" region="cpu2" offset="10000"/>
		<rom name="eb01gr.rom" size="65536" crc="9e5e5743" sha1="3379bcd36148c37bfc8d2eb2909104b367797856" region="gfx1" dispose="yes" offset="0"/>
		<rom name="eb02gr.rom" size="65536" crc="be11227c" sha1="c41b10f23ce60829a40851ad024e189bc7e5b07c" region="gfx1" dispose="yes" offset="10000"/>
		<rom name="eb00gr.rom" size="65536" crc="5eeb40e8" sha1="703b2b87954032a383c6f34316df2b5ec6a59488" region="gfx2" dispose="yes" offset="0"/>
		<rom name="eb05.rom" size="512" crc="3b6198cb" sha1="d32b364cfce99637998ca83ad21783f80364dd65" region="proms" offset="0"/>
		<rom name="eb06.rom" size="512" crc="1fbd4b59" sha1="84e20329003cf09b849b49e1d83edc330d49f404" region="proms" offset="200"/>
		<chip type="cpu" name="M6502" clock="2000000"/>
		<chip type="cpu" name="M6502" clock="1500000"/>
		<chip type="audio" name="YM2203" clock="1500000"/>
		<chip type="audio" name="YM3812" clock="3000000"/>
		<chip type="audio" name="MSM5205" clock="384000"/>
		<display type="raster" rotate="0" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Allow 2 Players Game">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Time">
			<dipvalue name="100"/>
			<dipvalue name="120" default="yes"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="512"/>
	</game>
	<game name="pcktgalk" sourcefile="pcktgal.c">
		<description>Pocket Gal (Korean)</description>
		<year>1987</year>
		<manufacturer>Hack</manufacturer>
		<rom name="eb04.rom" size="65536" crc="8215d60d" sha1="ac26dfce7e215be21f2a17f864c5e966b8b8322e" region="cpu1" offset="10000"/>
		<rom name="eb03.rom" size="65536" crc="cb029b02" sha1="fbb3da08ed05ae73fbeeb13e0e2ff735aaf83db8" region="cpu2" offset="10000"/>
		<rom name="eb01k.rom" size="65536" crc="3b9f8e29" sha1="b7ae6d72b9fc1f4964b673346d76a9d24cd5606c" region="gfx1" dispose="yes" offset="0"/>
		<rom name="eb02.rom" size="65536" crc="a9dcd339" sha1="245824ab86cdfe4b842ce1be0af60f2ff4c6ae07" region="gfx1" dispose="yes" offset="10000"/>
		<rom name="eb00.rom" size="65536" crc="6c1a14a8" sha1="03201197304c5f1d854b8c4f4a5c78336b51f872" region="gfx2" dispose="yes" offset="0"/>
		<rom name="eb05.rom" size="512" crc="3b6198cb" sha1="d32b364cfce99637998ca83ad21783f80364dd65" region="proms" offset="0"/>
		<rom name="eb06.rom" size="512" crc="1fbd4b59" sha1="84e20329003cf09b849b49e1d83edc330d49f404" region="proms" offset="200"/>
		<chip type="cpu" name="M6502" clock="2000000"/>
		<chip type="cpu" name="M6502" clock="1500000"/>
		<chip type="audio" name="YM2203" clock="1500000"/>
		<chip type="audio" name="YM3812" clock="3000000"/>
		<chip type="audio" name="MSM5205" clock="384000"/>
		<display type="raster" rotate="0" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Allow 2 Players Game">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Time">
			<dipvalue name="100"/>
			<dipvalue name="120" default="yes"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="512"/>
	</game>
	<game name="pengopop" sourcefile="pengo.c" cloneof="pengo" romof="pengo">
		<description>Pengo (Popcorn Music)</description>
		<year>1997</year>
		<manufacturer>Sega</manufacturer>
		<rom name="pengo.u8" size="4096" crc="3dfeb20e" sha1="a387b72501da77bf38b58619d2099083a0463e1f" region="cpu1" offset="0"/>
		<rom name="pengo.u7" size="4096" crc="1db341bd" sha1="d1c66bb9cf479e6960dbcd35c820097a81eaa555" region="cpu1" offset="1000"/>
		<rom name="pengo.u15" size="4096" crc="7c2842d5" sha1="a8a568da68babd0ccb9f2cee4182fc01c3138494" region="cpu1" offset="2000"/>
		<rom name="pengo.u14" size="4096" crc="6e3c1f2f" sha1="2ee821b0f6e0f3cfeae7f5ff25a6e9bd977efce0" region="cpu1" offset="3000"/>
		<rom name="ep5124.21" size="4096" crc="95f354ff" sha1="fdebc68a6d87f8ecdf52a57a34ae5ae844a13510" region="cpu1" offset="4000"/>
		<rom name="pengo.u20" size="4096" crc="0fdb04b8" sha1="ed814d58318c1055e475ff678609d189727bf9b4" region="cpu1" offset="5000"/>
		<rom name="ep5126.32" size="4096" crc="e5920728" sha1="0ac5ffdad7bdcb32e630b9582e1b1aaece5198c9" region="cpu1" offset="6000"/>
		<rom name="pengopc.u31" size="4096" crc="1ede8569" sha1="0d10a0896847a06185a91eb83c0ccb88c4307b33" region="cpu1" offset="7000"/>
		<rom name="ep1640.92" merge="ep1640.92" size="8192" crc="d7eec6cd" sha1="e542bcc28f292be9a0a29d949de726e0b55e654a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="ep1695.105" merge="ep1695.105" size="8192" crc="5bfd26e9" sha1="bdec535e486b43a8f5550334beff423eeace10b2" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pr1633.78" merge="pr1633.78" size="32" crc="3a5844ec" sha1="680eab0e1204c9b74adc11588461651b474021bb" region="proms" offset="0"/>
		<rom name="pr1634.88" merge="pr1634.88" size="1024" crc="766b139b" sha1="3fcd66610fcaee814953a115bf5e04788923181f" region="proms" offset="20"/>
		<rom name="pr1635.51" merge="pr1635.51" size="256" crc="c29dea27" sha1="563c9770028fe39188e62630711589d6ed242a66" region="sound1" offset="0"/>
		<rom name="pr1636.70" merge="pr1636.70" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3020000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="3" service="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Bonus Life">
			<dipvalue name="30000" default="yes"/>
			<dipvalue name="50000"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit 5/3"/>
			<dipvalue name="2 Coins/1 Credit 4/3"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/1 Credit 5/6"/>
			<dipvalue name="1 Coin/1 Credit 4/5"/>
			<dipvalue name="1 Coin/1 Credit 2/3"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/2 Credits 5/11"/>
			<dipvalue name="1 Coin/2 Credits 4/9"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit 5/3"/>
			<dipvalue name="2 Coins/1 Credit 4/3"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/1 Credit 5/6"/>
			<dipvalue name="1 Coin/1 Credit 4/5"/>
			<dipvalue name="1 Coin/1 Credit 2/3"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/2 Credits 5/11"/>
			<dipvalue name="1 Coin/2 Credits 4/9"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="vecpengo" sourcefile="pengo.c" cloneof="pengo" romof="pengo">
		<description>Pengo (Vector sim)</description>
		<year>2000</year>
		<manufacturer>T-Bone hack</manufacturer>
		<rom name="vecp_ic8" merge="ep1689c.8" size="4096" crc="f37066a8" sha1="0930de17a763a527057f60783a92662b09554426" region="cpu1" offset="0"/>
		<rom name="vecp_ic7" merge="ep1690b.7" size="4096" crc="baf48143" sha1="4c97529e61eeca5d94938b1dfbeac41bf8cbaf7d" region="cpu1" offset="1000"/>
		<rom name="vecp_ic15" merge="ep1691b.15" size="4096" crc="adf0eba0" sha1="c8949fbdbfe5023ee17a789ef60205e834a76c81" region="cpu1" offset="2000"/>
		<rom name="vecp_ic14" merge="ep1692b.14" size="4096" crc="a086d60f" sha1="7079769d14dfe3873ffe29623ba0a93413706c6d" region="cpu1" offset="3000"/>
		<rom name="vecp_ic21" merge="ep1693b.21" size="4096" crc="b72084ec" sha1="c0508951c2ad8dc31481be8b3bfee2063e3fb0d7" region="cpu1" offset="4000"/>
		<rom name="vecp_ic20" merge="ep1694b.20" size="4096" crc="94194a89" sha1="7b47aec61593efd758e2a031f72a854bb0ba8af1" region="cpu1" offset="5000"/>
		<rom name="vecp_ic32" merge="ep5118b.32" size="4096" crc="af7b12c4" sha1="207ed466546f40ca60a38031b83aef61446902e2" region="cpu1" offset="6000"/>
		<rom name="vecp_ic31" merge="ep5119c.31" size="4096" crc="933950fe" sha1="fec7236b3dee2ea6e39c68440a6d2d9e3f72675a" region="cpu1" offset="7000"/>
		<rom name="vecp_ic92" size="8192" crc="57c5e53c" sha1="4d1d4cdc352cb2fd14ebbd6678211093be73fb69" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vecp_ic105" size="8192" crc="b93588b0" sha1="bbb779e538bdf7ebfcb0e12e11b57cabd5ddd29d" region="gfx1" dispose="yes" offset="1000"/>
		<rom name="pr1633.78" merge="pr1633.78" size="32" crc="3a5844ec" sha1="680eab0e1204c9b74adc11588461651b474021bb" region="proms" offset="0"/>
		<rom name="pr1634.88" merge="pr1634.88" size="1024" crc="766b139b" sha1="3fcd66610fcaee814953a115bf5e04788923181f" region="proms" offset="20"/>
		<rom name="pr1635.51" merge="pr1635.51" size="256" crc="c29dea27" sha1="563c9770028fe39188e62630711589d6ed242a66" region="sound1" offset="0"/>
		<rom name="pr1636.70" merge="pr1636.70" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3020000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="3" service="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Bonus Life">
			<dipvalue name="30000" default="yes"/>
			<dipvalue name="50000"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit 5/3"/>
			<dipvalue name="2 Coins/1 Credit 4/3"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/1 Credit 5/6"/>
			<dipvalue name="1 Coin/1 Credit 4/5"/>
			<dipvalue name="1 Coin/1 Credit 2/3"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/2 Credits 5/11"/>
			<dipvalue name="1 Coin/2 Credits 4/9"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit 5/3"/>
			<dipvalue name="2 Coins/1 Credit 4/3"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/1 Credit 5/6"/>
			<dipvalue name="1 Coin/1 Credit 4/5"/>
			<dipvalue name="1 Coin/1 Credit 2/3"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/2 Credits 5/11"/>
			<dipvalue name="1 Coin/2 Credits 4/9"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="alpacap7" sourcefile="pengo.c" cloneof="pengo" romof="pengo">
		<description>Alpaca v0.7 (Pengo Hardware)</description>
		<year>2003</year>
		<manufacturer>Jerronimo</manufacturer>
		<rom name="alp7.u8" size="4096" crc="e70923e4" sha1="86a96dc0dee5f5b532121892528ed2b456d51174" region="cpu1" offset="0"/>
		<rom name="blank004k.u7" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="1000"/>
		<rom name="blank004k.u15" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="2000"/>
		<rom name="blank004k.u14" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="3000"/>
		<rom name="blank004k.u21" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="4000"/>
		<rom name="blank004k.u20" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="5000"/>
		<rom name="blank004k.u32" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="6000"/>
		<rom name="blank004k.u31" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="7000"/>
		<rom name="alp7_ic92" size="8192" crc="693b1a96" sha1="ded8ac0a4186458fda6a241c027718742ba87973" region="gfx1" dispose="yes" offset="0"/>
		<rom name="alp_ic105" size="8192" crc="bda193f4" sha1="a61b5e86809feff025c73de78fc751ead646125b" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="pr1633.078" merge="pr1633.78" size="32" crc="3a5844ec" sha1="680eab0e1204c9b74adc11588461651b474021bb" region="proms" offset="0"/>
		<rom name="pr1634.088" merge="pr1634.88" size="1024" crc="766b139b" sha1="3fcd66610fcaee814953a115bf5e04788923181f" region="proms" offset="20"/>
		<rom name="pr1635.051" merge="pr1635.51" size="256" crc="c29dea27" sha1="563c9770028fe39188e62630711589d6ed242a66" region="sound1" offset="0"/>
		<rom name="pr1636.070" merge="pr1636.70" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3020000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="3" service="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Bonus Life">
			<dipvalue name="30000" default="yes"/>
			<dipvalue name="50000"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit 5/3"/>
			<dipvalue name="2 Coins/1 Credit 4/3"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/1 Credit 5/6"/>
			<dipvalue name="1 Coin/1 Credit 4/5"/>
			<dipvalue name="1 Coin/1 Credit 2/3"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/2 Credits 5/11"/>
			<dipvalue name="1 Coin/2 Credits 4/9"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit 5/3"/>
			<dipvalue name="2 Coins/1 Credit 4/3"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/1 Credit 5/6"/>
			<dipvalue name="1 Coin/1 Credit 4/5"/>
			<dipvalue name="1 Coin/1 Credit 2/3"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/2 Credits 5/11"/>
			<dipvalue name="1 Coin/2 Credits 4/9"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="alpacap8" sourcefile="pengo.c" cloneof="pengo" romof="pengo">
		<description>Alpaca v0.8 (Pengo Hardware)</description>
		<year>2003</year>
		<manufacturer>Jerronimo</manufacturer>
		<rom name="alp8.u8" size="4096" crc="abd45fd7" sha1="120276d1e9a3da707db4263a93418ca37f4f4c9f" region="cpu1" offset="0"/>
		<rom name="blank004k.u7" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="1000"/>
		<rom name="blank004k.u15" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="2000"/>
		<rom name="blank004k.u14" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="3000"/>
		<rom name="blank004k.u21" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="4000"/>
		<rom name="blank004k.u20" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="5000"/>
		<rom name="blank004k.u32" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="6000"/>
		<rom name="blank004k.u31" size="4096" crc="c71c0011" sha1="1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d" region="cpu1" offset="7000"/>
		<rom name="alp8_ic92" size="8192" crc="4a45717f" sha1="159a74c31fc5d4e5405bcd8d8843a1b381ea01a4" region="gfx1" dispose="yes" offset="0"/>
		<rom name="alp_ic105" size="8192" crc="bda193f4" sha1="a61b5e86809feff025c73de78fc751ead646125b" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="pr1633.078" merge="pr1633.78" size="32" crc="3a5844ec" sha1="680eab0e1204c9b74adc11588461651b474021bb" region="proms" offset="0"/>
		<rom name="pr1634.088" merge="pr1634.88" size="1024" crc="766b139b" sha1="3fcd66610fcaee814953a115bf5e04788923181f" region="proms" offset="20"/>
		<rom name="pr1635.051" merge="pr1635.51" size="256" crc="c29dea27" sha1="563c9770028fe39188e62630711589d6ed242a66" region="sound1" offset="0"/>
		<rom name="pr1636.070" merge="pr1636.70" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<chip type="cpu" name="Z80" clock="3020000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<display type="raster" rotate="90" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="3" service="yes">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Bonus Life">
			<dipvalue name="30000" default="yes"/>
			<dipvalue name="50000"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Rack Test (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit 5/3"/>
			<dipvalue name="2 Coins/1 Credit 4/3"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/1 Credit 5/6"/>
			<dipvalue name="1 Coin/1 Credit 4/5"/>
			<dipvalue name="1 Coin/1 Credit 2/3"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/2 Credits 5/11"/>
			<dipvalue name="1 Coin/2 Credits 4/9"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit 5/3"/>
			<dipvalue name="2 Coins/1 Credit 4/3"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/1 Credit 5/6"/>
			<dipvalue name="1 Coin/1 Credit 4/5"/>
			<dipvalue name="1 Coin/1 Credit 2/3"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/2 Credits 5/11"/>
			<dipvalue name="1 Coin/2 Credits 4/9"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="32"/>
	</game>
	<game name="pgmdemo" sourcefile="pgm.c" cloneof="orlegend" romof="orlegend">
		<description>Simple IGS PGM Demo</description>
		<year>1997</year>
		<manufacturer>Charles Doty</manufacturer>
		<rom name="pgm_p01s.rom" merge="pgm_p01s.rom" size="131072" crc="e42b166e" sha1="2a9df9ec746b14b74fae48b1a438da14973702ea" region="cpu1" offset="0"/>
		<rom name="p0103dem.rom" size="2097152" crc="d3f6ec45" sha1="4c171ffff6a04b362f71c42de7bc1d7b57da2c0e" region="cpu1" offset="100000"/>
		<rom name="pgm_t01s.rom" merge="pgm_t01s.rom" size="2097152" crc="1a7123a0" sha1="cc567f577bfbf45427b54d6695b11b74f2578af3" region="gfx1" dispose="yes" offset="0"/>
		<rom name="t0100dem.rom" size="4194304" crc="0596a59a" sha1="e48cb703e886a5b71ecc839136c642117aa529ef" region="gfx1" dispose="yes" offset="400000"/>
		<rom name="a0100dem.rom" size="4194304" crc="5d0e8fa1" sha1="95380456c8a6c9c48d4987951f689d5b9a7a397c" region="gfx3" dispose="yes" offset="0"/>
		<rom name="a0101dem.rom" size="4194304" crc="1147406a" sha1="2bccbd2f38f15c13eb7d5a89fd9d85f595e23bc3" region="gfx3" dispose="yes" offset="400000"/>
		<rom name="a0102dem.rom" size="4194304" crc="1147406a" sha1="2bccbd2f38f15c13eb7d5a89fd9d85f595e23bc3" region="gfx3" dispose="yes" offset="800000"/>
		<rom name="a0103dem.rom" size="4194304" crc="1147406a" sha1="2bccbd2f38f15c13eb7d5a89fd9d85f595e23bc3" region="gfx3" dispose="yes" offset="c00000"/>
		<rom name="a0104dem.rom" size="4194304" crc="1147406a" sha1="2bccbd2f38f15c13eb7d5a89fd9d85f595e23bc3" region="gfx3" dispose="yes" offset="1000000"/>
		<rom name="a0105dem.rom" size="4194304" crc="1147406a" sha1="2bccbd2f38f15c13eb7d5a89fd9d85f595e23bc3" region="gfx3" dispose="yes" offset="1400000"/>
		<rom name="b0100dem.rom" size="4194304" crc="15dd191f" sha1="a90f63138c9a9bf9215b17a14635518aed7da8a9" region="gfx4" offset="0"/>
		<rom name="b0101dem.rom" size="4194304" crc="1147406a" sha1="2bccbd2f38f15c13eb7d5a89fd9d85f595e23bc3" region="gfx4" offset="400000"/>
		<rom name="b0102dem.rom" size="4194304" crc="1147406a" sha1="2bccbd2f38f15c13eb7d5a89fd9d85f595e23bc3" region="gfx4" offset="800000"/>
		<rom name="pgm_m01s.rom" merge="pgm_m01s.rom" size="2097152" crc="45ae7159" sha1="d3ed3ff3464557fd0df6b069b2e431528b0ebfa8" region="sound1" offset="0"/>
		<rom name="m0100dem.rom" size="2097152" crc="8d89877e" sha1="7d76d48d64d7ac5411d714a4bb83f37e3e5b8df6" region="sound1" offset="400000"/>
		<chip type="cpu" name="68000" clock="20000000"/>
		<chip type="cpu" name="Z80" clock="8468000"/>
		<chip type="audio" name="ICS2115"/>
		<display type="raster" rotate="0" width="448" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="4" buttons="4" coins="4">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Music">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Voice">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Free">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Stop">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Region">
			<dipvalue name="World" default="yes"/>
			<dipvalue name="Korea"/>
			<dipvalue name="China"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="2304"/>
	</game>
	<game name="phoenixr" sourcefile="phoenix.c" cloneof="phoenix" romof="phoenix">
		<description>PhoenixR (German Democratic Republic version)</description>
		<year>2000</year>
		<manufacturer>CYBERYOGI =CO= Windler hack</manufacturer>
		<rom name="phoenix.45" size="2048" crc="5b8c55a8" sha1="839c1ca9766f730ec3accd48db70f6429a9c3362" region="cpu1" offset="0"/>
		<rom name="phoenix3.46" size="2048" crc="5748f486" sha1="49e6fd836d26ec24105e95227b24cf668e8a470a" region="cpu1" offset="800"/>
		<rom name="phoenix.47" size="2048" crc="cbbb8839" sha1="b7f449374cac111081559e39646f973e7e99fd64" region="cpu1" offset="1000"/>
		<rom name="r_ic48" size="2048" crc="9253e642" sha1="9f72d7beb22ffc8dffc43765356e34def36efc12" region="cpu1" offset="1800"/>
		<rom name="ic49" merge="h5-ic49.5a" size="2048" crc="a105e4e7" sha1="b35142a91b6b7fdf7535202671793393c9f4685f" region="cpu1" offset="2000"/>
		<rom name="ic50" merge="h6-ic50.6a" size="2048" crc="ac5e9ec1" sha1="0402e5241d99759d804291998efd43f37ce99917" region="cpu1" offset="2800"/>
		<rom name="ic51" merge="h7-ic51.7a" size="2048" crc="2eab35b4" sha1="849bf8273317cc869bdd67e50c68399ee8ece81d" region="cpu1" offset="3000"/>
		<rom name="phoenix3.52" size="2048" crc="d2c5c984" sha1="a9432f9aff8a2f5ca1d347443efc008a177d8ae0" region="cpu1" offset="3800"/>
		<rom name="r_ic23" size="2048" crc="02bc87ea" sha1="bd672a5c62339e18d627d5bb195a9da2a76fd239" region="gfx1" dispose="yes" offset="0"/>
		<rom name="r_ic24" size="2048" crc="675388ee" sha1="4bef2b7cd28b2311a5775f89ee8756caf405c182" region="gfx1" dispose="yes" offset="800"/>
		<rom name="r_ic39" size="2048" crc="8b1653ba" sha1="5677fd96d49165b4d71047771e4a0bd8d6fb2400" region="gfx2" dispose="yes" offset="0"/>
		<rom name="r_ic40" size="2048" crc="3b811dfb" sha1="e2a9fada30bdb096ddfd35abc4717e1cac38c943" region="gfx2" dispose="yes" offset="800"/>
		<rom name="ic40_b.bin" merge="mmi6301.ic40" size="256" crc="79350b25" sha1="57411be4c1d89677f7919ae295446da90612c8a8" region="proms" offset="0"/>
		<rom name="ic41_a.bin" merge="mmi6301.ic41" size="256" crc="e176b768" sha1="e2184dd495ed579f10b6da0b78379e02d7a6229f" region="proms" offset="100"/>
		<chip type="cpu" name="8085A" clock="2750000"/>
		<chip type="audio" name="TMS36XX" clock="372"/>
		<chip type="audio" name="Custom"/>
		<chip type="audio" name="Discrete" clock="120000"/>
		<display type="raster" rotate="90" width="248" height="208" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="1">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="3K 30K" default="yes"/>
			<dipvalue name="4K 40K"/>
			<dipvalue name="5K 50K"/>
			<dipvalue name="6K 60K"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" cocktail="preliminary" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="phoenixg" sourcefile="phoenix.c" cloneof="phoenix" romof="phoenix">
		<description>Phoenix (Greek)</description>
		<year>1980</year>
		<manufacturer>GreekRoms</manufacturer>
		<rom name="phoenix.45" size="2048" crc="5b8c55a8" sha1="839c1ca9766f730ec3accd48db70f6429a9c3362" region="cpu1" offset="0"/>
		<rom name="phoenix.46" size="2048" crc="dbc942fa" sha1="9fe224e6ced407289dfa571468259a021d942b7d" region="cpu1" offset="800"/>
		<rom name="phoenix.47" size="2048" crc="cbbb8839" sha1="b7f449374cac111081559e39646f973e7e99fd64" region="cpu1" offset="1000"/>
		<rom name="phoenix.48g" size="2048" crc="63d4c322" sha1="96bac0950940f6a3a7972ed403431c6fb1941667" region="cpu1" offset="1800"/>
		<rom name="phoenix.49" size="2048" crc="c8a5d6d6" sha1="ef6ade323544e3edd4101609138ecf35e8cb9577" region="cpu1" offset="2000"/>
		<rom name="ic50" merge="h6-ic50.6a" size="2048" crc="ac5e9ec1" sha1="0402e5241d99759d804291998efd43f37ce99917" region="cpu1" offset="2800"/>
		<rom name="ic51" merge="h7-ic51.7a" size="2048" crc="2eab35b4" sha1="849bf8273317cc869bdd67e50c68399ee8ece81d" region="cpu1" offset="3000"/>
		<rom name="phoenix.52" size="2048" crc="b9915263" sha1="f61396077b23364b5b26f62c6923394d23a37eb3" region="cpu1" offset="3800"/>
		<rom name="ic23" merge="ic23.3d" size="2048" crc="3c7e623f" sha1="e7ff5fc371664af44785c079e92eeb2d8530187b" region="gfx1" dispose="yes" offset="0"/>
		<rom name="ic24" merge="ic24.4d" size="2048" crc="59916d3b" sha1="71aec70a8e096ed1f0c2297b3ae7dca1b8ecc38d" region="gfx1" dispose="yes" offset="800"/>
		<rom name="ic39g" size="2048" crc="0ed46d30" sha1="dd21172c11ef60351921ed7067736682237a8db9" region="gfx2" dispose="yes" offset="0"/>
		<rom name="ic40" merge="b2-ic40.4b" size="2048" crc="0be2ba91" sha1="af9243ee23377b632b9b7d0b84d341d06bf22480" region="gfx2" dispose="yes" offset="800"/>
		<rom name="ic40_b.bin" merge="mmi6301.ic40" size="256" crc="79350b25" sha1="57411be4c1d89677f7919ae295446da90612c8a8" region="proms" offset="0"/>
		<rom name="ic41_a.bin" merge="mmi6301.ic41" size="256" crc="e176b768" sha1="e2184dd495ed579f10b6da0b78379e02d7a6229f" region="proms" offset="100"/>
		<chip type="cpu" name="8085A" clock="2750000"/>
		<chip type="audio" name="TMS36XX" clock="372"/>
		<chip type="audio" name="Custom"/>
		<chip type="audio" name="Discrete" clock="120000"/>
		<display type="raster" rotate="90" width="248" height="208" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="1">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="3K 30K" default="yes"/>
			<dipvalue name="4K 40K"/>
			<dipvalue name="5K 50K"/>
			<dipvalue name="6K 60K"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="pc_bb2" sourcefile="playch10.c">
		<description>Bubble Bobble 2 (PlayChoice-10)</description>
		<year>2002</year>
		<manufacturer>NES-&gt;PC-10</manufacturer>
		<rom name="pch1-c.8t" size="16384" crc="d52fa07a" sha1="55cabf52ae10c050c2229081a80b9fe5454ab8c5" region="cpu1" offset="0"/>
		<rom name="pck1-c.8t" size="16384" crc="503ee8b1" sha1="3bd20bc71cac742d1b8c1430a6426d0a19db7ad0" region="cpu1" offset="0"/>
		<rom name="bb2-u3" size="8192" crc="edcc21c6" sha1="5d73c6a747cfe951dc7c6ddfbb29859e9548aded" region="cpu1" offset="c000"/>
		<rom name="pch1-c.8p" size="8192" crc="30c15e23" sha1="69166afdb2fe827c7f1919cdf4197caccbd961fa" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pch1-c.8m" size="8192" crc="c1232eee" sha1="beaf9fa2d091a3c7f70c51e966d885b1f9f0935f" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="pch1-c.8k" size="8192" crc="9acffb30" sha1="b814f10ef23f2ca445fabafcbf7f25e2d454ba8c" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="pch1-c.6f" size="256" crc="e5414ca3" sha1="d2878411cda84ffe0afb2e538a67457f51bebffb" region="proms" offset="0"/>
		<rom name="pch1-c.6e" size="256" crc="a2625c6e" sha1="a448b47c9289902e26a3d3c4c7d5a7968c385e81" region="proms" offset="100"/>
		<rom name="pch1-c.6d" size="256" crc="1213ebd4" sha1="0ad386fc3eab5e53c0288ad1de33639a9e461b7c" region="proms" offset="200"/>
		<rom name="bb2-u5" size="131072" crc="5f7c1d17" sha1="48608c9ebd8c0feb9e1126eb4070f185c41d9a19" region="cpu2" offset="10000"/>
		<rom name="bb2-u1" size="131072" crc="5e59afae" sha1="5ed7d7c1ed50dbdc01e0a80e6ed5a246349726aa" region="gfx2" offset="0"/>
		<rom name="security.prm" size="16" crc="31a05a48" sha1="8b340600feae03bb5cdab852a9879ecffcc8a2b9" region="user1" offset="0"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="cpu" name="N2A03" clock="1789772"/>
		<chip type="audio" name="N2A03" clock="1789772"/>
		<chip type="audio" name="DAC"/>
		<display type="raster" rotate="0" width="256" height="240" refresh="60.000000" />
		<display type="raster" rotate="0" width="256" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Units of time (coin A/coin B)">
			<dipvalue name="300/0" default="yes"/>
			<dipvalue name="300/100"/>
			<dipvalue name="300/200"/>
			<dipvalue name="300/300"/>
			<dipvalue name="300/400"/>
			<dipvalue name="300/500"/>
			<dipvalue name="300/600"/>
			<dipvalue name="300/700"/>
			<dipvalue name="300/800"/>
			<dipvalue name="300/900"/>
			<dipvalue name="150/0"/>
			<dipvalue name="150/200"/>
			<dipvalue name="150/400"/>
			<dipvalue name="150/500"/>
			<dipvalue name="150/600"/>
			<dipvalue name="150/800"/>
			<dipvalue name="300/1000"/>
			<dipvalue name="300/1100"/>
			<dipvalue name="300/1200"/>
			<dipvalue name="300/1300"/>
			<dipvalue name="300/1400"/>
			<dipvalue name="300/1500"/>
			<dipvalue name="300/1600"/>
			<dipvalue name="300/1700"/>
			<dipvalue name="300/1800"/>
			<dipvalue name="300/1900"/>
			<dipvalue name="150/1000"/>
			<dipvalue name="150/1200"/>
			<dipvalue name="150/1400"/>
			<dipvalue name="150/1500"/>
			<dipvalue name="150/1600"/>
			<dipvalue name="150/1800"/>
			<dipvalue name="300/2000"/>
			<dipvalue name="300/2100"/>
			<dipvalue name="300/2200"/>
			<dipvalue name="300/2300"/>
			<dipvalue name="300/2400"/>
			<dipvalue name="300/2500"/>
			<dipvalue name="300/2600"/>
			<dipvalue name="300/2700"/>
			<dipvalue name="300/2800"/>
			<dipvalue name="300/2900"/>
			<dipvalue name="150/2000"/>
			<dipvalue name="150/2200"/>
			<dipvalue name="150/2400"/>
			<dipvalue name="150/2500"/>
			<dipvalue name="150/2600"/>
			<dipvalue name="150/2800"/>
			<dipvalue name="300/3000"/>
			<dipvalue name="300/3100"/>
			<dipvalue name="300/3200"/>
			<dipvalue name="300/3300"/>
			<dipvalue name="300/3400"/>
			<dipvalue name="300/3500"/>
			<dipvalue name="300/3600"/>
			<dipvalue name="300/3700"/>
			<dipvalue name="300/3800"/>
			<dipvalue name="300/3900"/>
			<dipvalue name="150/3000"/>
			<dipvalue name="150/3200"/>
			<dipvalue name="150/3400"/>
			<dipvalue name="150/3500"/>
			<dipvalue name="150/3600"/>
			<dipvalue name="150/3800"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Mode">
			<dipvalue name="Mode 1" default="yes"/>
			<dipvalue name="Mode 2"/>
		</dipswitch>
		<dipswitch name="Timer speed">
			<dipvalue name="60 units per second"/>
			<dipvalue name="30 units per second"/>
			<dipvalue name="20 units per second"/>
			<dipvalue name="15 units per second"/>
			<dipvalue name="10 units per second"/>
			<dipvalue name="6 units per second"/>
			<dipvalue name="5 units per second"/>
			<dipvalue name="4 units per second"/>
			<dipvalue name="3 units per second"/>
			<dipvalue name="2 units per second"/>
			<dipvalue name="1 unit per second" default="yes"/>
			<dipvalue name="1 unit every 4 seconds"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="768"/>
	</game>
	<game name="pc_ctfrc" sourcefile="playch10.c">
		<description>Contra Force (PlayChoice-10)</description>
		<year>2002</year>
		<manufacturer>NES-&gt;PC-10</manufacturer>
		<rom name="pch1-c.8t" size="16384" crc="d52fa07a" sha1="55cabf52ae10c050c2229081a80b9fe5454ab8c5" region="cpu1" offset="0"/>
		<rom name="pck1-c.8t" size="16384" crc="503ee8b1" sha1="3bd20bc71cac742d1b8c1430a6426d0a19db7ad0" region="cpu1" offset="0"/>
		<rom name="ctfrc-u3" size="8192" crc="edcc21c6" sha1="5d73c6a747cfe951dc7c6ddfbb29859e9548aded" region="cpu1" offset="c000"/>
		<rom name="pch1-c.8p" size="8192" crc="30c15e23" sha1="69166afdb2fe827c7f1919cdf4197caccbd961fa" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pch1-c.8m" size="8192" crc="c1232eee" sha1="beaf9fa2d091a3c7f70c51e966d885b1f9f0935f" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="pch1-c.8k" size="8192" crc="9acffb30" sha1="b814f10ef23f2ca445fabafcbf7f25e2d454ba8c" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="pch1-c.6f" size="256" crc="e5414ca3" sha1="d2878411cda84ffe0afb2e538a67457f51bebffb" region="proms" offset="0"/>
		<rom name="pch1-c.6e" size="256" crc="a2625c6e" sha1="a448b47c9289902e26a3d3c4c7d5a7968c385e81" region="proms" offset="100"/>
		<rom name="pch1-c.6d" size="256" crc="1213ebd4" sha1="0ad386fc3eab5e53c0288ad1de33639a9e461b7c" region="proms" offset="200"/>
		<rom name="ctfrc-u5" size="131072" crc="1ff7fc0d" sha1="bbf1fb616c13795c9c8e447a72f009ee3746bd90" region="cpu2" offset="10000"/>
		<rom name="ctfrc-u1" size="131072" crc="7ff2a7f8" sha1="234041d4c880ccd4acd295c9b2a3d6e37089beda" region="gfx2" offset="0"/>
		<rom name="security.prm" size="16" crc="31a05a48" sha1="8b340600feae03bb5cdab852a9879ecffcc8a2b9" region="user1" offset="0"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="cpu" name="N2A03" clock="1789772"/>
		<chip type="audio" name="N2A03" clock="1789772"/>
		<chip type="audio" name="DAC"/>
		<display type="raster" rotate="0" width="256" height="240" refresh="60.000000" />
		<display type="raster" rotate="0" width="256" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Units of time (coin A/coin B)">
			<dipvalue name="300/0" default="yes"/>
			<dipvalue name="300/100"/>
			<dipvalue name="300/200"/>
			<dipvalue name="300/300"/>
			<dipvalue name="300/400"/>
			<dipvalue name="300/500"/>
			<dipvalue name="300/600"/>
			<dipvalue name="300/700"/>
			<dipvalue name="300/800"/>
			<dipvalue name="300/900"/>
			<dipvalue name="150/0"/>
			<dipvalue name="150/200"/>
			<dipvalue name="150/400"/>
			<dipvalue name="150/500"/>
			<dipvalue name="150/600"/>
			<dipvalue name="150/800"/>
			<dipvalue name="300/1000"/>
			<dipvalue name="300/1100"/>
			<dipvalue name="300/1200"/>
			<dipvalue name="300/1300"/>
			<dipvalue name="300/1400"/>
			<dipvalue name="300/1500"/>
			<dipvalue name="300/1600"/>
			<dipvalue name="300/1700"/>
			<dipvalue name="300/1800"/>
			<dipvalue name="300/1900"/>
			<dipvalue name="150/1000"/>
			<dipvalue name="150/1200"/>
			<dipvalue name="150/1400"/>
			<dipvalue name="150/1500"/>
			<dipvalue name="150/1600"/>
			<dipvalue name="150/1800"/>
			<dipvalue name="300/2000"/>
			<dipvalue name="300/2100"/>
			<dipvalue name="300/2200"/>
			<dipvalue name="300/2300"/>
			<dipvalue name="300/2400"/>
			<dipvalue name="300/2500"/>
			<dipvalue name="300/2600"/>
			<dipvalue name="300/2700"/>
			<dipvalue name="300/2800"/>
			<dipvalue name="300/2900"/>
			<dipvalue name="150/2000"/>
			<dipvalue name="150/2200"/>
			<dipvalue name="150/2400"/>
			<dipvalue name="150/2500"/>
			<dipvalue name="150/2600"/>
			<dipvalue name="150/2800"/>
			<dipvalue name="300/3000"/>
			<dipvalue name="300/3100"/>
			<dipvalue name="300/3200"/>
			<dipvalue name="300/3300"/>
			<dipvalue name="300/3400"/>
			<dipvalue name="300/3500"/>
			<dipvalue name="300/3600"/>
			<dipvalue name="300/3700"/>
			<dipvalue name="300/3800"/>
			<dipvalue name="300/3900"/>
			<dipvalue name="150/3000"/>
			<dipvalue name="150/3200"/>
			<dipvalue name="150/3400"/>
			<dipvalue name="150/3500"/>
			<dipvalue name="150/3600"/>
			<dipvalue name="150/3800"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Mode">
			<dipvalue name="Mode 1" default="yes"/>
			<dipvalue name="Mode 2"/>
		</dipswitch>
		<dipswitch name="Timer speed">
			<dipvalue name="60 units per second"/>
			<dipvalue name="30 units per second"/>
			<dipvalue name="20 units per second"/>
			<dipvalue name="15 units per second"/>
			<dipvalue name="10 units per second"/>
			<dipvalue name="6 units per second"/>
			<dipvalue name="5 units per second"/>
			<dipvalue name="4 units per second"/>
			<dipvalue name="3 units per second"/>
			<dipvalue name="2 units per second"/>
			<dipvalue name="1 unit per second" default="yes"/>
			<dipvalue name="1 unit every 4 seconds"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="768"/>
	</game>
	<game name="pc_digdg" sourcefile="playch10.c">
		<description>Dig Dug (PlayChoice-10)</description>
		<year>2002</year>
		<manufacturer>NES-&gt;PC-10</manufacturer>
		<rom name="pch1-c.8t" size="16384" crc="d52fa07a" sha1="55cabf52ae10c050c2229081a80b9fe5454ab8c5" region="cpu1" offset="0"/>
		<rom name="pck1-c.8t" size="16384" crc="503ee8b1" sha1="3bd20bc71cac742d1b8c1430a6426d0a19db7ad0" region="cpu1" offset="0"/>
		<rom name="u3sm" size="8192" crc="4b5f717d" sha1="c39c90f9503c4692af4a8fdb3e18ef7cf04e897f" region="cpu1" offset="c000"/>
		<rom name="pch1-c.8p" size="8192" crc="30c15e23" sha1="69166afdb2fe827c7f1919cdf4197caccbd961fa" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pch1-c.8m" size="8192" crc="c1232eee" sha1="beaf9fa2d091a3c7f70c51e966d885b1f9f0935f" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="pch1-c.8k" size="8192" crc="9acffb30" sha1="b814f10ef23f2ca445fabafcbf7f25e2d454ba8c" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="pch1-c.6f" size="256" crc="e5414ca3" sha1="d2878411cda84ffe0afb2e538a67457f51bebffb" region="proms" offset="0"/>
		<rom name="pch1-c.6e" size="256" crc="a2625c6e" sha1="a448b47c9289902e26a3d3c4c7d5a7968c385e81" region="proms" offset="100"/>
		<rom name="pch1-c.6d" size="256" crc="1213ebd4" sha1="0ad386fc3eab5e53c0288ad1de33639a9e461b7c" region="proms" offset="200"/>
		<rom name="u1sm" size="32768" crc="a26ae22e" sha1="0f95aa5f74ef2b192e355381987cf4624fce5653" region="cpu2" offset="8000"/>
		<rom name="u2sm" size="8192" crc="2dabc198" sha1="79f1e65eea2a2841dc47916cb86fbf992b936bd5" region="gfx2" offset="0"/>
		<rom name="security.prm" size="16" crc="bd82d775" sha1="e15c369d638156eeb0cd141aeeec877c62810b64" region="user1" offset="0"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="cpu" name="N2A03" clock="1789772"/>
		<chip type="audio" name="N2A03" clock="1789772"/>
		<chip type="audio" name="DAC"/>
		<display type="raster" rotate="0" width="256" height="240" refresh="60.000000" />
		<display type="raster" rotate="0" width="256" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Units of time (coin A/coin B)">
			<dipvalue name="300/0" default="yes"/>
			<dipvalue name="300/100"/>
			<dipvalue name="300/200"/>
			<dipvalue name="300/300"/>
			<dipvalue name="300/400"/>
			<dipvalue name="300/500"/>
			<dipvalue name="300/600"/>
			<dipvalue name="300/700"/>
			<dipvalue name="300/800"/>
			<dipvalue name="300/900"/>
			<dipvalue name="150/0"/>
			<dipvalue name="150/200"/>
			<dipvalue name="150/400"/>
			<dipvalue name="150/500"/>
			<dipvalue name="150/600"/>
			<dipvalue name="150/800"/>
			<dipvalue name="300/1000"/>
			<dipvalue name="300/1100"/>
			<dipvalue name="300/1200"/>
			<dipvalue name="300/1300"/>
			<dipvalue name="300/1400"/>
			<dipvalue name="300/1500"/>
			<dipvalue name="300/1600"/>
			<dipvalue name="300/1700"/>
			<dipvalue name="300/1800"/>
			<dipvalue name="300/1900"/>
			<dipvalue name="150/1000"/>
			<dipvalue name="150/1200"/>
			<dipvalue name="150/1400"/>
			<dipvalue name="150/1500"/>
			<dipvalue name="150/1600"/>
			<dipvalue name="150/1800"/>
			<dipvalue name="300/2000"/>
			<dipvalue name="300/2100"/>
			<dipvalue name="300/2200"/>
			<dipvalue name="300/2300"/>
			<dipvalue name="300/2400"/>
			<dipvalue name="300/2500"/>
			<dipvalue name="300/2600"/>
			<dipvalue name="300/2700"/>
			<dipvalue name="300/2800"/>
			<dipvalue name="300/2900"/>
			<dipvalue name="150/2000"/>
			<dipvalue name="150/2200"/>
			<dipvalue name="150/2400"/>
			<dipvalue name="150/2500"/>
			<dipvalue name="150/2600"/>
			<dipvalue name="150/2800"/>
			<dipvalue name="300/3000"/>
			<dipvalue name="300/3100"/>
			<dipvalue name="300/3200"/>
			<dipvalue name="300/3300"/>
			<dipvalue name="300/3400"/>
			<dipvalue name="300/3500"/>
			<dipvalue name="300/3600"/>
			<dipvalue name="300/3700"/>
			<dipvalue name="300/3800"/>
			<dipvalue name="300/3900"/>
			<dipvalue name="150/3000"/>
			<dipvalue name="150/3200"/>
			<dipvalue name="150/3400"/>
			<dipvalue name="150/3500"/>
			<dipvalue name="150/3600"/>
			<dipvalue name="150/3800"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Mode">
			<dipvalue name="Mode 1" default="yes"/>
			<dipvalue name="Mode 2"/>
		</dipswitch>
		<dipswitch name="Timer speed">
			<dipvalue name="60 units per second"/>
			<dipvalue name="30 units per second"/>
			<dipvalue name="20 units per second"/>
			<dipvalue name="15 units per second"/>
			<dipvalue name="10 units per second"/>
			<dipvalue name="6 units per second"/>
			<dipvalue name="5 units per second"/>
			<dipvalue name="4 units per second"/>
			<dipvalue name="3 units per second"/>
			<dipvalue name="2 units per second"/>
			<dipvalue name="1 unit per second" default="yes"/>
			<dipvalue name="1 unit every 4 seconds"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="768"/>
	</game>
	<game name="pc_krsty" sourcefile="playch10.c">
		<description>Krusty's Funhouse (PlayChoice-10)</description>
		<year>2002</year>
		<manufacturer>NES-&gt;PC-10</manufacturer>
		<rom name="pch1-c.8t" size="16384" crc="d52fa07a" sha1="55cabf52ae10c050c2229081a80b9fe5454ab8c5" region="cpu1" offset="0"/>
		<rom name="pck1-c.8t" size="16384" crc="503ee8b1" sha1="3bd20bc71cac742d1b8c1430a6426d0a19db7ad0" region="cpu1" offset="0"/>
		<rom name="xu-u3" size="8192" crc="c3984e09" sha1="70d7e5d9cf9b1f358e1be84a0e8c5997b1aae2d9" region="cpu1" offset="c000"/>
		<rom name="pch1-c.8p" size="8192" crc="30c15e23" sha1="69166afdb2fe827c7f1919cdf4197caccbd961fa" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pch1-c.8m" size="8192" crc="c1232eee" sha1="beaf9fa2d091a3c7f70c51e966d885b1f9f0935f" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="pch1-c.8k" size="8192" crc="9acffb30" sha1="b814f10ef23f2ca445fabafcbf7f25e2d454ba8c" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="pch1-c.6f" size="256" crc="e5414ca3" sha1="d2878411cda84ffe0afb2e538a67457f51bebffb" region="proms" offset="0"/>
		<rom name="pch1-c.6e" size="256" crc="a2625c6e" sha1="a448b47c9289902e26a3d3c4c7d5a7968c385e81" region="proms" offset="100"/>
		<rom name="pch1-c.6d" size="256" crc="1213ebd4" sha1="0ad386fc3eab5e53c0288ad1de33639a9e461b7c" region="proms" offset="200"/>
		<rom name="xu-u4" size="131072" crc="1f4103e5" sha1="0a45c9b140df98aac7936c84e732410d796a35d7" region="cpu2" offset="10000"/>
		<rom name="xu-u5" size="131072" crc="778c4115" sha1="beab60c8237ffba27f6730fe7f4c45173cf892e0" region="cpu2" offset="30000"/>
		<rom name="xu-u1" size="131072" crc="fce8e0ea" sha1="808f74e9124f273aab7adf5f31c2d5893b06323e" region="gfx2" offset="0"/>
		<rom name="security.prm" size="16" crc="0fe6e900" sha1="544d8af1aa9186bf76d0a35e78b20e94d3afbcb5" region="user1" offset="0"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="cpu" name="N2A03" clock="1789772"/>
		<chip type="audio" name="N2A03" clock="1789772"/>
		<chip type="audio" name="DAC"/>
		<display type="raster" rotate="0" width="256" height="240" refresh="60.000000" />
		<display type="raster" rotate="0" width="256" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Units of time (coin A/coin B)">
			<dipvalue name="300/0" default="yes"/>
			<dipvalue name="300/100"/>
			<dipvalue name="300/200"/>
			<dipvalue name="300/300"/>
			<dipvalue name="300/400"/>
			<dipvalue name="300/500"/>
			<dipvalue name="300/600"/>
			<dipvalue name="300/700"/>
			<dipvalue name="300/800"/>
			<dipvalue name="300/900"/>
			<dipvalue name="150/0"/>
			<dipvalue name="150/200"/>
			<dipvalue name="150/400"/>
			<dipvalue name="150/500"/>
			<dipvalue name="150/600"/>
			<dipvalue name="150/800"/>
			<dipvalue name="300/1000"/>
			<dipvalue name="300/1100"/>
			<dipvalue name="300/1200"/>
			<dipvalue name="300/1300"/>
			<dipvalue name="300/1400"/>
			<dipvalue name="300/1500"/>
			<dipvalue name="300/1600"/>
			<dipvalue name="300/1700"/>
			<dipvalue name="300/1800"/>
			<dipvalue name="300/1900"/>
			<dipvalue name="150/1000"/>
			<dipvalue name="150/1200"/>
			<dipvalue name="150/1400"/>
			<dipvalue name="150/1500"/>
			<dipvalue name="150/1600"/>
			<dipvalue name="150/1800"/>
			<dipvalue name="300/2000"/>
			<dipvalue name="300/2100"/>
			<dipvalue name="300/2200"/>
			<dipvalue name="300/2300"/>
			<dipvalue name="300/2400"/>
			<dipvalue name="300/2500"/>
			<dipvalue name="300/2600"/>
			<dipvalue name="300/2700"/>
			<dipvalue name="300/2800"/>
			<dipvalue name="300/2900"/>
			<dipvalue name="150/2000"/>
			<dipvalue name="150/2200"/>
			<dipvalue name="150/2400"/>
			<dipvalue name="150/2500"/>
			<dipvalue name="150/2600"/>
			<dipvalue name="150/2800"/>
			<dipvalue name="300/3000"/>
			<dipvalue name="300/3100"/>
			<dipvalue name="300/3200"/>
			<dipvalue name="300/3300"/>
			<dipvalue name="300/3400"/>
			<dipvalue name="300/3500"/>
			<dipvalue name="300/3600"/>
			<dipvalue name="300/3700"/>
			<dipvalue name="300/3800"/>
			<dipvalue name="300/3900"/>
			<dipvalue name="150/3000"/>
			<dipvalue name="150/3200"/>
			<dipvalue name="150/3400"/>
			<dipvalue name="150/3500"/>
			<dipvalue name="150/3600"/>
			<dipvalue name="150/3800"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Mode">
			<dipvalue name="Mode 1" default="yes"/>
			<dipvalue name="Mode 2"/>
		</dipswitch>
		<dipswitch name="Timer speed">
			<dipvalue name="60 units per second"/>
			<dipvalue name="30 units per second"/>
			<dipvalue name="20 units per second"/>
			<dipvalue name="15 units per second"/>
			<dipvalue name="10 units per second"/>
			<dipvalue name="6 units per second"/>
			<dipvalue name="5 units per second"/>
			<dipvalue name="4 units per second"/>
			<dipvalue name="3 units per second"/>
			<dipvalue name="2 units per second"/>
			<dipvalue name="1 unit per second" default="yes"/>
			<dipvalue name="1 unit every 4 seconds"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="768"/>
	</game>
	<game name="pc_mman5" sourcefile="playch10.c">
		<description>Megaman 5 (PlayChoice-10)</description>
		<year>2002</year>
		<manufacturer>NES-&gt;PC-10</manufacturer>
		<rom name="pch1-c.8t" size="16384" crc="d52fa07a" sha1="55cabf52ae10c050c2229081a80b9fe5454ab8c5" region="cpu1" offset="0"/>
		<rom name="pck1-c.8t" size="16384" crc="503ee8b1" sha1="3bd20bc71cac742d1b8c1430a6426d0a19db7ad0" region="cpu1" offset="0"/>
		<rom name="2n-u3" size="8192" crc="65298370" sha1="fd120f43e465a2622f2e2679ace2fb0fe7e709b1" region="cpu1" offset="c000"/>
		<rom name="pch1-c.8p" size="8192" crc="30c15e23" sha1="69166afdb2fe827c7f1919cdf4197caccbd961fa" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pch1-c.8m" size="8192" crc="c1232eee" sha1="beaf9fa2d091a3c7f70c51e966d885b1f9f0935f" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="pch1-c.8k" size="8192" crc="9acffb30" sha1="b814f10ef23f2ca445fabafcbf7f25e2d454ba8c" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="pch1-c.6f" size="256" crc="e5414ca3" sha1="d2878411cda84ffe0afb2e538a67457f51bebffb" region="proms" offset="0"/>
		<rom name="pch1-c.6e" size="256" crc="a2625c6e" sha1="a448b47c9289902e26a3d3c4c7d5a7968c385e81" region="proms" offset="100"/>
		<rom name="pch1-c.6d" size="256" crc="1213ebd4" sha1="0ad386fc3eab5e53c0288ad1de33639a9e461b7c" region="proms" offset="200"/>
		<rom name="2n-u5" size="262144" crc="f3c743aa" sha1="ee907c7279dba52320e35906ab5b0a1bdbbf0bfb" region="cpu2" offset="10000"/>
		<rom name="2n-u1" size="262144" crc="25e0ae72" sha1="45d3ffbb5e399c891df6fcbd78b94b866be9b663" region="gfx2" offset="0"/>
		<rom name="security.prm" size="16" crc="237e8519" sha1="81b368d0784e4172c5cf9f4f4b92e29e05d34ae7" region="user1" offset="0"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="cpu" name="N2A03" clock="1789772"/>
		<chip type="audio" name="N2A03" clock="1789772"/>
		<chip type="audio" name="DAC"/>
		<display type="raster" rotate="0" width="256" height="240" refresh="60.000000" />
		<display type="raster" rotate="0" width="256" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Units of time (coin A/coin B)">
			<dipvalue name="300/0" default="yes"/>
			<dipvalue name="300/100"/>
			<dipvalue name="300/200"/>
			<dipvalue name="300/300"/>
			<dipvalue name="300/400"/>
			<dipvalue name="300/500"/>
			<dipvalue name="300/600"/>
			<dipvalue name="300/700"/>
			<dipvalue name="300/800"/>
			<dipvalue name="300/900"/>
			<dipvalue name="150/0"/>
			<dipvalue name="150/200"/>
			<dipvalue name="150/400"/>
			<dipvalue name="150/500"/>
			<dipvalue name="150/600"/>
			<dipvalue name="150/800"/>
			<dipvalue name="300/1000"/>
			<dipvalue name="300/1100"/>
			<dipvalue name="300/1200"/>
			<dipvalue name="300/1300"/>
			<dipvalue name="300/1400"/>
			<dipvalue name="300/1500"/>
			<dipvalue name="300/1600"/>
			<dipvalue name="300/1700"/>
			<dipvalue name="300/1800"/>
			<dipvalue name="300/1900"/>
			<dipvalue name="150/1000"/>
			<dipvalue name="150/1200"/>
			<dipvalue name="150/1400"/>
			<dipvalue name="150/1500"/>
			<dipvalue name="150/1600"/>
			<dipvalue name="150/1800"/>
			<dipvalue name="300/2000"/>
			<dipvalue name="300/2100"/>
			<dipvalue name="300/2200"/>
			<dipvalue name="300/2300"/>
			<dipvalue name="300/2400"/>
			<dipvalue name="300/2500"/>
			<dipvalue name="300/2600"/>
			<dipvalue name="300/2700"/>
			<dipvalue name="300/2800"/>
			<dipvalue name="300/2900"/>
			<dipvalue name="150/2000"/>
			<dipvalue name="150/2200"/>
			<dipvalue name="150/2400"/>
			<dipvalue name="150/2500"/>
			<dipvalue name="150/2600"/>
			<dipvalue name="150/2800"/>
			<dipvalue name="300/3000"/>
			<dipvalue name="300/3100"/>
			<dipvalue name="300/3200"/>
			<dipvalue name="300/3300"/>
			<dipvalue name="300/3400"/>
			<dipvalue name="300/3500"/>
			<dipvalue name="300/3600"/>
			<dipvalue name="300/3700"/>
			<dipvalue name="300/3800"/>
			<dipvalue name="300/3900"/>
			<dipvalue name="150/3000"/>
			<dipvalue name="150/3200"/>
			<dipvalue name="150/3400"/>
			<dipvalue name="150/3500"/>
			<dipvalue name="150/3600"/>
			<dipvalue name="150/3800"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Mode">
			<dipvalue name="Mode 1" default="yes"/>
			<dipvalue name="Mode 2"/>
		</dipswitch>
		<dipswitch name="Timer speed">
			<dipvalue name="60 units per second"/>
			<dipvalue name="30 units per second"/>
			<dipvalue name="20 units per second"/>
			<dipvalue name="15 units per second"/>
			<dipvalue name="10 units per second"/>
			<dipvalue name="6 units per second"/>
			<dipvalue name="5 units per second"/>
			<dipvalue name="4 units per second"/>
			<dipvalue name="3 units per second"/>
			<dipvalue name="2 units per second"/>
			<dipvalue name="1 unit per second" default="yes"/>
			<dipvalue name="1 unit every 4 seconds"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="768"/>
	</game>
	<game name="pc_parsl" sourcefile="playch10.c">
		<description>Parasol Stars-The Story of Bubble Bobble 3 (PlayChoice-10)</description>
		<year>2002</year>
		<manufacturer>NES-&gt;PC-10</manufacturer>
		<rom name="pch1-c.8t" size="16384" crc="d52fa07a" sha1="55cabf52ae10c050c2229081a80b9fe5454ab8c5" region="cpu1" offset="0"/>
		<rom name="pck1-c.8t" size="16384" crc="503ee8b1" sha1="3bd20bc71cac742d1b8c1430a6426d0a19db7ad0" region="cpu1" offset="0"/>
		<rom name="parsl-u2" size="8192" crc="7505de96" sha1="a9cbe6d4d2d33aeecb3e041315fbb266c886ebf1" region="cpu1" offset="c000"/>
		<rom name="pch1-c.8p" size="8192" crc="30c15e23" sha1="69166afdb2fe827c7f1919cdf4197caccbd961fa" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pch1-c.8m" size="8192" crc="c1232eee" sha1="beaf9fa2d091a3c7f70c51e966d885b1f9f0935f" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="pch1-c.8k" size="8192" crc="9acffb30" sha1="b814f10ef23f2ca445fabafcbf7f25e2d454ba8c" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="pch1-c.6f" size="256" crc="e5414ca3" sha1="d2878411cda84ffe0afb2e538a67457f51bebffb" region="proms" offset="0"/>
		<rom name="pch1-c.6e" size="256" crc="a2625c6e" sha1="a448b47c9289902e26a3d3c4c7d5a7968c385e81" region="proms" offset="100"/>
		<rom name="pch1-c.6d" size="256" crc="1213ebd4" sha1="0ad386fc3eab5e53c0288ad1de33639a9e461b7c" region="proms" offset="200"/>
		<rom name="parsl-u4" size="131072" crc="15382139" sha1="50991602680588a9e7b03e06d45ee607fc00db13" region="cpu2" offset="10000"/>
		<rom name="parsl-u1" size="131072" crc="af5400dc" sha1="68258fedf7e2ba3afcf20e8261ad93d282c10bd9" region="gfx2" offset="0"/>
		<rom name="security.prm" size="16" crc="ec5641d6" sha1="05f546aec5a9db167688a9abbac922f5ced7f7c5" region="user1" offset="0"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="cpu" name="N2A03" clock="1789772"/>
		<chip type="audio" name="N2A03" clock="1789772"/>
		<chip type="audio" name="DAC"/>
		<display type="raster" rotate="0" width="256" height="240" refresh="60.000000" />
		<display type="raster" rotate="0" width="256" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Units of time (coin A/coin B)">
			<dipvalue name="300/0" default="yes"/>
			<dipvalue name="300/100"/>
			<dipvalue name="300/200"/>
			<dipvalue name="300/300"/>
			<dipvalue name="300/400"/>
			<dipvalue name="300/500"/>
			<dipvalue name="300/600"/>
			<dipvalue name="300/700"/>
			<dipvalue name="300/800"/>
			<dipvalue name="300/900"/>
			<dipvalue name="150/0"/>
			<dipvalue name="150/200"/>
			<dipvalue name="150/400"/>
			<dipvalue name="150/500"/>
			<dipvalue name="150/600"/>
			<dipvalue name="150/800"/>
			<dipvalue name="300/1000"/>
			<dipvalue name="300/1100"/>
			<dipvalue name="300/1200"/>
			<dipvalue name="300/1300"/>
			<dipvalue name="300/1400"/>
			<dipvalue name="300/1500"/>
			<dipvalue name="300/1600"/>
			<dipvalue name="300/1700"/>
			<dipvalue name="300/1800"/>
			<dipvalue name="300/1900"/>
			<dipvalue name="150/1000"/>
			<dipvalue name="150/1200"/>
			<dipvalue name="150/1400"/>
			<dipvalue name="150/1500"/>
			<dipvalue name="150/1600"/>
			<dipvalue name="150/1800"/>
			<dipvalue name="300/2000"/>
			<dipvalue name="300/2100"/>
			<dipvalue name="300/2200"/>
			<dipvalue name="300/2300"/>
			<dipvalue name="300/2400"/>
			<dipvalue name="300/2500"/>
			<dipvalue name="300/2600"/>
			<dipvalue name="300/2700"/>
			<dipvalue name="300/2800"/>
			<dipvalue name="300/2900"/>
			<dipvalue name="150/2000"/>
			<dipvalue name="150/2200"/>
			<dipvalue name="150/2400"/>
			<dipvalue name="150/2500"/>
			<dipvalue name="150/2600"/>
			<dipvalue name="150/2800"/>
			<dipvalue name="300/3000"/>
			<dipvalue name="300/3100"/>
			<dipvalue name="300/3200"/>
			<dipvalue name="300/3300"/>
			<dipvalue name="300/3400"/>
			<dipvalue name="300/3500"/>
			<dipvalue name="300/3600"/>
			<dipvalue name="300/3700"/>
			<dipvalue name="300/3800"/>
			<dipvalue name="300/3900"/>
			<dipvalue name="150/3000"/>
			<dipvalue name="150/3200"/>
			<dipvalue name="150/3400"/>
			<dipvalue name="150/3500"/>
			<dipvalue name="150/3600"/>
			<dipvalue name="150/3800"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin Mode">
			<dipvalue name="Mode 1" default="yes"/>
			<dipvalue name="Mode 2"/>
		</dipswitch>
		<dipswitch name="Timer speed">
			<dipvalue name="60 units per second"/>
			<dipvalue name="30 units per second"/>
			<dipvalue name="20 units per second"/>
			<dipvalue name="15 units per second"/>
			<dipvalue name="10 units per second"/>
			<dipvalue name="6 units per second"/>
			<dipvalue name="5 units per second"/>
			<dipvalue name="4 units per second"/>
			<dipvalue name="3 units per second"/>
			<dipvalue name="2 units per second"/>
			<dipvalue name="1 unit per second" default="yes"/>
			<dipvalue name="1 unit every 4 seconds"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="768"/>
	</game>
	<game name="pong" sourcefile="pong.c">
		<description>Pong</description>
		<year>1972</year>
		<manufacturer>Atari</manufacturer>
		<chip type="cpu" name="GENSYNC" clock="7159050"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="0" width="374" height="245" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2">
			<control type="stick" minimum="4" maximum="255" sensitivity="100" keydelta="5"/>
		</input>
		<dipswitch name="Ending Score">
			<dipvalue name="11" default="yes"/>
			<dipvalue name="15"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="3"/>
	</game>
	<game name="rxtron" sourcefile="rallyx.c" cloneof="rallyx" romof="rallyx" sampleof="rallyx">
		<description>Rally-X Tron</description>
		<year>1998</year>
		<manufacturer>Jerky and Sil hack</manufacturer>
		<rom name="1b" merge="1b" size="4096" crc="5882700d" sha1="b6029e9730f1694894fe8b729ac0ba8d6712dea9" region="cpu1" offset="0"/>
		<rom name="rxt_1e" size="4096" crc="8d5b88e5" sha1="95a8bde287325f88cfc7ce12ad900647831b861e" region="cpu1" offset="1000"/>
		<rom name="rxt_1h" size="4096" crc="1ecfddc0" sha1="e800a3bb0e2d35dbfba49c7724689d29ab1912fd" region="cpu1" offset="2000"/>
		<rom name="rxt_1k" size="4096" crc="2729e00a" sha1="1f3d17e8342d8a7db57d64fd890b70e64315752a" region="cpu1" offset="3000"/>
		<rom name="rxt_8e" size="4096" crc="91538868" sha1="4ba04a56a6255895214bca1e0249e365b95f566d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="im5623.8m" merge="im5623.8m" size="256" crc="3c16f62c" sha1="7a3800be410e306cf85753b9953ffc5575afbcd6" region="gfx2" dispose="yes" offset="0"/>
		<rom name="m3-7603.11n" merge="m3-7603.11n" size="32" crc="c7865434" sha1="70c1c9610ba6f1ead77f347e7132958958bccb31" region="proms" offset="0"/>
		<rom name="im5623.8p" merge="im5623.8p" size="256" crc="834d4fda" sha1="617864d3df0917a513e8255ad8d96ae7a04da5a1" region="proms" offset="20"/>
		<rom name="im5623.3p" merge="im5623.3p" size="256" crc="4bad7017" sha1="3e6da9d798f5e07fa18d6ce7d0b148be98c766d5" region="sound1" offset="0"/>
		<rom name="im5623.2m" merge="im5623.2m" size="256" crc="77245b66" sha1="0c4d0bee858b97632411c440bea6948a74759746" region="sound1" offset="100"/>
		<sample name="bang.wav"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Samples"/>
		<display type="raster" rotate="0" width="288" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="1 Car, Medium"/>
			<dipvalue name="1 Car, Hard"/>
			<dipvalue name="2 Cars, Easy"/>
			<dipvalue name="2 Cars, Medium"/>
			<dipvalue name="2 Cars, Hard"/>
			<dipvalue name="3 Cars, Easy" default="yes"/>
			<dipvalue name="3 Cars, Medium"/>
			<dipvalue name="3 Cars, Hard"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="10000" default="yes"/>
			<dipvalue name="15000" default="yes"/>
			<dipvalue name="15000" default="yes"/>
			<dipvalue name="15000" default="yes"/>
			<dipvalue name="20000" default="yes"/>
			<dipvalue name="20000" default="yes"/>
			<dipvalue name="20000" default="yes"/>
			<dipvalue name="20000"/>
			<dipvalue name="20000"/>
			<dipvalue name="30000"/>
			<dipvalue name="30000"/>
			<dipvalue name="30000"/>
			<dipvalue name="40000"/>
			<dipvalue name="40000"/>
			<dipvalue name="40000"/>
			<dipvalue name="30000"/>
			<dipvalue name="30000"/>
			<dipvalue name="40000"/>
			<dipvalue name="40000"/>
			<dipvalue name="40000"/>
			<dipvalue name="60000"/>
			<dipvalue name="60000"/>
			<dipvalue name="60000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="rastandh" sourcefile="rastan.c">
		<description>Rastan Dragon Hack</description>
		<year>2001</year>
		<manufacturer>Neil Pearce Hack</manufacturer>
		<rom name="ic19_38.bin" size="65536" crc="1c91dbb1" sha1="17fc55e8546cc0b847aebd67fb4570a1e9f128f3" region="cpu1" offset="0"/>
		<rom name="ic07_37.bin" size="65536" crc="ecf20bdd" sha1="92e46b1edef40a19be17091c09daba598d77bca8" region="cpu1" offset="1"/>
		<rom name="dh_ic20_40.bin" size="65536" crc="8f1ab70d" sha1="58356b1b02d7c7de9f59bb8413782f655ebf0012" region="cpu1" offset="20000"/>
		<rom name="dh_ic08_39.bin" size="65536" crc="553a1ed8" sha1="ef872bcdf681dd5f723907da3a36c065b618c563" region="cpu1" offset="20001"/>
		<rom name="dh_ic21_42.bin" size="65536" crc="08dc89b1" sha1="836d87bcf2a12586722867fdd7d0d65f823008b7" region="cpu1" offset="40000"/>
		<rom name="dh_ic09_43.bin" size="65536" crc="a93fc337" sha1="4117a31e3844cc981cae4323dd4c8878b1f77eb1" region="cpu1" offset="40001"/>
		<rom name="ic49_19.bin" size="65536" crc="ee81fdd8" sha1="fa59dac2583a7d2979550dffc6f9c6c2bd67bfd5" region="cpu2" offset="0"/>
		<rom name="ic40_01.bin" size="131072" crc="cd30de19" sha1="f8d158d38cd07a24cb5ddefd4ce90beec706924d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="ic39_03.bin" size="131072" crc="ab67e064" sha1="5c49f0ff9221cba9f2bb8da86eb4448c73012410" region="gfx1" dispose="yes" offset="20000"/>
		<rom name="ic67_02.bin" size="131072" crc="54040fec" sha1="a2bea2ce1cebd25b33be41723299ca0512d95f9e" region="gfx1" dispose="yes" offset="40000"/>
		<rom name="ic66_04.bin" size="131072" crc="94737e93" sha1="3df7f085fe6468bda11fab2e86252df6f74f7a99" region="gfx1" dispose="yes" offset="60000"/>
		<rom name="ic15_05.bin" size="131072" crc="c22d94ac" sha1="04f69f9af7ac4242e95dba32988afa3616d75a92" region="gfx2" dispose="yes" offset="0"/>
		<rom name="ic14_07.bin" size="131072" crc="b5632a51" sha1="da6ebe6afe245443a76b33714213549356c0c5c3" region="gfx2" dispose="yes" offset="20000"/>
		<rom name="ic28_06.bin" size="131072" crc="002ccf39" sha1="fdc29f39198f9b488e298ee89b0eeb3417527733" region="gfx2" dispose="yes" offset="40000"/>
		<rom name="ic27_08.bin" size="131072" crc="feafca05" sha1="9de9ff1fcf037e5ab25c181b678245041238d6ae" region="gfx2" dispose="yes" offset="60000"/>
		<rom name="ic76_20.bin" size="65536" crc="fd1a34cc" sha1="b1682959521fa295769207b75cf7d839e9ec95fd" region="sound1" offset="0"/>
		<chip type="cpu" name="68000" clock="8000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2151" clock="4000000"/>
		<chip type="audio" name="MSM5205" clock="384000"/>
		<display type="raster" rotate="0" width="320" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2" tilt="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="100000" default="yes"/>
			<dipvalue name="150000"/>
			<dipvalue name="200000"/>
			<dipvalue name="250000"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="8192"/>
	</game>
	<game name="rastand2" sourcefile="rastan.c">
		<description>Rastan Dragon Hack (set 2)</description>
		<year>2001</year>
		<manufacturer>Neil Pearce Hack</manufacturer>
		<rom name="ic19_38.bin" size="65536" crc="1c91dbb1" sha1="17fc55e8546cc0b847aebd67fb4570a1e9f128f3" region="cpu1" offset="0"/>
		<rom name="ic07_37.bin" size="65536" crc="ecf20bdd" sha1="92e46b1edef40a19be17091c09daba598d77bca8" region="cpu1" offset="1"/>
		<rom name="dh_ic20_40.bin" size="65536" crc="8f1ab70d" sha1="58356b1b02d7c7de9f59bb8413782f655ebf0012" region="cpu1" offset="20000"/>
		<rom name="dh_ic08_39.bin" size="65536" crc="553a1ed8" sha1="ef872bcdf681dd5f723907da3a36c065b618c563" region="cpu1" offset="20001"/>
		<rom name="d2_ic21_42.bin" size="65536" crc="1857a7cb" sha1="7d967d04ade648c6ddb19aad9e184b6e272856da" region="cpu1" offset="40000"/>
		<rom name="d2_ic09_43.bin" size="65536" crc="e08d2b2d" sha1="917017bdc64dc2d1ba15534baef80e581cacf7c1" region="cpu1" offset="40001"/>
		<rom name="ic49_19.bin" size="65536" crc="ee81fdd8" sha1="fa59dac2583a7d2979550dffc6f9c6c2bd67bfd5" region="cpu2" offset="0"/>
		<rom name="ic40_01.bin" size="131072" crc="cd30de19" sha1="f8d158d38cd07a24cb5ddefd4ce90beec706924d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="ic39_03.bin" size="131072" crc="ab67e064" sha1="5c49f0ff9221cba9f2bb8da86eb4448c73012410" region="gfx1" dispose="yes" offset="20000"/>
		<rom name="ic67_02.bin" size="131072" crc="54040fec" sha1="a2bea2ce1cebd25b33be41723299ca0512d95f9e" region="gfx1" dispose="yes" offset="40000"/>
		<rom name="ic66_04.bin" size="131072" crc="94737e93" sha1="3df7f085fe6468bda11fab2e86252df6f74f7a99" region="gfx1" dispose="yes" offset="60000"/>
		<rom name="ic15_05.bin" size="131072" crc="c22d94ac" sha1="04f69f9af7ac4242e95dba32988afa3616d75a92" region="gfx2" dispose="yes" offset="0"/>
		<rom name="ic14_07.bin" size="131072" crc="b5632a51" sha1="da6ebe6afe245443a76b33714213549356c0c5c3" region="gfx2" dispose="yes" offset="20000"/>
		<rom name="ic28_06.bin" size="131072" crc="002ccf39" sha1="fdc29f39198f9b488e298ee89b0eeb3417527733" region="gfx2" dispose="yes" offset="40000"/>
		<rom name="ic27_08.bin" size="131072" crc="feafca05" sha1="9de9ff1fcf037e5ab25c181b678245041238d6ae" region="gfx2" dispose="yes" offset="60000"/>
		<rom name="ic76_20.bin" size="65536" crc="fd1a34cc" sha1="b1682959521fa295769207b75cf7d839e9ec95fd" region="sound1" offset="0"/>
		<chip type="cpu" name="68000" clock="8000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2151" clock="4000000"/>
		<chip type="audio" name="MSM5205" clock="384000"/>
		<display type="raster" rotate="0" width="320" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2" tilt="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="100000" default="yes"/>
			<dipvalue name="150000"/>
			<dipvalue name="200000"/>
			<dipvalue name="250000"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="8192"/>
	</game>
	<game name="rastaneh" sourcefile="rastan.c">
		<description>Rastan Enemy Hack</description>
		<year>2001</year>
		<manufacturer>Neil Pearce Hack</manufacturer>
		<rom name="ic19_38.bin" size="65536" crc="1c91dbb1" sha1="17fc55e8546cc0b847aebd67fb4570a1e9f128f3" region="cpu1" offset="0"/>
		<rom name="ic07_37.bin" size="65536" crc="ecf20bdd" sha1="92e46b1edef40a19be17091c09daba598d77bca8" region="cpu1" offset="1"/>
		<rom name="dh_ic20_40.bin" size="65536" crc="8f1ab70d" sha1="58356b1b02d7c7de9f59bb8413782f655ebf0012" region="cpu1" offset="20000"/>
		<rom name="dh_ic08_39.bin" size="65536" crc="553a1ed8" sha1="ef872bcdf681dd5f723907da3a36c065b618c563" region="cpu1" offset="20001"/>
		<rom name="d2_ic21_42.bin" size="65536" crc="1857a7cb" sha1="7d967d04ade648c6ddb19aad9e184b6e272856da" region="cpu1" offset="40000"/>
		<rom name="eh_ic09_43.bin" size="65536" crc="71037966" sha1="f32d87a47535c6eae9016b7cc027d347236c217e" region="cpu1" offset="40001"/>
		<rom name="ic49_19.bin" size="65536" crc="ee81fdd8" sha1="fa59dac2583a7d2979550dffc6f9c6c2bd67bfd5" region="cpu2" offset="0"/>
		<rom name="ic40_01.bin" size="131072" crc="cd30de19" sha1="f8d158d38cd07a24cb5ddefd4ce90beec706924d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="ic39_03.bin" size="131072" crc="ab67e064" sha1="5c49f0ff9221cba9f2bb8da86eb4448c73012410" region="gfx1" dispose="yes" offset="20000"/>
		<rom name="ic67_02.bin" size="131072" crc="54040fec" sha1="a2bea2ce1cebd25b33be41723299ca0512d95f9e" region="gfx1" dispose="yes" offset="40000"/>
		<rom name="ic66_04.bin" size="131072" crc="94737e93" sha1="3df7f085fe6468bda11fab2e86252df6f74f7a99" region="gfx1" dispose="yes" offset="60000"/>
		<rom name="ic15_05.bin" size="131072" crc="c22d94ac" sha1="04f69f9af7ac4242e95dba32988afa3616d75a92" region="gfx2" dispose="yes" offset="0"/>
		<rom name="ic14_07.bin" size="131072" crc="b5632a51" sha1="da6ebe6afe245443a76b33714213549356c0c5c3" region="gfx2" dispose="yes" offset="20000"/>
		<rom name="ic28_06.bin" size="131072" crc="002ccf39" sha1="fdc29f39198f9b488e298ee89b0eeb3417527733" region="gfx2" dispose="yes" offset="40000"/>
		<rom name="ic27_08.bin" size="131072" crc="feafca05" sha1="9de9ff1fcf037e5ab25c181b678245041238d6ae" region="gfx2" dispose="yes" offset="60000"/>
		<rom name="ic76_20.bin" size="65536" crc="fd1a34cc" sha1="b1682959521fa295769207b75cf7d839e9ec95fd" region="sound1" offset="0"/>
		<chip type="cpu" name="68000" clock="8000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2151" clock="4000000"/>
		<chip type="audio" name="MSM5205" clock="384000"/>
		<display type="raster" rotate="0" width="320" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2" tilt="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="100000" default="yes"/>
			<dipvalue name="150000"/>
			<dipvalue name="200000"/>
			<dipvalue name="250000"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="8192"/>
	</game>
	<game name="rastane2" sourcefile="rastan.c">
		<description>Rastan Enemy Hack (set 2)</description>
		<year>2001</year>
		<manufacturer>Neil Pearce Hack</manufacturer>
		<rom name="ic19_38.bin" size="65536" crc="1c91dbb1" sha1="17fc55e8546cc0b847aebd67fb4570a1e9f128f3" region="cpu1" offset="0"/>
		<rom name="ic07_37.bin" size="65536" crc="ecf20bdd" sha1="92e46b1edef40a19be17091c09daba598d77bca8" region="cpu1" offset="1"/>
		<rom name="dh_ic20_40.bin" size="65536" crc="8f1ab70d" sha1="58356b1b02d7c7de9f59bb8413782f655ebf0012" region="cpu1" offset="20000"/>
		<rom name="dh_ic08_39.bin" size="65536" crc="553a1ed8" sha1="ef872bcdf681dd5f723907da3a36c065b618c563" region="cpu1" offset="20001"/>
		<rom name="e2_ic21_42.bin" size="65536" crc="27845873" sha1="b6197e15ee2655135d0fc8e72cc44fa3bcc73c10" region="cpu1" offset="40000"/>
		<rom name="e2_ic09_43.bin" size="65536" crc="a38131f3" sha1="f46cda36d698c688f1b1bfee9945915194a30ebd" region="cpu1" offset="40001"/>
		<rom name="ic49_19.bin" size="65536" crc="ee81fdd8" sha1="fa59dac2583a7d2979550dffc6f9c6c2bd67bfd5" region="cpu2" offset="0"/>
		<rom name="ic40_01.bin" size="131072" crc="cd30de19" sha1="f8d158d38cd07a24cb5ddefd4ce90beec706924d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="ic39_03.bin" size="131072" crc="ab67e064" sha1="5c49f0ff9221cba9f2bb8da86eb4448c73012410" region="gfx1" dispose="yes" offset="20000"/>
		<rom name="ic67_02.bin" size="131072" crc="54040fec" sha1="a2bea2ce1cebd25b33be41723299ca0512d95f9e" region="gfx1" dispose="yes" offset="40000"/>
		<rom name="ic66_04.bin" size="131072" crc="94737e93" sha1="3df7f085fe6468bda11fab2e86252df6f74f7a99" region="gfx1" dispose="yes" offset="60000"/>
		<rom name="ic15_05.bin" size="131072" crc="c22d94ac" sha1="04f69f9af7ac4242e95dba32988afa3616d75a92" region="gfx2" dispose="yes" offset="0"/>
		<rom name="ic14_07.bin" size="131072" crc="b5632a51" sha1="da6ebe6afe245443a76b33714213549356c0c5c3" region="gfx2" dispose="yes" offset="20000"/>
		<rom name="ic28_06.bin" size="131072" crc="002ccf39" sha1="fdc29f39198f9b488e298ee89b0eeb3417527733" region="gfx2" dispose="yes" offset="40000"/>
		<rom name="ic27_08.bin" size="131072" crc="feafca05" sha1="9de9ff1fcf037e5ab25c181b678245041238d6ae" region="gfx2" dispose="yes" offset="60000"/>
		<rom name="ic76_20.bin" size="65536" crc="fd1a34cc" sha1="b1682959521fa295769207b75cf7d839e9ec95fd" region="sound1" offset="0"/>
		<chip type="cpu" name="68000" clock="8000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2151" clock="4000000"/>
		<chip type="audio" name="MSM5205" clock="384000"/>
		<display type="raster" rotate="0" width="320" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2" tilt="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="100000" default="yes"/>
			<dipvalue name="150000"/>
			<dipvalue name="200000"/>
			<dipvalue name="250000"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="8192"/>
	</game>
	<game name="rastwack" sourcefile="rastan.c">
		<description>Wacky Rastan</description>
		<year>2000</year>
		<manufacturer>Vogel Hack</manufacturer>
		<rom name="rs19_38.bin" size="65536" crc="a38ac909" sha1="66d792fee03c6bd87d15060b9d5cae74137c5ebd" region="cpu1" offset="0"/>
		<rom name="wk_rs07_37.bin" size="65536" crc="bad60872" sha1="e020f79b3ac3d2abccfcd5d135d2dc49e1335c7d" region="cpu1" offset="1"/>
		<rom name="wk_rs20_40.bin" size="65536" crc="6bcf70dc" sha1="3e369548ac01981c503150b44c2747e6c2cec12a" region="cpu1" offset="20000"/>
		<rom name="wk_rs08_39.bin" size="65536" crc="8838ecc5" sha1="42b43ab77969bbacdf178fbe73a0a27652ccb297" region="cpu1" offset="20001"/>
		<rom name="wk_rs21_42.bin" size="65536" crc="b626c439" sha1="976e820edc4ba107c5b579edaaee1e354e85fb67" region="cpu1" offset="40000"/>
		<rom name="wk_rs09_43.bin" size="65536" crc="c928a516" sha1="fe87fdf2d1b7ba93e1986460eb6af648b58f42e4" region="cpu1" offset="40001"/>
		<rom name="ic49_19.bin" size="65536" crc="ee81fdd8" sha1="fa59dac2583a7d2979550dffc6f9c6c2bd67bfd5" region="cpu2" offset="0"/>
		<rom name="wk_ic40_01.bin" size="131072" crc="f2111c1f" sha1="bfdb46aeffe3f08fd5095440a7fa439f52d93d92" region="gfx1" dispose="yes" offset="0"/>
		<rom name="wk_ic39_03.bin" size="131072" crc="a25b10c1" sha1="6a163e12e00b599cf8430d73e39b5a47a94db41e" region="gfx1" dispose="yes" offset="20000"/>
		<rom name="wk_ic67_02.bin" size="131072" crc="a465449c" sha1="7cae41f4c64641fb6ed8115ae7b934c013b964b2" region="gfx1" dispose="yes" offset="40000"/>
		<rom name="wk_ic66_04.bin" size="131072" crc="9d4f8e36" sha1="4f6634a5c2eeb7be4582f0a2596bb7caa7fddac3" region="gfx1" dispose="yes" offset="60000"/>
		<rom name="wk_ic15_05.bin" size="131072" crc="edc6f1bb" sha1="567e88a4e2bfc39e9f056a9c3aa735297363a376" region="gfx2" dispose="yes" offset="0"/>
		<rom name="wk_ic14_07.bin" size="131072" crc="c672101c" sha1="5759adc762f9cffb85175ee66c237a195dc2b656" region="gfx2" dispose="yes" offset="20000"/>
		<rom name="wk_ic28_06.bin" size="131072" crc="f6ada09a" sha1="6ddc23f2499164d4a403d4c519e9b14492a1604b" region="gfx2" dispose="yes" offset="40000"/>
		<rom name="wk_ic27_08.bin" size="131072" crc="533d567e" sha1="e61082c4c3e9d1422ff01646bb5fded9fda96f65" region="gfx2" dispose="yes" offset="60000"/>
		<rom name="ic76_20.bin" size="65536" crc="fd1a34cc" sha1="b1682959521fa295769207b75cf7d839e9ec95fd" region="sound1" offset="0"/>
		<chip type="cpu" name="68000" clock="8000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2151" clock="4000000"/>
		<chip type="audio" name="MSM5205" clock="384000"/>
		<display type="raster" rotate="0" width="320" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2" tilt="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="100000" default="yes"/>
			<dipvalue name="150000"/>
			<dipvalue name="200000"/>
			<dipvalue name="250000"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="8192"/>
	</game>
	<game name="vantris" sourcefile="rockola.c" sampleof="vanguard">
		<description>Vantris Tetris Hack</description>
		<year>1981</year>
		<manufacturer>SNK</manufacturer>
		<rom name="sk4_ic07.bin" size="4096" crc="6a29e354" sha1="ff953962ebc14a28cfc96f8e269cb1e1c188ed8a" region="cpu1" offset="4000"/>
		<rom name="sk4_ic08.bin" size="4096" crc="302bba54" sha1="1944f229481328a0635fafda65054106f42a532a" region="cpu1" offset="5000"/>
		<rom name="sk4_ic09.bin" size="4096" crc="424755f6" sha1="b4762b40c7ed70d4b90319a1a30983a41a096afb" region="cpu1" offset="6000"/>
		<rom name="sk4_ic10.bin" size="4096" crc="54603274" sha1="31571a560dbe300417b3ed5b114fa1d9ef742da9" region="cpu1" offset="7000"/>
		<rom name="vtr4_ic13.bin" size="4096" crc="f9f367a5" region="cpu1" offset="8000"/>
		<rom name="sk4_ic14.bin" size="4096" crc="0d5b47d0" sha1="922621c23f33fe756cb6baa12e5465c4e64f2dda" region="cpu1" offset="9000"/>
		<rom name="sk4_ic15.bin" size="4096" crc="8549b8f8" sha1="375bc6f7e15564d5cf7e00c44e2651793c56d6ca" region="cpu1" offset="a000"/>
		<rom name="sk4_ic16.bin" size="4096" crc="062e0be2" sha1="45aaf315a62f37460e32d3ba99caaacf4c994810" region="cpu1" offset="b000"/>
		<rom name="vtr5_ic50.bin" size="2048" crc="a7061526" sha1="f5f5860a9dc468cb4177348e0b0592e5adda28f1" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vtr5_ic51.bin" size="2048" crc="67bd31ed" sha1="24f03cf097e5382500a85483351f21913a98fdd5" region="gfx1" dispose="yes" offset="800"/>
		<rom name="vtr5_ic7.bin" size="32" crc="90f17fc1" sha1="fc92864178cbceccd6f7f2c75249b5c568bdbea8" region="proms" offset="0"/>
		<rom name="vtr5_ic6.bin" size="32" crc="90f17fc1" sha1="fc92864178cbceccd6f7f2c75249b5c568bdbea8" region="proms" offset="20"/>
		<rom name="vtr4_ic51.bin" size="2048" crc="fd4d8bb0" sha1="d59ec7569147263aed50041b15aed2ca4f395c23" region="sound1" offset="0"/>
		<rom name="vtr4_ic52.bin" size="2048" crc="cc4a0b6f" sha1="251b24d60083d516c4ba686d75b41e04d10f7198" region="sound1" offset="800"/>
		<rom name="sk6_ic07.bin" size="2048" crc="2b7cbae9" sha1="3d44a0232d7c94d8170cc06e90cc30bd57c99202" region="sound2" offset="4000"/>
		<rom name="sk6_ic08.bin" size="2048" crc="3b7e9d7c" sha1="d9033188068b2aaa1502c89cf09f955eded8fa7a" region="sound2" offset="4800"/>
		<rom name="sk6_ic11.bin" size="2048" crc="c36df041" sha1="8b51934229b961180d1edb99be3a4d337d37f66f" region="sound2" offset="5000"/>
		<sample name="fire.wav"/>
		<sample name="explsion.wav"/>
		<sample name="vg_voi-0.wav"/>
		<sample name="vg_voi-1.wav"/>
		<sample name="vg_voi-2.wav"/>
		<sample name="vg_voi-3.wav"/>
		<sample name="vg_voi-4.wav"/>
		<sample name="vg_voi-5.wav"/>
		<sample name="vg_voi-6.wav"/>
		<sample name="vg_voi-7.wav"/>
		<sample name="vg_voi-8.wav"/>
		<sample name="vg_voi-9.wav"/>
		<sample name="vg_voi-a.wav"/>
		<sample name="vg_voi-b.wav"/>
		<sample name="vg_voi-c.wav"/>
		<sample name="vg_voi-d.wav"/>
		<sample name="vg_voi-e.wav"/>
		<sample name="vg_voi-f.wav"/>
		<chip type="cpu" name="M6502" clock="930000"/>
		<chip type="audio" name="Custom"/>
		<chip type="audio" name="Samples"/>
		<chip type="audio" name="SN76477"/>
		<chip type="audio" name="SN76477"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="61.246746" />
		<sound channels="1"/>
		<input players="2" buttons="4" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit 2/3" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/2 Credits 2/5"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/3 Credits 2/7"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits 2/13"/>
			<dipvalue name="1 Coin/7 Credits"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="imperfect" emulation="good" color="good" sound="imperfect" graphic="good" savestate="unsupported" palettesize="64"/>
	</game>
	<game name="froggrs" sourcefile="scramble.c" cloneof="frogger" romof="frogger">
		<description>Frogger (Scramble hardware)</description>
		<year>1981</year>
		<manufacturer>bootleg</manufacturer>
		<rom name="frog4.bin" size="4096" crc="4d563992" sha1="25a197f711498112e202fa88ca576b247d24e228" region="cpu1" offset="0"/>
		<rom name="frog5.bin" size="4096" crc="d8b8c06e" sha1="51363deab935c3625a825499cb1f1c7a0c773b03" region="cpu1" offset="1000"/>
		<rom name="frog6.bin" size="4096" crc="b55a1cb5" sha1="4e751e561c179641bb7db1abf3a5272d81d434b0" region="cpu1" offset="2000"/>
		<rom name="frogger.608" merge="frogger.608" size="2048" crc="e8ab0256" sha1="f090afcfacf5f13cdfa0dfda8e3feb868c6ce8bc" region="cpu2" offset="0"/>
		<rom name="frogger.609" merge="frogger.609" size="2048" crc="7380a48f" sha1="75582a94b696062cbdb66a4c5cf0bc0bb94f81ee" region="cpu2" offset="800"/>
		<rom name="frog3.bin" size="2048" crc="837c16ab" sha1="740780149563708163867c6412d3b2500192d7b1" region="cpu2" offset="1000"/>
		<rom name="frogger.607" merge="frogger.607" size="2048" crc="05f7d883" sha1="78831fd287da18928651a8adb7e578d291493eff" region="gfx1" dispose="yes" offset="0"/>
		<rom name="frogger.606" merge="frogger.606" size="2048" crc="f524ee30" sha1="dd768967add61467baa08d5929001f157d6cd911" region="gfx1" dispose="yes" offset="800"/>
		<rom name="pr-91.6l" merge="pr-91.6l" size="32" crc="413703bf" sha1="66648b2b28d3dcbda5bdb2605d1977428939dd3c" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="7"/>
			<dipvalue name="256 (Cheat)"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="A 2/1 B 2/1 C 2/1"/>
			<dipvalue name="A 2/1 B 1/3 C 2/1"/>
			<dipvalue name="A 1/1 B 1/1 C 1/1" default="yes"/>
			<dipvalue name="A 1/1 B 1/6 C 1/1"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="99"/>
	</game>
	<game name="offender" sourcefile="scramble.c" cloneof="scramble" romof="scramble">
		<description>Offender</description>
		<year>1998</year>
		<manufacturer>Chris Henry hack</manufacturer>
		<rom name="off-2d" size="2048" crc="bb09d91e" sha1="f47cd3fd91fc569c7a9bb6e485a3281b92656b7f" region="cpu1" offset="0"/>
		<rom name="2e" size="2048" crc="e9b4b9eb" sha1="a8ee9ddfadf5e9accedfaf81da757a88a2e55a0a" region="cpu1" offset="800"/>
		<rom name="2f" size="2048" crc="a1f14f4c" sha1="3eae2b3e4596505a8afb5c5cfb108e823c2c4319" region="cpu1" offset="1000"/>
		<rom name="2h" size="2048" crc="591bc0d9" sha1="170f9e92f0a3bee04407be27210b4fa825367688" region="cpu1" offset="1800"/>
		<rom name="2j" size="2048" crc="22f11b6b" sha1="e426ef6a7444a39a34d59799973b07d11b89f372" region="cpu1" offset="2000"/>
		<rom name="2l" size="2048" crc="705ffe49" sha1="174df3f281068c767344f751daace646360e26d6" region="cpu1" offset="2800"/>
		<rom name="2m" size="2048" crc="ea26c35c" sha1="a2f3380982d93a022f46756f974fd16c4cd617de" region="cpu1" offset="3000"/>
		<rom name="2p" size="2048" crc="94d8f5e3" sha1="f3a9c4d1d91836476fcad87ea0d243dde7171e0a" region="cpu1" offset="3800"/>
		<rom name="ot1.5c" merge="ot1.5c" size="2048" crc="bcd297f0" sha1="8ed78487d76fd0a917ab7b258937a46e2cd9800c" region="cpu2" offset="0"/>
		<rom name="ot2.5d" merge="ot2.5d" size="2048" crc="de7912da" sha1="8558b4eff5d7e63029b325edef9914feda5834c3" region="cpu2" offset="800"/>
		<rom name="ot3.5e" merge="ot3.5e" size="2048" crc="ba2fa933" sha1="1f976d8595706730e29f93027e7ab4620075c078" region="cpu2" offset="1000"/>
		<rom name="off-5f" size="2048" crc="7015a2e1" sha1="19bb4cb26c8b91cd79368e4ed48065df6fd6577e" region="gfx1" dispose="yes" offset="0"/>
		<rom name="off-5h" size="2048" crc="a36ac0fa" sha1="b58412536833ab5ea705e919562b7b495ff3dff4" region="gfx1" dispose="yes" offset="800"/>
		<rom name="c01s.6e" merge="c01s.6e" size="32" crc="4e3caeab" sha1="a25083c3e36d28afdefe4af6e6d4f3155e303625" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="255 (Cheat)"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="A 1/1  B 2/1  C 1/1" default="yes"/>
			<dipvalue name="A 1/2  B 1/1  C 1/2"/>
			<dipvalue name="A 1/3  B 3/1  C 1/3"/>
			<dipvalue name="A 1/4  B 4/1  C 1/4"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="99"/>
	</game>
	<game name="superdog" sourcefile="scramble.c" cloneof="scramble" romof="scramble">
		<description>Superdog</description>
		<year>1998</year>
		<manufacturer>Jerky Hack</manufacturer>
		<rom name="sdog-2d" size="2048" crc="99dc8bb5" sha1="a7f533471df4482f67be0ed969e559f483fb147a" region="cpu1" offset="0"/>
		<rom name="2e" size="2048" crc="e9b4b9eb" sha1="a8ee9ddfadf5e9accedfaf81da757a88a2e55a0a" region="cpu1" offset="800"/>
		<rom name="2f" size="2048" crc="a1f14f4c" sha1="3eae2b3e4596505a8afb5c5cfb108e823c2c4319" region="cpu1" offset="1000"/>
		<rom name="2h" size="2048" crc="591bc0d9" sha1="170f9e92f0a3bee04407be27210b4fa825367688" region="cpu1" offset="1800"/>
		<rom name="2j" size="2048" crc="22f11b6b" sha1="e426ef6a7444a39a34d59799973b07d11b89f372" region="cpu1" offset="2000"/>
		<rom name="2l" size="2048" crc="705ffe49" sha1="174df3f281068c767344f751daace646360e26d6" region="cpu1" offset="2800"/>
		<rom name="2m" size="2048" crc="ea26c35c" sha1="a2f3380982d93a022f46756f974fd16c4cd617de" region="cpu1" offset="3000"/>
		<rom name="2p" size="2048" crc="94d8f5e3" sha1="f3a9c4d1d91836476fcad87ea0d243dde7171e0a" region="cpu1" offset="3800"/>
		<rom name="ot1.5c" merge="ot1.5c" size="2048" crc="bcd297f0" sha1="8ed78487d76fd0a917ab7b258937a46e2cd9800c" region="cpu2" offset="0"/>
		<rom name="ot2.5d" merge="ot2.5d" size="2048" crc="de7912da" sha1="8558b4eff5d7e63029b325edef9914feda5834c3" region="cpu2" offset="800"/>
		<rom name="ot3.5e" merge="ot3.5e" size="2048" crc="ba2fa933" sha1="1f976d8595706730e29f93027e7ab4620075c078" region="cpu2" offset="1000"/>
		<rom name="sdog-5f" size="2048" crc="7edbc59c" sha1="53c9a7f46a968b2f804243f661479918870756b5" region="gfx1" dispose="yes" offset="0"/>
		<rom name="sdog-5h" size="2048" crc="5b130bea" sha1="269df1344414c0d517084a32a348a856c25d499c" region="gfx1" dispose="yes" offset="800"/>
		<rom name="c01s.6e" merge="c01s.6e" size="32" crc="4e3caeab" sha1="a25083c3e36d28afdefe4af6e6d4f3155e303625" region="proms" offset="0"/>
		<chip type="cpu" name="Z80" clock="3072000"/>
		<chip type="cpu" name="Z80" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<chip type="audio" name="AY8910" clock="1789750"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.606060" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="255 (Cheat)"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="A 1/1  B 2/1  C 1/1" default="yes"/>
			<dipvalue name="A 1/2  B 1/1  C 1/2"/>
			<dipvalue name="A 1/3  B 3/1  C 1/3"/>
			<dipvalue name="A 1/4  B 4/1  C 1/4"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="99"/>
	</game>
	<game name="astrob2h" sourcefile="segag80r.c" cloneof="astrob" romof="astrob" sampleof="astrob">
		<description>Astro Blaster (ver 2 Hack)</description>
		<year>1981</year>
		<manufacturer>Sega</manufacturer>
		<rom name="829b" merge="829b.cpu-u25" size="2048" crc="14ae953c" sha1="eb63d1b95faa5193db7fa6ab245e99325d519b5e" region="cpu1" offset="0"/>
		<rom name="888" size="2048" crc="42601744" sha1="6bb58384c28b2105746a2f410f5e0979609db9bf" region="cpu1" offset="800"/>
		<rom name="889bh" size="2048" crc="9fcdc62f" sha1="6dbf7e1ad62548263ca5edaa81d38cbc7a9a281f" region="cpu1" offset="1000"/>
		<rom name="890" size="2048" crc="26f5b4cf" sha1="be45e802f976b8847689ae8de7159843ac9100eb" region="cpu1" offset="1800"/>
		<rom name="891bh" size="2048" crc="74f906dc" sha1="edf9efc0ec25f578214b26010d99385c0bace3ad" region="cpu1" offset="2000"/>
		<rom name="892" size="2048" crc="2d3c949b" sha1="17e3c5300793f2345ff6e28e82cd7a22f1d6e41f" region="cpu1" offset="2800"/>
		<rom name="893" size="2048" crc="ccdb1a76" sha1="1c8f0555e397c5558bbfca1fa1487cc32aca8592" region="cpu1" offset="3000"/>
		<rom name="894" size="2048" crc="66ae5ced" sha1="81bb6e3adcc76ffbeafefecce5fe5541a7eefc37" region="cpu1" offset="3800"/>
		<rom name="895" size="2048" crc="202cf3a3" sha1="26fcccfb3e94b2a01d38c14daa66713c223efb18" region="cpu1" offset="4000"/>
		<rom name="896" size="2048" crc="b603fe23" sha1="3128877355a9c5bba5cd22e9addf4c8b79ee39d2" region="cpu1" offset="4800"/>
		<rom name="897" size="2048" crc="989198c6" sha1="3344bf7272e388571026c4e68a2e4e5e0ebbc5e3" region="cpu1" offset="5000"/>
		<rom name="898" size="2048" crc="ef2bab04" sha1="108a9812cb9d1ec4629b0306c45ba164f94ab426" region="cpu1" offset="5800"/>
		<rom name="899" size="2048" crc="e0d189ee" sha1="dcab31d64e6b2d248a82cbae9e37afe031dfc6cd" region="cpu1" offset="6000"/>
		<rom name="900" size="2048" crc="682d4604" sha1="6ac0d2d8ff407cc7e10b460736ae7fbc21148640" region="cpu1" offset="6800"/>
		<rom name="901" size="2048" crc="9ed11c61" sha1="dd965c06d2013acdabd958e713109eeb049d5d5e" region="cpu1" offset="7000"/>
		<rom name="902" size="2048" crc="b4d6c330" sha1="922a562b5f1a8a286e6777ba7d141bd0db6e2a92" region="cpu1" offset="7800"/>
		<rom name="903" size="2048" crc="84acc38c" sha1="86bed143ac2d95116e50e77b5c262d67156c6a59" region="cpu1" offset="8000"/>
		<rom name="904" size="2048" crc="5eba3097" sha1="e785d1c1cea50aa25e5eea5e58a0c48fd53208c6" region="cpu1" offset="8800"/>
		<rom name="905" size="2048" crc="4f08f9f4" sha1="755a825b18ed50caa7bf274a0a5c3a1b00b1c070" region="cpu1" offset="9000"/>
		<rom name="906" size="2048" crc="58149df1" sha1="2bba56576a225ca47ce31a5b6dcc491546dfffec" region="cpu1" offset="9800"/>
		<rom name="808b" merge="808b.speech-u7" size="2048" crc="5988c767" sha1="3b91a8cd46aa7e714028cc40f700fea32287afb1" region="cpu2" offset="0"/>
		<rom name="809a" merge="809a.speech-u6" size="2048" crc="893f228d" sha1="41c08210d322105f5446cfaa1258c194dd078a34" region="cpu2" offset="800"/>
		<rom name="810" merge="810.speech-u5" size="2048" crc="ff0163c5" sha1="158a12f9bf01d25c7e98f34fce56df51d49e5a85" region="cpu2" offset="1000"/>
		<rom name="811" merge="811.speech-u4" size="2048" crc="219f3978" sha1="728edb9251f7cde237fa3b005971366a099c6342" region="cpu2" offset="1800"/>
		<rom name="812a" merge="812a.speech-u3" size="2048" crc="410ad0d2" sha1="9b5f05bb64a6ecfe3543025a10c6ec67de797333" region="cpu2" offset="2000"/>
		<sample name="invadr1.wav"/>
		<sample name="winvadr1.wav"/>
		<sample name="invadr2.wav"/>
		<sample name="winvadr2.wav"/>
		<sample name="invadr3.wav"/>
		<sample name="winvadr3.wav"/>
		<sample name="invadr4.wav"/>
		<sample name="winvadr4.wav"/>
		<sample name="asteroid.wav"/>
		<sample name="refuel.wav"/>
		<sample name="pbullet.wav"/>
		<sample name="ebullet.wav"/>
		<sample name="eexplode.wav"/>
		<sample name="pexplode.wav"/>
		<sample name="deedle.wav"/>
		<sample name="sonar.wav"/>
		<chip type="cpu" name="Z80" clock="3867000"/>
		<chip type="cpu" name="I8035" clock="208000"/>
		<chip type="audio" name="Samples"/>
		<chip type="audio" name="SP0250" clock="3120000"/>
		<display type="raster" rotate="270" width="256" height="224" refresh="59.998135" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2" service="yes">
			<control type="joy2way"/>
		</input>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Demo Speech">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit 5/3 6/4"/>
			<dipvalue name="2 Coins/1 Credit 4/3"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/1 Credit 5/6"/>
			<dipvalue name="1 Coin/1 Credit 4/5"/>
			<dipvalue name="1 Coin/1 Credit 2/3"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/2 Credits 4/9"/>
			<dipvalue name="1 Coin/2 Credits 5/11"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit 5/3 6/4"/>
			<dipvalue name="2 Coins/1 Credit 4/3"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/1 Credit 5/6"/>
			<dipvalue name="1 Coin/1 Credit 4/5"/>
			<dipvalue name="1 Coin/1 Credit 2/3"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/2 Credits 4/9"/>
			<dipvalue name="1 Coin/2 Credits 5/11"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="64"/>
	</game>
	<game name="kfjohnny" sourcefile="shaolins.c" cloneof="kicker" romof="kicker">
		<description>Kung-Fu Johnny</description>
		<year>2002</year>
		<manufacturer>hack</manufacturer>
		<rom name="kikrd8.bin" merge="kikrd8.bin" size="8192" crc="2598dfdd" sha1="70a9d81b73bbd4ff6b627a3e4102d5328a946d20" region="cpu1" offset="6000"/>
		<rom name="kikrd9.bin" merge="kikrd9.bin" size="16384" crc="0cf0351a" sha1="a9da783b29a63a46912a29715e8d11dc4cd22265" region="cpu1" offset="8000"/>
		<rom name="kikrd11.bin" merge="kikrd11.bin" size="16384" crc="654037f8" sha1="52d098386fe87ae97d4dfefab0bd3a902f66d70b" region="cpu1" offset="c000"/>
		<rom name="kfjohnny.gf1" size="8192" crc="be0310d0" sha1="e615aec557c656121761cf77d9ec4a6d1a6ddbea" region="gfx1" dispose="yes" offset="0"/>
		<rom name="kfjohnny.gf2" size="8192" crc="fab8c880" sha1="b90ae46ee72a000983ec68884f4ea0e406030ba3" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="kfjohnny.gf4" size="16384" crc="f7fbbb9c" sha1="4b85c1b50a6232be2f6e7b2e497dca86dda387d8" region="gfx2" dispose="yes" offset="0"/>
		<rom name="kfjohnny.gf3" size="16384" crc="84bc0cfd" sha1="2140fe066262a5bdeb1e89d2d6cfa737f88de25d" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="kicker.a12" merge="kicker.a12" size="256" crc="b09db4b4" sha1="d21176cdc7def760da109083eb52e5b6a515021f" region="proms" offset="0"/>
		<rom name="kicker.a13" merge="kicker.a13" size="256" crc="270a2bf3" sha1="c0aec04bd3bceccddf5f5a814a560a893b29ef6b" region="proms" offset="100"/>
		<rom name="kicker.a14" merge="kicker.a14" size="256" crc="83e95ea8" sha1="e0bfa20600488f5c66233e13ea6ad857f62acb7c" region="proms" offset="200"/>
		<rom name="kicker.b8" merge="kicker.b8" size="256" crc="aa900724" sha1="c5343273d0a7101b8ba6876c4f22e43d77610c75" region="proms" offset="300"/>
		<rom name="kicker.f16" merge="kicker.f16" size="256" crc="80009cf5" sha1="a367f3f55d75a9d5bf4d43f9d77272eb910a1344" region="proms" offset="400"/>
		<chip type="cpu" name="M6809" clock="1250000"/>
		<chip type="audio" name="SN76496" clock="1536000"/>
		<chip type="audio" name="SN76496" clock="3072000"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy4way"/>
		</input>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="5"/>
			<dipvalue name="7"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="30000 and every 70000" default="yes"/>
			<dipvalue name="40000 and every 80000"/>
			<dipvalue name="40000"/>
			<dipvalue name="50000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Upright Controls">
			<dipvalue name="Single" default="yes"/>
			<dipvalue name="Dual"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown DSW2 5">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown DSW2 6">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown DSW2 7">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown DSW2 8">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="4 Coins/3 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="3 Coins/4 Credits"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="2 Coins/5 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="4 Coins/3 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="3 Coins/4 Credits"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="2 Coins/5 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="renjuk" sourcefile="st0016.c">
		<description>Renju Kizoku (Korean)</description>
		<year>1994</year>
		<manufacturer>Visco</manufacturer>
		<rom name="renjyu-1.u31k" size="2097152" crc="2bd052c5" sha1="724662d6d2ead1ef9dce1fa95d7c15d35fcb5a51" region="cpu1" offset="10000"/>
		<rom name="rnj2.u32" size="524288" crc="2015289c" sha1="5223b6d3dbe4657cd63cf5b527eaab84cf23587a" region="cpu1" offset="210000"/>
		<chip type="cpu" name="Z80" clock="8000000"/>
		<chip type="audio" name="ST0016"/>
		<display type="raster" rotate="0" width="384" height="384" refresh="60.000000" />
		<sound channels="2"/>
		<input players="2" buttons="3" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Very Hard"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="1025"/>
	</game>
	<game name="wbmlbit" sourcefile="system1.c" cloneof="wbml" romof="wbml">
		<description>Wonder Boy in Monster Land (Italian - v0.99)</description>
		<year>1987</year>
		<manufacturer>Michele</manufacturer>
		<rom name="wbml.01" size="65536" crc="66482638" sha1="887f93015f0effa2d0fa1f1f59082f75ac072221" region="cpu1" offset="20000"/>
		<rom name="wbml.02it" size="65536" crc="680f2186" sha1="bb7b43a8d8438ec9dc55f219db284934a57ea81a" region="cpu1" offset="30000"/>
		<rom name="wbml.03" size="65536" crc="d57ba8aa" sha1="16f095cb78e31af5ce76d36c20fe4c3e0d027aea" region="cpu1" offset="38000"/>
		<rom name="epr11037.126" merge="epr11037.126" size="32768" crc="7a4ee585" sha1="050436106cced5dcbf40a3d94d48202eedddc3ad" region="cpu2" offset="0"/>
		<rom name="wbml.08it" size="32768" crc="bc2846d3" sha1="6777ef6ca5b92600aa6038d773cdd8263639b1cb" region="gfx1" dispose="yes" offset="0"/>
		<rom name="wbml.09it" size="32768" crc="c61fd58e" sha1="f17dba3195e8b3c3d443d696cce63604cdc64a5e" region="gfx1" dispose="yes" offset="8000"/>
		<rom name="wbml.10it" size="32768" crc="e0386c02" sha1="bdfa5fa2bbf641730865d74057203e41dcae80fa" region="gfx1" dispose="yes" offset="10000"/>
		<rom name="epr11028.87" merge="epr11028.87" size="32768" crc="af0b3972" sha1="413825f66b84c7e45aa1855131482abead8f7f3b" region="gfx2" offset="0"/>
		<rom name="epr11027.86" merge="epr11027.86" size="32768" crc="277d8f1d" sha1="7854673503ed03d276abe971805a11f8c992f6d6" region="gfx2" offset="8000"/>
		<rom name="epr11030.89" merge="epr11030.89" size="32768" crc="f05ffc76" sha1="f3dbb518240f86430840c3d4cda04bac79c20f69" region="gfx2" offset="10000"/>
		<rom name="epr11029.88" merge="epr11029.88" size="32768" crc="cedc9c61" sha1="dbe5744f9b6f2a406b52b910dd4e133db7bce6b2" region="gfx2" offset="18000"/>
		<rom name="pr11026.20" merge="pr11026.20" size="256" crc="27057298" sha1="654be7abb937bb0720263ee6512e31194662effe" region="proms" offset="0"/>
		<rom name="pr11025.14" merge="pr11025.14" size="256" crc="41e4d86b" sha1="a86e8bb0a465d01b04410edfbb82eb96f12b909f" region="proms" offset="100"/>
		<rom name="pr11024.8" merge="pr11024.8" size="256" crc="08d71954" sha1="df045dbfb3d669e4d42fbdba1e7191cd046f7b47" region="proms" offset="200"/>
		<rom name="pr5317.37" merge="pr5317.37" size="256" crc="648350b8" sha1="c7986aa9127ef5b50b845434cb4e81dff9861cd2" region="proms" offset="300"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="2000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<display type="raster" rotate="0" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3"/>
			<dipvalue name="4" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="30000 100000 200000" default="yes"/>
			<dipvalue name="50000 150000 250000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Test Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit 5/3 6/4"/>
			<dipvalue name="2 Coins/1 Credit 4/3"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/1 Credit 5/6"/>
			<dipvalue name="1 Coin/1 Credit 4/5"/>
			<dipvalue name="1 Coin/1 Credit 2/3"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit 5/3 6/4"/>
			<dipvalue name="2 Coins/1 Credit 4/3"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/1 Credit 5/6"/>
			<dipvalue name="1 Coin/1 Credit 4/5"/>
			<dipvalue name="1 Coin/1 Credit 2/3"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" cocktail="preliminary" savestate="unsupported" palettesize="1536"/>
	</game>
	<game name="wbmlkb" sourcefile="system1.c" cloneof="wbml" romof="wbml">
		<description>Wonder Boy in Monster Land (Korean)</description>
		<year>1987</year>
		<manufacturer>hack</manufacturer>
		<rom name="wbml.01" size="65536" crc="66482638" sha1="887f93015f0effa2d0fa1f1f59082f75ac072221" region="cpu1" offset="20000"/>
		<rom name="m-6k.bin" size="65536" crc="7dd0b45a" sha1="ae715437c225013bade54cf021be708c5145a84f" region="cpu1" offset="30000"/>
		<rom name="m-7.bin" size="65536" crc="11881703" sha1="b5e4d477158e7653b0fef5a4806be7b4871e917d" region="cpu1" offset="38000"/>
		<rom name="epr11037.126" merge="epr11037.126" size="32768" crc="7a4ee585" sha1="050436106cced5dcbf40a3d94d48202eedddc3ad" region="cpu2" offset="0"/>
		<rom name="epr11034.4k" size="32768" crc="7e631c73" sha1="ef7bc9c8b15083680f8169fa8d322cfbfa7d54ac" region="gfx1" dispose="yes" offset="0"/>
		<rom name="epr11035.5k" size="32768" crc="4c67a9a6" sha1="eac1f97aac3f5b0ce96dd082c7741033caa4b55b" region="gfx1" dispose="yes" offset="8000"/>
		<rom name="epr11036.6k" size="32768" crc="0440b0c7" sha1="f0e321dc6c979807852c375c8a6905fd32336dde" region="gfx1" dispose="yes" offset="10000"/>
		<rom name="epr11028.87" merge="epr11028.87" size="32768" crc="af0b3972" sha1="413825f66b84c7e45aa1855131482abead8f7f3b" region="gfx2" offset="0"/>
		<rom name="epr11027.86" merge="epr11027.86" size="32768" crc="277d8f1d" sha1="7854673503ed03d276abe971805a11f8c992f6d6" region="gfx2" offset="8000"/>
		<rom name="epr11030.89" merge="epr11030.89" size="32768" crc="f05ffc76" sha1="f3dbb518240f86430840c3d4cda04bac79c20f69" region="gfx2" offset="10000"/>
		<rom name="epr11029.88" merge="epr11029.88" size="32768" crc="cedc9c61" sha1="dbe5744f9b6f2a406b52b910dd4e133db7bce6b2" region="gfx2" offset="18000"/>
		<rom name="pr11026.20" merge="pr11026.20" size="256" crc="27057298" sha1="654be7abb937bb0720263ee6512e31194662effe" region="proms" offset="0"/>
		<rom name="pr11025.14" merge="pr11025.14" size="256" crc="41e4d86b" sha1="a86e8bb0a465d01b04410edfbb82eb96f12b909f" region="proms" offset="100"/>
		<rom name="pr11024.8" merge="pr11024.8" size="256" crc="08d71954" sha1="df045dbfb3d669e4d42fbdba1e7191cd046f7b47" region="proms" offset="200"/>
		<rom name="pr5317.37" merge="pr5317.37" size="256" crc="648350b8" sha1="c7986aa9127ef5b50b845434cb4e81dff9861cd2" region="proms" offset="300"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="SN76496" clock="2000000"/>
		<chip type="audio" name="SN76496" clock="4000000"/>
		<display type="raster" rotate="0" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3"/>
			<dipvalue name="4" default="yes"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="30000 100000 200000" default="yes"/>
			<dipvalue name="50000 150000 250000"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Test Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit 5/3 6/4"/>
			<dipvalue name="2 Coins/1 Credit 4/3"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/1 Credit 5/6"/>
			<dipvalue name="1 Coin/1 Credit 4/5"/>
			<dipvalue name="1 Coin/1 Credit 2/3"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit 5/3 6/4"/>
			<dipvalue name="2 Coins/1 Credit 4/3"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/1 Credit 5/6"/>
			<dipvalue name="1 Coin/1 Credit 4/5"/>
			<dipvalue name="1 Coin/1 Credit 2/3"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" cocktail="preliminary" savestate="unsupported" palettesize="1536"/>
	</game>
	<game name="sys16dem" sourcefile="system16.c" cloneof="tetris" romof="tetris">
		<description>Simple Sega's System 16 Demo</description>
		<year>1988</year>
		<manufacturer>Charles Doty</manufacturer>
		<rom name="rom2dm.bin" size="65536" crc="671c5eac" sha1="5fa7f8ba9d31a6c31a0b5a32c2cd869200032461" region="cpu1" offset="0"/>
		<rom name="rom1dm.bin" size="65536" crc="6461ebd9" sha1="16dc373408342560eb48e3c037a8f42636796560" region="cpu1" offset="1"/>
		<rom name="scr01dm.b9" size="65536" crc="2fdb9b09" sha1="bec9ca842921695b06915825acfba076443a7e8b" region="gfx1" dispose="yes" offset="0"/>
		<rom name="scr02dm.b10" size="65536" crc="0e880750" sha1="d6b7c84c00dfb3c1fcf966587f700f3ea3313b94" region="gfx1" dispose="yes" offset="10000"/>
		<rom name="scr03dm.b11" size="65536" crc="3e76f2ba" sha1="9177850b5d0b914a672af414e7e134e15d554fb8" region="gfx1" dispose="yes" offset="20000"/>
		<rom name="dm-obj0-o.rom" size="65536" crc="82ec3f29" sha1="0c0b28e98348f8981314f8d940ccd17d790bf335" region="gfx2" offset="1"/>
		<rom name="dm-obj0-e.rom" size="65536" crc="6eca3b5c" sha1="f58ac53d24b167db4787d6fe91e4799f3c3256d6" region="gfx2" offset="0"/>
		<rom name="epr12168.a7" size="32768" crc="bd9ba01b" sha1="fafa7dc36cc057a50ae4cdf7a35f3594292336f4" region="cpu2" offset="0"/>
		<chip type="cpu" name="68000" clock="10000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2151" clock="4000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="60.000000" />
		<sound channels="2"/>
		<input players="2" buttons="3" coins="2" service="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit 5/3 6/4"/>
			<dipvalue name="2 Coins/1 Credit 4/3"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/1 Credit 2/3"/>
			<dipvalue name="1 Coin/1 Credit 4/5"/>
			<dipvalue name="1 Coin/1 Credit 5/6"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="Free Play (if Coin B too) or 1/1"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit 5/3 6/4"/>
			<dipvalue name="2 Coins/1 Credit 4/3"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/1 Credit 2/3"/>
			<dipvalue name="1 Coin/1 Credit 4/5"/>
			<dipvalue name="1 Coin/1 Credit 5/6"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="Free Play (if Coin A too) or 1/1"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="A" default="yes"/>
			<dipvalue name="B"/>
			<dipvalue name="C"/>
			<dipvalue name="D"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="bubbleb" sourcefile="taito_b.c" cloneof="pbobble" romof="pbobble">
		<description>Bubble Buster (PBobble USA Region Hack)</description>
		<year>1994</year>
		<manufacturer>Taito Corporation</manufacturer>
		<rom name="pb-1c18.bin" merge="pb-1c18.bin" size="262144" crc="5de14f49" sha1="91d537748f26e19a5c32de4b8dad341750de39ef" region="cpu1" offset="0"/>
		<rom name="pb-ic2.usa" size="262144" crc="b3b7566b" sha1="455342b6988741f8c83ed97ef1a2d3b885cbc9d1" region="cpu1" offset="1"/>
		<rom name="pb-ic27.bin" merge="pb-ic27.bin" size="131072" crc="26efa4c4" sha1="795af8f6d23c2cbe2c811ec9ab1f14a4eee3f99e" region="cpu2" offset="0"/>
		<rom name="pb-ic14.bin" merge="pb-ic14.bin" size="524288" crc="55f90ea4" sha1="793c79e5b72171124368ad09dd31235252c541f5" region="gfx1" dispose="yes" offset="0"/>
		<rom name="pb-ic9.bin" merge="pb-ic9.bin" size="524288" crc="3253aac9" sha1="916d85aa96e2914630833292a0655b0389b4a39b" region="gfx1" dispose="yes" offset="80000"/>
		<rom name="pb-ic15.bin" merge="pb-ic15.bin" size="1048576" crc="0840cbc4" sha1="1adbd7aef44fa80832f63dfb8efdf69fd7256a57" region="sound1" offset="0"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610B" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="4" buttons="3" coins="4" service="yes" tilt="yes">
			<control type="joy8way"/>
		</input>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="f2demo" sourcefile="taito_f2.c" cloneof="liquidk" romof="liquidk">
		<description>Simple Taito F2 Demo</description>
		<year>1990</year>
		<manufacturer>Taito America Corporation</manufacturer>
		<rom name="lq09.bin" size="131072" crc="809a968b" sha1="06e8be120869371d33c61fa14c48fe4e5fd659ec" region="cpu1" offset="0"/>
		<rom name="lq11.bin" size="131072" crc="7ba3a5cb" sha1="08f5392296cceadcae0cd34e9dfe76c835583231" region="cpu1" offset="1"/>
		<rom name="lq10.bin" size="131072" crc="7ee8cdcd" sha1="67dfd19f3eb3649d6f3f6631e44d0bd36b8d8d19" region="cpu1" offset="40000"/>
		<rom name="lq12.bin" size="131072" crc="7ee8cdcd" sha1="67dfd19f3eb3649d6f3f6631e44d0bd36b8d8d19" region="cpu1" offset="40001"/>
		<rom name="f2d_scr.bin" size="524288" crc="b178fb05" sha1="3d33dd822622579c75b55971926f6eb04d33f5a6" region="gfx1" dispose="yes" offset="0"/>
		<rom name="f2d_obj0.bin" size="524288" crc="1bb8aa37" sha1="9051270485a7a995779c80b4e692b8395503d6c3" region="gfx2" dispose="yes" offset="0"/>
		<rom name="f2d_obj1.bin" size="524288" crc="75660aac" sha1="6a521e1d2a632c26e53b83d2cc4b0edecfc1e68c" region="gfx2" dispose="yes" offset="80000"/>
		<rom name="c49-08.9" merge="c49-08.9" size="65536" crc="413c310c" sha1="cecb1c0c9fe3c8b744f95ce29009650a289107ab" region="cpu2" offset="0"/>
		<rom name="lk_snd.bin" merge="lk_snd.bin" size="524288" crc="474d45a4" sha1="20cb818d753a185973098007e645f1aa75c5528d" region="sound1" offset="0"/>
		<chip type="cpu" name="68000" clock="12000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2610" clock="8000000"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="60.000000" />
		<sound channels="2"/>
		<input players="2" buttons="2" coins="2" tilt="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="1 Coin/2 Credits" default="yes"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="30k and 100k" default="yes"/>
			<dipvalue name="30k and 150k"/>
			<dipvalue name="50k and 250k"/>
			<dipvalue name="50k and 350k"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Upright Controls">
			<dipvalue name="Single"/>
			<dipvalue name="Dual" default="yes"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="4096"/>
	</game>
	<game name="arkretrh" sourcefile="taito_f3.c" cloneof="arkretrn" romof="arkretrn">
		<description>Arkanoid Returns (World Hack)</description>
		<year>1997</year>
		<manufacturer>hack</manufacturer>
		<rom name="e36-11" merge="e36-11" size="262144" crc="b50cfb92" sha1="dac69fc9ef03315b11bb94d19e3dfdc8867b08ed" region="cpu1" offset="0"/>
		<rom name="e36-10" merge="e36-10" size="262144" crc="c940dba1" sha1="ec87c9e4250f8b2f15094681a4783bca8c68f576" region="cpu1" offset="1"/>
		<rom name="e36-09" merge="e36-09" size="262144" crc="f16985e0" sha1="a74cfee8f958e7a32354d4353eeb199a7fb1ce64" region="cpu1" offset="2"/>
		<rom name="e36-wrd" size="262144" crc="4467ff37" sha1="509a0d516def02d86d81b9868de0d9593539e65c" region="cpu1" offset="3"/>
		<rom name="e36-12" merge="e36-12" size="262144" crc="3bae39be" sha1="777142ecc24799b934ed51ac4cd8700bb6da7e3c" region="cpu2" offset="100000"/>
		<rom name="e36-13" merge="e36-13" size="262144" crc="94448e82" sha1="d7766490318623be770545918391c5e6144dd619" region="cpu2" offset="100001"/>
		<rom name="e36-03" merge="e36-03" size="262144" crc="1ea8558b" sha1="b8ea4d6e1fb551b3c47f336a5e60ec33f7be525f" region="gfx1" dispose="yes" offset="0"/>
		<rom name="e36-02" merge="e36-02" size="262144" crc="694eda31" sha1="1a6f85057395052571491f85c633d5632ab64865" region="gfx1" dispose="yes" offset="1"/>
		<rom name="e36-01" merge="e36-01" size="262144" crc="54b9b2cd" sha1="55ae964ea1d2cc40a6578c5339754a270096f01f" region="gfx1" dispose="yes" offset="c0000"/>
		<rom name="e36-07" merge="e36-07" size="524288" crc="266bf1c1" sha1="489549478d7016400af2e643d4b98bf605237d34" region="gfx2" dispose="yes" offset="0"/>
		<rom name="e36-06" merge="e36-06" size="524288" crc="110ab729" sha1="0ccc0a5abbcfd79a069daf5162cd344a5fb225d5" region="gfx2" dispose="yes" offset="1"/>
		<rom name="e36-05" merge="e36-05" size="524288" crc="db18bce2" sha1="b6653facc7f5c624f5710a51f2b2abfe640177e2" region="gfx2" dispose="yes" offset="180000"/>
		<rom name="e36-04" merge="e36-04" size="2097152" crc="2250959b" sha1="06943f1b72bdf325485356a01278d88aeae93d87" region="sound1" offset="0"/>
		<chip type="cpu" name="68EC020" clock="16000000"/>
		<chip type="cpu" name="68000" clock="16000000"/>
		<chip type="audio" name="ES5505" clock="15238050"/>
		<display type="raster" rotate="0" width="320" height="232" refresh="58.970001" />
		<sound channels="2"/>
		<input players="4" buttons="4" coins="4" service="yes" tilt="yes">
			<control type="joy8way"/>
			<control type="dial" minimum="0" maximum="4095" sensitivity="25" keydelta="25"/>
		</input>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="8192"/>
	</game>
	<game name="cleopath" sourcefile="taito_f3.c" cloneof="cleopatr" romof="cleopatr">
		<description>Cleopatra Fortune (World Hack)</description>
		<year>1996</year>
		<manufacturer>hack</manufacturer>
		<rom name="e28-10.bin" merge="e28-10.bin" size="524288" crc="013fbc39" sha1="d36ac44609b88e1da35c98dda381042e0112ea00" region="cpu1" offset="0"/>
		<rom name="e28-09.bin" merge="e28-09.bin" size="524288" crc="1c48a1f9" sha1="791d321c03073cdd0269b970f926897446d2a6fb" region="cpu1" offset="1"/>
		<rom name="e28-08.bin" merge="e28-08.bin" size="524288" crc="7564f199" sha1="ec4b19edb0660ad478f6c0ec27d701368696a2e4" region="cpu1" offset="2"/>
		<rom name="e28-wrd.bin" size="524288" crc="544dd2e9" sha1="11ad1ce4202937108f23c44de2244da570452ce1" region="cpu1" offset="3"/>
		<rom name="e28-02.bin" merge="e28-02.bin" size="524288" crc="b20d47cb" sha1="6888e5564688840fed1c123ab38467066cd59c7f" region="gfx1" dispose="yes" offset="0"/>
		<rom name="e28-01.bin" merge="e28-01.bin" size="524288" crc="4440e659" sha1="71dece81bac8d638473c6531fed5c32798096af9" region="gfx1" dispose="yes" offset="1"/>
		<rom name="e28-06.bin" merge="e28-06.bin" size="1048576" crc="21d0c454" sha1="f4c815984b19321cfab303fa6f21d9cad35b09f2" region="gfx2" dispose="yes" offset="0"/>
		<rom name="e28-05.bin" merge="e28-05.bin" size="1048576" crc="2870dbbc" sha1="4e412b90cbd9a05956cde3d8cff615ebadca9db6" region="gfx2" dispose="yes" offset="1"/>
		<rom name="e28-04.bin" merge="e28-04.bin" size="1048576" crc="57aef029" sha1="5c07209015d4749d1ffb3e9c1a890e6cfeec8cb0" region="gfx2" dispose="yes" offset="300000"/>
		<rom name="e28-11.bin" merge="e28-11.bin" size="131072" crc="01a06950" sha1="94d22cd839f9027e9d45264c366e0cb5d698e0b6" region="cpu2" offset="100000"/>
		<rom name="e28-12.bin" merge="e28-12.bin" size="131072" crc="dc19260f" sha1="fa0ca03a236326652e4f9898d07cd837c1507a9d" region="cpu2" offset="100001"/>
		<rom name="e28-03.bin" merge="e28-03.bin" size="2097152" crc="15c7989d" sha1="7cc63d93e5c1f9f52f889e973bbefd5e6f7ce807" region="sound1" offset="0"/>
		<chip type="cpu" name="68EC020" clock="16000000"/>
		<chip type="cpu" name="68000" clock="16000000"/>
		<chip type="audio" name="ES5505" clock="15238050"/>
		<display type="raster" rotate="0" width="320" height="224" refresh="58.970001" />
		<sound channels="2"/>
		<input players="4" buttons="4" coins="4" service="yes" tilt="yes">
			<control type="joy8way"/>
			<control type="dial" minimum="0" maximum="4095" sensitivity="25" keydelta="25"/>
		</input>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="8192"/>
	</game>
	<game name="driusgxh" sourcefile="taito_f3.c" cloneof="dariusg" romof="dariusg">
		<description>Darius Gaiden (World Hack)</description>
		<year>1994</year>
		<manufacturer>hack</manufacturer>
		<rom name="dge_mpr3.bin" size="524288" crc="1c1e24a7" sha1="eafde331c3be5be55d0d838a84017f357ff92634" region="cpu1" offset="0"/>
		<rom name="dge_mpr2.bin" size="524288" crc="7be23e23" sha1="4764355f51e207f4538dd753aea59bf2689835de" region="cpu1" offset="1"/>
		<rom name="dge_mpr1.bin" size="524288" crc="bc030f6f" sha1="841396911d26ddfae0c9863431e02e0b5e762ac6" region="cpu1" offset="2"/>
		<rom name="dge_wrd.bin" size="524288" crc="2bb37270" sha1="98bc07894e92ca9cce34fc7390f40d3357783e3f" region="cpu1" offset="3"/>
		<rom name="d87-03.bin" merge="d87-03.bin" size="2097152" crc="4be1666e" sha1="35ba7bcf29ec7a8f8b6944ee3544693d4df1bfc2" region="gfx1" dispose="yes" offset="0"/>
		<rom name="d87-04.bin" merge="d87-04.bin" size="2097152" crc="2616002c" sha1="003f98b740a697274385b8da03c78f3c6f7b5e89" region="gfx1" dispose="yes" offset="1"/>
		<rom name="d87-05.bin" merge="d87-05.bin" size="2097152" crc="4e5891a9" sha1="fd08d848079841c9237fa359a850980fd00114d8" region="gfx1" dispose="yes" offset="600000"/>
		<rom name="d87-06.bin" merge="d87-06.bin" size="2097152" crc="3b97a07c" sha1="72cdeffedeab0c1bd0e47f03172085390a2be393" region="gfx2" dispose="yes" offset="0"/>
		<rom name="d87-17.bin" merge="d87-17.bin" size="2097152" crc="e601d63e" sha1="256a6aeb5633fe1db407fad567169a9d0c911219" region="gfx2" dispose="yes" offset="1"/>
		<rom name="d87-08.bin" merge="d87-08.bin" size="2097152" crc="76d23602" sha1="ca53ea6641182c44a4038bbeaa5effb1687f1980" region="gfx2" dispose="yes" offset="600000"/>
		<rom name="d87-13.bin" merge="d87-13.bin" size="262144" crc="15b1fff4" sha1="28692b731ae98a47c2c5e11a8a71b61a813d9a64" region="cpu2" offset="100000"/>
		<rom name="d87-14.bin" merge="d87-14.bin" size="262144" crc="eecda29a" sha1="6eb238e47bc7bf635ffbdbb25fb06a37db980ef8" region="cpu2" offset="100001"/>
		<rom name="d87-01.bin" merge="d87-01.bin" size="2097152" crc="3848a110" sha1="802e91695a526f665c7fd261f0a7639a0b883c9e" region="sound1" offset="0"/>
		<rom name="d87-02.bin" merge="d87-02.bin" size="2097152" crc="9250abae" sha1="07cae8edbc3cca0a95022d9b40a5c18a55350b67" region="sound1" offset="400000"/>
		<chip type="cpu" name="68EC020" clock="16000000"/>
		<chip type="cpu" name="68000" clock="16000000"/>
		<chip type="audio" name="ES5505" clock="15238050"/>
		<display type="raster" rotate="0" width="320" height="232" refresh="58.970001" />
		<sound channels="2"/>
		<input players="4" buttons="4" coins="4" service="yes" tilt="yes">
			<control type="joy8way"/>
			<control type="dial" minimum="0" maximum="4095" sensitivity="25" keydelta="25"/>
		</input>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="8192"/>
	</game>
	<game name="gekiridh" sourcefile="taito_f3.c" cloneof="gekirido" romof="gekirido">
		<description>Gekirindan (World Hack)</description>
		<year>1995</year>
		<manufacturer>hack</manufacturer>
		<rom name="e11-12.bin" merge="e11-12.bin" size="262144" crc="6a7aaacf" sha1="a8114c84e76c75c908a61d985d96aa4eb9a0ac5a" region="cpu1" offset="0"/>
		<rom name="e11-11.bin" merge="e11-11.bin" size="262144" crc="2284a08e" sha1="3dcb91be0d3491ad5e77efd30bacd506dad0f848" region="cpu1" offset="1"/>
		<rom name="e11-10.bin" merge="e11-10.bin" size="262144" crc="8795e6ba" sha1="9128c29fdce3276f55aad47451e4a507470c8b9f" region="cpu1" offset="2"/>
		<rom name="e11-wrd.bin" size="262144" crc="5aef1fd8" sha1="a94884e39172e664759bff53a6dd2f93422d3299" region="cpu1" offset="3"/>
		<rom name="e11-03.bin" merge="e11-03.bin" size="2097152" crc="f73877c5" sha1="1f6b7c0b8a0aaab3e5427d21de7fad3d3cbf737a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="e11-02.bin" merge="e11-02.bin" size="2097152" crc="5722a83b" sha1="823c20a33016a5506ca5415ec615c3d2546ca9ab" region="gfx1" dispose="yes" offset="1"/>
		<rom name="e11-01.bin" merge="e11-01.bin" size="2097152" crc="c2cd1069" sha1="9744dd3d8a6d9200cea4429dafce5620b60e2960" region="gfx1" dispose="yes" offset="600000"/>
		<rom name="e11-08.bin" merge="e11-08.bin" size="2097152" crc="907f69d3" sha1="0899ed58edcae22144625c349c9d2fe4d46d11e3" region="gfx2" dispose="yes" offset="0"/>
		<rom name="e11-07.bin" merge="e11-07.bin" size="2097152" crc="ef018607" sha1="61b602b13754c3be21caf76acbfc10c87518ba47" region="gfx2" dispose="yes" offset="1"/>
		<rom name="e11-06.bin" merge="e11-06.bin" size="2097152" crc="200ce305" sha1="c80a0b96510913a6411e6763fb72bf413fb792da" region="gfx2" dispose="yes" offset="600000"/>
		<rom name="e11-13.bin" merge="e11-13.bin" size="131072" crc="51a11ff7" sha1="c03042489d71423667f25856d15aa6a363ea6c92" region="cpu2" offset="100000"/>
		<rom name="e11-14.bin" merge="e11-14.bin" size="131072" crc="dce2ba91" sha1="00bc353c7747a7954365b587d7bc759ee5dc09c2" region="cpu2" offset="100001"/>
		<rom name="e11-04.bin" merge="e11-04.bin" size="2097152" crc="e0ff4fb1" sha1="81e186e3a692af1da316b8085a729c4f103d9a52" region="sound1" offset="0"/>
		<rom name="e11-05.bin" merge="e11-05.bin" size="2097152" crc="a4d08cf1" sha1="ae2cabef7b7bcb8a788988c73d7af6fa4bb2c444" region="sound1" offset="400000"/>
		<chip type="cpu" name="68EC020" clock="16000000"/>
		<chip type="cpu" name="68000" clock="16000000"/>
		<chip type="audio" name="ES5505" clock="15238050"/>
		<display type="raster" rotate="270" width="320" height="232" refresh="58.970001" />
		<sound channels="2"/>
		<input players="4" buttons="4" coins="4" service="yes" tilt="yes">
			<control type="joy8way"/>
			<control type="dial" minimum="0" maximum="4095" sensitivity="25" keydelta="25"/>
		</input>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="8192"/>
	</game>
	<game name="landmakh" sourcefile="taito_f3.c" cloneof="landmakr" romof="landmakr">
		<description>Land Maker (World Hack)</description>
		<year>1998</year>
		<manufacturer>hack</manufacturer>
		<rom name="e61-13.20" merge="e61-13.20" size="524288" crc="0af756a2" sha1="2dadac6873f2491ee77703f07f00dde2aa909355" region="cpu1" offset="0"/>
		<rom name="e61-12.19" merge="e61-12.19" size="524288" crc="636b3df9" sha1="78a5bf4977bb90d710942188ce5016f3df499feb" region="cpu1" offset="1"/>
		<rom name="e61-11.18" merge="e61-11.18" size="524288" crc="279a0ee4" sha1="08380286737b33db76a79b27d0df5faba17dfb96" region="cpu1" offset="2"/>
		<rom name="e61-wrd.17" size="524288" crc="34a5939e" sha1="4fbcdd0b57cbd589b554d1751394df8389293966" region="cpu1" offset="3"/>
		<rom name="e61-03.12" merge="e61-03.12" size="2097152" crc="e8abfc46" sha1="fbde006f9822af3ed8debec525270d329981ea21" region="gfx1" dispose="yes" offset="0"/>
		<rom name="e61-02.08" merge="e61-02.08" size="2097152" crc="1dc4a164" sha1="33b412d9653099aaff8ed5e62d1ba4fc30aa9058" region="gfx1" dispose="yes" offset="1"/>
		<rom name="e61-01.04" merge="e61-01.04" size="2097152" crc="6cdd8311" sha1="7810a5a81f3b5a730d2088c79b12fffd77659b5b" region="gfx1" dispose="yes" offset="600000"/>
		<rom name="e61-09.47" merge="e61-09.47" size="2097152" crc="6ba29987" sha1="b63c12523e19da66b3ca07c3548ac81bf57b59a1" region="gfx2" dispose="yes" offset="0"/>
		<rom name="e61-08.45" merge="e61-08.45" size="2097152" crc="76c98e14" sha1="c021c325ab4ae410fa54e2eab61d34318867432b" region="gfx2" dispose="yes" offset="1"/>
		<rom name="e61-07.43" merge="e61-07.43" size="2097152" crc="4a57965d" sha1="8e80788e0f47fb242da9af3aa19077dc0ec829b8" region="gfx2" dispose="yes" offset="600000"/>
		<rom name="e61-14.32" merge="e61-14.32" size="131072" crc="b905f4a7" sha1="613b954e3e129fd44b4ce64958f16e5636012d6e" region="cpu2" offset="100000"/>
		<rom name="e61-15.33" merge="e61-15.33" size="131072" crc="87909869" sha1="7b90c23899a673966cac3352d375d17b83e66596" region="cpu2" offset="100001"/>
		<rom name="e61-04.38" merge="e61-04.38" size="2097152" crc="c27aec0c" sha1="e95da2db07a20a53662ebd45c033966e8a22a15a" region="sound1" offset="400000"/>
		<rom name="e61-05.39" merge="e61-05.39" size="2097152" crc="83920d9d" sha1="019e39ae85d1129f6d3b8460c4b1bd925f868ee2" region="sound1" offset="800000"/>
		<rom name="e61-06.40" merge="e61-06.40" size="2097152" crc="2e717bfe" sha1="1be54cd2ec65d8fd49a5c09b5d27791fd7a320d4" region="sound1" offset="c00000"/>
		<chip type="cpu" name="68EC020" clock="16000000"/>
		<chip type="cpu" name="68000" clock="16000000"/>
		<chip type="audio" name="ES5505" clock="15238050"/>
		<display type="raster" rotate="0" width="320" height="232" refresh="58.970001" />
		<sound channels="2"/>
		<input players="4" buttons="4" coins="4" service="yes" tilt="yes">
			<control type="joy8way"/>
			<control type="dial" minimum="0" maximum="4095" sensitivity="25" keydelta="25"/>
		</input>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="8192"/>
	</game>
	<game name="pbobl2xh" sourcefile="taito_f3.c" cloneof="pbobble2" romof="pbobble2">
		<description>Puzzle Bobble 2X (World Hack)</description>
		<year>1995</year>
		<manufacturer>hack</manufacturer>
		<rom name="e10-29.20" size="262144" crc="f1e9ad3f" sha1="8689d85f30e075d21e4be01a2a097a850a921c47" region="cpu1" offset="0"/>
		<rom name="e10-28.19" size="262144" crc="412a3602" sha1="d754e6ac886676d2c1eb52de3a727894f316e6b5" region="cpu1" offset="1"/>
		<rom name="e10-27.18" size="262144" crc="88cc0b5c" sha1="bb08a7b8b37356376052ed03f8515677811823c0" region="cpu1" offset="2"/>
		<rom name="e10-wrd.17" size="262144" crc="4bcc216b" sha1="45e9250414201fa5ad866b32b0285973fd06367c" region="cpu1" offset="3"/>
		<rom name="e10-02.rom" merge="e10-02.rom" size="1048576" crc="c0564490" sha1="cbe9f880192c08f4d1db21d5ba14073b97e5f1d3" region="gfx1" dispose="yes" offset="0"/>
		<rom name="e10-01.rom" merge="e10-01.rom" size="1048576" crc="8c26ff49" sha1="cbb514c061106003d2ae2b6c43958b24feaad656" region="gfx1" dispose="yes" offset="1"/>
		<rom name="e10-07.rom" merge="e10-07.rom" size="1048576" crc="dcb3c29b" sha1="b80c3a8ce53d696c57675e654c9927ef8687759e" region="gfx2" dispose="yes" offset="0"/>
		<rom name="e10-06.rom" merge="e10-06.rom" size="1048576" crc="1b0f20e2" sha1="66b44d059c2896abac2f0e7fc932489dee440ba0" region="gfx2" dispose="yes" offset="1"/>
		<rom name="e10-05.rom" merge="e10-05.rom" size="1048576" crc="81266151" sha1="aa3b144f32995425db97efce440e234a3c7a6715" region="gfx2" dispose="yes" offset="300000"/>
		<rom name="e10-30.32" size="262144" crc="bb090c1e" sha1="af2ff23d6f9bd56c25530cb9bf9f452b6f5210f5" region="cpu2" offset="100000"/>
		<rom name="e10-31.33" size="262144" crc="f4b88d65" sha1="c74dcb4bed979039fad1d5c7528c14ce4db1d5ec" region="cpu2" offset="100001"/>
		<rom name="e10-04.rom" merge="e10-04.rom" size="2097152" crc="5c0862a6" sha1="f916f63b8629239e3221e1e231e1b39962ef38ba" region="sound1" offset="0"/>
		<rom name="e10-03.rom" merge="e10-03.rom" size="2097152" crc="46d68ac8" sha1="ad014e9f0d458308014959ca6823077f581ab088" region="sound1" offset="400000"/>
		<chip type="cpu" name="68EC020" clock="16000000"/>
		<chip type="cpu" name="68000" clock="16000000"/>
		<chip type="audio" name="ES5505" clock="15238050"/>
		<display type="raster" rotate="0" width="320" height="232" refresh="58.970001" />
		<sound channels="2"/>
		<input players="4" buttons="4" coins="4" service="yes" tilt="yes">
			<control type="joy8way"/>
			<control type="dial" minimum="0" maximum="4095" sensitivity="25" keydelta="25"/>
		</input>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="8192"/>
	</game>
	<game name="geminit" sourcefile="tecmo.c" cloneof="gemini" romof="gemini">
		<description>Gemini Wing Hack</description>
		<year>2002</year>
		<manufacturer>Twisty</manufacturer>
		<rom name="gw04-5s.rom" merge="gw04-5s.rom" size="65536" crc="ff9de855" sha1="34167af8456a081f68b338f10d4319ce1e703fd4" region="cpu1" offset="0"/>
		<rom name="gw05-6s.rom" merge="gw05-6s.rom" size="65536" crc="5a6947a9" sha1="18b7aeb0f0e2c396bc759118dd7c45fd6070b804" region="cpu1" offset="10000"/>
		<rom name="gw03-5h.rom" merge="gw03-5h.rom" size="32768" crc="9bc79596" sha1="61de9ddd45140e8ed88173294bd26147e2abfa21" region="cpu2" offset="0"/>
		<rom name="gw02-3h.rom" merge="gw02-3h.rom" size="32768" crc="7acc8d35" sha1="05056e9f077e7571b314390b508c72d56ad0f43b" region="gfx1" dispose="yes" offset="0"/>
		<rom name="t-gw06-1c.rom" size="65536" crc="c47b1c97" sha1="7d8680afe4bc76ac712ef2e86bb43bbe02c77199" region="gfx2" dispose="yes" offset="0"/>
		<rom name="gw07-1d.rom" merge="gw07-1d.rom" size="65536" crc="da42637e" sha1="9885c52823279f26871092c77bdbe027df08268f" region="gfx2" dispose="yes" offset="10000"/>
		<rom name="gw08-1f.rom" merge="gw08-1f.rom" size="65536" crc="0b4e8d70" sha1="55069f3df1c8db83f306d46b8262fd23585e6013" region="gfx2" dispose="yes" offset="20000"/>
		<rom name="gw09-1h.rom" merge="gw09-1h.rom" size="65536" crc="b65c5e4c" sha1="699e1a9e72b8d94edae7382ba119fe5da113514d" region="gfx2" dispose="yes" offset="30000"/>
		<rom name="gw10-1n.rom" merge="gw10-1n.rom" size="65536" crc="5e84cd4f" sha1="e85320291027a16619c87fc2365448367bda454a" region="gfx3" dispose="yes" offset="0"/>
		<rom name="gw11-2na.rom" merge="gw11-2na.rom" size="65536" crc="08b458e1" sha1="b3426faa57dca51dc053db44fa4968425d8bf3ee" region="gfx3" dispose="yes" offset="10000"/>
		<rom name="gw12-2nb.rom" merge="gw12-2nb.rom" size="65536" crc="229c9714" sha1="f4f47d6b379c973c22f9ae7d7bec7041cdf3f737" region="gfx3" dispose="yes" offset="20000"/>
		<rom name="gw13-3n.rom" merge="gw13-3n.rom" size="65536" crc="c5dfaf47" sha1="c3202ca8c7f3c5c7dc9acdc09c1c894e168ef9fe" region="gfx3" dispose="yes" offset="30000"/>
		<rom name="gw14-1r.rom" merge="gw14-1r.rom" size="65536" crc="9c10e5b5" sha1="a81399b85d8f3ddca26883ec3535cb9044c35ada" region="gfx4" dispose="yes" offset="0"/>
		<rom name="gw15-2ra.rom" merge="gw15-2ra.rom" size="65536" crc="4cd18cfa" sha1="c197a098a7c1e5220aad039383a40702fe7c4f21" region="gfx4" dispose="yes" offset="10000"/>
		<rom name="gw16-2rb.rom" merge="gw16-2rb.rom" size="65536" crc="f911c7be" sha1="3f49f6c4734f2b644d93c4a54249aae6ff080e1d" region="gfx4" dispose="yes" offset="20000"/>
		<rom name="gw17-3r.rom" merge="gw17-3r.rom" size="65536" crc="79a9ce25" sha1="74e3917b8e7a920ceb2135d7ef8fb2f2c5176b21" region="gfx4" dispose="yes" offset="30000"/>
		<rom name="gw01-6a.rom" merge="gw01-6a.rom" size="32768" crc="d78afa05" sha1="b02a739b045f5cddf943ce59226ef234463eeebe" region="sound1" offset="0"/>
		<chip type="cpu" name="Z80" clock="6000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM3812" clock="4000000"/>
		<chip type="audio" name="MSM5205" clock="384000"/>
		<display type="raster" rotate="90" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Final Round Continuation">
			<dipvalue name="Round 6" default="yes"/>
			<dipvalue name="Round 7"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Buy in During Final Round">
			<dipvalue name="No" default="yes"/>
			<dipvalue name="Yes"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Normal"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="50000 200000" default="yes"/>
			<dipvalue name="50000 300000"/>
			<dipvalue name="100000 500000"/>
			<dipvalue name="50000"/>
			<dipvalue name="100000"/>
			<dipvalue name="200000"/>
			<dipvalue name="300000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="1024"/>
	</game>
	<game name="rygark" sourcefile="tecmo.c" cloneof="rygar" romof="rygar">
		<description>Rygar (Korean)</description>
		<year>1986</year>
		<manufacturer>Hack</manufacturer>
		<rom name="cpuj_5p.bin" size="32768" crc="b39698ba" sha1="01a5a12a71973ad117b0bbd763e470f89c439e45" region="cpu1" offset="0"/>
		<rom name="cpuj_5m.bin" size="16384" crc="3f180979" sha1="c4c2e9f83b06b8677978800bfcc39f4ba3b344ab" region="cpu1" offset="8000"/>
		<rom name="cpuj_5j.bin" size="32768" crc="69e44e8f" sha1="e979760a3582e64788c043adf7e475f0e1b75033" region="cpu1" offset="10000"/>
		<rom name="cpu_4h.bin" merge="cpu_4h.bin" size="8192" crc="e4a2fa87" sha1="ed58187dbbcf59358496a98ffd6c227a87d6c433" region="cpu2" offset="0"/>
		<rom name="cpuk_8k.bin" size="32768" crc="370bd8c0" sha1="a4f140c8890608afdee4617ad1165b491cd103d8" region="gfx1" dispose="yes" offset="0"/>
		<rom name="vid_6k.bin" merge="vid_6k.bin" size="32768" crc="aba6db9e" sha1="43eb6f4f92afb5fbc11adc7e2ab04878ab56cb17" region="gfx2" dispose="yes" offset="0"/>
		<rom name="vid_6j.bin" merge="vid_6j.bin" size="32768" crc="ae1f2ed6" sha1="6e6a33e665ba0884b7f57e9ad69d3f51e41d9e7b" region="gfx2" dispose="yes" offset="8000"/>
		<rom name="vid_6h.bin" merge="vid_6h.bin" size="32768" crc="46d9e7df" sha1="a24e0bea310a03636af704a0ad3f1a9cc4aafe12" region="gfx2" dispose="yes" offset="10000"/>
		<rom name="vid_6g.bin" merge="vid_6g.bin" size="32768" crc="45839c9a" sha1="eaee5767d8b0b62b991c089ef51b922e89850b79" region="gfx2" dispose="yes" offset="18000"/>
		<rom name="vid_6p.bin" merge="vid_6p.bin" size="32768" crc="9eae5f8e" sha1="ed83b608ca57b9bf69fa866d9b8f55d16b7cff63" region="gfx3" dispose="yes" offset="0"/>
		<rom name="vid_6o.bin" merge="vid_6o.bin" size="32768" crc="5a10a396" sha1="12ebed3952ff35a2c275cb27c915f82183048cd4" region="gfx3" dispose="yes" offset="8000"/>
		<rom name="vid_6n.bin" merge="vid_6n.bin" size="32768" crc="7b12cf3f" sha1="6b9d8cad6e15317df01bab0591fab09199ca6d40" region="gfx3" dispose="yes" offset="10000"/>
		<rom name="vid_6l.bin" merge="vid_6l.bin" size="32768" crc="3cea7eaa" sha1="1dd194d5672dfe71c2b27d2d7b76f5a611cff76f" region="gfx3" dispose="yes" offset="18000"/>
		<rom name="vid_6f.bin" merge="vid_6f.bin" size="32768" crc="9840edd8" sha1="f19a1a1d932214037144c533ad07ed81256c34e7" region="gfx4" dispose="yes" offset="0"/>
		<rom name="vid_6e.bin" merge="vid_6e.bin" size="32768" crc="ff65e074" sha1="513c1bad336ef5d871f15d6ba8943020f98d1f4a" region="gfx4" dispose="yes" offset="8000"/>
		<rom name="vid_6c.bin" merge="vid_6c.bin" size="32768" crc="89868c85" sha1="f21550f40e7a177e95c40f2726c651f85ca8edce" region="gfx4" dispose="yes" offset="10000"/>
		<rom name="vid_6b.bin" merge="vid_6b.bin" size="32768" crc="35389a7b" sha1="a887a89f9bbb5979bb589468d80efba1f243690b" region="gfx4" dispose="yes" offset="18000"/>
		<rom name="cpu_1f.bin" merge="cpu_1f.bin" size="16384" crc="3cc98c5a" sha1="ea1035be939ed1a994f3273b33412c85dda0973e" region="sound1" offset="0"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM3812" clock="4000000"/>
		<chip type="audio" name="MSM5205" clock="384000"/>
		<display type="raster" rotate="0" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="50000 200000 500000" default="yes"/>
			<dipvalue name="100000 300000 600000"/>
			<dipvalue name="200000 500000"/>
			<dipvalue name="100000"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unused">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Normal"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="2P Can Start Anytime">
			<dipvalue name="No" default="yes"/>
			<dipvalue name="Yes"/>
		</dipswitch>
		<dipswitch name="Allow Continue">
			<dipvalue name="No"/>
			<dipvalue name="Yes" default="yes"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="1024"/>
	</game>
	<game name="ballonwc" sourcefile="tehkanwc.c" cloneof="tehkanwc" romof="tehkanwc">
		<description>Ballon World Cup</description>
		<year>1985</year>
		<manufacturer>Tehkan</manufacturer>
		<rom name="twc-1.bin" merge="twc-1.bin" size="16384" crc="34d6d5ff" sha1="72f4d408b8a7766d348f6a229d395e0c98215c40" region="cpu1" offset="0"/>
		<rom name="twc-2.bin" merge="twc-2.bin" size="16384" crc="7017a221" sha1="4b4700af0a6ff64f976db369ba4b9d97cee1fd5f" region="cpu1" offset="4000"/>
		<rom name="twc-3.bin" merge="twc-3.bin" size="16384" crc="8b662902" sha1="13bcd4bf23e34dd7193545561e05bb2cb2c95f9b" region="cpu1" offset="8000"/>
		<rom name="twc-4.bin" merge="twc-4.bin" size="32768" crc="70a9f883" sha1="ace04359265271eb37512a89eb0217eb013aecb7" region="cpu2" offset="0"/>
		<rom name="twc-6.bin" merge="twc-6.bin" size="16384" crc="e3112be2" sha1="7859e51b4312dc5df01c88e1d97cf608abc7ca72" region="cpu3" offset="0"/>
		<rom name="twc-12.bin" merge="twc-12.bin" size="16384" crc="a9e274f8" sha1="02b46e1b149a856f0be74a23faaeb792935b66c7" region="gfx1" dispose="yes" offset="0"/>
		<rom name="blwc-8.bin" size="32768" crc="a0f75389" sha1="60c5117430ac3471768efd0341ea533f49e8b1bd" region="gfx2" dispose="yes" offset="0"/>
		<rom name="twc-7.bin" merge="twc-7.bin" size="32768" crc="59faebe7" sha1="85dad90928369601e039467d575750539410fcf6" region="gfx2" dispose="yes" offset="8000"/>
		<rom name="twc-11.bin" merge="twc-11.bin" size="32768" crc="669389fc" sha1="a93e8455060ce5242cb65f78e47b4840aa13ab13" region="gfx3" dispose="yes" offset="0"/>
		<rom name="twc-9.bin" merge="twc-9.bin" size="32768" crc="347ef108" sha1="bb9c2f51d65f28655404e10c3be44d7ade98711b" region="gfx3" dispose="yes" offset="8000"/>
		<rom name="twc-5.bin" merge="twc-5.bin" size="16384" crc="444b5544" sha1="0786d6d9ada7fe49c8ab9751b049095474d2e598" region="sound1" offset="0"/>
		<chip type="cpu" name="Z80" clock="4608000"/>
		<chip type="cpu" name="Z80" clock="4608000"/>
		<chip type="cpu" name="Z80" clock="4608000"/>
		<chip type="audio" name="AY8910" clock="1536000"/>
		<chip type="audio" name="AY8910" clock="1536000"/>
		<chip type="audio" name="MSM5205" clock="384000"/>
		<display type="raster" rotate="0" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy8way"/>
			<control type="trackball" minimum="0" maximum="255" sensitivity="100"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Start Credits (P1&amp;P2)/Extra">
			<dipvalue name="1&amp;1/200%"/>
			<dipvalue name="1&amp;2/100%" default="yes"/>
			<dipvalue name="2&amp;2/100%"/>
			<dipvalue name="2&amp;3/67%"/>
		</dipswitch>
		<dipswitch name="1P Game Time">
			<dipvalue name="2:30"/>
			<dipvalue name="2:00"/>
			<dipvalue name="1:30" default="yes"/>
			<dipvalue name="1:00"/>
		</dipswitch>
		<dipswitch name="2P Game Time">
			<dipvalue name="5:00/3:00 Extra"/>
			<dipvalue name="5:00/2:45 Extra"/>
			<dipvalue name="5:00/2:35 Extra"/>
			<dipvalue name="5:00/2:30 Extra"/>
			<dipvalue name="4:00/2:30 Extra"/>
			<dipvalue name="4:00/2:15 Extra"/>
			<dipvalue name="4:00/2:05 Extra"/>
			<dipvalue name="4:00/2:00 Extra"/>
			<dipvalue name="3:30/2:15 Extra"/>
			<dipvalue name="3:30/2:00 Extra" default="yes"/>
			<dipvalue name="3:30/1:50 Extra"/>
			<dipvalue name="3:30/1:45 Extra"/>
			<dipvalue name="3:00/2:00 Extra"/>
			<dipvalue name="3:00/1:45 Extra"/>
			<dipvalue name="3:00/1:35 Extra"/>
			<dipvalue name="3:00/1:30 Extra"/>
			<dipvalue name="2:30/1:45 Extra"/>
			<dipvalue name="2:30/1:30 Extra"/>
			<dipvalue name="2:30/1:20 Extra"/>
			<dipvalue name="2:30/1:15 Extra"/>
			<dipvalue name="2:00/1:30 Extra"/>
			<dipvalue name="2:00/1:15 Extra"/>
			<dipvalue name="2:00/1:05 Extra"/>
			<dipvalue name="2:00/1:00 Extra"/>
			<dipvalue name="1:30/1:15 Extra"/>
			<dipvalue name="1:30/1:00 Extra"/>
			<dipvalue name="1:30/0:50 Extra"/>
			<dipvalue name="1:30/0:45 Extra"/>
			<dipvalue name="1:00/1:00 Extra"/>
			<dipvalue name="1:00/0:45 Extra"/>
			<dipvalue name="1:00/0:35 Extra"/>
			<dipvalue name="1:00/0:30 Extra"/>
		</dipswitch>
		<dipswitch name="Game Type">
			<dipvalue name="Timer In" default="yes"/>
			<dipvalue name="Credit In"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Very Hard"/>
		</dipswitch>
		<dipswitch name="Timer Speed">
			<dipvalue name="60/60" default="yes"/>
			<dipvalue name="55/60"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="768"/>
	</game>
	<game name="tehkangc" sourcefile="tehkanwc.c" cloneof="tehkanwc" romof="tehkanwc">
		<description>Tehkan Greek Cup</description>
		<year>1985</year>
		<manufacturer>Tehkan</manufacturer>
		<rom name="twc-1.bin" merge="twc-1.bin" size="16384" crc="34d6d5ff" sha1="72f4d408b8a7766d348f6a229d395e0c98215c40" region="cpu1" offset="0"/>
		<rom name="twc-2.bin" merge="twc-2.bin" size="16384" crc="7017a221" sha1="4b4700af0a6ff64f976db369ba4b9d97cee1fd5f" region="cpu1" offset="4000"/>
		<rom name="twc-3.bin" merge="twc-3.bin" size="16384" crc="8b662902" sha1="13bcd4bf23e34dd7193545561e05bb2cb2c95f9b" region="cpu1" offset="8000"/>
		<rom name="twc-4.bin" merge="twc-4.bin" size="32768" crc="70a9f883" sha1="ace04359265271eb37512a89eb0217eb013aecb7" region="cpu2" offset="0"/>
		<rom name="twc-6.bin" merge="twc-6.bin" size="16384" crc="e3112be2" sha1="7859e51b4312dc5df01c88e1d97cf608abc7ca72" region="cpu3" offset="0"/>
		<rom name="tgc-12.bin" size="16384" crc="dbf5cede" sha1="ec2d21f62ab331ce64c7765f6b05a8c3c69e8ddd" region="gfx1" dispose="yes" offset="0"/>
		<rom name="tgc-8.bin" size="32768" crc="1177c8a0" sha1="be0e0c763f2ac08ede546884e616073eb9a5517d" region="gfx2" dispose="yes" offset="0"/>
		<rom name="tgc-7.bin" size="32768" crc="7f01d5a4" sha1="4494ca82c9d16a4047591de7b588a8ab53ce5170" region="gfx2" dispose="yes" offset="8000"/>
		<rom name="twc-11.bin" merge="twc-11.bin" size="32768" crc="669389fc" sha1="a93e8455060ce5242cb65f78e47b4840aa13ab13" region="gfx3" dispose="yes" offset="0"/>
		<rom name="twc-9.bin" merge="twc-9.bin" size="32768" crc="347ef108" sha1="bb9c2f51d65f28655404e10c3be44d7ade98711b" region="gfx3" dispose="yes" offset="8000"/>
		<rom name="twc-5.bin" merge="twc-5.bin" size="16384" crc="444b5544" sha1="0786d6d9ada7fe49c8ab9751b049095474d2e598" region="sound1" offset="0"/>
		<chip type="cpu" name="Z80" clock="4608000"/>
		<chip type="cpu" name="Z80" clock="4608000"/>
		<chip type="cpu" name="Z80" clock="4608000"/>
		<chip type="audio" name="AY8910" clock="1536000"/>
		<chip type="audio" name="AY8910" clock="1536000"/>
		<chip type="audio" name="MSM5205" clock="384000"/>
		<display type="raster" rotate="0" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy8way"/>
			<control type="trackball" minimum="0" maximum="255" sensitivity="100"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Start Credits (P1&amp;P2)/Extra">
			<dipvalue name="1&amp;1/200%"/>
			<dipvalue name="1&amp;2/100%" default="yes"/>
			<dipvalue name="2&amp;2/100%"/>
			<dipvalue name="2&amp;3/67%"/>
		</dipswitch>
		<dipswitch name="1P Game Time">
			<dipvalue name="2:30"/>
			<dipvalue name="2:00"/>
			<dipvalue name="1:30" default="yes"/>
			<dipvalue name="1:00"/>
		</dipswitch>
		<dipswitch name="2P Game Time">
			<dipvalue name="5:00/3:00 Extra"/>
			<dipvalue name="5:00/2:45 Extra"/>
			<dipvalue name="5:00/2:35 Extra"/>
			<dipvalue name="5:00/2:30 Extra"/>
			<dipvalue name="4:00/2:30 Extra"/>
			<dipvalue name="4:00/2:15 Extra"/>
			<dipvalue name="4:00/2:05 Extra"/>
			<dipvalue name="4:00/2:00 Extra"/>
			<dipvalue name="3:30/2:15 Extra"/>
			<dipvalue name="3:30/2:00 Extra" default="yes"/>
			<dipvalue name="3:30/1:50 Extra"/>
			<dipvalue name="3:30/1:45 Extra"/>
			<dipvalue name="3:00/2:00 Extra"/>
			<dipvalue name="3:00/1:45 Extra"/>
			<dipvalue name="3:00/1:35 Extra"/>
			<dipvalue name="3:00/1:30 Extra"/>
			<dipvalue name="2:30/1:45 Extra"/>
			<dipvalue name="2:30/1:30 Extra"/>
			<dipvalue name="2:30/1:20 Extra"/>
			<dipvalue name="2:30/1:15 Extra"/>
			<dipvalue name="2:00/1:30 Extra"/>
			<dipvalue name="2:00/1:15 Extra"/>
			<dipvalue name="2:00/1:05 Extra"/>
			<dipvalue name="2:00/1:00 Extra"/>
			<dipvalue name="1:30/1:15 Extra"/>
			<dipvalue name="1:30/1:00 Extra"/>
			<dipvalue name="1:30/0:50 Extra"/>
			<dipvalue name="1:30/0:45 Extra"/>
			<dipvalue name="1:00/1:00 Extra"/>
			<dipvalue name="1:00/0:45 Extra"/>
			<dipvalue name="1:00/0:35 Extra"/>
			<dipvalue name="1:00/0:30 Extra"/>
		</dipswitch>
		<dipswitch name="Game Type">
			<dipvalue name="Timer In" default="yes"/>
			<dipvalue name="Credit In"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Very Hard"/>
		</dipswitch>
		<dipswitch name="Timer Speed">
			<dipvalue name="60/60" default="yes"/>
			<dipvalue name="55/60"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="768"/>
	</game>
	<game name="tankwc" sourcefile="tehkanwc.c" cloneof="tehkanwc" romof="tehkanwc">
		<description>Tank World Cup</description>
		<year>1985</year>
		<manufacturer>Tehkan</manufacturer>
		<rom name="twc-1.bin" merge="twc-1.bin" size="16384" crc="34d6d5ff" sha1="72f4d408b8a7766d348f6a229d395e0c98215c40" region="cpu1" offset="0"/>
		<rom name="twc-2.bin" merge="twc-2.bin" size="16384" crc="7017a221" sha1="4b4700af0a6ff64f976db369ba4b9d97cee1fd5f" region="cpu1" offset="4000"/>
		<rom name="twc-3.bin" merge="twc-3.bin" size="16384" crc="8b662902" sha1="13bcd4bf23e34dd7193545561e05bb2cb2c95f9b" region="cpu1" offset="8000"/>
		<rom name="twc-4.bin" merge="twc-4.bin" size="32768" crc="70a9f883" sha1="ace04359265271eb37512a89eb0217eb013aecb7" region="cpu2" offset="0"/>
		<rom name="twc-6.bin" merge="twc-6.bin" size="16384" crc="e3112be2" sha1="7859e51b4312dc5df01c88e1d97cf608abc7ca72" region="cpu3" offset="0"/>
		<rom name="tkwc-12.bin" size="16384" crc="cf5e084a" sha1="bba909898135467a8cbe8ca7ba7d14254ad52135" region="gfx1" dispose="yes" offset="0"/>
		<rom name="tkwc-8.bin" size="32768" crc="068210d1" sha1="f2f21fa9452ba6d47ccdb4de3ddab833956d3fea" region="gfx2" dispose="yes" offset="0"/>
		<rom name="tkwc-7.bin" size="32768" crc="8e7dca59" sha1="4ae3d6c0faf99d16db5b3c49ae96aa87741f635c" region="gfx2" dispose="yes" offset="8000"/>
		<rom name="tkwc-11.bin" size="32768" crc="1f8536e3" sha1="de44a066fc5862bac7de039053262ec167b70c35" region="gfx3" dispose="yes" offset="0"/>
		<rom name="tkwc-9.bin" size="32768" crc="f88f52ed" sha1="33fa29582f81f2da7dcb671ccb0c7121b95b545f" region="gfx3" dispose="yes" offset="8000"/>
		<rom name="tkwc-5.bin" merge="twc-5.bin" size="16384" crc="444b5544" sha1="0786d6d9ada7fe49c8ab9751b049095474d2e598" region="sound1" offset="0"/>
		<chip type="cpu" name="Z80" clock="4608000"/>
		<chip type="cpu" name="Z80" clock="4608000"/>
		<chip type="cpu" name="Z80" clock="4608000"/>
		<chip type="audio" name="AY8910" clock="1536000"/>
		<chip type="audio" name="AY8910" clock="1536000"/>
		<chip type="audio" name="MSM5205" clock="384000"/>
		<display type="raster" rotate="0" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy8way"/>
			<control type="trackball" minimum="0" maximum="255" sensitivity="100"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Start Credits (P1&amp;P2)/Extra">
			<dipvalue name="1&amp;1/200%"/>
			<dipvalue name="1&amp;2/100%" default="yes"/>
			<dipvalue name="2&amp;2/100%"/>
			<dipvalue name="2&amp;3/67%"/>
		</dipswitch>
		<dipswitch name="1P Game Time">
			<dipvalue name="2:30"/>
			<dipvalue name="2:00"/>
			<dipvalue name="1:30" default="yes"/>
			<dipvalue name="1:00"/>
		</dipswitch>
		<dipswitch name="2P Game Time">
			<dipvalue name="5:00/3:00 Extra"/>
			<dipvalue name="5:00/2:45 Extra"/>
			<dipvalue name="5:00/2:35 Extra"/>
			<dipvalue name="5:00/2:30 Extra"/>
			<dipvalue name="4:00/2:30 Extra"/>
			<dipvalue name="4:00/2:15 Extra"/>
			<dipvalue name="4:00/2:05 Extra"/>
			<dipvalue name="4:00/2:00 Extra"/>
			<dipvalue name="3:30/2:15 Extra"/>
			<dipvalue name="3:30/2:00 Extra" default="yes"/>
			<dipvalue name="3:30/1:50 Extra"/>
			<dipvalue name="3:30/1:45 Extra"/>
			<dipvalue name="3:00/2:00 Extra"/>
			<dipvalue name="3:00/1:45 Extra"/>
			<dipvalue name="3:00/1:35 Extra"/>
			<dipvalue name="3:00/1:30 Extra"/>
			<dipvalue name="2:30/1:45 Extra"/>
			<dipvalue name="2:30/1:30 Extra"/>
			<dipvalue name="2:30/1:20 Extra"/>
			<dipvalue name="2:30/1:15 Extra"/>
			<dipvalue name="2:00/1:30 Extra"/>
			<dipvalue name="2:00/1:15 Extra"/>
			<dipvalue name="2:00/1:05 Extra"/>
			<dipvalue name="2:00/1:00 Extra"/>
			<dipvalue name="1:30/1:15 Extra"/>
			<dipvalue name="1:30/1:00 Extra"/>
			<dipvalue name="1:30/0:50 Extra"/>
			<dipvalue name="1:30/0:45 Extra"/>
			<dipvalue name="1:00/1:00 Extra"/>
			<dipvalue name="1:00/0:45 Extra"/>
			<dipvalue name="1:00/0:35 Extra"/>
			<dipvalue name="1:00/0:30 Extra"/>
		</dipswitch>
		<dipswitch name="Game Type">
			<dipvalue name="Timer In" default="yes"/>
			<dipvalue name="Credit In"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Very Hard"/>
		</dipswitch>
		<dipswitch name="Timer Speed">
			<dipvalue name="60/60" default="yes"/>
			<dipvalue name="55/60"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="768"/>
	</game>
	<game name="twc_gr" sourcefile="tehkanwc.c" cloneof="tehkanwc" romof="tehkanwc">
		<description>Tehkan World Cup (Greek)</description>
		<year>1985</year>
		<manufacturer>GreekRoms</manufacturer>
		<rom name="twc-1gr.bin" size="16384" crc="0686377f" sha1="69c4d63c216e0b640ad514568a07c414a94bae7c" region="cpu1" offset="0"/>
		<rom name="twc-2.bin" merge="twc-2.bin" size="16384" crc="7017a221" sha1="4b4700af0a6ff64f976db369ba4b9d97cee1fd5f" region="cpu1" offset="4000"/>
		<rom name="twc-3gr.bin" size="16384" crc="9a10118d" sha1="1319e465620ab297bf70aed6eed426b68580a327" region="cpu1" offset="8000"/>
		<rom name="twc-4gr.bin" size="32768" crc="8a13d6ac" sha1="cc9b7a0836d6b4ff5f037a165451f6cf2f967d21" region="cpu2" offset="0"/>
		<rom name="twc-6.bin" merge="twc-6.bin" size="16384" crc="e3112be2" sha1="7859e51b4312dc5df01c88e1d97cf608abc7ca72" region="cpu3" offset="0"/>
		<rom name="twc-12gr.bin" size="16384" crc="17808225" sha1="259c0162c4eef4eceb889f4a1a142b541376e04d" region="gfx1" dispose="yes" offset="0"/>
		<rom name="twc-8.bin" merge="twc-8.bin" size="32768" crc="055a5264" sha1="fe294ba57c2c858952e2fab0be1b8859730846cb" region="gfx2" dispose="yes" offset="0"/>
		<rom name="twc-7.bin" merge="twc-7.bin" size="32768" crc="59faebe7" sha1="85dad90928369601e039467d575750539410fcf6" region="gfx2" dispose="yes" offset="8000"/>
		<rom name="twc-11gr.bin" size="32768" crc="ceab1e34" sha1="f803965ef8b69a5951656f890f0e411dfdeef7ab" region="gfx3" dispose="yes" offset="0"/>
		<rom name="twc-9gr.bin" size="32768" crc="b120fbee" sha1="a7012ec3ecbedfb3d04477bdda6f87f1fe819919" region="gfx3" dispose="yes" offset="8000"/>
		<rom name="twc-5.bin" merge="twc-5.bin" size="16384" crc="444b5544" sha1="0786d6d9ada7fe49c8ab9751b049095474d2e598" region="sound1" offset="0"/>
		<chip type="cpu" name="Z80" clock="4608000"/>
		<chip type="cpu" name="Z80" clock="4608000"/>
		<chip type="cpu" name="Z80" clock="4608000"/>
		<chip type="audio" name="AY8910" clock="1536000"/>
		<chip type="audio" name="AY8910" clock="1536000"/>
		<chip type="audio" name="MSM5205" clock="384000"/>
		<display type="raster" rotate="0" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2">
			<control type="joy8way"/>
			<control type="trackball" minimum="0" maximum="255" sensitivity="100"/>
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Start Credits (P1&amp;P2)/Extra">
			<dipvalue name="1&amp;1/200%"/>
			<dipvalue name="1&amp;2/100%" default="yes"/>
			<dipvalue name="2&amp;2/100%"/>
			<dipvalue name="2&amp;3/67%"/>
		</dipswitch>
		<dipswitch name="1P Game Time">
			<dipvalue name="2:30"/>
			<dipvalue name="2:00"/>
			<dipvalue name="1:30" default="yes"/>
			<dipvalue name="1:00"/>
		</dipswitch>
		<dipswitch name="2P Game Time">
			<dipvalue name="5:00/3:00 Extra"/>
			<dipvalue name="5:00/2:45 Extra"/>
			<dipvalue name="5:00/2:35 Extra"/>
			<dipvalue name="5:00/2:30 Extra"/>
			<dipvalue name="4:00/2:30 Extra"/>
			<dipvalue name="4:00/2:15 Extra"/>
			<dipvalue name="4:00/2:05 Extra"/>
			<dipvalue name="4:00/2:00 Extra"/>
			<dipvalue name="3:30/2:15 Extra"/>
			<dipvalue name="3:30/2:00 Extra" default="yes"/>
			<dipvalue name="3:30/1:50 Extra"/>
			<dipvalue name="3:30/1:45 Extra"/>
			<dipvalue name="3:00/2:00 Extra"/>
			<dipvalue name="3:00/1:45 Extra"/>
			<dipvalue name="3:00/1:35 Extra"/>
			<dipvalue name="3:00/1:30 Extra"/>
			<dipvalue name="2:30/1:45 Extra"/>
			<dipvalue name="2:30/1:30 Extra"/>
			<dipvalue name="2:30/1:20 Extra"/>
			<dipvalue name="2:30/1:15 Extra"/>
			<dipvalue name="2:00/1:30 Extra"/>
			<dipvalue name="2:00/1:15 Extra"/>
			<dipvalue name="2:00/1:05 Extra"/>
			<dipvalue name="2:00/1:00 Extra"/>
			<dipvalue name="1:30/1:15 Extra"/>
			<dipvalue name="1:30/1:00 Extra"/>
			<dipvalue name="1:30/0:50 Extra"/>
			<dipvalue name="1:30/0:45 Extra"/>
			<dipvalue name="1:00/1:00 Extra"/>
			<dipvalue name="1:00/0:45 Extra"/>
			<dipvalue name="1:00/0:35 Extra"/>
			<dipvalue name="1:00/0:30 Extra"/>
		</dipswitch>
		<dipswitch name="Game Type">
			<dipvalue name="Timer In" default="yes"/>
			<dipvalue name="Credit In"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Very Hard"/>
		</dipswitch>
		<dipswitch name="Timer Speed">
			<dipvalue name="60/60" default="yes"/>
			<dipvalue name="55/60"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="768"/>
	</game>
	<game name="tempall" sourcefile="tempest.c" cloneof="tempest" romof="tempest">
		<description>Tempest All Levels</description>
		<year>2000</year>
		<manufacturer>hack</manufacturer>
		<rom name="al136002.113" size="2048" crc="a9000137" sha1="1dfb23f5d47e49923c681d4483d744795d589af0" region="cpu1" offset="9000"/>
		<rom name="136002.114" merge="136002-114.e1" size="2048" crc="11077375" sha1="ed8ff0ca969da6672a7683b93d4fcf2935a0d903" region="cpu1" offset="9800"/>
		<rom name="136002.115" merge="136002-115.f1" size="2048" crc="f3e2827a" sha1="bd04fcfbbba995e08c3144c1474fcddaaeb1c700" region="cpu1" offset="a000"/>
		<rom name="136002.316" merge="136002-316.h1" size="2048" crc="aeb0f7e9" sha1="a5cc25015b98692673cfc1c7c2e9634efd750870" region="cpu1" offset="a800"/>
		<rom name="136002.217" merge="136002-217.j1" size="2048" crc="ef2eb645" sha1="b1a2c969e8897e335d5354de6ae04a65d4b2a1e4" region="cpu1" offset="b000"/>
		<rom name="al136002.118" merge="136002-118.k1" size="2048" crc="beb352ab" sha1="f213166d3970e0bd0f29d8dea8d6afa6990cce38" region="cpu1" offset="b800"/>
		<rom name="136002.119" merge="136002-119.lm1" size="2048" crc="a4de050f" sha1="ea302e43a313a5a18115e74ddbaaedde0fbecda7" region="cpu1" offset="c000"/>
		<rom name="136002.120" merge="136002-120.mn1" size="2048" crc="35619648" sha1="48f1e8bed7ec6afa0b4c549a30e5ec331c071e40" region="cpu1" offset="c800"/>
		<rom name="136002.121" merge="136002-121.p1" size="2048" crc="73d38e47" sha1="9980606376a79ba94f8e2a325871a6c8d10d83fc" region="cpu1" offset="d000"/>
		<rom name="136002.222" merge="136002-222.r1" size="2048" crc="707bd5c3" sha1="2f0af6fb7154c244c794f7247e5c16a1e06ddf7d" region="cpu1" offset="d800"/>
		<rom name="136002.123" merge="136002-123.np3" size="2048" crc="29f7e937" sha1="686c8b9b8901262e743497cee7f2f7dd5cb3af7e" region="cpu1" offset="3000"/>
		<rom name="136002.124" merge="136002-124.r3" size="2048" crc="c16ec351" sha1="a30a3662c740810c0f20e3712679606921b8ca06" region="cpu1" offset="3800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="vector" rotate="270" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="3" service="yes" tilt="yes">
			<control type="dial" minimum="0" maximum="15" sensitivity="100" keydelta="20"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium1" default="yes"/>
			<dipvalue name="Medium2"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Rating">
			<dipvalue name="1, 3, 5, 7, 9" default="yes"/>
			<dipvalue name="tied to high score"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="1 each 5"/>
			<dipvalue name="1 each 4 (+Demo)"/>
			<dipvalue name="1 each 3"/>
			<dipvalue name="2 each 4 (+Demo)"/>
			<dipvalue name="1 each 2"/>
			<dipvalue name="Freeze Mode"/>
			<dipvalue name="Freeze Mode"/>
		</dipswitch>
		<dipswitch name="Minimum">
			<dipvalue name="1 Credit" default="yes"/>
			<dipvalue name="2 Credit"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="French"/>
			<dipvalue name="German"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="20000" default="yes"/>
			<dipvalue name="30000"/>
			<dipvalue name="40000"/>
			<dipvalue name="50000"/>
			<dipvalue name="60000"/>
			<dipvalue name="70000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="temped" sourcefile="tempest.c" cloneof="tempest" romof="tempest">
		<description>TempEd</description>
		<year>2000</year>
		<manufacturer>hack</manufacturer>
		<rom name="136002.113" merge="136002-113.d1" size="2048" crc="65d61fe7" sha1="38a1e8a8f65b7887cf3e190269fe4ce2c6f818aa" region="cpu1" offset="9000"/>
		<rom name="136002.114" merge="136002-114.e1" size="2048" crc="11077375" sha1="ed8ff0ca969da6672a7683b93d4fcf2935a0d903" region="cpu1" offset="9800"/>
		<rom name="136002.115" merge="136002-115.f1" size="2048" crc="f3e2827a" sha1="bd04fcfbbba995e08c3144c1474fcddaaeb1c700" region="cpu1" offset="a000"/>
		<rom name="136002.316" merge="136002-316.h1" size="2048" crc="aeb0f7e9" sha1="a5cc25015b98692673cfc1c7c2e9634efd750870" region="cpu1" offset="a800"/>
		<rom name="136002.217" merge="136002-217.j1" size="2048" crc="ef2eb645" sha1="b1a2c969e8897e335d5354de6ae04a65d4b2a1e4" region="cpu1" offset="b000"/>
		<rom name="d136002.118" size="2048" crc="4825ee42" sha1="7082c4a2f4b945c004b3b17166e0e58484fda3d2" region="cpu1" offset="b800"/>
		<rom name="136002.119" merge="136002-119.lm1" size="2048" crc="a4de050f" sha1="ea302e43a313a5a18115e74ddbaaedde0fbecda7" region="cpu1" offset="c000"/>
		<rom name="136002.120" merge="136002-120.mn1" size="2048" crc="35619648" sha1="48f1e8bed7ec6afa0b4c549a30e5ec331c071e40" region="cpu1" offset="c800"/>
		<rom name="136002.121" merge="136002-121.p1" size="2048" crc="73d38e47" sha1="9980606376a79ba94f8e2a325871a6c8d10d83fc" region="cpu1" offset="d000"/>
		<rom name="136002.222" merge="136002-222.r1" size="2048" crc="707bd5c3" sha1="2f0af6fb7154c244c794f7247e5c16a1e06ddf7d" region="cpu1" offset="d800"/>
		<rom name="136002.123" merge="136002-123.np3" size="2048" crc="29f7e937" sha1="686c8b9b8901262e743497cee7f2f7dd5cb3af7e" region="cpu1" offset="3000"/>
		<rom name="136002.124" merge="136002-124.r3" size="2048" crc="c16ec351" sha1="a30a3662c740810c0f20e3712679606921b8ca06" region="cpu1" offset="3800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="vector" rotate="270" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="3" service="yes" tilt="yes">
			<control type="dial" minimum="0" maximum="15" sensitivity="100" keydelta="20"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium1" default="yes"/>
			<dipvalue name="Medium2"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Rating">
			<dipvalue name="1, 3, 5, 7, 9" default="yes"/>
			<dipvalue name="tied to high score"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="1 each 5"/>
			<dipvalue name="1 each 4 (+Demo)"/>
			<dipvalue name="1 each 3"/>
			<dipvalue name="2 each 4 (+Demo)"/>
			<dipvalue name="1 each 2"/>
			<dipvalue name="Freeze Mode"/>
			<dipvalue name="Freeze Mode"/>
		</dipswitch>
		<dipswitch name="Minimum">
			<dipvalue name="1 Credit" default="yes"/>
			<dipvalue name="2 Credit"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="French"/>
			<dipvalue name="German"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="20000" default="yes"/>
			<dipvalue name="30000"/>
			<dipvalue name="40000"/>
			<dipvalue name="50000"/>
			<dipvalue name="60000"/>
			<dipvalue name="70000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="tempestm" sourcefile="tempest.c" cloneof="tempest" romof="tempest">
		<description>Tempest Mark's Hacks</description>
		<year>2000</year>
		<manufacturer>hack</manufacturer>
		<rom name="136002.113" merge="136002-113.d1" size="2048" crc="65d61fe7" sha1="38a1e8a8f65b7887cf3e190269fe4ce2c6f818aa" region="cpu1" offset="9000"/>
		<rom name="136002.114" merge="136002-114.e1" size="2048" crc="11077375" sha1="ed8ff0ca969da6672a7683b93d4fcf2935a0d903" region="cpu1" offset="9800"/>
		<rom name="136002.115" merge="136002-115.f1" size="2048" crc="f3e2827a" sha1="bd04fcfbbba995e08c3144c1474fcddaaeb1c700" region="cpu1" offset="a000"/>
		<rom name="136002.316" merge="136002-316.h1" size="2048" crc="aeb0f7e9" sha1="a5cc25015b98692673cfc1c7c2e9634efd750870" region="cpu1" offset="a800"/>
		<rom name="136002.217" merge="136002-217.j1" size="2048" crc="ef2eb645" sha1="b1a2c969e8897e335d5354de6ae04a65d4b2a1e4" region="cpu1" offset="b000"/>
		<rom name="m136002.118" size="2048" crc="b5e00840" sha1="912e98b6766143ff5a1bc09c4d9685379408ee85" region="cpu1" offset="b800"/>
		<rom name="m136002.119" size="2048" crc="ed4f2132" sha1="b7deb31b23c28d0e084772bbed80a1c5997eac12" region="cpu1" offset="c000"/>
		<rom name="136002.120" merge="136002-120.mn1" size="2048" crc="35619648" sha1="48f1e8bed7ec6afa0b4c549a30e5ec331c071e40" region="cpu1" offset="c800"/>
		<rom name="136002.121" merge="136002-121.p1" size="2048" crc="73d38e47" sha1="9980606376a79ba94f8e2a325871a6c8d10d83fc" region="cpu1" offset="d000"/>
		<rom name="136002.222" merge="136002-222.r1" size="2048" crc="707bd5c3" sha1="2f0af6fb7154c244c794f7247e5c16a1e06ddf7d" region="cpu1" offset="d800"/>
		<rom name="136002.123" merge="136002-123.np3" size="2048" crc="29f7e937" sha1="686c8b9b8901262e743497cee7f2f7dd5cb3af7e" region="cpu1" offset="3000"/>
		<rom name="136002.124" merge="136002-124.r3" size="2048" crc="c16ec351" sha1="a30a3662c740810c0f20e3712679606921b8ca06" region="cpu1" offset="3800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="vector" rotate="270" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="3" service="yes" tilt="yes">
			<control type="dial" minimum="0" maximum="15" sensitivity="100" keydelta="20"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium1" default="yes"/>
			<dipvalue name="Medium2"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Rating">
			<dipvalue name="1, 3, 5, 7, 9" default="yes"/>
			<dipvalue name="tied to high score"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="1 each 5"/>
			<dipvalue name="1 each 4 (+Demo)"/>
			<dipvalue name="1 each 3"/>
			<dipvalue name="2 each 4 (+Demo)"/>
			<dipvalue name="1 each 2"/>
			<dipvalue name="Freeze Mode"/>
			<dipvalue name="Freeze Mode"/>
		</dipswitch>
		<dipswitch name="Minimum">
			<dipvalue name="1 Credit" default="yes"/>
			<dipvalue name="2 Credit"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="French"/>
			<dipvalue name="German"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="20000" default="yes"/>
			<dipvalue name="30000"/>
			<dipvalue name="40000"/>
			<dipvalue name="50000"/>
			<dipvalue name="60000"/>
			<dipvalue name="70000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="temptwst" sourcefile="tempest.c" cloneof="tempest" romof="tempest">
		<description>Tempest Twisted</description>
		<year>2000</year>
		<manufacturer>hack</manufacturer>
		<rom name="al136002.113" size="2048" crc="a9000137" sha1="1dfb23f5d47e49923c681d4483d744795d589af0" region="cpu1" offset="9000"/>
		<rom name="136002.114" merge="136002-114.e1" size="2048" crc="11077375" sha1="ed8ff0ca969da6672a7683b93d4fcf2935a0d903" region="cpu1" offset="9800"/>
		<rom name="136002.115" merge="136002-115.f1" size="2048" crc="f3e2827a" sha1="bd04fcfbbba995e08c3144c1474fcddaaeb1c700" region="cpu1" offset="a000"/>
		<rom name="136002.316" merge="136002-316.h1" size="2048" crc="aeb0f7e9" sha1="a5cc25015b98692673cfc1c7c2e9634efd750870" region="cpu1" offset="a800"/>
		<rom name="136002.217" merge="136002-217.j1" size="2048" crc="ef2eb645" sha1="b1a2c969e8897e335d5354de6ae04a65d4b2a1e4" region="cpu1" offset="b000"/>
		<rom name="tw136002.118" size="2048" crc="f30afe2d" sha1="b83b0fd7c8f4c51e2c2dc1f516212ce53fa8b240" region="cpu1" offset="b800"/>
		<rom name="tw136002.119" size="2048" crc="571b1799" sha1="d6e5615032bcae0018e388d7e7d8a00c42ff0c5a" region="cpu1" offset="c000"/>
		<rom name="136002.120" merge="136002-120.mn1" size="2048" crc="35619648" sha1="48f1e8bed7ec6afa0b4c549a30e5ec331c071e40" region="cpu1" offset="c800"/>
		<rom name="tw136002.121" size="2048" crc="67619e6e" sha1="4cf91abc535cc8c5de7e5f30fabe0876a5182b39" region="cpu1" offset="d000"/>
		<rom name="136002.222" merge="136002-222.r1" size="2048" crc="707bd5c3" sha1="2f0af6fb7154c244c794f7247e5c16a1e06ddf7d" region="cpu1" offset="d800"/>
		<rom name="136002.123" merge="136002-123.np3" size="2048" crc="29f7e937" sha1="686c8b9b8901262e743497cee7f2f7dd5cb3af7e" region="cpu1" offset="3000"/>
		<rom name="136002.124" merge="136002-124.r3" size="2048" crc="c16ec351" sha1="a30a3662c740810c0f20e3712679606921b8ca06" region="cpu1" offset="3800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="vector" rotate="270" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="3" service="yes" tilt="yes">
			<control type="dial" minimum="0" maximum="15" sensitivity="100" keydelta="20"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium1" default="yes"/>
			<dipvalue name="Medium2"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Rating">
			<dipvalue name="1, 3, 5, 7, 9" default="yes"/>
			<dipvalue name="tied to high score"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="1 each 5"/>
			<dipvalue name="1 each 4 (+Demo)"/>
			<dipvalue name="1 each 3"/>
			<dipvalue name="2 each 4 (+Demo)"/>
			<dipvalue name="1 each 2"/>
			<dipvalue name="Freeze Mode"/>
			<dipvalue name="Freeze Mode"/>
		</dipswitch>
		<dipswitch name="Minimum">
			<dipvalue name="1 Credit" default="yes"/>
			<dipvalue name="2 Credit"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="French"/>
			<dipvalue name="German"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="20000" default="yes"/>
			<dipvalue name="30000"/>
			<dipvalue name="40000"/>
			<dipvalue name="50000"/>
			<dipvalue name="60000"/>
			<dipvalue name="70000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="tmptwsta" sourcefile="tempest.c" cloneof="tempest" romof="tempest">
		<description>Tempest Twisted (Alt)</description>
		<year>2000</year>
		<manufacturer>hack</manufacturer>
		<rom name="al136002.113" size="2048" crc="a9000137" sha1="1dfb23f5d47e49923c681d4483d744795d589af0" region="cpu1" offset="9000"/>
		<rom name="136002.114" merge="136002-114.e1" size="2048" crc="11077375" sha1="ed8ff0ca969da6672a7683b93d4fcf2935a0d903" region="cpu1" offset="9800"/>
		<rom name="136002.115" merge="136002-115.f1" size="2048" crc="f3e2827a" sha1="bd04fcfbbba995e08c3144c1474fcddaaeb1c700" region="cpu1" offset="a000"/>
		<rom name="136002.316" merge="136002-316.h1" size="2048" crc="aeb0f7e9" sha1="a5cc25015b98692673cfc1c7c2e9634efd750870" region="cpu1" offset="a800"/>
		<rom name="136002.217" merge="136002-217.j1" size="2048" crc="ef2eb645" sha1="b1a2c969e8897e335d5354de6ae04a65d4b2a1e4" region="cpu1" offset="b000"/>
		<rom name="twa136002.118" size="2048" crc="a45add57" sha1="79748a415dbc0a5f600d38ac098bd2d63a4f9ecc" region="cpu1" offset="b800"/>
		<rom name="tw136002.119" size="2048" crc="571b1799" sha1="d6e5615032bcae0018e388d7e7d8a00c42ff0c5a" region="cpu1" offset="c000"/>
		<rom name="136002.120" merge="136002-120.mn1" size="2048" crc="35619648" sha1="48f1e8bed7ec6afa0b4c549a30e5ec331c071e40" region="cpu1" offset="c800"/>
		<rom name="tw136002.121" size="2048" crc="67619e6e" sha1="4cf91abc535cc8c5de7e5f30fabe0876a5182b39" region="cpu1" offset="d000"/>
		<rom name="136002.222" merge="136002-222.r1" size="2048" crc="707bd5c3" sha1="2f0af6fb7154c244c794f7247e5c16a1e06ddf7d" region="cpu1" offset="d800"/>
		<rom name="136002.123" merge="136002-123.np3" size="2048" crc="29f7e937" sha1="686c8b9b8901262e743497cee7f2f7dd5cb3af7e" region="cpu1" offset="3000"/>
		<rom name="136002.124" merge="136002-124.r3" size="2048" crc="c16ec351" sha1="a30a3662c740810c0f20e3712679606921b8ca06" region="cpu1" offset="3800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="vector" rotate="270" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="3" service="yes" tilt="yes">
			<control type="dial" minimum="0" maximum="15" sensitivity="100" keydelta="20"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium1" default="yes"/>
			<dipvalue name="Medium2"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Rating">
			<dipvalue name="1, 3, 5, 7, 9" default="yes"/>
			<dipvalue name="tied to high score"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="1 each 5"/>
			<dipvalue name="1 each 4 (+Demo)"/>
			<dipvalue name="1 each 3"/>
			<dipvalue name="2 each 4 (+Demo)"/>
			<dipvalue name="1 each 2"/>
			<dipvalue name="Freeze Mode"/>
			<dipvalue name="Freeze Mode"/>
		</dipswitch>
		<dipswitch name="Minimum">
			<dipvalue name="1 Credit" default="yes"/>
			<dipvalue name="2 Credit"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="French"/>
			<dipvalue name="German"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="20000" default="yes"/>
			<dipvalue name="30000"/>
			<dipvalue name="40000"/>
			<dipvalue name="50000"/>
			<dipvalue name="60000"/>
			<dipvalue name="70000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="tmptwst2" sourcefile="tempest.c" cloneof="tempest" romof="tempest">
		<description>Tempest Twisty's Revenge</description>
		<year>2000</year>
		<manufacturer>hack</manufacturer>
		<rom name="al136002.113" size="2048" crc="a9000137" sha1="1dfb23f5d47e49923c681d4483d744795d589af0" region="cpu1" offset="9000"/>
		<rom name="136002.114" merge="136002-114.e1" size="2048" crc="11077375" sha1="ed8ff0ca969da6672a7683b93d4fcf2935a0d903" region="cpu1" offset="9800"/>
		<rom name="136002.115" merge="136002-115.f1" size="2048" crc="f3e2827a" sha1="bd04fcfbbba995e08c3144c1474fcddaaeb1c700" region="cpu1" offset="a000"/>
		<rom name="136002.316" merge="136002-316.h1" size="2048" crc="aeb0f7e9" sha1="a5cc25015b98692673cfc1c7c2e9634efd750870" region="cpu1" offset="a800"/>
		<rom name="136002.217" merge="136002-217.j1" size="2048" crc="ef2eb645" sha1="b1a2c969e8897e335d5354de6ae04a65d4b2a1e4" region="cpu1" offset="b000"/>
		<rom name="tw2_136002.118" size="2048" crc="1c6827cb" sha1="d5a555f6ad59630e6d33c4bacad80ee429349e59" region="cpu1" offset="b800"/>
		<rom name="tw136002.119" size="2048" crc="571b1799" sha1="d6e5615032bcae0018e388d7e7d8a00c42ff0c5a" region="cpu1" offset="c000"/>
		<rom name="136002.120" merge="136002-120.mn1" size="2048" crc="35619648" sha1="48f1e8bed7ec6afa0b4c549a30e5ec331c071e40" region="cpu1" offset="c800"/>
		<rom name="tw2_136002.121" size="2048" crc="c1bc4a69" sha1="a60491fd7d6715118ed0d59dac0064c4263e15c6" region="cpu1" offset="d000"/>
		<rom name="136002.222" merge="136002-222.r1" size="2048" crc="707bd5c3" sha1="2f0af6fb7154c244c794f7247e5c16a1e06ddf7d" region="cpu1" offset="d800"/>
		<rom name="136002.123" merge="136002-123.np3" size="2048" crc="29f7e937" sha1="686c8b9b8901262e743497cee7f2f7dd5cb3af7e" region="cpu1" offset="3000"/>
		<rom name="136002.124" merge="136002-124.r3" size="2048" crc="c16ec351" sha1="a30a3662c740810c0f20e3712679606921b8ca06" region="cpu1" offset="3800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="vector" rotate="270" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="3" service="yes" tilt="yes">
			<control type="dial" minimum="0" maximum="15" sensitivity="100" keydelta="20"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium1" default="yes"/>
			<dipvalue name="Medium2"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Rating">
			<dipvalue name="1, 3, 5, 7, 9" default="yes"/>
			<dipvalue name="tied to high score"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="1 each 5"/>
			<dipvalue name="1 each 4 (+Demo)"/>
			<dipvalue name="1 each 3"/>
			<dipvalue name="2 each 4 (+Demo)"/>
			<dipvalue name="1 each 2"/>
			<dipvalue name="Freeze Mode"/>
			<dipvalue name="Freeze Mode"/>
		</dipswitch>
		<dipswitch name="Minimum">
			<dipvalue name="1 Credit" default="yes"/>
			<dipvalue name="2 Credit"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="French"/>
			<dipvalue name="German"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="20000" default="yes"/>
			<dipvalue name="30000"/>
			<dipvalue name="40000"/>
			<dipvalue name="50000"/>
			<dipvalue name="60000"/>
			<dipvalue name="70000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="tmptwst3" sourcefile="tempest.c" cloneof="tempest" romof="tempest">
		<description>Tempest Psycho Twist</description>
		<year>2000</year>
		<manufacturer>hack</manufacturer>
		<rom name="al136002.113" size="2048" crc="a9000137" sha1="1dfb23f5d47e49923c681d4483d744795d589af0" region="cpu1" offset="9000"/>
		<rom name="136002.114" merge="136002-114.e1" size="2048" crc="11077375" sha1="ed8ff0ca969da6672a7683b93d4fcf2935a0d903" region="cpu1" offset="9800"/>
		<rom name="136002.115" merge="136002-115.f1" size="2048" crc="f3e2827a" sha1="bd04fcfbbba995e08c3144c1474fcddaaeb1c700" region="cpu1" offset="a000"/>
		<rom name="136002.316" merge="136002-316.h1" size="2048" crc="aeb0f7e9" sha1="a5cc25015b98692673cfc1c7c2e9634efd750870" region="cpu1" offset="a800"/>
		<rom name="136002.217" merge="136002-217.j1" size="2048" crc="ef2eb645" sha1="b1a2c969e8897e335d5354de6ae04a65d4b2a1e4" region="cpu1" offset="b000"/>
		<rom name="tw3_136002.118" size="2048" crc="c8e7693f" sha1="18914841f3dc685d9a72bc2aaae940f6b6711e27" region="cpu1" offset="b800"/>
		<rom name="tw136002.119" size="2048" crc="571b1799" sha1="d6e5615032bcae0018e388d7e7d8a00c42ff0c5a" region="cpu1" offset="c000"/>
		<rom name="136002.120" merge="136002-120.mn1" size="2048" crc="35619648" sha1="48f1e8bed7ec6afa0b4c549a30e5ec331c071e40" region="cpu1" offset="c800"/>
		<rom name="tw3_136002.121" size="2048" crc="194b34a9" sha1="86c34dcccc2054cad4f8c175c4db4d3856172f66" region="cpu1" offset="d000"/>
		<rom name="136002.222" merge="136002-222.r1" size="2048" crc="707bd5c3" sha1="2f0af6fb7154c244c794f7247e5c16a1e06ddf7d" region="cpu1" offset="d800"/>
		<rom name="136002.123" merge="136002-123.np3" size="2048" crc="29f7e937" sha1="686c8b9b8901262e743497cee7f2f7dd5cb3af7e" region="cpu1" offset="3000"/>
		<rom name="136002.124" merge="136002-124.r3" size="2048" crc="c16ec351" sha1="a30a3662c740810c0f20e3712679606921b8ca06" region="cpu1" offset="3800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="vector" rotate="270" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="3" service="yes" tilt="yes">
			<control type="dial" minimum="0" maximum="15" sensitivity="100" keydelta="20"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium1" default="yes"/>
			<dipvalue name="Medium2"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Rating">
			<dipvalue name="1, 3, 5, 7, 9" default="yes"/>
			<dipvalue name="tied to high score"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="1 each 5"/>
			<dipvalue name="1 each 4 (+Demo)"/>
			<dipvalue name="1 each 3"/>
			<dipvalue name="2 each 4 (+Demo)"/>
			<dipvalue name="1 each 2"/>
			<dipvalue name="Freeze Mode"/>
			<dipvalue name="Freeze Mode"/>
		</dipswitch>
		<dipswitch name="Minimum">
			<dipvalue name="1 Credit" default="yes"/>
			<dipvalue name="2 Credit"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="French"/>
			<dipvalue name="German"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="20000" default="yes"/>
			<dipvalue name="30000"/>
			<dipvalue name="40000"/>
			<dipvalue name="50000"/>
			<dipvalue name="60000"/>
			<dipvalue name="70000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="tmptwst4" sourcefile="tempest.c" cloneof="tempest" romof="tempest">
		<description>Tempest Twisted Maniac</description>
		<year>2000</year>
		<manufacturer>hack</manufacturer>
		<rom name="al136002.113" size="2048" crc="a9000137" sha1="1dfb23f5d47e49923c681d4483d744795d589af0" region="cpu1" offset="9000"/>
		<rom name="136002.114" merge="136002-114.e1" size="2048" crc="11077375" sha1="ed8ff0ca969da6672a7683b93d4fcf2935a0d903" region="cpu1" offset="9800"/>
		<rom name="136002.115" merge="136002-115.f1" size="2048" crc="f3e2827a" sha1="bd04fcfbbba995e08c3144c1474fcddaaeb1c700" region="cpu1" offset="a000"/>
		<rom name="136002.316" merge="136002-316.h1" size="2048" crc="aeb0f7e9" sha1="a5cc25015b98692673cfc1c7c2e9634efd750870" region="cpu1" offset="a800"/>
		<rom name="136002.217" merge="136002-217.j1" size="2048" crc="ef2eb645" sha1="b1a2c969e8897e335d5354de6ae04a65d4b2a1e4" region="cpu1" offset="b000"/>
		<rom name="tw4_136002.118" size="2048" crc="2b6fcca4" sha1="adfd65c94c46235ba47017e726a7b3c554e8e07a" region="cpu1" offset="b800"/>
		<rom name="tw136002.119" size="2048" crc="571b1799" sha1="d6e5615032bcae0018e388d7e7d8a00c42ff0c5a" region="cpu1" offset="c000"/>
		<rom name="136002.120" merge="136002-120.mn1" size="2048" crc="35619648" sha1="48f1e8bed7ec6afa0b4c549a30e5ec331c071e40" region="cpu1" offset="c800"/>
		<rom name="tw4_136002.121" size="2048" crc="7fde0be4" sha1="3d06b0f0ef71132b3fa67ad8930e2dd334e90932" region="cpu1" offset="d000"/>
		<rom name="136002.222" merge="136002-222.r1" size="2048" crc="707bd5c3" sha1="2f0af6fb7154c244c794f7247e5c16a1e06ddf7d" region="cpu1" offset="d800"/>
		<rom name="136002.123" merge="136002-123.np3" size="2048" crc="29f7e937" sha1="686c8b9b8901262e743497cee7f2f7dd5cb3af7e" region="cpu1" offset="3000"/>
		<rom name="136002.124" merge="136002-124.r3" size="2048" crc="c16ec351" sha1="a30a3662c740810c0f20e3712679606921b8ca06" region="cpu1" offset="3800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="vector" rotate="270" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="3" service="yes" tilt="yes">
			<control type="dial" minimum="0" maximum="15" sensitivity="100" keydelta="20"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium1" default="yes"/>
			<dipvalue name="Medium2"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Rating">
			<dipvalue name="1, 3, 5, 7, 9" default="yes"/>
			<dipvalue name="tied to high score"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="1 each 5"/>
			<dipvalue name="1 each 4 (+Demo)"/>
			<dipvalue name="1 each 3"/>
			<dipvalue name="2 each 4 (+Demo)"/>
			<dipvalue name="1 each 2"/>
			<dipvalue name="Freeze Mode"/>
			<dipvalue name="Freeze Mode"/>
		</dipswitch>
		<dipswitch name="Minimum">
			<dipvalue name="1 Credit" default="yes"/>
			<dipvalue name="2 Credit"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="French"/>
			<dipvalue name="German"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="20000" default="yes"/>
			<dipvalue name="30000"/>
			<dipvalue name="40000"/>
			<dipvalue name="50000"/>
			<dipvalue name="60000"/>
			<dipvalue name="70000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="vbrakout" sourcefile="tempest.c" cloneof="tempest" romof="tempest">
		<description>Vector Breakout</description>
		<year>1999</year>
		<manufacturer>Clay Cowgill Set</manufacturer>
		<rom name="vb_d1.bin" size="2048" crc="6fd3efe5" sha1="d195d08984ad8797607bc1989e8a606d51547c68" region="cpu1" offset="9000"/>
		<rom name="vb_e1.bin" size="2048" crc="9974b9a5" sha1="6ecc6f72070895bb15992977348f58835233911f" region="cpu1" offset="9800"/>
		<rom name="vb_f1.bin" size="2048" crc="44d611d8" sha1="82cd63fc9067ea1f00feeffbee66e7d750cab7e5" region="cpu1" offset="a000"/>
		<rom name="vb_h1.bin" size="2048" crc="cd58fc11" sha1="060e31e55183ccef67a1adc91fb48c22424a4ba5" region="cpu1" offset="a800"/>
		<rom name="vb_r1.bin" size="2048" crc="1ae2dd53" sha1="b908ba6b59195aea853380a56a243aa8fa2fba71" region="cpu1" offset="d800"/>
		<rom name="vb_n3.bin" merge="136002-123.np3" size="2048" crc="29f7e937" sha1="686c8b9b8901262e743497cee7f2f7dd5cb3af7e" region="cpu1" offset="3000"/>
		<rom name="vb_r3.bin" merge="136002-124.r3" size="2048" crc="c16ec351" sha1="a30a3662c740810c0f20e3712679606921b8ca06" region="cpu1" offset="3800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="vector" rotate="270" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="3" service="yes" tilt="yes">
			<control type="dial" minimum="0" maximum="15" sensitivity="100" keydelta="20"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium1" default="yes"/>
			<dipvalue name="Medium2"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Rating">
			<dipvalue name="1, 3, 5, 7, 9" default="yes"/>
			<dipvalue name="tied to high score"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="1 each 5"/>
			<dipvalue name="1 each 4 (+Demo)"/>
			<dipvalue name="1 each 3"/>
			<dipvalue name="2 each 4 (+Demo)"/>
			<dipvalue name="1 each 2"/>
			<dipvalue name="Freeze Mode"/>
			<dipvalue name="Freeze Mode"/>
		</dipswitch>
		<dipswitch name="Minimum">
			<dipvalue name="1 Credit" default="yes"/>
			<dipvalue name="2 Credit"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="French"/>
			<dipvalue name="German"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="20000" default="yes"/>
			<dipvalue name="30000"/>
			<dipvalue name="40000"/>
			<dipvalue name="50000"/>
			<dipvalue name="60000"/>
			<dipvalue name="70000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="temptlm" sourcefile="tempest.c" cloneof="tempest" romof="tempest">
		<description>Tempest Level Man</description>
		<year>2000</year>
		<manufacturer>hack</manufacturer>
		<rom name="lm136002.113" size="2048" crc="44103863" region="cpu1" offset="9000"/>
		<rom name="136002.114" merge="136002-114.e1" size="2048" crc="11077375" sha1="ed8ff0ca969da6672a7683b93d4fcf2935a0d903" region="cpu1" offset="9800"/>
		<rom name="136002.115" merge="136002-115.f1" size="2048" crc="f3e2827a" sha1="bd04fcfbbba995e08c3144c1474fcddaaeb1c700" region="cpu1" offset="a000"/>
		<rom name="136002.316" merge="136002-316.h1" size="2048" crc="aeb0f7e9" sha1="a5cc25015b98692673cfc1c7c2e9634efd750870" region="cpu1" offset="a800"/>
		<rom name="136002.217" merge="136002-217.j1" size="2048" crc="ef2eb645" sha1="b1a2c969e8897e335d5354de6ae04a65d4b2a1e4" region="cpu1" offset="b000"/>
		<rom name="136002.118" merge="136002-118.k1" size="2048" crc="beb352ab" sha1="f213166d3970e0bd0f29d8dea8d6afa6990cce38" region="cpu1" offset="b800"/>
		<rom name="136002.119" merge="136002-119.lm1" size="2048" crc="a4de050f" sha1="ea302e43a313a5a18115e74ddbaaedde0fbecda7" region="cpu1" offset="c000"/>
		<rom name="lm136002.120" size="2048" crc="d27ed181" region="cpu1" offset="c800"/>
		<rom name="136002.121" merge="136002-121.p1" size="2048" crc="73d38e47" sha1="9980606376a79ba94f8e2a325871a6c8d10d83fc" region="cpu1" offset="d000"/>
		<rom name="136002.222" merge="136002-222.r1" size="2048" crc="707bd5c3" sha1="2f0af6fb7154c244c794f7247e5c16a1e06ddf7d" region="cpu1" offset="d800"/>
		<rom name="136002.123" merge="136002-123.np3" size="2048" crc="29f7e937" sha1="686c8b9b8901262e743497cee7f2f7dd5cb3af7e" region="cpu1" offset="3000"/>
		<rom name="136002.124" merge="136002-124.r3" size="2048" crc="c16ec351" sha1="a30a3662c740810c0f20e3712679606921b8ca06" region="cpu1" offset="3800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="vector" rotate="270" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="3" service="yes" tilt="yes">
			<control type="dial" minimum="0" maximum="15" sensitivity="100" keydelta="20"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium1" default="yes"/>
			<dipvalue name="Medium2"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Rating">
			<dipvalue name="1, 3, 5, 7, 9" default="yes"/>
			<dipvalue name="tied to high score"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="1 each 5"/>
			<dipvalue name="1 each 4 (+Demo)"/>
			<dipvalue name="1 each 3"/>
			<dipvalue name="2 each 4 (+Demo)"/>
			<dipvalue name="1 each 2"/>
			<dipvalue name="Freeze Mode"/>
			<dipvalue name="Freeze Mode"/>
		</dipswitch>
		<dipswitch name="Minimum">
			<dipvalue name="1 Credit" default="yes"/>
			<dipvalue name="2 Credit"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="French"/>
			<dipvalue name="German"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="20000" default="yes"/>
			<dipvalue name="30000"/>
			<dipvalue name="40000"/>
			<dipvalue name="50000"/>
			<dipvalue name="60000"/>
			<dipvalue name="70000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="temptubb" sourcefile="tempest.c" cloneof="tempest" romof="tempest">
		<description>Tempest Tubes (Alt)</description>
		<year>1980</year>
		<manufacturer>hack</manufacturer>
		<rom name="136002.113" merge="136002-113.d1" size="2048" crc="65d61fe7" sha1="38a1e8a8f65b7887cf3e190269fe4ce2c6f818aa" region="cpu1" offset="9000"/>
		<rom name="136002.114" merge="136002-114.e1" size="2048" crc="11077375" sha1="ed8ff0ca969da6672a7683b93d4fcf2935a0d903" region="cpu1" offset="9800"/>
		<rom name="136002.115" merge="136002-115.f1" size="2048" crc="f3e2827a" sha1="bd04fcfbbba995e08c3144c1474fcddaaeb1c700" region="cpu1" offset="a000"/>
		<rom name="136002.316" merge="136002-316.h1" size="2048" crc="aeb0f7e9" sha1="a5cc25015b98692673cfc1c7c2e9634efd750870" region="cpu1" offset="a800"/>
		<rom name="136002.217" merge="136002-217.j1" size="2048" crc="ef2eb645" sha1="b1a2c969e8897e335d5354de6ae04a65d4b2a1e4" region="cpu1" offset="b000"/>
		<rom name="tube_alt.118" merge="136002-118.k1" size="2048" crc="beb352ab" sha1="f213166d3970e0bd0f29d8dea8d6afa6990cce38" region="cpu1" offset="b800"/>
		<rom name="136002.119" merge="136002-119.lm1" size="2048" crc="a4de050f" sha1="ea302e43a313a5a18115e74ddbaaedde0fbecda7" region="cpu1" offset="c000"/>
		<rom name="136002.120" merge="136002-120.mn1" size="2048" crc="35619648" sha1="48f1e8bed7ec6afa0b4c549a30e5ec331c071e40" region="cpu1" offset="c800"/>
		<rom name="136002.121" merge="136002-121.p1" size="2048" crc="73d38e47" sha1="9980606376a79ba94f8e2a325871a6c8d10d83fc" region="cpu1" offset="d000"/>
		<rom name="136002.222" merge="136002-222.r1" size="2048" crc="707bd5c3" sha1="2f0af6fb7154c244c794f7247e5c16a1e06ddf7d" region="cpu1" offset="d800"/>
		<rom name="136002.123" merge="136002-123.np3" size="2048" crc="29f7e937" sha1="686c8b9b8901262e743497cee7f2f7dd5cb3af7e" region="cpu1" offset="3000"/>
		<rom name="136002.124" merge="136002-124.r3" size="2048" crc="c16ec351" sha1="a30a3662c740810c0f20e3712679606921b8ca06" region="cpu1" offset="3800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="vector" rotate="270" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="3" service="yes" tilt="yes">
			<control type="dial" minimum="0" maximum="15" sensitivity="100" keydelta="20"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium1" default="yes"/>
			<dipvalue name="Medium2"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Rating">
			<dipvalue name="1, 3, 5, 7, 9" default="yes"/>
			<dipvalue name="tied to high score"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="1 each 5"/>
			<dipvalue name="1 each 4 (+Demo)"/>
			<dipvalue name="1 each 3"/>
			<dipvalue name="2 each 4 (+Demo)"/>
			<dipvalue name="1 each 2"/>
			<dipvalue name="Freeze Mode"/>
			<dipvalue name="Freeze Mode"/>
		</dipswitch>
		<dipswitch name="Minimum">
			<dipvalue name="1 Credit" default="yes"/>
			<dipvalue name="2 Credit"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="French"/>
			<dipvalue name="German"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="20000" default="yes"/>
			<dipvalue name="30000"/>
			<dipvalue name="40000"/>
			<dipvalue name="50000"/>
			<dipvalue name="60000"/>
			<dipvalue name="70000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="vortex" sourcefile="tempest.c" cloneof="tempest" romof="tempest">
		<description>Vortex</description>
		<year>1980</year>
		<manufacturer>Atari</manufacturer>
		<rom name="d1.bin" size="2048" crc="3aff3417" sha1="3b7c31f01b7467757ec85e98a17038e5df5720bb" region="cpu1" offset="9000"/>
		<rom name="e1.bin" size="2048" crc="11861be3" sha1="a35797c649e8286c844cee6dac86ac50f4fbd669" region="cpu1" offset="9800"/>
		<rom name="f1.bin" size="2048" crc="1d251111" sha1="2912a21dc708231e28d6164e54e593a8300b9c4a" region="cpu1" offset="a000"/>
		<rom name="h1.bin" size="2048" crc="937a9859" sha1="336b25291533d19294f1ced730bbf20971849adf" region="cpu1" offset="a800"/>
		<rom name="j1.bin" size="2048" crc="79481246" sha1="c5362670fd29ef1432f8e626323da395d6e8a675" region="cpu1" offset="b000"/>
		<rom name="k1.bin" size="2048" crc="390f872a" sha1="c5463ea2d2307e21c941b5b459e3652c12154609" region="cpu1" offset="b800"/>
		<rom name="lm1.bin" size="2048" crc="515760dd" sha1="773f06c9a64e72f9d3d8a5c622bf3ec2b4ba678d" region="cpu1" offset="c000"/>
		<rom name="mn1.bin" size="2048" crc="c6c41c68" sha1="9323c07fc80a947142dde008c53f5e8c0b0c572d" region="cpu1" offset="c800"/>
		<rom name="p1.bin" size="2048" crc="3c2ff130" sha1="32ebabcb2cbd7aab5e29de2b873f02ed78776ae6" region="cpu1" offset="d000"/>
		<rom name="r1.bin" size="2048" crc="67cafbb1" sha1="467515733d843398e6fe29661002536a1e6c8fc9" region="cpu1" offset="d800"/>
		<rom name="n3.bin" size="2048" crc="29c6a1cb" sha1="290702a1c0942a68e288b37963e51eba02177a3f" region="cpu1" offset="3000"/>
		<rom name="r3.bin" size="2048" crc="7fbe5e21" sha1="e5de6c3af82e64444b0ddcda559e9cb4fbf6c1da" region="cpu1" offset="3800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="vector" rotate="270" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="3" service="yes" tilt="yes">
			<control type="dial" minimum="0" maximum="15" sensitivity="100" keydelta="20"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium1" default="yes"/>
			<dipvalue name="Medium2"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Rating">
			<dipvalue name="1, 3, 5, 7, 9" default="yes"/>
			<dipvalue name="tied to high score"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="1 each 5"/>
			<dipvalue name="1 each 4 (+Demo)"/>
			<dipvalue name="1 each 3"/>
			<dipvalue name="2 each 4 (+Demo)"/>
			<dipvalue name="1 each 2"/>
			<dipvalue name="Freeze Mode"/>
			<dipvalue name="Freeze Mode"/>
		</dipswitch>
		<dipswitch name="Minimum">
			<dipvalue name="1 Credit" default="yes"/>
			<dipvalue name="2 Credit"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="French"/>
			<dipvalue name="German"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="20000" default="yes"/>
			<dipvalue name="30000"/>
			<dipvalue name="40000"/>
			<dipvalue name="50000"/>
			<dipvalue name="60000"/>
			<dipvalue name="70000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="vortexa" sourcefile="tempest.c" cloneof="tempest" romof="tempest">
		<description>Vortex alt version</description>
		<year>1980</year>
		<manufacturer>Atari</manufacturer>
		<rom name="d1.bin" size="2048" crc="3aff3417" sha1="3b7c31f01b7467757ec85e98a17038e5df5720bb" region="cpu1" offset="9000"/>
		<rom name="e1.bin" size="2048" crc="11861be3" sha1="a35797c649e8286c844cee6dac86ac50f4fbd669" region="cpu1" offset="9800"/>
		<rom name="f1.bin" size="2048" crc="1d251111" sha1="2912a21dc708231e28d6164e54e593a8300b9c4a" region="cpu1" offset="a000"/>
		<rom name="h1.bin" size="2048" crc="937a9859" sha1="336b25291533d19294f1ced730bbf20971849adf" region="cpu1" offset="a800"/>
		<rom name="j1.bin" size="2048" crc="79481246" sha1="c5362670fd29ef1432f8e626323da395d6e8a675" region="cpu1" offset="b000"/>
		<rom name="k1.bin" size="2048" crc="390f872a" sha1="c5463ea2d2307e21c941b5b459e3652c12154609" region="cpu1" offset="b800"/>
		<rom name="lm1.bin" size="2048" crc="515760dd" sha1="773f06c9a64e72f9d3d8a5c622bf3ec2b4ba678d" region="cpu1" offset="c000"/>
		<rom name="mn1.bin" size="2048" crc="c6c41c68" sha1="9323c07fc80a947142dde008c53f5e8c0b0c572d" region="cpu1" offset="c800"/>
		<rom name="p1.bin" size="2048" crc="3c2ff130" sha1="32ebabcb2cbd7aab5e29de2b873f02ed78776ae6" region="cpu1" offset="d000"/>
		<rom name="r1_alt.bin" size="2048" crc="2711c2cc" sha1="f5e43dd46c24828e733b70f7bd678522c34e318a" region="cpu1" offset="d800"/>
		<rom name="n3.bin" size="2048" crc="29c6a1cb" sha1="290702a1c0942a68e288b37963e51eba02177a3f" region="cpu1" offset="3000"/>
		<rom name="r3.bin" size="2048" crc="7fbe5e21" sha1="e5de6c3af82e64444b0ddcda559e9cb4fbf6c1da" region="cpu1" offset="3800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="vector" rotate="270" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="3" service="yes" tilt="yes">
			<control type="dial" minimum="0" maximum="15" sensitivity="100" keydelta="20"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium1" default="yes"/>
			<dipvalue name="Medium2"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Rating">
			<dipvalue name="1, 3, 5, 7, 9" default="yes"/>
			<dipvalue name="tied to high score"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="1 each 5"/>
			<dipvalue name="1 each 4 (+Demo)"/>
			<dipvalue name="1 each 3"/>
			<dipvalue name="2 each 4 (+Demo)"/>
			<dipvalue name="1 each 2"/>
			<dipvalue name="Freeze Mode"/>
			<dipvalue name="Freeze Mode"/>
		</dipswitch>
		<dipswitch name="Minimum">
			<dipvalue name="1 Credit" default="yes"/>
			<dipvalue name="2 Credit"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="French"/>
			<dipvalue name="German"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="20000" default="yes"/>
			<dipvalue name="30000"/>
			<dipvalue name="40000"/>
			<dipvalue name="50000"/>
			<dipvalue name="60000"/>
			<dipvalue name="70000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="aliensv" sourcefile="tempest.c" cloneof="tempest" romof="tempest">
		<description>Aliens</description>
		<year>1980</year>
		<manufacturer>Atari</manufacturer>
		<rom name="aliens_d1.bin" size="2048" crc="337e21f6" sha1="7adadeaa975e22f0b20e8f1fb6ad68b5c3934133" region="cpu1" offset="9000"/>
		<rom name="aliens_e1.bin" size="2048" crc="337e21f6" sha1="7adadeaa975e22f0b20e8f1fb6ad68b5c3934133" region="cpu1" offset="9800"/>
		<rom name="aliens_f1.bin" size="2048" crc="4d2aabb0" sha1="31106a1fc22d2a19866f07b8d6c6f4bf76007909" region="cpu1" offset="a000"/>
		<rom name="aliens_h1.bin" size="2048" crc="a503f54a" sha1="91ebf9f69a183a04a5bf55fcdd9e191523bb66bb" region="cpu1" offset="a800"/>
		<rom name="aliens_j1.bin" size="2048" crc="5487d531" sha1="c95f037151b824345af03f27a6c3c7eb8a899b2c" region="cpu1" offset="b000"/>
		<rom name="aliens_k1.bin" size="2048" crc="0ac96e87" sha1="37461e84e6f46516c25dbf4ddb2ffd65877445c0" region="cpu1" offset="b800"/>
		<rom name="aliens_l1.bin" size="2048" crc="cd246ac2" sha1="de2e6fe2e72c092c3874e797fc302a71dbf57710" region="cpu1" offset="c000"/>
		<rom name="aliens_n1.bin" size="2048" crc="bd98c5f3" sha1="268487d9cf46b4b7b49eab7420d078bf676e636c" region="cpu1" offset="c800"/>
		<rom name="aliens_p1.bin" size="2048" crc="7c10adbd" sha1="38579128a90bff4a7a4ae46d6aaa42118b8bc218" region="cpu1" offset="d000"/>
		<rom name="aliens_r1.bin" size="2048" crc="555c3070" sha1="032f03af23c7ccac8a2bf50c3c646e141921ffee" region="cpu1" offset="d800"/>
		<rom name="aliens_n3.bin" size="2048" crc="5c8fd38b" sha1="bb0d6bd062eba53b5d64b3f444d5ce0a34728bf5" region="cpu1" offset="3000"/>
		<rom name="aliens_r3.bin" size="2048" crc="6cabcd08" sha1="e3950de50f3dfbc4d4d2f4fe26625d8ef94c0819" region="cpu1" offset="3800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="vector" rotate="270" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="3" service="yes" tilt="yes">
			<control type="dial" minimum="0" maximum="15" sensitivity="100" keydelta="20"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium1" default="yes"/>
			<dipvalue name="Medium2"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Rating">
			<dipvalue name="1, 3, 5, 7, 9" default="yes"/>
			<dipvalue name="tied to high score"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="1 each 5"/>
			<dipvalue name="1 each 4 (+Demo)"/>
			<dipvalue name="1 each 3"/>
			<dipvalue name="2 each 4 (+Demo)"/>
			<dipvalue name="1 each 2"/>
			<dipvalue name="Freeze Mode"/>
			<dipvalue name="Freeze Mode"/>
		</dipswitch>
		<dipswitch name="Minimum">
			<dipvalue name="1 Credit" default="yes"/>
			<dipvalue name="2 Credit"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="French"/>
			<dipvalue name="German"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="20000" default="yes"/>
			<dipvalue name="30000"/>
			<dipvalue name="40000"/>
			<dipvalue name="50000"/>
			<dipvalue name="60000"/>
			<dipvalue name="70000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="aliensva" sourcefile="tempest.c" cloneof="tempest" romof="tempest">
		<description>Aliens alt version</description>
		<year>1980</year>
		<manufacturer>Atari</manufacturer>
		<rom name="aliens_d1.bin" size="2048" crc="337e21f6" sha1="7adadeaa975e22f0b20e8f1fb6ad68b5c3934133" region="cpu1" offset="9000"/>
		<rom name="aliens_e1.bin" size="2048" crc="337e21f6" sha1="7adadeaa975e22f0b20e8f1fb6ad68b5c3934133" region="cpu1" offset="9800"/>
		<rom name="aliens_f1.bin" size="2048" crc="4d2aabb0" sha1="31106a1fc22d2a19866f07b8d6c6f4bf76007909" region="cpu1" offset="a000"/>
		<rom name="aliens_h1.bin" size="2048" crc="a503f54a" sha1="91ebf9f69a183a04a5bf55fcdd9e191523bb66bb" region="cpu1" offset="a800"/>
		<rom name="aliens_j1.bin" size="2048" crc="5487d531" sha1="c95f037151b824345af03f27a6c3c7eb8a899b2c" region="cpu1" offset="b000"/>
		<rom name="aliens_k1.bin" size="2048" crc="0ac96e87" sha1="37461e84e6f46516c25dbf4ddb2ffd65877445c0" region="cpu1" offset="b800"/>
		<rom name="aliens_l1.bin" size="2048" crc="cd246ac2" sha1="de2e6fe2e72c092c3874e797fc302a71dbf57710" region="cpu1" offset="c000"/>
		<rom name="aliens_n1.bin" size="2048" crc="bd98c5f3" sha1="268487d9cf46b4b7b49eab7420d078bf676e636c" region="cpu1" offset="c800"/>
		<rom name="aliens_p1.bin" size="2048" crc="7c10adbd" sha1="38579128a90bff4a7a4ae46d6aaa42118b8bc218" region="cpu1" offset="d000"/>
		<rom name="aliens_r1a.bin" size="2048" crc="4da6627d" sha1="01d8eea45373e3e87c81bc3b31d85ba8c7f4fcb3" region="cpu1" offset="d800"/>
		<rom name="aliens_n3.bin" size="2048" crc="5c8fd38b" sha1="bb0d6bd062eba53b5d64b3f444d5ce0a34728bf5" region="cpu1" offset="3000"/>
		<rom name="aliens_r3.bin" size="2048" crc="6cabcd08" sha1="e3950de50f3dfbc4d4d2f4fe26625d8ef94c0819" region="cpu1" offset="3800"/>
		<chip type="cpu" name="M6502" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<chip type="audio" name="POKEY" clock="1512000"/>
		<display type="vector" rotate="270" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="3" service="yes" tilt="yes">
			<control type="dial" minimum="0" maximum="15" sensitivity="100" keydelta="20"/>
		</input>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Medium1" default="yes"/>
			<dipvalue name="Medium2"/>
			<dipvalue name="Hard"/>
		</dipswitch>
		<dipswitch name="Rating">
			<dipvalue name="1, 3, 5, 7, 9" default="yes"/>
			<dipvalue name="tied to high score"/>
		</dipswitch>
		<dipswitch name="Coinage">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Right Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*4"/>
			<dipvalue name="*5"/>
			<dipvalue name="*6"/>
		</dipswitch>
		<dipswitch name="Left Coin">
			<dipvalue name="*1" default="yes"/>
			<dipvalue name="*2"/>
		</dipswitch>
		<dipswitch name="Bonus Coins">
			<dipvalue name="None" default="yes"/>
			<dipvalue name="1 each 5"/>
			<dipvalue name="1 each 4 (+Demo)"/>
			<dipvalue name="1 each 3"/>
			<dipvalue name="2 each 4 (+Demo)"/>
			<dipvalue name="1 each 2"/>
			<dipvalue name="Freeze Mode"/>
			<dipvalue name="Freeze Mode"/>
		</dipswitch>
		<dipswitch name="Minimum">
			<dipvalue name="1 Credit" default="yes"/>
			<dipvalue name="2 Credit"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="English" default="yes"/>
			<dipvalue name="French"/>
			<dipvalue name="German"/>
			<dipvalue name="Spanish"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="10000"/>
			<dipvalue name="20000" default="yes"/>
			<dipvalue name="30000"/>
			<dipvalue name="40000"/>
			<dipvalue name="50000"/>
			<dipvalue name="60000"/>
			<dipvalue name="70000"/>
			<dipvalue name="None"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="256"/>
	</game>
	<game name="athens04" sourcefile="trackfld.c" cloneof="trackfld" romof="trackfld">
		<description>Athens 2004 (Hack)</description>
		<year>2004</year>
		<manufacturer>Gameland.gr</manufacturer>
		<rom name="a01_e01.bin" merge="a01_e01.bin" size="8192" crc="2882f6d4" sha1="f7ddae2c5412a2849efd7f9629e92a5b0328e7cb" region="cpu1" offset="6000"/>
		<rom name="a02_e02.bin" merge="a02_e02.bin" size="8192" crc="1743b5ee" sha1="31301031a525f893c31461f634350f01a9492ef4" region="cpu1" offset="8000"/>
		<rom name="athe_a03_k03.bin" size="8192" crc="2dd0e765" sha1="4f832db55d9614ea733eaf53bf8a35d673bf5cba" region="cpu1" offset="a000"/>
		<rom name="a04_e04.bin" merge="a04_e04.bin" size="8192" crc="21d6c448" sha1="6c42cc76302485954a31520bdd08469fa948c72f" region="cpu1" offset="c000"/>
		<rom name="a05_e05.bin" merge="a05_e05.bin" size="8192" crc="f08c7b7e" sha1="50e65d9b0ea37d2afb2dfdf1f3e1378e3290bc81" region="cpu1" offset="e000"/>
		<rom name="c2_d13.bin" merge="c2_d13.bin" size="8192" crc="95bf79b6" sha1="ea9135acd7ad162c19c5cdde356e69792d61b675" region="cpu2" offset="0"/>
		<rom name="athe_h16_e12.bin" size="8192" crc="29908ce9" sha1="6f80f4962059f3422282f3e30c55c73407d9cf4c" region="gfx1" dispose="yes" offset="0"/>
		<rom name="athe_h15_e11.bin" size="8192" crc="7a534ca1" sha1="0bcf582662e93f96a2ebe6bd52ee8f8e8f36c24c" region="gfx1" dispose="yes" offset="2000"/>
		<rom name="h14_e10.bin" merge="h14_e10.bin" size="8192" crc="c2166a5c" sha1="5ba25900e653ce4edcf35f1fbce758a327a715ce" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="c11_d06.bin" merge="c11_d06.bin" size="8192" crc="82e2185a" sha1="1da9ea20e7af0b49c62fb39834a7ec686491af04" region="gfx2" dispose="yes" offset="0"/>
		<rom name="c12_d07.bin" merge="c12_d07.bin" size="8192" crc="800ff1f1" sha1="33d73b18903e3e6bfb30f1a06db4b8105d4040d8" region="gfx2" dispose="yes" offset="2000"/>
		<rom name="c13_d08.bin" merge="c13_d08.bin" size="8192" crc="d9faf183" sha1="4448b6242790783d37acf50704d597af5878c2ab" region="gfx2" dispose="yes" offset="4000"/>
		<rom name="c14_d09.bin" merge="c14_d09.bin" size="8192" crc="5886c802" sha1="884a12a8f63600da4f23b29be6dbaacef37add20" region="gfx2" dispose="yes" offset="6000"/>
		<rom name="tfprom.1" merge="361b16.f1" size="32" crc="d55f30b5" sha1="4d6a851f4886778307f75771645078b97ad55f5f" region="proms" offset="0"/>
		<rom name="tfprom.3" merge="361b17.b16" size="256" crc="d2ba4d32" sha1="894b5cedf01ba9225a0d6215291857e455b84903" region="proms" offset="20"/>
		<rom name="tfprom.2" merge="361b18.e15" size="256" crc="053e5861" sha1="6740a62cf7b6938a4f936a2fed429704612060a5" region="proms" offset="120"/>
		<rom name="c9_d15.bin" merge="c9_d15.bin" size="8192" crc="f546a56b" sha1="caee3d8546eb7a75ce2a578c6a1a630246aec6b8" region="sound1" offset="0"/>
		<chip type="cpu" name="M6809" clock="2048000"/>
		<chip type="cpu" name="Z80" clock="3579545"/>
		<chip type="audio" name="DAC"/>
		<chip type="audio" name="SN76496" clock="1789772"/>
		<chip type="audio" name="VLM5030" clock="3580000"/>
		<display type="raster" rotate="0" width="256" height="224" refresh="60.000000" />
		<sound channels="1"/>
		<input players="4" buttons="3" coins="2">
		</input>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="4 Coins/3 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="3 Coins/4 Credits"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="2 Coins/5 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="3 Coins/2 Credits"/>
			<dipvalue name="4 Coins/3 Credits"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="3 Coins/4 Credits"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="2 Coins/5 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
			<dipvalue name="1 Coin/7 Credits"/>
			<dipvalue name="Disabled"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="1" default="yes"/>
			<dipvalue name="2"/>
		</dipswitch>
		<dipswitch name="After Last Event">
			<dipvalue name="Game Over"/>
			<dipvalue name="Game Continues" default="yes"/>
		</dipswitch>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="None"/>
			<dipvalue name="100000" default="yes"/>
		</dipswitch>
		<dipswitch name="World Records">
			<dipvalue name="Don't Erase" default="yes"/>
			<dipvalue name="Erase on Reset"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy" default="yes"/>
			<dipvalue name="Normal"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Difficult"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="32"/>
	</game>
	<game name="twincbu2" sourcefile="twincobr.c" cloneof="twincobr" romof="twincobr">
		<description>Twin Cobra (Hack)</description>
		<year>2002</year>
		<manufacturer>[Hack]</manufacturer>
		<rom name="tc16" merge="tc16" size="65536" crc="07f64d13" sha1="864ce0f9369c40c3ae792fc4ab2444a168214749" region="cpu1" offset="0"/>
		<rom name="tc14" merge="tc14" size="65536" crc="41be6978" sha1="4784804b738a332c7f24a43bcbb7a1e607365735" region="cpu1" offset="1"/>
		<rom name="tcbra26.bin" size="32768" crc="bdd00ba4" sha1="b76b22f03eb4b821a8c555edd9fcee814f2e66a7" region="cpu1" offset="20000"/>
		<rom name="tcbra27.bin" size="32768" crc="ed600907" sha1="e5964db9eab2c334940795d71cb90f6679490227" region="cpu1" offset="20001"/>
		<rom name="b30-05" size="32768" crc="1a8f1e10" sha1="0c37a7a50b2523506ad77ac03ae752eb94092ff6" region="cpu2" offset="0"/>
		<rom name="dsp_22.bin" merge="dsp_22.bin" size="2048" crc="79389a71" sha1="14ec4c1c9b06702319e89a7a250d0038393437f4" region="cpu3" offset="1"/>
		<rom name="dsp_21.bin" merge="dsp_21.bin" size="2048" crc="2d135376" sha1="67a2cc774d272ee1cd6e6bc1c5fc33fc6968837e" region="cpu3" offset="0"/>
		<rom name="tc11" merge="tc11" size="16384" crc="0a254133" sha1="17e9cc5e36fb4696012d0f9229fa172034cd843a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="b30_07.128" size="16384" crc="3160894d" sha1="234951e2aa4002e23781f8ed3be64b71b0400e9f" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="tc04" merge="tc04" size="16384" crc="a599d845" sha1="732001f2d378d890f148e6b616c287d71fae832a" region="gfx1" dispose="yes" offset="8000"/>
		<rom name="b30_15.512" size="65536" crc="88795b18" sha1="73bd28ef12576cf54630304c3c0f8a08141a321f" region="gfx2" dispose="yes" offset="0"/>
		<rom name="b30_16.512" size="65536" crc="e6f421d2" sha1="82da99d017780d0e52988dc8ebfcd16b54d34b6b" region="gfx2" dispose="yes" offset="10000"/>
		<rom name="tc06" merge="tc06" size="65536" crc="13daeac8" sha1="1cb103f434e2ecf193fa936ca7ea9194064c5b39" region="gfx2" dispose="yes" offset="20000"/>
		<rom name="tc05" merge="tc05" size="65536" crc="8cc79357" sha1="31064df2b796ca85ad3caccf626b684dff1104a1" region="gfx2" dispose="yes" offset="30000"/>
		<rom name="tc07" merge="tc07" size="32768" crc="b5d48389" sha1="a00c5b9c231d3d580fa20c7ad3f8b6fd990e6594" region="gfx3" dispose="yes" offset="0"/>
		<rom name="tc08" merge="tc08" size="32768" crc="97f20fdc" sha1="7cb3cd0637b0db889a3d552fd7c1a916eee5ca27" region="gfx3" dispose="yes" offset="8000"/>
		<rom name="tc09" merge="tc09" size="32768" crc="170c01db" sha1="f4c5a1600f6cbb48abbace66c6f7514f79138e8b" region="gfx3" dispose="yes" offset="10000"/>
		<rom name="tc10" merge="tc10" size="32768" crc="44f5accd" sha1="2f9bdebe71c8be195332356df68992fd38d86994" region="gfx3" dispose="yes" offset="18000"/>
		<rom name="tc20" merge="tc20" size="65536" crc="cb4092b8" sha1="35b1d1e04af760fa106124bd5a94174d63ff9705" region="gfx4" dispose="yes" offset="0"/>
		<rom name="b30_19.512" size="65536" crc="4043ad5a" sha1="bf14829ec800dab9ac6e385bddcab303301df530" region="gfx4" dispose="yes" offset="10000"/>
		<rom name="b30_18.512" size="65536" crc="cdc16155" sha1="9f41695409dbf72c2a66911aaa94b8fe5f6acc01" region="gfx4" dispose="yes" offset="20000"/>
		<rom name="tc17" merge="tc17" size="65536" crc="4264bff8" sha1="3271b8b23f51346d1928ae01f8b547fed49181e6" region="gfx4" dispose="yes" offset="30000"/>
		<rom name="82s129.d3" merge="82s129.d3" size="256" crc="24e7d62f" sha1="1c06a1ef1b6a722794ca1d5ee2c476ecaa5178a3" region="proms" offset="0"/>
		<rom name="82s129.d4" merge="82s129.d4" size="256" crc="a50cef09" sha1="55cafb5b2551b80ae708e9b966cf37c70a16d310" region="proms" offset="100"/>
		<rom name="82s123.d2" merge="82s123.d2" size="32" crc="f72482db" sha1="b0cb911f9c81f6088a5aa8760916ddae1f8534d7" region="proms" offset="200"/>
		<rom name="82s123.e18" merge="82s123.e18" size="32" crc="bc88cced" sha1="5055362710c0f58823c05fb4c0e0eec638b91e3d" region="proms" offset="220"/>
		<rom name="82s123.b24" merge="82s123.b24" size="32" crc="4fb5df2a" sha1="506ef2c8e4cf45c256d6831a0a5760732f2de422" region="proms" offset="240"/>
		<chip type="cpu" name="68000" clock="7000000"/>
		<chip type="cpu" name="Z80" clock="3500000"/>
		<chip type="cpu" name="TMS32010" clock="3500000"/>
		<chip type="audio" name="YM3812" clock="3500000"/>
		<display type="raster" rotate="270" width="320" height="240" refresh="54.877857" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="3" tilt="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cross Hatch Pattern">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="2 Coins/3 Credits"/>
			<dipvalue name="1 Coin/2 Credits"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="50K, then every 150K" default="yes"/>
			<dipvalue name="70K, then every 200K"/>
			<dipvalue name="50000"/>
			<dipvalue name="100000"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Show DIP SW Settings">
			<dipvalue name="No" default="yes"/>
			<dipvalue name="Yes"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cross Hatch Pattern">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="1792"/>
	</game>
	<game name="twintwst" sourcefile="twincobr.c" cloneof="twincobr" romof="twincobr">
		<description>Twin Twist (Twin Cobra Hack)</description>
		<year>2002</year>
		<manufacturer>[Hack]</manufacturer>
		<rom name="tc16" merge="tc16" size="65536" crc="07f64d13" sha1="864ce0f9369c40c3ae792fc4ab2444a168214749" region="cpu1" offset="0"/>
		<rom name="tc14" merge="tc14" size="65536" crc="41be6978" sha1="4784804b738a332c7f24a43bcbb7a1e607365735" region="cpu1" offset="1"/>
		<rom name="tc15" merge="tc15" size="32768" crc="3a646618" sha1="fc1ed8f3c491f5cf16a17e5ce08c5d8f3ce03683" region="cpu1" offset="20000"/>
		<rom name="tc13" merge="tc13" size="32768" crc="d7d1e317" sha1="57b8433b1677a390a7c7e00a1464bb8ed9cbfc73" region="cpu1" offset="20001"/>
		<rom name="tc12" merge="tc12" size="32768" crc="e37b3c44" sha1="5fed10b29c14e27aee0cd92ecde5c5cb422273b1" region="cpu2" offset="0"/>
		<rom name="dsp_22.bin" merge="dsp_22.bin" size="2048" crc="79389a71" sha1="14ec4c1c9b06702319e89a7a250d0038393437f4" region="cpu3" offset="1"/>
		<rom name="dsp_21.bin" merge="dsp_21.bin" size="2048" crc="2d135376" sha1="67a2cc774d272ee1cd6e6bc1c5fc33fc6968837e" region="cpu3" offset="0"/>
		<rom name="tc11" merge="tc11" size="16384" crc="0a254133" sha1="17e9cc5e36fb4696012d0f9229fa172034cd843a" region="gfx1" dispose="yes" offset="0"/>
		<rom name="tc03" merge="tc03" size="16384" crc="e9e2d4b1" sha1="e0a19dd46a9ba85d95bba7fbf81d8dc36dbfeabd" region="gfx1" dispose="yes" offset="4000"/>
		<rom name="tc04" merge="tc04" size="16384" crc="a599d845" sha1="732001f2d378d890f148e6b616c287d71fae832a" region="gfx1" dispose="yes" offset="8000"/>
		<rom name="tc01" merge="tc01" size="65536" crc="15b3991d" sha1="f5e7ed7a7721ed7e6dfd440634160390b7a294e4" region="gfx2" dispose="yes" offset="0"/>
		<rom name="tc02" merge="tc02" size="65536" crc="d9e2e55d" sha1="0409e6df836d1d5198b64b21b42192631aa6d096" region="gfx2" dispose="yes" offset="10000"/>
		<rom name="tc06" merge="tc06" size="65536" crc="13daeac8" sha1="1cb103f434e2ecf193fa936ca7ea9194064c5b39" region="gfx2" dispose="yes" offset="20000"/>
		<rom name="tc05" merge="tc05" size="65536" crc="8cc79357" sha1="31064df2b796ca85ad3caccf626b684dff1104a1" region="gfx2" dispose="yes" offset="30000"/>
		<rom name="tc07" merge="tc07" size="32768" crc="b5d48389" sha1="a00c5b9c231d3d580fa20c7ad3f8b6fd990e6594" region="gfx3" dispose="yes" offset="0"/>
		<rom name="tc08" merge="tc08" size="32768" crc="97f20fdc" sha1="7cb3cd0637b0db889a3d552fd7c1a916eee5ca27" region="gfx3" dispose="yes" offset="8000"/>
		<rom name="tc09" merge="tc09" size="32768" crc="170c01db" sha1="f4c5a1600f6cbb48abbace66c6f7514f79138e8b" region="gfx3" dispose="yes" offset="10000"/>
		<rom name="tc10" merge="tc10" size="32768" crc="44f5accd" sha1="2f9bdebe71c8be195332356df68992fd38d86994" region="gfx3" dispose="yes" offset="18000"/>
		<rom name="tcw20" size="65536" crc="41c8f4ea" sha1="9da6911b89b5cf49b64a8bcb12ab191cc98316f2" region="gfx4" dispose="yes" offset="0"/>
		<rom name="tcw19" size="65536" crc="8d5db99e" sha1="33a1a51396fd289ee23ea1c645bc85bfed37848d" region="gfx4" dispose="yes" offset="10000"/>
		<rom name="tcw18" size="65536" crc="eade1ca3" sha1="af62d4b3a4072d6b0970a47ab6ef68987bac9c93" region="gfx4" dispose="yes" offset="20000"/>
		<rom name="tcw17" size="65536" crc="6a559622" sha1="8a07f792efea9d521a5fd0169a5d6c15fe615d5d" region="gfx4" dispose="yes" offset="30000"/>
		<rom name="82s129.d3" merge="82s129.d3" size="256" crc="24e7d62f" sha1="1c06a1ef1b6a722794ca1d5ee2c476ecaa5178a3" region="proms" offset="0"/>
		<rom name="82s129.d4" merge="82s129.d4" size="256" crc="a50cef09" sha1="55cafb5b2551b80ae708e9b966cf37c70a16d310" region="proms" offset="100"/>
		<rom name="82s123.d2" merge="82s123.d2" size="32" crc="f72482db" sha1="b0cb911f9c81f6088a5aa8760916ddae1f8534d7" region="proms" offset="200"/>
		<rom name="82s123.e18" merge="82s123.e18" size="32" crc="bc88cced" sha1="5055362710c0f58823c05fb4c0e0eec638b91e3d" region="proms" offset="220"/>
		<rom name="82s123.b24" merge="82s123.b24" size="32" crc="4fb5df2a" sha1="506ef2c8e4cf45c256d6831a0a5760732f2de422" region="proms" offset="240"/>
		<chip type="cpu" name="68000" clock="7000000"/>
		<chip type="cpu" name="Z80" clock="3500000"/>
		<chip type="cpu" name="TMS32010" clock="3500000"/>
		<chip type="audio" name="YM3812" clock="3500000"/>
		<display type="raster" rotate="270" width="320" height="240" refresh="54.877857" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="3" tilt="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cross Hatch Pattern">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="1 Coin/2 Credits" default="yes"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="50K, then every 150K" default="yes"/>
			<dipvalue name="70K, then every 200K"/>
			<dipvalue name="50000"/>
			<dipvalue name="100000"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
		</dipswitch>
		<dipswitch name="Show DIP SW Settings">
			<dipvalue name="No" default="yes"/>
			<dipvalue name="Yes"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Cross Hatch Pattern">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="1792"/>
	</game>
	<game name="volfiedg" sourcefile="volfied.c" cloneof="volfied" romof="volfied">
		<description>Volfied (Greek)</description>
		<year>2005</year>
		<manufacturer>GreekRoms</manufacturer>
		<rom name="c04-12-1.30g" size="65536" crc="f13c5621" sha1="b50aaadb1a3128aa5ecbab2a1450c5e817f33620" region="cpu1" offset="0"/>
		<rom name="c04-08-1.10g" size="65536" crc="b7e5472e" sha1="68323e46ffee7cf8d2119405543353691673ac05" region="cpu1" offset="1"/>
		<rom name="c04-11-1.29g" size="65536" crc="54730fe3" sha1="796693cd2cfb539f6691aa4e359c47cfd7348734" region="cpu1" offset="20000"/>
		<rom name="c04-25-1.9g" size="65536" crc="cff7aee1" sha1="1d9a3ddebafb8b8b4075de2946a250156f81fb54" region="cpu1" offset="20001"/>
		<rom name="c04-20.7g" size="131072" crc="7614c798" sha1="7465f2eaeab73f047cc9f41f5a00173c34636513" region="cpu1" offset="80000"/>
		<rom name="c04-22.9g" size="131072" crc="aa6e8da8" sha1="014eb2b5ba89e267a915ea647a71fdd8413099c7" region="cpu1" offset="80001"/>
		<rom name="c04-19.6" merge="c04-19.6" size="131072" crc="231493ae" sha1="2658e6556fd0e75ddd0f0b8628cfa5237c187a06" region="cpu1" offset="c0000"/>
		<rom name="c04-21.8" merge="c04-21.8" size="131072" crc="8598d38e" sha1="4ec1b819586b50e2f6aff2aaa5e3b06704b9bec2" region="cpu1" offset="c0001"/>
		<rom name="c04-16.2g" size="131072" crc="1c6963a9" sha1="2dc4b6838c95497e019c03582a8f7ecb48fa97a8" region="gfx1" dispose="yes" offset="0"/>
		<rom name="c04-18.4g" size="131072" crc="67ea587f" sha1="2b43ba53cc563d3462a4bec430427f92290f2b23" region="gfx1" dispose="yes" offset="1"/>
		<rom name="c04-15.1" merge="c04-15.1" size="131072" crc="7c50b978" sha1="aa9cad5f09f5d9dceaf4e06bcd347f1d5d02d292" region="gfx1" dispose="yes" offset="40000"/>
		<rom name="c04-17.3" merge="c04-17.3" size="131072" crc="c62fdeb8" sha1="a9f6ca8335071169d772e65a9f5315a22a310b25" region="gfx1" dispose="yes" offset="40001"/>
		<rom name="c04-10.15" merge="c04-10.15" size="65536" crc="429b6b49" sha1="dcb0c8bc9d67643d96b2ffdf5ccd747318704c37" region="gfx1" dispose="yes" offset="80000"/>
		<rom name="c04-09.14" merge="c04-09.14" size="65536" crc="c78cf057" sha1="097982e57b1d20fbdf21986c23684adefe6f1ce1" region="gfx1" dispose="yes" offset="80001"/>
		<rom name="c04-06.71" merge="c04-06.71" size="32768" crc="b70106b2" sha1="d71062f9d9b11492e13fc93982b95883f564f902" region="cpu2" offset="0"/>
		<chip type="cpu" name="68000" clock="8000000"/>
		<chip type="cpu" name="Z80" clock="4000000"/>
		<chip type="audio" name="YM2203" clock="4000000"/>
		<display type="raster" rotate="270" width="320" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="1" coins="2" tilt="yes">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Cabinet">
			<dipvalue name="Upright" default="yes"/>
			<dipvalue name="Cocktail"/>
		</dipswitch>
		<dipswitch name="Flip Screen">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Service Mode">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Demo Sounds">
			<dipvalue name="Off"/>
			<dipvalue name="On" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin A">
			<dipvalue name="4 Coins/1 Credit"/>
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
		</dipswitch>
		<dipswitch name="Coin B">
			<dipvalue name="1 Coin/2 Credits" default="yes"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/6 Credits"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="20k,40k,120k,480k,2400k"/>
			<dipvalue name="50k,150k,600k,3000k" default="yes"/>
			<dipvalue name="70k,280k,1400k"/>
			<dipvalue name="100k,500k"/>
		</dipswitch>
		<dipswitch name="Difficulty">
			<dipvalue name="Easy"/>
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Hard"/>
			<dipvalue name="Hardest"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
			<dipvalue name="5"/>
			<dipvalue name="6"/>
		</dipswitch>
		<dipswitch name="Infinite Lives (Cheat)">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Language">
			<dipvalue name="Japanese"/>
			<dipvalue name="English" default="yes"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="8192"/>
	</game>
	<game name="mrio2002" sourcefile="vsnes.c" cloneof="suprmrio" romof="suprmrio">
		<description>Vs. Super Mario Bros. 2002</description>
		<year>2002</year>
		<manufacturer>Nintendo</manufacturer>
		<rom name="1d" merge="mds-sm4.1d" size="8192" crc="be4d5436" sha1="08162a7c987f1939d09bebdb676f596c86abf465" region="cpu1" offset="8000"/>
		<rom name="1c" merge="mds-sm4.1c" size="8192" crc="0011fc5a" sha1="5c2c49938a12affc03e64e5bdab307998be20020" region="cpu1" offset="a000"/>
		<rom name="1b" merge="mds-sm4.1b" size="8192" crc="b1b87893" sha1="8563ceaca664cf4495ef1020c07179ca7e4af9f3" region="cpu1" offset="c000"/>
		<rom name="1a" merge="mds-sm4.1a" size="8192" crc="1abf053c" sha1="f17db88ce0c9bf1ed88dc16b9650f11d10835cec" region="cpu1" offset="e000"/>
		<rom name="2b" size="8192" crc="1feda640" sha1="f26be31f43dacdaa9d8bffa75f4fcd9d8d04953a" region="gfx1" offset="0"/>
		<rom name="2a" merge="mds-sm4.2a" size="8192" crc="15506b86" sha1="69ecf7a3cc8bf719c1581ec7c0d68798817d416f" region="gfx1" offset="2000"/>
		<chip type="cpu" name="N2A03" clock="1789772"/>
		<chip type="audio" name="N2A03" clock="1789772"/>
		<chip type="audio" name="DAC"/>
		<display type="raster" rotate="0" width="256" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coinage">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="100" default="yes"/>
			<dipvalue name="150"/>
			<dipvalue name="200"/>
			<dipvalue name="250"/>
		</dipswitch>
		<dipswitch name="Timer">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Fast"/>
		</dipswitch>
		<dipswitch name="Continue Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="512"/>
	</game>
	<game name="suprsktr" sourcefile="vsnes.c" cloneof="suprmrio" romof="suprmrio">
		<description>Vs. Super Skater Bros.</description>
		<year>1986</year>
		<manufacturer>Nintendo</manufacturer>
		<rom name="mds-sm4.1d" merge="mds-sm4.1d" size="8192" crc="be4d5436" sha1="08162a7c987f1939d09bebdb676f596c86abf465" region="cpu1" offset="8000"/>
		<rom name="mds-sm4.1c" merge="mds-sm4.1c" size="8192" crc="0011fc5a" sha1="5c2c49938a12affc03e64e5bdab307998be20020" region="cpu1" offset="a000"/>
		<rom name="mds-sm4.1b" merge="mds-sm4.1b" size="8192" crc="b1b87893" sha1="8563ceaca664cf4495ef1020c07179ca7e4af9f3" region="cpu1" offset="c000"/>
		<rom name="mds-sm4.1a" merge="mds-sm4.1a" size="8192" crc="1abf053c" sha1="f17db88ce0c9bf1ed88dc16b9650f11d10835cec" region="cpu1" offset="e000"/>
		<rom name="2b-skate.bin" size="8192" crc="f3980303" sha1="b9a25c906d1861c89e2e40e878a34d318daf6619" region="gfx1" offset="0"/>
		<rom name="mds-sm4.2a" merge="mds-sm4.2a" size="8192" crc="15506b86" sha1="69ecf7a3cc8bf719c1581ec7c0d68798817d416f" region="gfx1" offset="2000"/>
		<chip type="cpu" name="N2A03" clock="1789772"/>
		<chip type="audio" name="N2A03" clock="1789772"/>
		<chip type="audio" name="DAC"/>
		<display type="raster" rotate="0" width="256" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="2" buttons="2" coins="2">
			<control type="joy8way"/>
		</input>
		<dipswitch name="Coinage">
			<dipvalue name="3 Coins/1 Credit"/>
			<dipvalue name="2 Coins/1 Credit"/>
			<dipvalue name="1 Coin/1 Credit" default="yes"/>
			<dipvalue name="1 Coin/2 Credits"/>
			<dipvalue name="1 Coin/3 Credits"/>
			<dipvalue name="1 Coin/4 Credits"/>
			<dipvalue name="1 Coin/5 Credits"/>
			<dipvalue name="Free Play"/>
		</dipswitch>
		<dipswitch name="Lives">
			<dipvalue name="2"/>
			<dipvalue name="3" default="yes"/>
		</dipswitch>
		<dipswitch name="Bonus Life">
			<dipvalue name="100" default="yes"/>
			<dipvalue name="150"/>
			<dipvalue name="200"/>
			<dipvalue name="250"/>
		</dipswitch>
		<dipswitch name="Timer">
			<dipvalue name="Normal" default="yes"/>
			<dipvalue name="Fast"/>
		</dipswitch>
		<dipswitch name="Continue Lives">
			<dipvalue name="3" default="yes"/>
			<dipvalue name="4"/>
		</dipswitch>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="512"/>
	</game>
	<game name="defendr2" sourcefile="williams.c" cloneof="stargate" romof="stargate">
		<description>Defender II</description>
		<year>1981</year>
		<manufacturer>Williams</manufacturer>
		<rom name="10" size="4096" crc="4d82fc2f" region="cpu1" offset="d000"/>
		<rom name="11" size="4096" crc="561fad3f" region="cpu1" offset="e000"/>
		<rom name="12" size="4096" crc="836eacca" region="cpu1" offset="f000"/>
		<rom name="01" merge="01" size="4096" crc="88824d18" region="cpu1" offset="10000"/>
		<rom name="02" merge="02" size="4096" crc="afc614c5" region="cpu1" offset="11000"/>
		<rom name="03" size="4096" crc="6dd57970" region="cpu1" offset="12000"/>
		<rom name="04" merge="04" size="4096" crc="a8b4bf0f" region="cpu1" offset="13000"/>
		<rom name="05" merge="05" size="4096" crc="2d306074" region="cpu1" offset="14000"/>
		<rom name="06" merge="06" size="4096" crc="53598dde" region="cpu1" offset="15000"/>
		<rom name="07" size="4096" crc="55b5b0d2" region="cpu1" offset="16000"/>
		<rom name="08" size="4096" crc="b4f22d4d" region="cpu1" offset="17000"/>
		<rom name="09" size="4096" crc="6df7463d" region="cpu1" offset="18000"/>
		<rom name="sg.snd" merge="sg.snd" size="2048" crc="2fcf6c4d" region="cpu2" offset="f800"/>
		<rom name="decoder.4" merge="decoder.4" size="512" crc="e6631c23" region="proms" offset="0"/>
		<rom name="decoder.5" merge="decoder.5" size="512" crc="f921c5fe" region="proms" offset="200"/>
		<chip type="cpu" name="M6809" clock="1000000"/>
		<chip type="cpu" name="M6808" clock="894750"/>
		<chip type="audio" name="DAC"/>
		<display type="raster" rotate="0" width="292" height="240" refresh="60.000000" />
		<sound channels="1"/>
		<input players="1" buttons="6" coins="3" tilt="yes">
			<control type="vjoy2way"/>
		</input>
		<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="supported" palettesize="16"/>
	</game>
	<game runnable="no" name="pgm" sourcefile="pgm.c">
		<description>PGM (Polygame Master) System BIOS</description>
		<year>1997</year>
		<manufacturer>IGS</manufacturer>
		<rom name="pgm_p01s.rom" size="131072" crc="e42b166e" sha1="2a9df9ec746b14b74fae48b1a438da14973702ea" region="cpu1" offset="0"/>
		<rom name="pgm_t01s.rom" size="2097152" crc="1a7123a0" sha1="cc567f577bfbf45427b54d6695b11b74f2578af3" region="gfx1" offset="0"/>
		<rom name="pgm_m01s.rom" size="2097152" crc="45ae7159" sha1="d3ed3ff3464557fd0df6b069b2e431528b0ebfa8" region="sound1" offset="0"/>
	</game>
</mame>
