mirror of
https://github.com/holub/mame
synced 2025-05-23 06:08:48 +03:00
Implemented default EEPROMs to the following drivers [David Haywood]
* deco_mlc.c * esd16.c * gijoe.c * konamigx.c * moo.c * mystwarr.c * rabbit.c * rungun.c * tmnt.c * vendetta.c * xexex.c new clones ----------- Lethal Enforcers II: The Western (ver JAA) [David Haywood] Fantastic Journey (ver AAA) [David Haywood, Tirino73]
This commit is contained in:
parent
572c42919b
commit
ff44571b9d
@ -501,6 +501,9 @@ ROM_START( avengrgs )
|
||||
ROM_LOAD( "mcg-12.5a", 0x000000, 0x200000, CRC(bef9b28f) SHA1(b7a2a0539ea4d22b48ce3f3eb367017f219da2c1) ) // basic coin sounds etc.
|
||||
ROM_LOAD( "mcg-13.9k", 0x200000, 0x200000, CRC(92301551) SHA1(a7891e7a3c8d7f165ca73f5d5a034501df46e9a2) ) // music
|
||||
ROM_LOAD( "mcg-14.6a", 0x400000, 0x200000, CRC(c0d8b5f0) SHA1(08eecf6e7d0273e41cda3472709a67e2b16068c9) ) // music
|
||||
|
||||
ROM_REGION16_BE( 0x80, "eeprom", ROMREGION_ERASE00 )
|
||||
ROM_LOAD( "avengrgs.nv", 0x00, 0x80, CRC(c0e84b4e) SHA1(e7afca68cc5fa69ded32bc0a1dcc6a59fe7f081b) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( avengrgsj )
|
||||
@ -529,6 +532,9 @@ ROM_START( avengrgsj )
|
||||
ROM_LOAD( "mcg-12.5a", 0x000000, 0x200000, CRC(bef9b28f) SHA1(b7a2a0539ea4d22b48ce3f3eb367017f219da2c1) ) // basic coin sounds etc.
|
||||
ROM_LOAD( "mcg-13.9k", 0x200000, 0x200000, CRC(92301551) SHA1(a7891e7a3c8d7f165ca73f5d5a034501df46e9a2) ) // music
|
||||
ROM_LOAD( "mcg-14.6a", 0x400000, 0x200000, CRC(c0d8b5f0) SHA1(08eecf6e7d0273e41cda3472709a67e2b16068c9) ) // music
|
||||
|
||||
ROM_REGION16_BE( 0x80, "eeprom", ROMREGION_ERASE00 )
|
||||
ROM_LOAD( "avengrgsj.nv", 0x00, 0x80, CRC(7ea70843) SHA1(f010b77b824e37c5e8c5722d5fff79751118f0b7) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( stadhr96 )
|
||||
@ -549,8 +555,12 @@ ROM_START( stadhr96 )
|
||||
|
||||
ROM_REGION( 0x800000, "ymz", 0 )
|
||||
ROM_LOAD( "mcm-06.6a", 0x000000, 0x400000, CRC(fbc178f3) SHA1(f44cb913177b6552b30c139505c3284bc445ba13) )
|
||||
|
||||
ROM_REGION16_BE( 0x80, "eeprom", ROMREGION_ERASE00 )
|
||||
ROM_LOAD( "stadhr96.nv", 0x00, 0x80, CRC(cf98098f) SHA1(54fc9bdd1ce9b836dad7b4a9909608e8f9842f71) )
|
||||
ROM_END
|
||||
|
||||
|
||||
ROM_START( stadhr96a )
|
||||
ROM_REGION( 0x100000, "maincpu", 0 )
|
||||
ROM_LOAD32_WORD( "sh-eaj.2a", 0x000000, 0x80000, CRC(10d1496a) SHA1(1dc151547463a38d717159b3dfce7ffd78a943ad) )
|
||||
@ -569,7 +579,11 @@ ROM_START( stadhr96a )
|
||||
|
||||
ROM_REGION( 0x400000, "ymz", 0 )
|
||||
ROM_LOAD( "mcm-06.6a", 0x000000, 0x400000, CRC(fbc178f3) SHA1(f44cb913177b6552b30c139505c3284bc445ba13) )
|
||||
ROM_END
|
||||
|
||||
ROM_REGION16_BE( 0x80, "eeprom", ROMREGION_ERASE00 )
|
||||
ROM_LOAD( "stadhr96a.nv", 0x00, 0x80, CRC(77861793) SHA1(df43b3ee55b7eb840cd6d3e5c5e04c68ce64bb57) )
|
||||
ROM_END
|
||||
|
||||
|
||||
ROM_START( hoops96 )
|
||||
ROM_REGION( 0x100000, "maincpu", 0 )
|
||||
@ -588,6 +602,9 @@ ROM_START( hoops96 )
|
||||
|
||||
ROM_REGION( 0x400000, "ymz", 0 )
|
||||
ROM_LOAD( "mce-05.6a", 0x000000, 0x400000, CRC(e7a9355a) SHA1(039b23666e224c33ebb02baa80e496f8bce0514f) )
|
||||
|
||||
ROM_REGION16_BE( 0x80, "eeprom", ROMREGION_ERASE00 )
|
||||
ROM_LOAD( "hoops.nv", 0x00, 0x80, CRC(67b18457) SHA1(5d6a0034bfc3d395ecd941ed024c8884b43f2a31) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( hoops95 )
|
||||
@ -607,6 +624,9 @@ ROM_START( hoops95 )
|
||||
|
||||
ROM_REGION( 0x400000, "ymz", 0 )
|
||||
ROM_LOAD( "mce-05.6a", 0x000000, 0x400000, CRC(e7a9355a) SHA1(039b23666e224c33ebb02baa80e496f8bce0514f) )
|
||||
|
||||
ROM_REGION16_BE( 0x80, "eeprom", ROMREGION_ERASE00 )
|
||||
ROM_LOAD( "hoops.nv", 0x00, 0x80, CRC(67b18457) SHA1(5d6a0034bfc3d395ecd941ed024c8884b43f2a31) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( ddream95 )
|
||||
@ -626,6 +646,9 @@ ROM_START( ddream95 )
|
||||
|
||||
ROM_REGION( 0x400000, "ymz", 0 )
|
||||
ROM_LOAD( "mce-05.6a", 0x000000, 0x400000, CRC(e7a9355a) SHA1(039b23666e224c33ebb02baa80e496f8bce0514f) )
|
||||
|
||||
ROM_REGION16_BE( 0x80, "eeprom", ROMREGION_ERASE00 )
|
||||
ROM_LOAD( "hoops.nv", 0x00, 0x80, CRC(67b18457) SHA1(5d6a0034bfc3d395ecd941ed024c8884b43f2a31) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( skullfng )
|
||||
|
@ -927,6 +927,9 @@ ROM_START( hedpanic ) /* Story line & game instructions in English */
|
||||
|
||||
ROM_REGION( 0x40000, "oki", 0 ) /* Samples */
|
||||
ROM_LOAD( "esd4.su10", 0x000000, 0x020000, CRC(3c11c590) SHA1(cb33845c3dc0501fff8055c2d66f412881089df1) ) /* AT27010 mask rom */
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 )
|
||||
ROM_LOAD( "hedpanic.nv", 0x0000, 0x0080, CRC(e91f4038) SHA1(f492de71170900f87912a272ab4f4a3a37ba31fe) )
|
||||
ROM_END
|
||||
|
||||
|
||||
@ -952,6 +955,9 @@ ROM_START( hedpanicf ) /* Story line in Japanese, game instructions in English *
|
||||
|
||||
ROM_REGION( 0x40000, "oki", 0 ) /* Samples */
|
||||
ROM_LOAD( "esd4.su10", 0x000000, 0x020000, CRC(3c11c590) SHA1(cb33845c3dc0501fff8055c2d66f412881089df1) ) /* AT27010 mask rom */
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 )
|
||||
ROM_LOAD( "hedpanic.nv", 0x0000, 0x0080, CRC(e91f4038) SHA1(f492de71170900f87912a272ab4f4a3a37ba31fe) )
|
||||
ROM_END
|
||||
|
||||
|
||||
@ -980,6 +986,9 @@ ROM_START( hedpanico ) /* Story line & game instructions in English, copyright y
|
||||
|
||||
ROM_REGION( 0x40000, "oki", 0 ) /* Samples */
|
||||
ROM_LOAD( "esd4.rom", 0x000000, 0x020000, CRC(d7ca6806) SHA1(8ad668bfb5b7561cc0f3e36dfc3c936b136a4274) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 )
|
||||
ROM_LOAD( "hedpanic.nv", 0x0000, 0x0080, CRC(e91f4038) SHA1(f492de71170900f87912a272ab4f4a3a37ba31fe) )
|
||||
ROM_END
|
||||
|
||||
|
||||
|
@ -365,6 +365,9 @@ ROM_START( gijoe )
|
||||
|
||||
ROM_REGION( 0x200000, "k054539", 0 )
|
||||
ROM_LOAD( "069a04", 0x000000, 0x200000, CRC(11d6dcd6) SHA1(04cbff9f61cd8641db538db809ddf20da29fd5ac) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "gijoe.nv", 0x0000, 0x080, CRC(a0d50a79) SHA1(972533ea45a0e84d9dd14c55f58cd7247926792e) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( gijoeu )
|
||||
@ -389,6 +392,9 @@ ROM_START( gijoeu )
|
||||
|
||||
ROM_REGION( 0x200000, "k054539", 0 )
|
||||
ROM_LOAD( "069a04", 0x000000, 0x200000, CRC(11d6dcd6) SHA1(04cbff9f61cd8641db538db809ddf20da29fd5ac) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "gijoeu.nv", 0x0000, 0x080, CRC(ca966023) SHA1(6f07ece0f95213bc12387192986f468d23dfdfc8) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( gijoej )
|
||||
@ -413,6 +419,9 @@ ROM_START( gijoej )
|
||||
|
||||
ROM_REGION( 0x200000, "k054539", 0 )
|
||||
ROM_LOAD( "069a04", 0x000000, 0x200000, CRC(11d6dcd6) SHA1(04cbff9f61cd8641db538db809ddf20da29fd5ac) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "gijoej.nv", 0x0000, 0x080, CRC(c914fcf2) SHA1(b4f0a0b5d6d4075b004b061336d162336ce1a754) )
|
||||
ROM_END
|
||||
|
||||
|
||||
|
@ -1511,6 +1511,17 @@ static INPUT_PORTS_START( le2 )
|
||||
PORT_BIT( 0xff, 0x80, IPT_LIGHTGUN_Y ) PORT_CROSSHAIR(Y, 1.0, 0.0, 0) PORT_SENSITIVITY(35) PORT_KEYDELTA(15) PORT_PLAYER(2)
|
||||
INPUT_PORTS_END
|
||||
|
||||
|
||||
static INPUT_PORTS_START( le2_flip )
|
||||
PORT_INCLUDE( le2 )
|
||||
|
||||
PORT_MODIFY("LIGHT0_Y")
|
||||
PORT_BIT( 0xff, 0x80, IPT_LIGHTGUN_Y ) PORT_CROSSHAIR(Y, 1.0, 0.0, 0) PORT_SENSITIVITY(35) PORT_KEYDELTA(15) PORT_PLAYER(1) PORT_REVERSE
|
||||
|
||||
PORT_MODIFY("LIGHT1_Y")
|
||||
PORT_BIT( 0xff, 0x80, IPT_LIGHTGUN_Y ) PORT_CROSSHAIR(Y, 1.0, 0.0, 0) PORT_SENSITIVITY(35) PORT_KEYDELTA(15) PORT_PLAYER(2) PORT_REVERSE
|
||||
INPUT_PORTS_END
|
||||
|
||||
static INPUT_PORTS_START( gokuparo )
|
||||
PORT_INCLUDE( common )
|
||||
|
||||
@ -1998,6 +2009,9 @@ ROM_START( gokuparo )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "321b17.9g", 0x000000, 2*1024*1024, CRC(b3e8d5d8) SHA1(6644a414e7f0e69ded9aa1bf892566002cebae26) )
|
||||
ROM_LOAD( "321b18.7g", 0x200000, 2*1024*1024, CRC(2c561ad0) SHA1(6265054072ba1c2837dd96e0259b20bc50457160) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting with error
|
||||
ROM_LOAD( "gokuparo.nv", 0x0000, 0x080, CRC(15c0f2d9) SHA1(57c7462e3b1e15652ec5d682a1be3786926ddecd) )
|
||||
ROM_END
|
||||
|
||||
/* Fantastic Journey version EAA (Euro) */
|
||||
@ -2028,6 +2042,9 @@ ROM_START( fantjour )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "321b17.9g", 0x000000, 2*1024*1024, CRC(b3e8d5d8) SHA1(6644a414e7f0e69ded9aa1bf892566002cebae26) )
|
||||
ROM_LOAD( "321b18.7g", 0x200000, 2*1024*1024, CRC(2c561ad0) SHA1(6265054072ba1c2837dd96e0259b20bc50457160) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting with error
|
||||
ROM_LOAD( "fantjour.nv", 0x0000, 0x080, CRC(35b7d8e1) SHA1(5f0e3799ff9c63af3e55b040cc52b2a9e7a76168) )
|
||||
ROM_END
|
||||
|
||||
/* Fantastic Journey version AAA (Asia) */
|
||||
@ -2058,6 +2075,9 @@ ROM_START( fantjoura )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "321b17.9g", 0x000000, 2*1024*1024, CRC(b3e8d5d8) SHA1(6644a414e7f0e69ded9aa1bf892566002cebae26) )
|
||||
ROM_LOAD( "321b18.7g", 0x200000, 2*1024*1024, CRC(2c561ad0) SHA1(6265054072ba1c2837dd96e0259b20bc50457160) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting with error
|
||||
ROM_LOAD( "fantjoura.nv", 0x0000, 0x080, CRC(d13b1ec1) SHA1(0f4aedd0aa9682b0b68b9f7745946a3bc1e76714) )
|
||||
ROM_END
|
||||
|
||||
/* Salamander 2 version JAA (Japan) */
|
||||
@ -2089,6 +2109,9 @@ ROM_START( salmndr2 )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "521-a12.9g", 0x000000, 2*1024*1024, CRC(66614d3b) SHA1(e1e5ebe546bced6ab74b0af500acf0f3308902a4) )
|
||||
ROM_LOAD( "521-a13.7g", 0x200000, 1*1024*1024, CRC(c3322475) SHA1(1774524ff031e0c4a7f3432810e968d37f9c6331) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting with error
|
||||
ROM_LOAD( "salmndr2.nv", 0x0000, 0x080, CRC(60cdea03) SHA1(6aa597d391b5d7db67e599ec54d98600983966fc) )
|
||||
ROM_END
|
||||
|
||||
/* Salamander 2 version AAB (Asia) */
|
||||
@ -2120,9 +2143,12 @@ ROM_START( salmndr2a )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "521-a12.9g", 0x000000, 2*1024*1024, CRC(66614d3b) SHA1(e1e5ebe546bced6ab74b0af500acf0f3308902a4) )
|
||||
ROM_LOAD( "521-a13.7g", 0x200000, 1*1024*1024, CRC(c3322475) SHA1(1774524ff031e0c4a7f3432810e968d37f9c6331) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting with error
|
||||
ROM_LOAD( "salmndr2a.nv", 0x0000, 0x080, CRC(3a98a8f9) SHA1(08c2d164620a4d8ad902d502acea8ad621931198) )
|
||||
ROM_END
|
||||
|
||||
/* Twinbee Yahoo! */
|
||||
/* Twinbee Yahhoo! */
|
||||
ROM_START( tbyahhoo )
|
||||
/* main program */
|
||||
ROM_REGION( 0x800000, "maincpu", 0 )
|
||||
@ -2150,6 +2176,10 @@ ROM_START( tbyahhoo )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "424a17.9g", 0x000000, 2*1024*1024, CRC(e9dd9692) SHA1(c289019c8d1dd71b3cec26479c39b649de804707) )
|
||||
ROM_LOAD( "424a18.7g", 0x200000, 2*1024*1024, CRC(0f0d9f3a) SHA1(57f6b113b80f06964b7e672ad517c1654c5569c5) )
|
||||
|
||||
// reports RAMs as bad on first boot due to TMS emulation problems, but automatically resets
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting with error
|
||||
ROM_LOAD( "tbyahhoo.nv", 0x0000, 0x080, CRC(1e6fa2f8) SHA1(fceb6617a4e02babfc1678bae9f6a131c1d759f5) )
|
||||
ROM_END
|
||||
|
||||
/* Daisu-Kiss */
|
||||
@ -2383,6 +2413,9 @@ ROM_START( tokkae )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "615a22.9g", 0x000000, 2*1024*1024, CRC(ea7e47dd) SHA1(5bf5bad9427b083757c400eaf58c63a6267c1caf) )
|
||||
ROM_LOAD( "615a23.7g", 0x200000, 2*1024*1024, CRC(22d71f36) SHA1(3f24bb4cd8e1d693b42219e05960ad0c756b08cb) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting with error
|
||||
ROM_LOAD( "tokkae.nv", 0x0000, 0x080, CRC(5a6f8da6) SHA1(f68c67c98e99669904e23d5eac7e13a9c57bc394) )
|
||||
ROM_END
|
||||
|
||||
/* Tokimeki Memorial Taisen Puzzle-dama */
|
||||
@ -2415,6 +2448,9 @@ ROM_START( tkmmpzdm )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "515a13.9g", 0x000000, 2*1024*1024, CRC(4b066b00) SHA1(874dd49847b10e6d9c39decb81557534baa36d79) )
|
||||
ROM_LOAD( "515a14.7g", 0x200000, 2*1024*1024, CRC(128cc944) SHA1(b0cd2ec1b9a2ac936d57b6d6c2a70f9c13dc97a5) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting with error
|
||||
ROM_LOAD( "tkmmpzdm.nv", 0x0000, 0x080, CRC(850ab8c4) SHA1(fea5ceb3f2cea61fb19bdb1b8f1496d1c06bfff1) )
|
||||
ROM_END
|
||||
|
||||
/* Winning Spike - Version EAA (Euro) */
|
||||
@ -2433,15 +2469,15 @@ ROM_START( winspike )
|
||||
/* tiles: length of 1 meg each is TRUSTED by the internal checksum code */
|
||||
/* do NOT change these to the 4 meg dumps again, those are WRONG!!!!!!! */
|
||||
ROM_REGION( 0x800000, "gfx1", ROMREGION_ERASE00 )
|
||||
ROM_LOAD16_BYTE( "705a19.17h", 0x000000, 0x100000, CRC(bab84b30) SHA1(8522a0dc5e37524f51d632e9d975e949a14c0dc3) )
|
||||
ROM_LOAD16_BYTE( "705a19.17h", 0x000000, 0x100000, CRC(bab84b30) SHA1(8522a0dc5e37524f51d632e9d975e949a14c0dc3) )
|
||||
ROM_LOAD16_BYTE( "705a18.22h", 0x000001, 0x100000, CRC(eb97fb5f) SHA1(13de0ad060fd6f1312fa10edde1fef6481e8df64) )
|
||||
|
||||
/* sprites */
|
||||
ROM_REGION( 0x1000000, "gfx2", ROMREGION_ERASE00 )
|
||||
_64_WORD_ROM_LOAD( "705a10.33g", 0x000000, 0x400000, CRC(fc4dc78b) SHA1(520cdcf9ca20ec1c84be734e06e183e7a871090b) )
|
||||
_64_WORD_ROM_LOAD( "705a11.30g", 0x000002, 0x400000, CRC(68542ce9) SHA1(a4294da1d1026e3a9d070575e5855935389a705f) )
|
||||
_64_WORD_ROM_LOAD( "705a13.28g", 0x000004, 0x400000, CRC(3b62584b) SHA1(69718f47ff1e8d65a11972af1ed5068db175f625) )
|
||||
_64_WORD_ROM_LOAD( "705a17.25g", 0x000006, 0x400000, CRC(971d2812) SHA1(ee0819faf6f6c8420d5d3742cb39dfb76b9ce7a4) )
|
||||
_64_WORD_ROM_LOAD( "705a10.33g", 0x000000, 0x400000, CRC(fc4dc78b) SHA1(520cdcf9ca20ec1c84be734e06e183e7a871090b) )
|
||||
_64_WORD_ROM_LOAD( "705a11.30g", 0x000002, 0x400000, CRC(68542ce9) SHA1(a4294da1d1026e3a9d070575e5855935389a705f) )
|
||||
_64_WORD_ROM_LOAD( "705a13.28g", 0x000004, 0x400000, CRC(3b62584b) SHA1(69718f47ff1e8d65a11972af1ed5068db175f625) )
|
||||
_64_WORD_ROM_LOAD( "705a17.25g", 0x000006, 0x400000, CRC(971d2812) SHA1(ee0819faf6f6c8420d5d3742cb39dfb76b9ce7a4) )
|
||||
|
||||
/* sound data */
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
@ -2492,15 +2528,15 @@ ROM_START( winspikej )
|
||||
/* tiles: length of 1 meg each is TRUSTED by the internal checksum code */
|
||||
/* do NOT change these to the 4 meg dumps again, those are WRONG!!!!!!! */
|
||||
ROM_REGION( 0x800000, "gfx1", ROMREGION_ERASE00 )
|
||||
ROM_LOAD16_BYTE( "705a19.17h", 0x000000, 0x100000, CRC(bab84b30) SHA1(8522a0dc5e37524f51d632e9d975e949a14c0dc3) )
|
||||
ROM_LOAD16_BYTE( "705a19.17h", 0x000000, 0x100000, CRC(bab84b30) SHA1(8522a0dc5e37524f51d632e9d975e949a14c0dc3) )
|
||||
ROM_LOAD16_BYTE( "705a18.22h", 0x000001, 0x100000, CRC(eb97fb5f) SHA1(13de0ad060fd6f1312fa10edde1fef6481e8df64) )
|
||||
|
||||
/* sprites */
|
||||
ROM_REGION( 0x1000000, "gfx2", ROMREGION_ERASE00 )
|
||||
_64_WORD_ROM_LOAD( "705a10.33g", 0x000000, 0x400000, CRC(fc4dc78b) SHA1(520cdcf9ca20ec1c84be734e06e183e7a871090b) )
|
||||
_64_WORD_ROM_LOAD( "705a11.30g", 0x000002, 0x400000, CRC(68542ce9) SHA1(a4294da1d1026e3a9d070575e5855935389a705f) )
|
||||
_64_WORD_ROM_LOAD( "705a13.28g", 0x000004, 0x400000, CRC(3b62584b) SHA1(69718f47ff1e8d65a11972af1ed5068db175f625) )
|
||||
_64_WORD_ROM_LOAD( "705a17.25g", 0x000006, 0x400000, CRC(971d2812) SHA1(ee0819faf6f6c8420d5d3742cb39dfb76b9ce7a4) )
|
||||
_64_WORD_ROM_LOAD( "705a10.33g", 0x000000, 0x400000, CRC(fc4dc78b) SHA1(520cdcf9ca20ec1c84be734e06e183e7a871090b) )
|
||||
_64_WORD_ROM_LOAD( "705a11.30g", 0x000002, 0x400000, CRC(68542ce9) SHA1(a4294da1d1026e3a9d070575e5855935389a705f) )
|
||||
_64_WORD_ROM_LOAD( "705a13.28g", 0x000004, 0x400000, CRC(3b62584b) SHA1(69718f47ff1e8d65a11972af1ed5068db175f625) )
|
||||
_64_WORD_ROM_LOAD( "705a17.25g", 0x000006, 0x400000, CRC(971d2812) SHA1(ee0819faf6f6c8420d5d3742cb39dfb76b9ce7a4) )
|
||||
|
||||
/* sound data */
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
@ -2535,6 +2571,10 @@ ROM_START( puzldama )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "315a17.9g", 0x000000, 2*1024*1024, CRC(ea763d61) SHA1(2a7dcb2a2a23c9fea62fb82ffc18949bf15b9f6f) )
|
||||
ROM_LOAD( "315a18.7g", 0x200000, 2*1024*1024, CRC(6e416cee) SHA1(145a766ad2fa2b692692053dd36e0caf51d67a56) )
|
||||
|
||||
// the TMS emulation is causing problems which means you have to reset this one anyway
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "puzldama.nv", 0x0000, 0x080, CRC(bda98b84) SHA1(f4b03130bdc2a5bc6f0fc9ca21603109d82703b4) )
|
||||
ROM_END
|
||||
|
||||
/* Dragoon Might */
|
||||
@ -2572,6 +2612,10 @@ ROM_START( dragoonj )
|
||||
/* sound data */
|
||||
ROM_REGION( 0x200000, "shared", 0 )
|
||||
ROM_LOAD( "417a17.9g", 0x000000, 2*1024*1024, CRC(88d47dfd) SHA1(b5d6dd7ee9ac0c427dc3e714a97945c954260913) )
|
||||
|
||||
// game is currently broken due to TMS emulation anyway..
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting with error
|
||||
ROM_LOAD( "dragoonj.nv", 0x0000, 0x080, CRC(cbe16082) SHA1(da48893f3584ae2e034c73d4338b220107a884da) )
|
||||
ROM_END
|
||||
|
||||
/* Dragoon Might (Asia) */
|
||||
@ -2609,6 +2653,10 @@ ROM_START( dragoona )
|
||||
/* sound data */
|
||||
ROM_REGION( 0x200000, "shared", 0 )
|
||||
ROM_LOAD( "417a17.9g", 0x000000, 2*1024*1024, CRC(88d47dfd) SHA1(b5d6dd7ee9ac0c427dc3e714a97945c954260913) )
|
||||
|
||||
// game is currently broken due to TMS emulation anyway..
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting with error
|
||||
ROM_LOAD( "dragoona.nv", 0x0000, 0x080, CRC(7980ad2b) SHA1(dccaab02d23edbd81ae13441fbac0dbd7112c258) )
|
||||
ROM_END
|
||||
|
||||
/* Soccer Superstars (Europe ver EAA)*/
|
||||
@ -2665,6 +2713,9 @@ ROM_START( soccerss )
|
||||
/* sound data */
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "427a16.9r", 0x000000, 2*1024*1024, CRC(39547265) SHA1(c0efd68c0c1ea59141045150842f36d43e1f01d8) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting with error
|
||||
ROM_LOAD( "soccerss.nv", 0x0000, 0x080, CRC(f222dae4) SHA1(fede48a4e1fe91cf2b17ff3f3996bca4816fc283) )
|
||||
ROM_END
|
||||
|
||||
/* Soccer Superstars (Japan ver JAC)*/
|
||||
@ -2709,6 +2760,9 @@ ROM_START( soccerssj )
|
||||
/* sound data */
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "427a16.9r", 0x000000, 2*1024*1024, CRC(39547265) SHA1(c0efd68c0c1ea59141045150842f36d43e1f01d8) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting with error
|
||||
ROM_LOAD( "soccerssj.nv", 0x0000, 0x080, CRC(7440255e) SHA1(af379b5b1f765f9050f18fbd41c5031c5ad4918b) )
|
||||
ROM_END
|
||||
|
||||
/* Soccer Superstars (Japan ver JAA)*/
|
||||
@ -2753,6 +2807,9 @@ ROM_START( soccerssja )
|
||||
/* sound data */
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "427a16.9r", 0x000000, 2*1024*1024, CRC(39547265) SHA1(c0efd68c0c1ea59141045150842f36d43e1f01d8) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting with error
|
||||
ROM_LOAD( "soccerssja.nv", 0x0000, 0x080, CRC(60dba700) SHA1(087b086b29748727b41fdd4c154ff9b4bef42959) )
|
||||
ROM_END
|
||||
|
||||
/* Soccer Superstars (Asian ver AAA) */
|
||||
@ -2797,15 +2854,14 @@ ROM_START( soccerssa )
|
||||
/* sound data */
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "427a16.9r", 0x000000, 2*1024*1024, CRC(39547265) SHA1(c0efd68c0c1ea59141045150842f36d43e1f01d8) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting with error
|
||||
ROM_LOAD( "soccerssa.nv", 0x0000, 0x080, CRC(e3a3f3d5) SHA1(374cf5bbcc459c56ebbba5068406f6d767bcb608) )
|
||||
ROM_END
|
||||
|
||||
/* Vs. Net Soccer TODO:
|
||||
|
||||
Redump sound ROM
|
||||
Check naming of data roms, I believe they're swapped on either this or all the other games.
|
||||
Add 'Roz Doubling' support to the Type-4 roz rendering when width > 512
|
||||
Fix issues with FG Tilemaps (the hack used for Soccer Superstars clearly doesn't work here causing most of the left screen tilemaps to vanish)
|
||||
See if there is any other protection
|
||||
Hook up ROM tests.
|
||||
|
||||
*/
|
||||
@ -3160,6 +3216,9 @@ ROM_START( le2 )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "312a17.9g", 0x000000, 2*1024*1024, CRC(ed101448) SHA1(ef1342f37fbbb092eddee0c237b40989ad42cf26) )
|
||||
ROM_LOAD( "312a18.7g", 0x200000, 1*1024*1024, CRC(5717abd7) SHA1(d304d733e7fca0363ea6b3872c2d3bbe4edf1179) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with invisible error
|
||||
ROM_LOAD( "le2.nv", 0x0000, 0x080, CRC(fec3bc2e) SHA1(64040364d7db12f54e5c11f28a28e030bcf9a0f7) )
|
||||
ROM_END
|
||||
|
||||
/* Lethal Enforcers II (US Version) */
|
||||
@ -3195,17 +3254,21 @@ ROM_START( le2u )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "312a17.9g", 0x000000, 2*1024*1024, CRC(ed101448) SHA1(ef1342f37fbbb092eddee0c237b40989ad42cf26) )
|
||||
ROM_LOAD( "312a18.7g", 0x200000, 1*1024*1024, CRC(5717abd7) SHA1(d304d733e7fca0363ea6b3872c2d3bbe4edf1179) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with invisible error
|
||||
ROM_LOAD( "le2u.nv", 0x0000, 0x080, CRC(d46b3878) SHA1(81bf4331547ce977eaa185f7281625fb695f6deb) )
|
||||
ROM_END
|
||||
|
||||
/* Lethal Enforcers II (version) */
|
||||
/* Lethal Enforcers II (Japan version) */
|
||||
ROM_START( le2j )
|
||||
/* main program */
|
||||
ROM_REGION( 0x800000, "maincpu", 0 )
|
||||
GX_BIOS
|
||||
ROM_LOAD32_BYTE( "312jaa05.26b", 0x200000, 0x020000, BAD_DUMP CRC(7eaa6ce2) SHA1(59d3460be98ac32ebea0422c2a9962556a9e964e) )
|
||||
ROM_LOAD32_BYTE( "312jaa04.28b", 0x200001, 0x020000, BAD_DUMP CRC(c3d19ddc) SHA1(3bc3e705567e8e59e56a40ae64381082c4f22271) )
|
||||
ROM_LOAD32_BYTE( "312jaa03.30b", 0x200002, 0x020000, BAD_DUMP CRC(465e3d03) SHA1(8efeb775f6d9f1dfcebdbc79d0c832107278c063) )
|
||||
ROM_LOAD32_BYTE( "312jaa02.33b", 0x200003, 0x020000, BAD_DUMP CRC(e971cb87) SHA1(53e2e7c4b96e4331df27d4788aa1bb81efddf9f0) )
|
||||
|
||||
ROM_LOAD32_BYTE( "312jaa05.26b", 0x200000, 0x020000, CRC(7eaa6ce2) SHA1(59d3460be98ac32ebea0422c2a9962556a9e964e) )
|
||||
ROM_LOAD32_BYTE( "312jaa04.28b", 0x200001, 0x020000, CRC(c3d19ddc) SHA1(3bc3e705567e8e59e56a40ae64381082c4f22271) )
|
||||
ROM_LOAD32_BYTE( "312jaa03.30b", 0x200002, 0x020000, CRC(9ad95a7c) SHA1(397b301f8bc4d5f039f47263ad73da5afc14712c) )
|
||||
ROM_LOAD32_BYTE( "312jaa02.33b", 0x200003, 0x020000, CRC(e971cb87) SHA1(53e2e7c4b96e4331df27d4788aa1bb81efddf9f0) )
|
||||
|
||||
/* sound program */
|
||||
ROM_REGION( 0x40000, "soundcpu", 0 )
|
||||
@ -3230,6 +3293,9 @@ ROM_START( le2j )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "312a17.9g", 0x000000, 2*1024*1024, CRC(ed101448) SHA1(ef1342f37fbbb092eddee0c237b40989ad42cf26) )
|
||||
ROM_LOAD( "312a18.7g", 0x200000, 1*1024*1024, CRC(5717abd7) SHA1(d304d733e7fca0363ea6b3872c2d3bbe4edf1179) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with invisible error
|
||||
ROM_LOAD( "le2j.nv", 0x0000, 0x080, CRC(f6790425) SHA1(f233f3c09c4cdbd1c6e5204fc6554a4826b44c59) )
|
||||
ROM_END
|
||||
|
||||
/* Racin' Force */
|
||||
@ -3277,6 +3343,10 @@ ROM_START( racinfrc )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "250a17.14y", 0x000000, 2*1024*1024, CRC(adefa079) SHA1(d25911e3a02d92dc936c3d7e9d76fc270bd1a75a) )
|
||||
ROM_LOAD( "250a18.12y", 0x200000, 2*1024*1024, CRC(8014a2eb) SHA1(d82f0a7d559340ae05a78ecc8bb69bb35b9c0658) )
|
||||
|
||||
// note, it seems impossible to calibrate the controls (again!), this has nothing to do with the default eeprom!
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting with error
|
||||
ROM_LOAD( "racinfrc.nv", 0x0000, 0x080, CRC(dc88c693) SHA1(a7967f390db043570803c79edf984a3e6bdbd172) )
|
||||
ROM_END
|
||||
|
||||
|
||||
@ -3325,6 +3395,10 @@ ROM_START( racinfrcu )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "250a17.14y", 0x000000, 2*1024*1024, CRC(adefa079) SHA1(d25911e3a02d92dc936c3d7e9d76fc270bd1a75a) )
|
||||
ROM_LOAD( "250a18.12y", 0x200000, 2*1024*1024, CRC(8014a2eb) SHA1(d82f0a7d559340ae05a78ecc8bb69bb35b9c0658) )
|
||||
|
||||
// note, it seems impossible to calibrate the controls (again!), this has nothing to do with the default eeprom!
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting with error
|
||||
ROM_LOAD( "racinfrcu.nv", 0x0000, 0x080, CRC(369e1a84) SHA1(bfed0145d89550b1a1661f3ccc612505053063f8) )
|
||||
ROM_END
|
||||
|
||||
|
||||
@ -3408,6 +3482,9 @@ ROM_START( opengolf )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "218a17.14y", 0x000000, 2*1024*1024, CRC(0b525127) SHA1(218b306c12e1094a676815b7dddaf13bf19be2d5) )
|
||||
ROM_LOAD( "218a18.12y", 0x200000, 1*1024*1024, CRC(98ec4cfb) SHA1(638753f9d9269719a37133b9c39c242507fdd8ac) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting with error
|
||||
ROM_LOAD( "opengolf.nv", 0x0000, 0x080, CRC(d49bf7c3) SHA1(294c772a2f562c01e7c4d15068ba4e80e9522f9f) )
|
||||
ROM_END
|
||||
|
||||
/* Konami's Open Golf Championship - version EAD */
|
||||
@ -3460,6 +3537,9 @@ ROM_START( opengolf2 )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "218a17.14y", 0x000000, 2*1024*1024, CRC(0b525127) SHA1(218b306c12e1094a676815b7dddaf13bf19be2d5) )
|
||||
ROM_LOAD( "218a18.12y", 0x200000, 1*1024*1024, CRC(98ec4cfb) SHA1(638753f9d9269719a37133b9c39c242507fdd8ac) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting with error
|
||||
ROM_LOAD( "opengolf2.nv", 0x0000, 0x080, CRC(c09fc0e6) SHA1(32807752344763613440bee46da24d605e62eace) )
|
||||
ROM_END
|
||||
|
||||
/* Golfing Greats 2 */
|
||||
@ -3467,8 +3547,9 @@ ROM_START( ggreats2 )
|
||||
/* main program */
|
||||
ROM_REGION( 0x800000, "maincpu", 0 )
|
||||
GX_BIOS
|
||||
ROM_LOAD32_WORD_SWAP( "218jac02.34n", 0x200000, 0x080000, CRC(e4d47f92) SHA1(4761cf69670d97db548b146b127c9af04f8809d6) )
|
||||
ROM_LOAD32_WORD_SWAP( "218jac03.31n", 0x200002, 0x080000, CRC(ec10c0b2) SHA1(4084d8420c53e73630786adf1a4f0fde548fa212) )
|
||||
|
||||
ROM_LOAD32_WORD_SWAP( "218jac02.34n", 0x200000, 0x080000, CRC(e4d47f92) SHA1(4761cf69670d97db548b146b127c9af04f8809d6) )
|
||||
ROM_LOAD32_WORD_SWAP( "218jac03.31n", 0x200002, 0x080000, CRC(ec10c0b2) SHA1(4084d8420c53e73630786adf1a4f0fde548fa212) )
|
||||
|
||||
/* data roms */
|
||||
ROM_LOAD32_WORD_SWAP( "218a04.34s", 0x400000, 512*1024, CRC(e50043a7) SHA1(d3a8e214362c34c4151408f422c9b1c723f7f01c) )
|
||||
@ -3510,6 +3591,9 @@ ROM_START( ggreats2 )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "218a17.14y", 0x000000, 2*1024*1024, CRC(0b525127) SHA1(218b306c12e1094a676815b7dddaf13bf19be2d5) )
|
||||
ROM_LOAD( "218a18.12y", 0x200000, 1*1024*1024, CRC(98ec4cfb) SHA1(638753f9d9269719a37133b9c39c242507fdd8ac) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting with error
|
||||
ROM_LOAD( "ggreats2.nv", 0x0000, 0x080, CRC(4db10b5c) SHA1(29e3a59e4101349ace33d49b5fe59f0c785979b3) )
|
||||
ROM_END
|
||||
|
||||
/**********************************************************************************/
|
||||
@ -3585,8 +3669,10 @@ static const GXGameInfoT gameDefs[] =
|
||||
{ "ggreats2", 11, 12, 0, BPP4 },
|
||||
{ "le2", 13, 1, 1, BPP4 },
|
||||
{ "le2u", 13, 1, 1, BPP4 },
|
||||
{ "le2j", 13, 1, 1, BPP4 },
|
||||
{ "gokuparo", 7, 0, 0, BPP5 },
|
||||
{ "fantjour", 7, 0, 9, BPP5 },
|
||||
{ "fantjoura", 7, 0, 9, BPP5 },
|
||||
{ "puzldama", 7, 0, 0, BPP5 },
|
||||
{ "tbyahhoo", 7, 0, 8, BPP5 },
|
||||
{ "tkmmpzdm", 7, 0, 2, BPP6 },
|
||||
@ -3722,52 +3808,75 @@ static DRIVER_INIT(konamigx)
|
||||
/* dummy parent for the BIOS */
|
||||
GAME( 1994, konamigx, 0, konamigx, konamigx, konamigx, ROT0, "Konami", "System GX", GAME_IS_BIOS_ROOT )
|
||||
|
||||
|
||||
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
|
||||
/* Type 1: standard with an add-on 53936 on the ROM board, analog inputs, */
|
||||
/* and optional LAN capability (only on Racin' Force - chips aren't present on the golf games) */
|
||||
/* needs the ROZ layer to be playable */
|
||||
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
GAME( 1994, racinfrc, konamigx, racinfrc, racinfrc, konamigx, ROT0, "Konami", "Racin' Force (ver EAC)", GAME_IMPERFECT_GRAPHICS | GAME_NOT_WORKING )
|
||||
GAME( 1994, racinfrcu,racinfrc, racinfrc, racinfrc, konamigx, ROT0, "Konami", "Racin' Force (ver UAB)", GAME_IMPERFECT_GRAPHICS | GAME_NOT_WORKING )
|
||||
|
||||
GAME( 1994, opengolf, konamigx, opengolf, racinfrc, konamigx, ROT0, "Konami", "Konami's Open Golf Championship (ver EAE)", GAME_IMPERFECT_GRAPHICS | GAME_NOT_WORKING )
|
||||
GAME( 1994, opengolf2,opengolf, opengolf, racinfrc, konamigx, ROT0, "Konami", "Konami's Open Golf Championship (ver EAD)", GAME_IMPERFECT_GRAPHICS | GAME_NOT_WORKING )
|
||||
GAME( 1994, ggreats2, opengolf, opengolf, racinfrc, konamigx, ROT0, "Konami", "Golfing Greats 2 (ver JAC)", GAME_IMPERFECT_GRAPHICS | GAME_NOT_WORKING )
|
||||
|
||||
|
||||
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
|
||||
/* Type 2: totally stock, sometimes with funny protection chips on the ROM board */
|
||||
/* these games work and are playable with minor graphics glitches */
|
||||
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
GAME( 1994, le2, konamigx, le2, le2, konamigx, ROT0, "Konami", "Lethal Enforcers II: Gun Fighters (ver EAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1994, le2u, le2, le2, le2, konamigx, ROT0, "Konami", "Lethal Enforcers II: Gun Fighters (ver UAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1994, le2j, le2, le2, le2, konamigx, ROT0, "Konami", "Lethal Enforcers II: Gun Fighters (ver JAA)", GAME_IMPERFECT_GRAPHICS | GAME_NOT_WORKING)
|
||||
GAME( 1994, le2u, le2, le2, le2_flip, konamigx, ORIENTATION_FLIP_Y, "Konami", "Lethal Enforcers II: Gun Fighters (ver UAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1994, le2j, le2, le2, le2_flip, konamigx, ORIENTATION_FLIP_Y, "Konami", "Lethal Enforcers II: The Western (ver JAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
|
||||
GAME( 1994, fantjour, konamigx, konamigx, gokuparo, konamigx, ROT0, "Konami", "Fantastic Journey (ver EAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1994, fantjoura,fantjour, konamigx, gokuparo, konamigx, ROT0, "Konami", "Fantastic Journey (ver AAA)", GAME_IMPERFECT_GRAPHICS|GAME_UNEMULATED_PROTECTION )
|
||||
GAME( 1994, fantjoura,fantjour, konamigx, gokuparo, konamigx, ROT0, "Konami", "Fantastic Journey (ver AAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1994, gokuparo, fantjour, konamigx, gokuparo, konamigx, ROT0, "Konami", "Gokujyou Parodius (ver JAD)", GAME_IMPERFECT_GRAPHICS )
|
||||
|
||||
GAME( 1994, puzldama, konamigx, konamigx, puzldama, konamigx, ROT0, "Konami", "Taisen Puzzle-dama (ver JAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
|
||||
GAME( 1995, tbyahhoo, konamigx, konamigx, gokuparo, konamigx, ROT0, "Konami", "Twin Bee Yahhoo! (ver JAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
|
||||
GAME( 1995, tkmmpzdm, konamigx, konamigx_6bpp, puzldama, konamigx, ROT0, "Konami", "Tokimeki Memorial Taisen Puzzle-dama (ver JAB)", GAME_IMPERFECT_GRAPHICS )
|
||||
|
||||
GAME( 1995, dragoona, konamigx, dragoonj, dragoonj, konamigx, ROT0, "Konami", "Dragoon Might (ver AAB)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1995, dragoonj, dragoona, dragoonj, dragoonj, konamigx, ROT0, "Konami", "Dragoon Might (ver JAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
|
||||
GAME( 1996, sexyparo, konamigx, konamigx, gokuparo, konamigx, ROT0, "Konami", "Sexy Parodius (ver JAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
|
||||
GAME( 1996, daiskiss, konamigx, konamigx, gokuparo, konamigx, ROT0, "Konami", "Daisu-Kiss (ver JAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
|
||||
GAME( 1996, tokkae, konamigx, konamigx_6bpp, puzldama, konamigx, ROT0, "Konami", "Taisen Tokkae-dama (ver JAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
|
||||
/* protection controls player ship direction in attract mode - doesn't impact playability */
|
||||
GAME( 1996, salmndr2, konamigx, konamigx_6bpp_2, gokuparo, konamigx, ROT0, "Konami", "Salamander 2 (ver JAA)", GAME_IMPERFECT_GRAPHICS|GAME_UNEMULATED_PROTECTION )
|
||||
GAME( 1996, salmndr2a,salmndr2, konamigx_6bpp_2, gokuparo, konamigx, ROT0, "Konami", "Salamander 2 (ver AAB)", GAME_IMPERFECT_GRAPHICS|GAME_UNEMULATED_PROTECTION )
|
||||
|
||||
/* bad sprite colours, part of tilemap gets blanked out when a game starts (might be more protection) */
|
||||
GAME( 1997, winspike, konamigx, winspike, konamigx, konamigx, ROT0, "Konami", "Winning Spike (ver EAA)", GAME_UNEMULATED_PROTECTION | GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1997, winspikej,winspike, winspike, konamigx, konamigx, ROT0, "Konami", "Winning Spike (ver JAA)", GAME_UNEMULATED_PROTECTION | GAME_IMPERFECT_GRAPHICS )
|
||||
|
||||
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
|
||||
/* Type 3: dual monitor output and 53936 on the ROM board, external palette RAM */
|
||||
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
GAME( 1994, soccerss, konamigx, gxtype3, type3, konamigx, ROT0, "Konami", "Soccer Superstars (ver EAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1994, soccerssj, soccerss, gxtype3, type3, konamigx, ROT0, "Konami", "Soccer Superstars (ver JAC)", GAME_IMPERFECT_GRAPHICS ) // writes JAB to EEPROM, but should be version JAC according to labels
|
||||
GAME( 1994, soccerssja,soccerss, gxtype3, type3, konamigx, ROT0, "Konami", "Soccer Superstars (ver JAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1994, soccerssa, soccerss, gxtype3, type3, konamigx, ROT0, "Konami", "Soccer Superstars (ver AAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
|
||||
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
|
||||
/* Type 4: dual monitor output and 53936 on the ROM board, external palette RAM, DMA protection */
|
||||
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
GAME( 1996, vsnetscr, konamigx, gxtype4_vsn, type3, konamigx, ROT0, "Konami", "Versus Net Soccer (ver EAD)", GAME_IMPERFECT_GRAPHICS|GAME_IMPERFECT_SOUND )
|
||||
GAME( 1996, vsnetscreb,vsnetscr, gxtype4_vsn, type3, konamigx, ROT0, "Konami", "Versus Net Soccer (ver EAB)", GAME_IMPERFECT_GRAPHICS|GAME_IMPERFECT_SOUND )
|
||||
GAME( 1996, vsnetscru, vsnetscr, gxtype4_vsn, type3, konamigx, ROT0, "Konami", "Versus Net Soccer (ver UAB)", GAME_IMPERFECT_GRAPHICS|GAME_IMPERFECT_SOUND )
|
||||
GAME( 1996, vsnetscra, vsnetscr, gxtype4_vsn, type3, konamigx, ROT0, "Konami", "Versus Net Soccer (ver AAA)", GAME_IMPERFECT_GRAPHICS|GAME_IMPERFECT_SOUND )
|
||||
GAME( 1996, vsnetscrj, vsnetscr, gxtype4_vsn, type3, konamigx, ROT0, "Konami", "Versus Net Soccer (ver JAB)", GAME_IMPERFECT_GRAPHICS|GAME_IMPERFECT_SOUND )
|
||||
|
||||
GAME( 1996, rungun2, konamigx, gxtype4sd2, type3, konamigx, ROT0, "Konami", "Run and Gun 2 (ver UAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1996, slamdnk2, rungun2, gxtype4sd2, type3, konamigx, ROT0, "Konami", "Slam Dunk 2 (ver JAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
|
||||
GAME( 1996, rushhero, konamigx, gxtype4, type3, konamigx, ROT0, "Konami", "Rushing Heroes (ver UAB)", GAME_IMPERFECT_GRAPHICS )
|
||||
|
@ -646,6 +646,9 @@ ROM_START( moo ) /* Version EA - Euro Ver A */
|
||||
ROM_REGION( 0x200000, "k054539", 0 )
|
||||
/* K054539 samples */
|
||||
ROM_LOAD( "151a08", 0x000000, 0x200000, CRC(962251d7) SHA1(32dccf515d2ca8eeffb45cada3dcc60089991b77) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "moo.nv", 0x0000, 0x080, CRC(7bd904a8) SHA1(8747c5c62d1832e290be8ace73c61b1f228c0bec) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( mooua ) /* Version UA - USA Ver A */
|
||||
@ -678,6 +681,9 @@ ROM_START( mooua ) /* Version UA - USA Ver A */
|
||||
ROM_REGION( 0x200000, "k054539", 0 )
|
||||
/* K054539 samples */
|
||||
ROM_LOAD( "151a08", 0x000000, 0x200000, CRC(962251d7) SHA1(32dccf515d2ca8eeffb45cada3dcc60089991b77) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "moou.nv", 0x0000, 0x080, CRC(a5cb137a) SHA1(119df859d6b5c366481305b1433eea0deadc3fa9) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( mooaa ) /* Version AA - Asia Ver A */
|
||||
@ -710,6 +716,9 @@ ROM_START( mooaa ) /* Version AA - Asia Ver A */
|
||||
ROM_REGION( 0x200000, "k054539", 0 )
|
||||
/* K054539 samples */
|
||||
ROM_LOAD( "151a08", 0x000000, 0x200000, CRC(962251d7) SHA1(32dccf515d2ca8eeffb45cada3dcc60089991b77) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "moo.nv", 0x0000, 0x080, CRC(7bd904a8) SHA1(8747c5c62d1832e290be8ace73c61b1f228c0bec) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( bucky )
|
||||
@ -743,6 +752,9 @@ ROM_START( bucky )
|
||||
/* K054539 samples */
|
||||
ROM_LOAD("173a08.b6", 0x000000, 0x200000, CRC(dcdded95) SHA1(8eeb546a0b60a35a6dce36c5ee872e6c93c577c9) )
|
||||
ROM_LOAD("173a09.a6", 0x200000, 0x200000, CRC(c93697c4) SHA1(0528a604868267a30d281b822c187df118566691) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "bucky.nv", 0x0000, 0x080, CRC(6a5986f3) SHA1(3efddeed261b09031c582e12318f00c2cbb214ea) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( buckyua )
|
||||
@ -776,6 +788,9 @@ ROM_START( buckyua )
|
||||
/* K054539 samples */
|
||||
ROM_LOAD("173a08.b6", 0x000000, 0x200000, CRC(dcdded95) SHA1(8eeb546a0b60a35a6dce36c5ee872e6c93c577c9) )
|
||||
ROM_LOAD("173a09.a6", 0x200000, 0x200000, CRC(c93697c4) SHA1(0528a604868267a30d281b822c187df118566691) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "buckyu.nv", 0x0000, 0x080, CRC(a5cb137a) SHA1(119df859d6b5c366481305b1433eea0deadc3fa9) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( buckyaa )
|
||||
@ -809,6 +824,9 @@ ROM_START( buckyaa )
|
||||
/* K054539 samples */
|
||||
ROM_LOAD("173a08.b6", 0x000000, 0x200000, CRC(dcdded95) SHA1(8eeb546a0b60a35a6dce36c5ee872e6c93c577c9) )
|
||||
ROM_LOAD("173a09.a6", 0x200000, 0x200000, CRC(c93697c4) SHA1(0528a604868267a30d281b822c187df118566691) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "bucky.nv", 0x0000, 0x080, CRC(6a5986f3) SHA1(3efddeed261b09031c582e12318f00c2cbb214ea) )
|
||||
ROM_END
|
||||
|
||||
|
||||
@ -861,6 +879,9 @@ ROM_START( moobl )
|
||||
ROM_CONTINUE( 0x280000+0x30000, 0x010000)//bank a hi
|
||||
ROM_CONTINUE( 0x2c0000+0x30000, 0x010000)//bank b hi
|
||||
ROM_CONTINUE( 0x300000+0x30000, 0x010000)//bank c hi
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "moo.nv", 0x0000, 0x080, CRC(7bd904a8) SHA1(8747c5c62d1832e290be8ace73c61b1f228c0bec) )
|
||||
ROM_END
|
||||
|
||||
static DRIVER_INIT( moo )
|
||||
|
@ -1155,6 +1155,9 @@ ROM_START( mystwarr )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "128a06.2d", 0x000000, 2*1024*1024, CRC(88ed598c) SHA1(3c123e26b3a12541df77b368bc0e0d486f5622b6) )
|
||||
ROM_LOAD( "128a07.1d", 0x200000, 2*1024*1024, CRC(db79a66e) SHA1(b7e118ed26bac557038e8ae6cb77f23f3da5646f) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "mystwarr.nv", 0x0000, 0x080, CRC(28df2269) SHA1(3f071c97662745a199f96964e2e79f795bd5a391) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( mystwarru )
|
||||
@ -1192,6 +1195,9 @@ ROM_START( mystwarru )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "128a06.2d", 0x000000, 2*1024*1024, CRC(88ed598c) SHA1(3c123e26b3a12541df77b368bc0e0d486f5622b6) )
|
||||
ROM_LOAD( "128a07.1d", 0x200000, 2*1024*1024, CRC(db79a66e) SHA1(b7e118ed26bac557038e8ae6cb77f23f3da5646f) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "mystwarru.nv", 0x0000, 0x080, CRC(1a2597c7) SHA1(3d85817fe42776c862a5930b8ad131443bc0172e) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( mystwarrj )
|
||||
@ -1229,6 +1235,9 @@ ROM_START( mystwarrj )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "128a06.2d", 0x000000, 2*1024*1024, CRC(88ed598c) SHA1(3c123e26b3a12541df77b368bc0e0d486f5622b6) )
|
||||
ROM_LOAD( "128a07.1d", 0x200000, 2*1024*1024, CRC(db79a66e) SHA1(b7e118ed26bac557038e8ae6cb77f23f3da5646f) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "mystwarrj.nv", 0x0000, 0x080, CRC(8e259918) SHA1(5eb46b0d96278648e8d2e84304d9bccd8dd68430) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( viostorm )
|
||||
@ -1261,6 +1270,9 @@ ROM_START( viostorm )
|
||||
ROM_REGION( 0x400000, "shared", 0)
|
||||
ROM_LOAD( "168a06.1c", 0x000000, 2*1024*1024, CRC(25404fd7) SHA1(282cf523728b38d0bf14d765dd7257aa1fb2af39) )
|
||||
ROM_LOAD( "168a07.1e", 0x200000, 2*1024*1024, CRC(fdbbf8cc) SHA1(a8adf72a25fe2b9c4c338350d02c92deb5f8c8e9) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "viostorm.nv", 0x0000, 0x080, CRC(28b5fe49) SHA1(0ef51ae4b012a7d680543747fd4b6dd9dfb5f560) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( viostormu )
|
||||
@ -1293,6 +1305,9 @@ ROM_START( viostormu )
|
||||
ROM_REGION( 0x400000, "shared", 0)
|
||||
ROM_LOAD( "168a06.1c", 0x000000, 2*1024*1024, CRC(25404fd7) SHA1(282cf523728b38d0bf14d765dd7257aa1fb2af39) )
|
||||
ROM_LOAD( "168a07.1e", 0x200000, 2*1024*1024, CRC(fdbbf8cc) SHA1(a8adf72a25fe2b9c4c338350d02c92deb5f8c8e9) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "viostormu.nv", 0x0000, 0x080, CRC(797042a1) SHA1(f33eb8b1b21f3d41372694fa6297bc2cc802c2eb) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( viostormub )
|
||||
@ -1325,6 +1340,9 @@ ROM_START( viostormub )
|
||||
ROM_REGION( 0x400000, "shared", 0)
|
||||
ROM_LOAD( "168a06.1c", 0x000000, 2*1024*1024, CRC(25404fd7) SHA1(282cf523728b38d0bf14d765dd7257aa1fb2af39) )
|
||||
ROM_LOAD( "168a07.1e", 0x200000, 2*1024*1024, CRC(fdbbf8cc) SHA1(a8adf72a25fe2b9c4c338350d02c92deb5f8c8e9) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "viostormub.nv", 0x0000, 0x080, CRC(b6937413) SHA1(eabc2ea661201f5ed42ab541aee765480bbdd5bc) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( viostorma )
|
||||
@ -1357,6 +1375,9 @@ ROM_START( viostorma )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "168a06.1c", 0x000000, 2*1024*1024, CRC(25404fd7) SHA1(282cf523728b38d0bf14d765dd7257aa1fb2af39) )
|
||||
ROM_LOAD( "168a07.1e", 0x200000, 2*1024*1024, CRC(fdbbf8cc) SHA1(a8adf72a25fe2b9c4c338350d02c92deb5f8c8e9) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "viostorma.nv", 0x0000, 0x080, CRC(2cfbf966) SHA1(fb9c4a47bac20a7f820a1fa178fc9f9079101cb8) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( viostormj )
|
||||
@ -1389,6 +1410,9 @@ ROM_START( viostormj )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "168a06.1c", 0x000000, 2*1024*1024, CRC(25404fd7) SHA1(282cf523728b38d0bf14d765dd7257aa1fb2af39) )
|
||||
ROM_LOAD( "168a07.1e", 0x200000, 2*1024*1024, CRC(fdbbf8cc) SHA1(a8adf72a25fe2b9c4c338350d02c92deb5f8c8e9) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "viostormj.nv", 0x0000, 0x080, CRC(32f5d8bc) SHA1(0c486ce80b62bfaf4f3c0be7653c0beaf4cfafbd) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( metamrph )
|
||||
@ -1424,6 +1448,9 @@ ROM_START( metamrph )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "224a06", 0x000000, 2*1024*1024, CRC(972f6abe) SHA1(30907495fc49fe3424c092b074c1dc137aa14306) )
|
||||
ROM_LOAD( "224a07", 0x200000, 1*1024*1024, CRC(61b2f97a) SHA1(34bf835d6361c7809d40fa20fd238c9e2a84b101) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "metamrph.nv", 0x0000, 0x080, CRC(2c51229a) SHA1(7f056792cc44ec3d4aacc33c825ab796a913488e) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( metamrphu )
|
||||
@ -1459,6 +1486,9 @@ ROM_START( metamrphu )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "224a06", 0x000000, 2*1024*1024, CRC(972f6abe) SHA1(30907495fc49fe3424c092b074c1dc137aa14306) )
|
||||
ROM_LOAD( "224a07", 0x200000, 1*1024*1024, CRC(61b2f97a) SHA1(34bf835d6361c7809d40fa20fd238c9e2a84b101) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "metamrphu.nv", 0x0000, 0x080, CRC(1af2f855) SHA1(5f2fbb172f56867ee6f782cda8da65451b02435e) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( metamrphj )
|
||||
@ -1494,6 +1524,9 @@ ROM_START( metamrphj )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "224a06", 0x000000, 2*1024*1024, CRC(972f6abe) SHA1(30907495fc49fe3424c092b074c1dc137aa14306) )
|
||||
ROM_LOAD( "224a07", 0x200000, 1*1024*1024, CRC(61b2f97a) SHA1(34bf835d6361c7809d40fa20fd238c9e2a84b101) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "metamrphj.nv", 0x0000, 0x080, CRC(30497478) SHA1(60acfbd25ac29c7b5a2571e274704205fc64424a) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( mtlchamp )
|
||||
@ -1528,6 +1561,9 @@ ROM_START( mtlchamp )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "234a06.2d", 0x000000, 2*1024*1024, CRC(12d32384) SHA1(ecd6cd752b0e20339e17a7652ed843fbb43f7595) )
|
||||
ROM_LOAD( "234a07.1d", 0x200000, 2*1024*1024, CRC(05ee239f) SHA1(f4e6e7568dc73666a2b5e0c3fe743432e0436464) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "mtlchamp.nv", 0x0000, 0x080, CRC(cd47858e) SHA1(8effdcd631516d537f956509111cb3d4d18040db) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( mtlchamp1 )
|
||||
@ -1562,6 +1598,9 @@ ROM_START( mtlchamp1 )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "234a06.2d", 0x000000, 2*1024*1024, CRC(12d32384) SHA1(ecd6cd752b0e20339e17a7652ed843fbb43f7595) )
|
||||
ROM_LOAD( "234a07.1d", 0x200000, 2*1024*1024, CRC(05ee239f) SHA1(f4e6e7568dc73666a2b5e0c3fe743432e0436464) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "mtlchamp1.nv", 0x0000, 0x080, CRC(202f6968) SHA1(38fc82a77896607c7fc09b75309f80048b52eb05) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( mtlchampa )
|
||||
@ -1596,6 +1635,9 @@ ROM_START( mtlchampa )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "234a06.2d", 0x000000, 2*1024*1024, CRC(12d32384) SHA1(ecd6cd752b0e20339e17a7652ed843fbb43f7595) )
|
||||
ROM_LOAD( "234a07.1d", 0x200000, 2*1024*1024, CRC(05ee239f) SHA1(f4e6e7568dc73666a2b5e0c3fe743432e0436464) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "mtlchampa.nv", 0x0000, 0x080, CRC(79a6f420) SHA1(c2889bbb86a3f56d4f5544b6dadede0c715c59ca) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( mtlchampj )
|
||||
@ -1630,6 +1672,9 @@ ROM_START( mtlchampj )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "234a06.2d", 0x000000, 2*1024*1024, CRC(12d32384) SHA1(ecd6cd752b0e20339e17a7652ed843fbb43f7595) )
|
||||
ROM_LOAD( "234a07.1d", 0x200000, 2*1024*1024, CRC(05ee239f) SHA1(f4e6e7568dc73666a2b5e0c3fe743432e0436464) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "mtlchampj.nv", 0x0000, 0x080, CRC(e311816f) SHA1(1e8ece157e6b3978d11bc9a4a6015c6004f7a375) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( mtlchampu )
|
||||
@ -1664,6 +1709,9 @@ ROM_START( mtlchampu )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "234a06.2d", 0x000000, 2*1024*1024, CRC(12d32384) SHA1(ecd6cd752b0e20339e17a7652ed843fbb43f7595) )
|
||||
ROM_LOAD( "234a07.1d", 0x200000, 2*1024*1024, CRC(05ee239f) SHA1(f4e6e7568dc73666a2b5e0c3fe743432e0436464) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "mtlchampu.nv", 0x0000, 0x080, CRC(f5d84df7) SHA1(a14dca3ca275a754f1f46eab220a24b77ada23a5) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( gaiapols )
|
||||
@ -1709,6 +1757,9 @@ ROM_START( gaiapols )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "123e14.2g", 0x000000, 2*1024*1024, CRC(65dfd3ff) SHA1(57e13c05f420747c1c2010cc5340dd70e2c28971) )
|
||||
ROM_LOAD( "123e15.2m", 0x200000, 2*1024*1024, CRC(7017ff07) SHA1(37ecd54f2c757c5385305ab726d9f66aa1afd456) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "gaiapols.nv", 0x0000, 0x080, CRC(44c78184) SHA1(19343b47b60bf4e212d844fce28e7a1bd54c7012) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( gaiapolsu )
|
||||
@ -1754,6 +1805,9 @@ ROM_START( gaiapolsu )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "123e14.2g", 0x000000, 2*1024*1024, CRC(65dfd3ff) SHA1(57e13c05f420747c1c2010cc5340dd70e2c28971) )
|
||||
ROM_LOAD( "123e15.2m", 0x200000, 2*1024*1024, CRC(7017ff07) SHA1(37ecd54f2c757c5385305ab726d9f66aa1afd456) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "gaiapolsu.nv", 0x0000, 0x080, CRC(7ece27b6) SHA1(f0671c5e6db665c86afcef563ff1dbcbf083b380) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( gaiapolsj )
|
||||
@ -1799,6 +1853,9 @@ ROM_START( gaiapolsj )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD( "123e14.2g", 0x000000, 2*1024*1024, CRC(65dfd3ff) SHA1(57e13c05f420747c1c2010cc5340dd70e2c28971) )
|
||||
ROM_LOAD( "123e15.2m", 0x200000, 2*1024*1024, CRC(7017ff07) SHA1(37ecd54f2c757c5385305ab726d9f66aa1afd456) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "gaiapolsj.nv", 0x0000, 0x080, CRC(c4b970df) SHA1(d4a24b4950ee33a832342c752c24b58e033d9240) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( mmaulers )
|
||||
@ -1844,6 +1901,9 @@ ROM_START( mmaulers )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD("170a14.2g", 0x000000, 2*1024*1024, CRC(83317cda) SHA1(c5398c5959ef3ea73835e13db69660dd28c31486) )
|
||||
ROM_LOAD("170a15.2m", 0x200000, 2*1024*1024, CRC(d4113ae9) SHA1(e234d06f462e3db64455c384c2f42174f9ef9c6a) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "mmaulers.nv", 0x0000, 0x080, CRC(8324f517) SHA1(4697d091a1924e1a5d6c3ffc64a40fd36eebe557) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( dadandrn )
|
||||
@ -1889,6 +1949,9 @@ ROM_START( dadandrn )
|
||||
ROM_REGION( 0x400000, "shared", 0 )
|
||||
ROM_LOAD("170a14.2g", 0x000000, 2*1024*1024, CRC(83317cda) SHA1(c5398c5959ef3ea73835e13db69660dd28c31486) )
|
||||
ROM_LOAD("170a15.2m", 0x200000, 2*1024*1024, CRC(d4113ae9) SHA1(e234d06f462e3db64455c384c2f42174f9ef9c6a) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "dadandrn.nv", 0x0000, 0x080, CRC(346ae0cf) SHA1(1f79b2e21766f7a971c7d0f618700deb8a32f78a) )
|
||||
ROM_END
|
||||
|
||||
static DRIVER_INIT(metamrph)
|
||||
@ -1901,21 +1964,26 @@ static DRIVER_INIT(metamrph)
|
||||
GAME( 1993, mystwarr, 0, mystwarr, mystwarr, 0, ROT0, "Konami", "Mystic Warriors (ver EAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1993, mystwarru, mystwarr, mystwarr, mystwarr, 0, ROT0, "Konami", "Mystic Warriors (ver UAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1993, mystwarrj, mystwarr, mystwarr, mystwarr, 0, ROT0, "Konami", "Mystic Warriors (ver JAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
|
||||
GAME( 1993, mmaulers, 0, dadandrn, dadandrn, 0, ROT0, "Konami", "Monster Maulers (ver EAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1993, dadandrn, mmaulers, dadandrn, dadandrn, 0, ROT0, "Konami", "Kyukyoku Sentai Dadandarn (ver JAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
|
||||
GAME( 1993, viostorm, 0, viostorm, viostorm, 0, ROT0, "Konami", "Violent Storm (ver EAB)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1993, viostormu, viostorm, viostorm, viostorm, 0, ROT0, "Konami", "Violent Storm (ver UAC)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1993, viostormub,viostorm, viostorm, viostorm, 0, ROT0, "Konami", "Violent Storm (ver UAB)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1993, viostormj, viostorm, viostorm, viostorm, 0, ROT0, "Konami", "Violent Storm (ver JAC)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1993, viostorma, viostorm, viostorm, viostorm, 0, ROT0, "Konami", "Violent Storm (ver AAC)", GAME_IMPERFECT_GRAPHICS )
|
||||
|
||||
GAME( 1993, metamrph, 0, metamrph, metamrph, metamrph, ROT0, "Konami", "Metamorphic Force (ver EAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1993, metamrphu, metamrph, metamrph, metamrph, metamrph, ROT0, "Konami", "Metamorphic Force (ver UAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1993, metamrphj, metamrph, metamrph, metamrph, metamrph, ROT0, "Konami", "Metamorphic Force (ver JAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
|
||||
GAME( 1993, mtlchamp, 0, martchmp, martchmp, 0, ROT0, "Konami", "Martial Champion (ver EAB)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1993, mtlchamp1, mtlchamp, martchmp, martchmp, 0, ROT0, "Konami", "Martial Champion (ver EAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1993, mtlchampu, mtlchamp, martchmp, martchmp, 0, ROT0, "Konami", "Martial Champion (ver UAD)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1993, mtlchampj, mtlchamp, martchmp, martchmp, 0, ROT0, "Konami", "Martial Champion (ver JAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1993, mtlchampa, mtlchamp, martchmp, martchmp, 0, ROT0, "Konami", "Martial Champion (ver AAA)", GAME_IMPERFECT_GRAPHICS )
|
||||
|
||||
GAME( 1993, gaiapols, 0, gaiapols, dadandrn, 0, ROT90, "Konami", "Gaiapolis (ver EAF)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1993, gaiapolsu, gaiapols, gaiapols, dadandrn, 0, ROT90, "Konami", "Gaiapolis (ver UAF)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1993, gaiapolsj, gaiapols, gaiapols, dadandrn, 0, ROT90, "Konami", "Gaiapolis (ver JAF)", GAME_IMPERFECT_GRAPHICS )
|
||||
|
@ -16,7 +16,7 @@ Other Features: Memory Blitter (part of Imagetek 15000)
|
||||
Year + Game PCB Video Chip Issues / Notes
|
||||
---------------------------------------------------------------------------
|
||||
97 Rabbit VG5330-B 15000
|
||||
97? Tokimeki Mahjong Paradise VG5550-B 15000
|
||||
97? Tokimeki Mahjong Paradise(1)VG5550-B 15000
|
||||
---------------------------------------------------------------------------
|
||||
Not dumped yet:
|
||||
unknown
|
||||
@ -27,7 +27,13 @@ To Do:
|
||||
- clean up zoom code and make zoom effect more accurate
|
||||
- sound (adpcm of some kind)
|
||||
- status bar in rabbit is the wrong colour, timing of blitter / interrupts?
|
||||
- eeprom hookup seems flakey
|
||||
|
||||
Notes:
|
||||
|
||||
(1) This is currently in it's own driver "tmmjprd.c" because it uses the
|
||||
chip in a completely different way to Rabbit. They should be merged
|
||||
again later, once the chip is better understood.
|
||||
|
||||
|
||||
*/
|
||||
|
||||
@ -1003,7 +1009,9 @@ ROM_START( rabbit )
|
||||
ROM_REGION( 0x400000, "unknown", 0 ) /* sound rom */
|
||||
ROM_LOAD( "jsn0.11", 0x0000000, 0x400000, CRC(e1f726e8) SHA1(598d75f3ff9e43ec8ce6131ed37f4345bf2f2d8e) )
|
||||
|
||||
ROM_REGION16_BE( 0x80, "eeprom", 0 )
|
||||
ROM_LOAD( "rabbit.nv", 0x0000, 0x0080, CRC(73d471ed) SHA1(45e045f5ea9036342b88013e021d402741d98537) )
|
||||
ROM_END
|
||||
|
||||
|
||||
GAME( 1997, rabbit, 0, rabbit, rabbit, rabbit, ROT0, "Electronic Arts / Aorn", "Rabbit", GAME_IMPERFECT_GRAPHICS | GAME_NO_SOUND ) // somewhat playable
|
||||
GAME( 1997, rabbit, 0, rabbit, rabbit, rabbit, ROT0, "Electronic Arts / Aorn", "Rabbit (Japan)", GAME_IMPERFECT_GRAPHICS | GAME_NO_SOUND ) // somewhat playable
|
||||
|
@ -26,12 +26,17 @@
|
||||
- missing sprites and priority
|
||||
|
||||
Known Issues:
|
||||
- no dual monitor support
|
||||
- synchronization and other oddities (rungunu doesn't show attract mode)
|
||||
- swapped P12 and P34 controls in 4-player mode team selectet (real puzzler)
|
||||
- P3 and P4 coin chutes not working in 4-player mode
|
||||
- no dual monitor support is broken
|
||||
- games seem to think they're in dual-monitor mode when they're not
|
||||
- speed in some sets is incorrect (for dual monitors I'm guessing it should
|
||||
output alternate frames to alternate monitors, but due to other bugs it
|
||||
just causes the game to run twice as fast as it should?)
|
||||
- synchronization and other oddities (rungunu doesn't show attract mode)
|
||||
- swapped P12 and P34 controls in 4-player mode team selectet (real puzzler)
|
||||
- P3 and P4 coin chutes not working in 4-player mode
|
||||
|
||||
|
||||
- sprite palettes are not entirely right
|
||||
- ROZ update causes music to stutter
|
||||
|
||||
*************************************************************************/
|
||||
|
||||
@ -481,6 +486,9 @@ ROM_START( rungun )
|
||||
ROM_REGION( 0x400000, "shared", 0)
|
||||
ROM_LOAD( "247-a06", 0x000000, 0x200000, CRC(b8b2a67e) SHA1(a873d32f4b178c714743664fa53c0dca29cb3ce4) )
|
||||
ROM_LOAD( "247-a07", 0x200000, 0x200000, CRC(0108142d) SHA1(4dc6a36d976dad9c0da5a5b1f01f2eb3b369c99d) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "rungun.nv", 0x0000, 0x080, CRC(7bbf0e3c) SHA1(0fd3c9400e9b97a06517e0c8620f773a383100fd) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( runguna )
|
||||
@ -519,6 +527,9 @@ ROM_START( runguna )
|
||||
ROM_REGION( 0x400000, "shared", 0)
|
||||
ROM_LOAD( "247-a06", 0x000000, 0x200000, CRC(b8b2a67e) SHA1(a873d32f4b178c714743664fa53c0dca29cb3ce4) )
|
||||
ROM_LOAD( "247-a07", 0x200000, 0x200000, CRC(0108142d) SHA1(4dc6a36d976dad9c0da5a5b1f01f2eb3b369c99d) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "runguna.nv", 0x0000, 0x080, CRC(7bbf0e3c) SHA1(0fd3c9400e9b97a06517e0c8620f773a383100fd) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( rungunu )
|
||||
@ -555,6 +566,9 @@ ROM_START( rungunu )
|
||||
ROM_REGION( 0x400000, "shared", 0)
|
||||
ROM_LOAD( "247-a06", 0x000000, 0x200000, CRC(b8b2a67e) SHA1(a873d32f4b178c714743664fa53c0dca29cb3ce4) )
|
||||
ROM_LOAD( "247-a07", 0x200000, 0x200000, CRC(0108142d) SHA1(4dc6a36d976dad9c0da5a5b1f01f2eb3b369c99d) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "rungunu.nv", 0x0000, 0x080, CRC(d501f579) SHA1(9e01d9a6a8cdc782dd2a92fbf2295e8df732f892) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( rungunua )
|
||||
@ -593,6 +607,9 @@ ROM_START( rungunua )
|
||||
ROM_REGION( 0x400000, "shared", 0)
|
||||
ROM_LOAD( "247-a06", 0x000000, 0x200000, CRC(b8b2a67e) SHA1(a873d32f4b178c714743664fa53c0dca29cb3ce4) )
|
||||
ROM_LOAD( "247-a07", 0x200000, 0x200000, CRC(0108142d) SHA1(4dc6a36d976dad9c0da5a5b1f01f2eb3b369c99d) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "rungunua.nv", 0x0000, 0x080, CRC(9890d304) SHA1(c94a77d1d45e372350456cf8eaa7e7ebd3cdbb84) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( slmdunkj )
|
||||
@ -631,11 +648,14 @@ ROM_START( slmdunkj )
|
||||
ROM_REGION( 0x400000, "shared", 0)
|
||||
ROM_LOAD( "247-a06", 0x000000, 0x200000, CRC(b8b2a67e) SHA1(a873d32f4b178c714743664fa53c0dca29cb3ce4) )
|
||||
ROM_LOAD( "247-a07", 0x200000, 0x200000, CRC(0108142d) SHA1(4dc6a36d976dad9c0da5a5b1f01f2eb3b369c99d) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "slmdunkj.nv", 0x0000, 0x080, CRC(531d27bd) SHA1(42251272691c66c1f89f99e6e5e2f300c1a7d69d) )
|
||||
ROM_END
|
||||
|
||||
|
||||
GAME( 1993, rungun, 0, rng, rng, 0, ROT0, "Konami", "Run and Gun (ver EAA 1993 10.8)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_COLORS | GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
|
||||
GAME( 1993, runguna, rungun, rng, rng, 0, ROT0, "Konami", "Run and Gun (ver EAA 1993 10.4)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_COLORS | GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
|
||||
GAME( 1993, rungunu, rungun, rng, rng, 0, ROT0, "Konami", "Run and Gun (ver UAB 1993 10.12)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_COLORS | GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
|
||||
GAME( 1993, rungunua, rungun, rng, rng, 0, ROT0, "Konami", "Run and Gun (ver UBA 1993 10.8)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_COLORS | GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
|
||||
GAME( 1993, rungunu, rungun, rng, rng, 0, ROT0, "Konami", "Run and Gun (ver UAB 1993 10.12)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_COLORS | GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE | GAME_NOT_WORKING ) // runs twice as fast as it should, broken inputs!
|
||||
GAME( 1993, rungunua, rungun, rng, rng, 0, ROT0, "Konami", "Run and Gun (ver UBA 1993 10.8)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_COLORS | GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE | GAME_NOT_WORKING ) // runs twice as fast as it should, broken inputs! broken attract!
|
||||
GAME( 1993, slmdunkj, rungun, rng, rng, 0, ROT0, "Konami", "Slam Dunk (ver JAA 1993 10.8)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_COLORS | GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
|
||||
|
@ -388,6 +388,9 @@ ROM_START( simpsons ) /* World 4 Player */
|
||||
ROM_REGION( 0x140000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "072-d05.1f", 0x000000, 0x100000, CRC(1397a73b) SHA1(369422c84cca5472967af54b8351e29fcd69f621) )
|
||||
ROM_LOAD( "072-d04.1d", 0x100000, 0x040000, CRC(78778013) SHA1(edbd6d83b0d1a20df39bb160b92395586fa3c32d) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "simpsons.nv", 0x0000, 0x080, CRC(ec3f0449) SHA1(da35b98cd10bfabe9df3ede05462fabeb0e01ca9) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( simpsons4pa ) /* World 4 Player, later? (by use of later leters) */
|
||||
@ -415,6 +418,9 @@ ROM_START( simpsons4pa ) /* World 4 Player, later? (by use of later leters) */
|
||||
ROM_REGION( 0x140000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "072-d05.1f", 0x000000, 0x100000, CRC(1397a73b) SHA1(369422c84cca5472967af54b8351e29fcd69f621) )
|
||||
ROM_LOAD( "072-d04.1d", 0x100000, 0x040000, CRC(78778013) SHA1(edbd6d83b0d1a20df39bb160b92395586fa3c32d) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "simpsons4pa.nv", 0x0000, 0x080, CRC(ec3f0449) SHA1(da35b98cd10bfabe9df3ede05462fabeb0e01ca9) )
|
||||
ROM_END
|
||||
|
||||
|
||||
@ -443,14 +449,17 @@ ROM_START( simpsons2p ) /* World 2 Player */
|
||||
ROM_REGION( 0x140000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "072-d05.1f", 0x000000, 0x100000, CRC(1397a73b) SHA1(369422c84cca5472967af54b8351e29fcd69f621) )
|
||||
ROM_LOAD( "072-d04.1d", 0x100000, 0x040000, CRC(78778013) SHA1(edbd6d83b0d1a20df39bb160b92395586fa3c32d) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "simpsons2p.nv", 0x0000, 0x080, CRC(fbac4e30) SHA1(d3ff3a392550d9b06400b9292a44bdac7ba5c801) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( simpsons2p2 ) /* World 2 Player, alt */
|
||||
ROM_REGION( 0x88000, "maincpu", 0 ) /* code + banked roms + banked ram */
|
||||
ROM_LOAD( "072-g02.16c", 0x10000, 0x20000, CRC(580ce1d6) SHA1(5b07fb8e8041e1663980aa35d853fdc13b22dac5) )
|
||||
ROM_LOAD( "072-g02.16c", 0x10000, 0x20000, CRC(580ce1d6) SHA1(5b07fb8e8041e1663980aa35d853fdc13b22dac5) )
|
||||
ROM_LOAD( "072-p01.17c", 0x30000, 0x20000, CRC(07ceeaea) SHA1(c18255ae1d578c2d53de80d6323cdf41cbe47b57) )
|
||||
ROM_LOAD( "072-_13.13c", 0x50000, 0x20000, CRC(54e6df66) SHA1(1b83ae56cf1deb51b04880fa421f06568c938a99) ) /* Uknown revision/region code */
|
||||
ROM_LOAD( "072-_12.15c", 0x70000, 0x18000, CRC(96636225) SHA1(5de95606e5c9337f18bc42f4df791cacafa20399) ) /* Uknown revision/region code */
|
||||
ROM_LOAD( "072-_13.13c", 0x50000, 0x20000, CRC(54e6df66) SHA1(1b83ae56cf1deb51b04880fa421f06568c938a99) ) /* Unknown revision/region code */
|
||||
ROM_LOAD( "072-_12.15c", 0x70000, 0x18000, CRC(96636225) SHA1(5de95606e5c9337f18bc42f4df791cacafa20399) ) /* Unknown revision/region code */
|
||||
ROM_CONTINUE( 0x08000, 0x08000 )
|
||||
|
||||
ROM_REGION( 0x28000, "audiocpu", 0 ) /* Z80 code + banks */
|
||||
@ -470,6 +479,9 @@ ROM_START( simpsons2p2 ) /* World 2 Player, alt */
|
||||
ROM_REGION( 0x140000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "072-d05.1f", 0x000000, 0x100000, CRC(1397a73b) SHA1(369422c84cca5472967af54b8351e29fcd69f621) )
|
||||
ROM_LOAD( "072-d04.1d", 0x100000, 0x040000, CRC(78778013) SHA1(edbd6d83b0d1a20df39bb160b92395586fa3c32d) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "simpsons2p2.nv", 0x0000, 0x080, CRC(fbac4e30) SHA1(d3ff3a392550d9b06400b9292a44bdac7ba5c801) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( simpsons2pa ) /* Asia 2 Player */
|
||||
@ -497,6 +509,9 @@ ROM_START( simpsons2pa ) /* Asia 2 Player */
|
||||
ROM_REGION( 0x140000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "072-d05.1f", 0x000000, 0x100000, CRC(1397a73b) SHA1(369422c84cca5472967af54b8351e29fcd69f621) )
|
||||
ROM_LOAD( "072-d04.1d", 0x100000, 0x040000, CRC(78778013) SHA1(edbd6d83b0d1a20df39bb160b92395586fa3c32d) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "simpsons2pa.nv", 0x0000, 0x080, CRC(fbac4e30) SHA1(d3ff3a392550d9b06400b9292a44bdac7ba5c801) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( simpsons2pj ) /* Japan 2 Player */
|
||||
@ -524,6 +539,9 @@ ROM_START( simpsons2pj ) /* Japan 2 Player */
|
||||
ROM_REGION( 0x140000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "072-d05.1f", 0x000000, 0x100000, CRC(1397a73b) SHA1(369422c84cca5472967af54b8351e29fcd69f621) )
|
||||
ROM_LOAD( "072-d04.1d", 0x100000, 0x040000, CRC(78778013) SHA1(edbd6d83b0d1a20df39bb160b92395586fa3c32d) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "simpsons2pj.nv", 0x0000, 0x080, CRC(3550a54e) SHA1(370cd40a12c471b3b6690ecbdde9c7979bc2a652) )
|
||||
ROM_END
|
||||
|
||||
/***************************************************************************
|
||||
|
@ -3450,6 +3450,9 @@ ROM_START( blswhstl )
|
||||
|
||||
ROM_REGION( 0x100000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "060e04.d1", 0x0000, 0x100000, CRC(c680395d) SHA1(acde593a5ec501e89c8aaca6c4fbacf707a727e1) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "blswhstl.nv", 0x0000, 0x080, CRC(87434e3f) SHA1(458d21cfc0ef3415c0b09d8d748263b9218bdb24) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( detatwin )
|
||||
@ -3472,6 +3475,9 @@ ROM_START( detatwin )
|
||||
|
||||
ROM_REGION( 0x100000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "060e04.d1", 0x0000, 0x100000, CRC(c680395d) SHA1(acde593a5ec501e89c8aaca6c4fbacf707a727e1) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "blswhstl.nv", 0x0000, 0x080, CRC(87434e3f) SHA1(458d21cfc0ef3415c0b09d8d748263b9218bdb24) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( glfgreat )
|
||||
@ -3558,6 +3564,9 @@ ROM_START( tmnt2 )
|
||||
|
||||
ROM_REGION( 0x200000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "063b06", 0x0000, 0x200000, CRC(1e510aa5) SHA1(02b9bd6bb6b098026a620e4d671c40a31ad9e318) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "tmnt2_uaa.nv", 0x0000, 0x080, CRC(284357bd) SHA1(4f1c78b7cc86379678b1b84bcf59f8599a8c3686) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( tmnt22pu )
|
||||
@ -3584,7 +3593,11 @@ ROM_START( tmnt22pu )
|
||||
|
||||
ROM_REGION( 0x200000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "063b06", 0x0000, 0x200000, CRC(1e510aa5) SHA1(02b9bd6bb6b098026a620e4d671c40a31ad9e318) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting with invisible error message
|
||||
ROM_LOAD( "tmnt2_uda.nv", 0x0000, 0x080, CRC(44928d33) SHA1(44024927987f6bb8bdac3dbd1fdc81d7b55c0f5a) )
|
||||
ROM_END
|
||||
|
||||
|
||||
ROM_START( tmht22pe )
|
||||
ROM_REGION( 0x100000, "maincpu", 0 ) /* 4*128k for 68000 code */
|
||||
@ -3610,7 +3623,11 @@ ROM_START( tmht22pe )
|
||||
|
||||
ROM_REGION( 0x200000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "063b06", 0x0000, 0x200000, CRC(1e510aa5) SHA1(02b9bd6bb6b098026a620e4d671c40a31ad9e318) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting with invisible error message
|
||||
ROM_LOAD( "tmnt2_eba.nv", 0x0000, 0x080, CRC(c0a3ed50) SHA1(6deec720c7f1c607740076cb8b5b5becd175aed0) )
|
||||
ROM_END
|
||||
|
||||
|
||||
ROM_START( tmnt2a )
|
||||
ROM_REGION( 0x100000, "maincpu", 0 ) /* 4*128k for 68000 code */
|
||||
@ -3636,8 +3653,12 @@ ROM_START( tmnt2a )
|
||||
|
||||
ROM_REGION( 0x200000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "063b06", 0x0000, 0x200000, CRC(1e510aa5) SHA1(02b9bd6bb6b098026a620e4d671c40a31ad9e318) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "tmnt2_ada.nv", 0x0000, 0x080, CRC(063068a0) SHA1(c1da5319428fd8fb60305a2d7cc166596b2fe5a4) )
|
||||
ROM_END
|
||||
|
||||
|
||||
ROM_START( qgakumon )
|
||||
ROM_REGION( 0x100000, "maincpu", 0 ) /* 4*256k for 68000 code */
|
||||
ROM_LOAD16_BYTE( "248jaa02.8e", 0x000000, 0x40000, CRC(fab79410) SHA1(8b1a8946ee65505608cf026c9fca87365ccef089) )
|
||||
@ -3658,6 +3679,9 @@ ROM_START( qgakumon )
|
||||
|
||||
ROM_REGION( 0x200000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "248a06.1d", 0x0000, 0x200000, CRC(0fba1def) SHA1(f2ba23213effd06f14c7a179acea974c78c2198f) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting with error
|
||||
ROM_LOAD( "qgakumon.nv", 0x0000, 0x080, CRC(847bd238) SHA1(d6f7bf215055b7e9ea1027f4b4e34fea25b3273b) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( ssriders )
|
||||
@ -3680,6 +3704,9 @@ ROM_START( ssriders )
|
||||
|
||||
ROM_REGION( 0x100000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "064e06.1d", 0x0000, 0x100000, CRC(59810df9) SHA1(a0affc6330bdbfab1447dc0cf13c20ff708c2c71) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "ssriders_eac.nv", 0x0000, 0x080, CRC(f6d641a7) SHA1(6c680d49e1b07a47b29ff263a6009d226bd120cf) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( ssridersebd )
|
||||
@ -3702,6 +3729,9 @@ ROM_START( ssridersebd )
|
||||
|
||||
ROM_REGION( 0x100000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "064e06.1d", 0x0000, 0x100000, CRC(59810df9) SHA1(a0affc6330bdbfab1447dc0cf13c20ff708c2c71) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "ssriders_ebd.nv", 0x0000, 0x080, CRC(cbc903f6) SHA1(43cb8e7f9b1da05da93878bd236f63036e32e379) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( ssridersebc )
|
||||
@ -3724,6 +3754,9 @@ ROM_START( ssridersebc )
|
||||
|
||||
ROM_REGION( 0x100000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "064e06.1d", 0x0000, 0x100000, CRC(59810df9) SHA1(a0affc6330bdbfab1447dc0cf13c20ff708c2c71) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "ssriders_ebc.nv", 0x0000, 0x080, CRC(1918e90f) SHA1(edddbe80a5c9dd64411596b1aa4d7fce7b7090ae) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( ssriderseaa )
|
||||
@ -3746,6 +3779,9 @@ ROM_START( ssriderseaa )
|
||||
|
||||
ROM_REGION( 0x100000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "064e06.1d", 0x0000, 0x100000, CRC(59810df9) SHA1(a0affc6330bdbfab1447dc0cf13c20ff708c2c71) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "ssriders_eaa.nv", 0x0000, 0x080, CRC(74a45ef5) SHA1(da01f14684315bfb5c180f0c64a14350c34ae945) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( ssridersuda )
|
||||
@ -3768,6 +3804,9 @@ ROM_START( ssridersuda )
|
||||
|
||||
ROM_REGION( 0x100000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "064e06.1d", 0x0000, 0x100000, CRC(59810df9) SHA1(a0affc6330bdbfab1447dc0cf13c20ff708c2c71) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "ssriders_uda.nv", 0x0000, 0x080, CRC(148c6d64) SHA1(38016ba7e29f821a4c0de67a7ddc686d307e4659) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( ssridersuac )
|
||||
@ -3790,6 +3829,9 @@ ROM_START( ssridersuac )
|
||||
|
||||
ROM_REGION( 0x100000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "064e06.1d", 0x0000, 0x100000, CRC(59810df9) SHA1(a0affc6330bdbfab1447dc0cf13c20ff708c2c71) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "ssriders_uac.nv", 0x0000, 0x080, CRC(26c8f1a0) SHA1(56b933d61fb3a3da787db8e6714b53178f3c98db) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( ssridersubc )
|
||||
@ -3812,6 +3854,9 @@ ROM_START( ssridersubc )
|
||||
|
||||
ROM_REGION( 0x100000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "064e06.1d", 0x0000, 0x100000, CRC(59810df9) SHA1(a0affc6330bdbfab1447dc0cf13c20ff708c2c71) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "ssriders_ubc.nv", 0x0000, 0x080, CRC(31c5504f) SHA1(fa6ed1860122552e94abb27a6ea75f4cb8054e76) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( ssridersabd )
|
||||
@ -3834,6 +3879,9 @@ ROM_START( ssridersabd )
|
||||
|
||||
ROM_REGION( 0x100000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "064e06.1d", 0x0000, 0x100000, CRC(59810df9) SHA1(a0affc6330bdbfab1447dc0cf13c20ff708c2c71) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "ssriders_abd.nv", 0x0000, 0x080, CRC(bfdafedf) SHA1(bc786d4fb3495a6baf2ae13c19392c6740a2be6d) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( ssridersadd )
|
||||
@ -3856,6 +3904,9 @@ ROM_START( ssridersadd )
|
||||
|
||||
ROM_REGION( 0x100000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "064e06.1d", 0x0000, 0x100000, CRC(59810df9) SHA1(a0affc6330bdbfab1447dc0cf13c20ff708c2c71) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "ssriders_add.nv", 0x0000, 0x080, CRC(f06242d5) SHA1(181732b07c74c3f5cfa7838ec029ed42d5216b17) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( ssridersjbd )
|
||||
@ -3878,6 +3929,9 @@ ROM_START( ssridersjbd )
|
||||
|
||||
ROM_REGION( 0x100000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "064e06.1d", 0x0000, 0x100000, CRC(59810df9) SHA1(a0affc6330bdbfab1447dc0cf13c20ff708c2c71) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting with invisible error
|
||||
ROM_LOAD( "ssriders_jbd.nv", 0x0000, 0x080, CRC(006200e3) SHA1(a6a0640c1a6d69a41db90f1fc935e97f2fa68553) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( ssridersb )
|
||||
@ -3919,6 +3973,9 @@ ROM_START( thndrx2 )
|
||||
|
||||
ROM_REGION( 0x80000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "073-b04.2d", 0x0000, 0x80000, CRC(05287a0b) SHA1(10784b8be6a93a5ebf22a884f99c116e51ae8743) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "thndrx2.nv", 0x0000, 0x080, CRC(ca613e98) SHA1(bde0d1722acfef19cf8ec091bdc296f8b9fa8125) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( thndrx2a )
|
||||
@ -3939,6 +3996,9 @@ ROM_START( thndrx2a )
|
||||
|
||||
ROM_REGION( 0x80000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "073-b04.2d", 0x0000, 0x80000, CRC(05287a0b) SHA1(10784b8be6a93a5ebf22a884f99c116e51ae8743) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "thndrx2a.nv", 0x0000, 0x080, CRC(f7893d00) SHA1(1165ad3485749015458df2840a34b5b0e1810aad) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( thndrx2j )
|
||||
@ -3959,8 +4019,12 @@ ROM_START( thndrx2j )
|
||||
|
||||
ROM_REGION( 0x80000, "k053260", 0 ) /* samples for the 053260 */
|
||||
ROM_LOAD( "073-b04.2d", 0x0000, 0x80000, CRC(05287a0b) SHA1(10784b8be6a93a5ebf22a884f99c116e51ae8743) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "thndrx2j.nv", 0x0000, 0x080, CRC(83b4799b) SHA1(da4f443cbcb06aa5983423cb6fecc1f803235f61) )
|
||||
ROM_END
|
||||
|
||||
|
||||
ROM_START( prmrsocr )
|
||||
ROM_REGION( 0x80000, "maincpu", 0 ) /* 2*256k for 68000 code */
|
||||
ROM_LOAD16_BYTE( "101eab08.1h", 0x000000, 0x40000, CRC(47208de6) SHA1(fe4ef56688d4a50f67a604357e7beea785106cd1) ) // 3.bin
|
||||
@ -3987,6 +4051,9 @@ ROM_START( prmrsocr )
|
||||
|
||||
ROM_REGION( 0x200000, "k054539", 0 ) /* samples for the 054539 */
|
||||
ROM_LOAD( "101a06.1d", 0x0000, 0x200000, CRC(4f48e043) SHA1(f50e8642d9d3a028c243777640e7cd13da1abf86) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "prmrsocr_eab.nv", 0x0000, 0x080, CRC(daf60801) SHA1(de21774c4276ec399745c26a9278f7c58dbe6ad0) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( prmrsocrj )
|
||||
@ -4015,6 +4082,9 @@ ROM_START( prmrsocrj )
|
||||
|
||||
ROM_REGION( 0x200000, "k054539", 0 ) /* samples for the 054539 */
|
||||
ROM_LOAD( "101a06.1d", 0x0000, 0x200000, CRC(4f48e043) SHA1(f50e8642d9d3a028c243777640e7cd13da1abf86) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "prmrsocr_jab.nv", 0x0000, 0x080, CRC(5a88f95a) SHA1(18fdb598eee3958c45694bdac77e02790c936968) )
|
||||
ROM_END
|
||||
|
||||
|
||||
|
@ -595,6 +595,9 @@ ROM_START( vendetta )
|
||||
|
||||
ROM_REGION( 0x100000, "k053260", 0 ) /* 053260 samples */
|
||||
ROM_LOAD( "081a03", 0x000000, 0x100000, CRC(14b6baea) SHA1(fe15ee57f19f5acaad6c1642d51f390046a7468a) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "vendetta.nv", 0x0000, 0x080, CRC(fbac4e30) SHA1(d3ff3a392550d9b06400b9292a44bdac7ba5c801) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( vendettar )
|
||||
@ -617,6 +620,9 @@ ROM_START( vendettar )
|
||||
|
||||
ROM_REGION( 0x100000, "k053260", 0 ) /* 053260 samples */
|
||||
ROM_LOAD( "081a03", 0x000000, 0x100000, CRC(14b6baea) SHA1(fe15ee57f19f5acaad6c1642d51f390046a7468a) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "vendettar.nv", 0x0000, 0x080, CRC(ec3f0449) SHA1(da35b98cd10bfabe9df3ede05462fabeb0e01ca9) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( vendetta2p )
|
||||
@ -639,6 +645,9 @@ ROM_START( vendetta2p )
|
||||
|
||||
ROM_REGION( 0x100000, "k053260", 0 ) /* 053260 samples */
|
||||
ROM_LOAD( "081a03", 0x000000, 0x100000, CRC(14b6baea) SHA1(fe15ee57f19f5acaad6c1642d51f390046a7468a) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "vendetta.nv", 0x0000, 0x080, CRC(fbac4e30) SHA1(d3ff3a392550d9b06400b9292a44bdac7ba5c801) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( vendetta2pu )
|
||||
@ -661,6 +670,9 @@ ROM_START( vendetta2pu )
|
||||
|
||||
ROM_REGION( 0x100000, "k053260", 0 ) /* 053260 samples */
|
||||
ROM_LOAD( "081a03", 0x000000, 0x100000, CRC(14b6baea) SHA1(fe15ee57f19f5acaad6c1642d51f390046a7468a) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "vendetta.nv", 0x0000, 0x080, CRC(fbac4e30) SHA1(d3ff3a392550d9b06400b9292a44bdac7ba5c801) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( vendetta2pd )
|
||||
@ -683,6 +695,9 @@ ROM_START( vendetta2pd )
|
||||
|
||||
ROM_REGION( 0x100000, "k053260", 0 ) /* 053260 samples */
|
||||
ROM_LOAD( "081a03", 0x000000, 0x100000, CRC(14b6baea) SHA1(fe15ee57f19f5acaad6c1642d51f390046a7468a) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "vendetta.nv", 0x0000, 0x080, CRC(fbac4e30) SHA1(d3ff3a392550d9b06400b9292a44bdac7ba5c801) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( vendettaj )
|
||||
@ -705,6 +720,9 @@ ROM_START( vendettaj )
|
||||
|
||||
ROM_REGION( 0x100000, "k053260", 0 ) /* 053260 samples */
|
||||
ROM_LOAD( "081a03", 0x000000, 0x100000, CRC(14b6baea) SHA1(fe15ee57f19f5acaad6c1642d51f390046a7468a) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "vendettaj.nv", 0x0000, 0x080, CRC(3550a54e) SHA1(370cd40a12c471b3b6690ecbdde9c7979bc2a652) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( esckids )
|
||||
@ -727,6 +745,9 @@ ROM_START( esckids )
|
||||
|
||||
ROM_REGION( 0x100000, "k053260", 0 ) // Samples MASK-ROM (4M x 1)
|
||||
ROM_LOAD( "975c03", 0x000000, 0x080000, CRC(dc4a1707) SHA1(f252d08483fd664f8fc03bf8f174efd452b4cdc5) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "esckids.nv", 0x0000, 0x080, CRC(a8522e1f) SHA1(43f82fce3c3b854bc8898c63dffc7c01b288c8aa) )
|
||||
ROM_END
|
||||
|
||||
|
||||
@ -750,6 +771,9 @@ ROM_START( esckidsj )
|
||||
|
||||
ROM_REGION( 0x100000, "k053260", 0 ) // Samples MASK-ROM (4M x 1)
|
||||
ROM_LOAD( "975c03", 0x000000, 0x080000, CRC(dc4a1707) SHA1(f252d08483fd664f8fc03bf8f174efd452b4cdc5) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "esckidsj.nv", 0x0000, 0x080, CRC(985e2a2d) SHA1(afd9e5fc014d593d0a384326f32caf2a73fba867) )
|
||||
ROM_END
|
||||
|
||||
|
||||
|
@ -618,6 +618,9 @@ ROM_START( xexex ) /* Europe, Version AA */
|
||||
ROM_REGION( 0x300000, "k054539", 0 )
|
||||
ROM_LOAD( "067_b06.rom", 0x000000, 0x200000, CRC(3b12fce4) SHA1(c69172d9965b8da8a539812fac92d5f1a3c80d17) )
|
||||
ROM_LOAD( "067_b07.rom", 0x200000, 0x100000, CRC(ec87fe1b) SHA1(ec9823aea5a1fc5c47c8262e15e10b28be87231c) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "xexex.nv", 0x0000, 0x080, CRC(155624cc) SHA1(457f921e3a5d053c53e4f1a44941eb0a1f22e1b2) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( xexexa ) /* Asia, Version AA */
|
||||
@ -647,6 +650,9 @@ ROM_START( xexexa ) /* Asia, Version AA */
|
||||
ROM_REGION( 0x300000, "k054539", 0 )
|
||||
ROM_LOAD( "067_b06.rom", 0x000000, 0x200000, CRC(3b12fce4) SHA1(c69172d9965b8da8a539812fac92d5f1a3c80d17) )
|
||||
ROM_LOAD( "067_b07.rom", 0x200000, 0x100000, CRC(ec87fe1b) SHA1(ec9823aea5a1fc5c47c8262e15e10b28be87231c) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "xexexa.nv", 0x0000, 0x080, CRC(051c14c6) SHA1(23addbaa2ce323c06551b343ca45dea4fd2b9eee) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( xexexj ) /* Japan, Version AA */
|
||||
@ -676,6 +682,9 @@ ROM_START( xexexj ) /* Japan, Version AA */
|
||||
ROM_REGION( 0x300000, "k054539", 0 )
|
||||
ROM_LOAD( "067_b06.rom", 0x000000, 0x200000, CRC(3b12fce4) SHA1(c69172d9965b8da8a539812fac92d5f1a3c80d17) )
|
||||
ROM_LOAD( "067_b07.rom", 0x200000, 0x100000, CRC(ec87fe1b) SHA1(ec9823aea5a1fc5c47c8262e15e10b28be87231c) )
|
||||
|
||||
ROM_REGION( 0x80, "eeprom", 0 ) // default eeprom to prevent game booting upside down with error
|
||||
ROM_LOAD( "xexexj.nv", 0x0000, 0x080, CRC(79a79c7b) SHA1(02eb235226949af0147d6d0fd2bd3d7a68083ae6) )
|
||||
ROM_END
|
||||
|
||||
|
||||
|
@ -2080,7 +2080,7 @@ VIDEO_START(konamigx_5bpp)
|
||||
konamigx_mixer_primode(4);
|
||||
} else
|
||||
|
||||
if (!strcmp(machine->gamedrv->name,"gokuparo") || !strcmp(machine->gamedrv->name,"fantjour"))
|
||||
if (!strcmp(machine->gamedrv->name,"gokuparo") || !strcmp(machine->gamedrv->name,"fantjour") || !strcmp(machine->gamedrv->name,"fantjoura"))
|
||||
{
|
||||
K053247GP_set_SpriteOffset(-46, -23);
|
||||
} else
|
||||
|
Loading…
Reference in New Issue
Block a user