<?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.112 (Feb  9 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="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="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Namco 54XX" clock="1536000"/>
		<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="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="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Namco 54XX" clock="1536000"/>
		<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"/>
		<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" 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" 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" 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" 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" 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" 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" 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" 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="240" 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="240" 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" 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="255" 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="255" 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" 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" 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" 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="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</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="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" 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="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="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" 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" 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" 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" 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="240" 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="240" 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="240" 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="240" 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" 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" 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" 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" 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" 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" 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" 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="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</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="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" 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" 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" 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="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</dipswitch>
		<dipswitch name="Unknown">
			<dipvalue name="Off" default="yes"/>
			<dipvalue name="On"/>
		</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="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" 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="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="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Namco 54XX" clock="1536000"/>
		<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="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="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="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Namco 54XX" clock="1536000"/>
		<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="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="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Namco 54XX" clock="1536000"/>
		<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="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="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Namco 54XX" clock="1536000"/>
		<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="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="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Namco 54XX" clock="1536000"/>
		<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="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="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Namco 54XX" clock="1536000"/>
		<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="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="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Namco 54XX" clock="1536000"/>
		<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="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="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Namco 54XX" clock="1536000"/>
		<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="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="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Namco 54XX" clock="1536000"/>
		<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="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="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Namco 54XX" clock="1536000"/>
		<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="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="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Namco 54XX" clock="1536000"/>
		<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="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="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Namco 54XX" clock="1536000"/>
		<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="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="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Namco 54XX" clock="1536000"/>
		<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="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="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Namco 54XX" clock="1536000"/>
		<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="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="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Namco 54XX" clock="1536000"/>
		<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="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="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Namco 54XX" clock="1536000"/>
		<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="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="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Namco 54XX" clock="1536000"/>
		<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="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="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Namco 54XX" clock="1536000"/>
		<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="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="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Namco 54XX" clock="1536000"/>
		<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="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="audio" name="Namco" clock="96000"/>
		<chip type="audio" name="Namco 54XX" clock="1536000"/>
		<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="98"/>
	</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"