From 82985bbd9e0b80af076274aecd83038da6faf080 Mon Sep 17 00:00:00 2001 From: braintro Date: Sat, 17 Mar 2018 23:34:41 -0500 Subject: leland.cpp: Correct ROM name for rev 5 of Ataxx. [Kevin Eshbach, The Dumping Union] --- src/mame/drivers/leland.cpp | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/src/mame/drivers/leland.cpp b/src/mame/drivers/leland.cpp index 23d6ac55f04..32942b71f00 100644 --- a/src/mame/drivers/leland.cpp +++ b/src/mame/drivers/leland.cpp @@ -2507,7 +2507,6 @@ ROM_START( pigout ) ROM_LOAD( "11-01.u27", 0x1200, 0x0104, NO_DUMP ) // MMI PAL16R8ACNS ROM_END - ROM_START( pigouta ) ROM_REGION( 0x040000, "master", 0 ) ROM_LOAD( "03-29020-01.u58t", 0x00000, 0x10000, CRC(6c815982) SHA1(0720b22afd16e9bdc5d4a9e9a0071674ea46d038) ) @@ -2574,9 +2573,17 @@ ROM_START( pigouta ) ROM_END +/* +For Ataxx, the label format is: +------------------------ +|(C)1990 Leland Corp. | -> Copyright & Manufacturer +|P/N E-302-31005-05 | -> Part number with revision +|ATAXX U38 | -> Game name & ROM PCB location +------------------------ +*/ ROM_START( ataxx ) ROM_REGION( 0x30000, "master", 0 ) - ROM_LOAD( "e-302-31005-04.u38", 0x00000, 0x20000, CRC(e1cf6236) SHA1(fabf423a006b1db22273c6fffa03edc148d7d957) ) + ROM_LOAD( "e-302-31005-05.u38", 0x00000, 0x20000, CRC(3378937d) SHA1(3c62da7e11b2860c7fe3a35c077cadcf4d0272ca) ) ROM_RELOAD( 0x10000, 0x20000 ) ROM_REGION( 0x60000, "slave", 0 ) @@ -2607,11 +2614,10 @@ ROM_START( ataxx ) ROM_LOAD16_WORD( "eeprom-ataxx.bin", 0x0000, 0x0100, CRC(989cdb8c) SHA1(13b30a328e71a195960e98e50d1657a8b6860dcf) ) ROM_END - ROM_START( ataxxa ) ROM_REGION( 0x30000, "master", 0 ) - ROM_LOAD( "u38.u38", 0x00000, 0x20000, CRC(3378937d) SHA1(3c62da7e11b2860c7fe3a35c077cadcf4d0272ca) ) - ROM_RELOAD( 0x10000, 0x20000 ) + ROM_LOAD( "e-302-31005-04.u38", 0x00000, 0x20000, CRC(e1cf6236) SHA1(fabf423a006b1db22273c6fffa03edc148d7d957) ) + ROM_RELOAD( 0x10000, 0x20000 ) ROM_REGION( 0x60000, "slave", 0 ) ROM_LOAD( "e-302-31012-01.u111", 0x00000, 0x20000, CRC(9a3297cc) SHA1(1dfa0bacd2f2b18d44bfc2d55c40291c1b142f8f) ) @@ -2643,7 +2649,7 @@ ROM_END ROM_START( ataxxe ) ROM_REGION( 0x30000, "master", 0 ) - ROM_LOAD( "euro_ataxx_u38_3079.bin", 0x00000, 0x20000, CRC(16aef3b7) SHA1(b2de1e3fd032ab8cc5ed995522f528f0b3283d8a) ) + ROM_LOAD( "euro_ataxx_u38_3079.u38", 0x00000, 0x20000, CRC(16aef3b7) SHA1(b2de1e3fd032ab8cc5ed995522f528f0b3283d8a) ) ROM_RELOAD( 0x10000, 0x20000 ) ROM_REGION( 0x60000, "slave", 0 ) @@ -2674,7 +2680,6 @@ ROM_START( ataxxe ) ROM_LOAD16_WORD( "eeprom-ataxxe.bin", 0x0000, 0x0100, CRC(8df1dee1) SHA1(876c5d5d506c31fdf4c3e611a1869b50ceadc6fd) ) ROM_END - ROM_START( ataxxj ) ROM_REGION( 0x30000, "master", 0 ) ROM_LOAD( "ataxxj.u38", 0x00000, 0x20000, CRC(513fa7d4) SHA1(1aada72214c0165d76667935855bf996a5b3d55b) ) @@ -3371,8 +3376,8 @@ GAME( 1990, pigout, 0, lelandi, pigout, leland_state, pigout, R GAME( 1990, pigouta, pigout, lelandi, pigout, leland_state, pigout, ROT0, "Leland Corporation", "Pig Out: Dine Like a Swine! (rev 1)", 0 ) /* Ataxx-era PCB, 80186 sound */ -GAME( 1990, ataxx, 0, ataxx, ataxx, leland_state, ataxx, ROT0, "Leland Corporation", "Ataxx (set 1)", 0 ) -GAME( 1990, ataxxa, ataxx, ataxx, ataxx, leland_state, ataxx, ROT0, "Leland Corporation", "Ataxx (set 2)", 0 ) +GAME( 1990, ataxx, 0, ataxx, ataxx, leland_state, ataxx, ROT0, "Leland Corporation", "Ataxx (rev 5)", 0 ) +GAME( 1990, ataxxa, ataxx, ataxx, ataxx, leland_state, ataxx, ROT0, "Leland Corporation", "Ataxx (rev 4)", 0 ) GAME( 1990, ataxxe, ataxx, ataxx, ataxx, leland_state, ataxx, ROT0, "Leland Corporation", "Ataxx (Europe)", 0 ) GAME( 1990, ataxxj, ataxx, ataxx, ataxx, leland_state, ataxxj, ROT0, "Leland Corporation (Capcom license)", "Ataxx (Japan)", 0 ) GAME( 1990, wsf, 0, wsf, wsf, leland_state, wsf, ROT0, "Leland Corporation", "World Soccer Finals (rev 3)", 0 ) -- cgit v1.2.3