From 34b3bf701098082feb9077db49987507962c1578 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Fri, 8 Oct 2021 21:39:28 +0200 Subject: starfire.cpp: correct ROM labels for starfire set [Andrew Welburn] --- src/mame/drivers/rastan.cpp | 2 +- src/mame/drivers/rollext.cpp | 2 +- src/mame/drivers/starfire.cpp | 24 +++++++++++++----------- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/src/mame/drivers/rastan.cpp b/src/mame/drivers/rastan.cpp index 2a7eaf5a6df..2330bf08f66 100644 --- a/src/mame/drivers/rastan.cpp +++ b/src/mame/drivers/rastan.cpp @@ -436,7 +436,7 @@ ROM_START( rastan ) ROM_LOAD( "b04-20.76", 0x0000, 0x10000, CRC(fd1a34cc) SHA1(b1682959521fa295769207b75cf7d839e9ec95fd) ) ROM_END -ROM_START( rastana ) +ROM_START( rastana ) // also found on PCB with SEGA S.A. labels, for distribution in Spain ROM_REGION( 0x60000, "maincpu", 0 ) /* 6*64k for 68000 code */ ROM_LOAD16_BYTE( "b04-38.19", 0x00000, 0x10000, CRC(1c91dbb1) SHA1(17fc55e8546cc0b847aebd67fb4570a1e9f128f3) ) ROM_LOAD16_BYTE( "b04-37.7", 0x00001, 0x10000, CRC(ecf20bdd) SHA1(92e46b1edef40a19be17091c09daba598d77bca8) ) diff --git a/src/mame/drivers/rollext.cpp b/src/mame/drivers/rollext.cpp index be7d9cb13c4..5ac77a5f039 100644 --- a/src/mame/drivers/rollext.cpp +++ b/src/mame/drivers/rollext.cpp @@ -796,4 +796,4 @@ ROM_START(rollext) ROM_END -GAME( 1999, rollext, 0, rollext, rollext, rollext_state, init_rollext, ROT0, "Gaelco", "ROLLing eX.tre.me", MACHINE_NOT_WORKING | MACHINE_NO_SOUND ) +GAME( 1999, rollext, 0, rollext, rollext, rollext_state, init_rollext, ROT0, "Gaelco (Namco America license)", "ROLLing eX.tre.me (US)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND ) diff --git a/src/mame/drivers/starfire.cpp b/src/mame/drivers/starfire.cpp index 7b03b2d79c6..32d403a6e2e 100644 --- a/src/mame/drivers/starfire.cpp +++ b/src/mame/drivers/starfire.cpp @@ -46,6 +46,8 @@ Notes: starfira has one less ROM in total than starfire, but everything passes as OK in the ROM test, so it's probably just an earlier revision. +a Star Fire set with labels r1436-11 to r1445-11 is known to exist. + ***************************************************************************/ #include "emu.h" @@ -505,17 +507,17 @@ void starfire_state::starfire(machine_config &config) ROM_START( starfire ) ROM_REGION( 0x10000, "maincpu", 0 ) - ROM_LOAD( "sfire.1a", 0x0000, 0x0800, CRC(9990af64) SHA1(05eccf1084ace55be9d6cf0fccddcaa18fa5487a) ) - ROM_LOAD( "sfire.2a", 0x0800, 0x0800, CRC(6e17ba33) SHA1(59433696f56018a7b253491b1db3ff45546dcd46) ) - ROM_LOAD( "sfire.1b", 0x1000, 0x0800, CRC(946175d0) SHA1(6a55d9f6031b96e9e05d61d59a23d4fc6df724bf) ) - ROM_LOAD( "sfire.2b", 0x1800, 0x0800, CRC(67be4275) SHA1(dd6232e034030e0c2b4d866fda36cbe22d8518f7) ) - ROM_LOAD( "sfire.1c", 0x2000, 0x0800, CRC(c56b4e07) SHA1(e55ae84c484a78372180783df37750cdad8b04a2) ) - ROM_LOAD( "sfire.2c", 0x2800, 0x0800, CRC(b4b9d3a7) SHA1(8f3e0d67d1e94f6b1c41a78e59ac81f021aa827a) ) - ROM_LOAD( "sfire.1d", 0x3000, 0x0800, CRC(fd52ffb5) SHA1(c1ba2ffb7de0301a962cca2e693bfbbd9838b852) ) - ROM_LOAD( "sfire.2d", 0x3800, 0x0800, CRC(51c69fe3) SHA1(33159cb3ea5029d395fc20916899aa05139c2d51) ) - ROM_LOAD( "sfire.1e", 0x4000, 0x0800, CRC(01994ec8) SHA1(db694f922a98bb0fc585cad83bee8a88d72fca8f) ) - ROM_LOAD( "sfire.2e", 0x4800, 0x0800, CRC(ef3d1b71) SHA1(ca427209194f519b1ac5b94d29c2789445303dc1) ) - ROM_LOAD( "sfire.1f", 0x5000, 0x0800, CRC(af31dc39) SHA1(0dfeff6973fd03e85b08e70c77d212f0bb60121d) ) + ROM_LOAD( "r1412-11.1a", 0x0000, 0x0800, CRC(9990af64) SHA1(05eccf1084ace55be9d6cf0fccddcaa18fa5487a) ) + ROM_LOAD( "r1413-11.2a", 0x0800, 0x0800, CRC(6e17ba33) SHA1(59433696f56018a7b253491b1db3ff45546dcd46) ) + ROM_LOAD( "r1414-11.1b", 0x1000, 0x0800, CRC(946175d0) SHA1(6a55d9f6031b96e9e05d61d59a23d4fc6df724bf) ) + ROM_LOAD( "r1415-11.2b", 0x1800, 0x0800, CRC(67be4275) SHA1(dd6232e034030e0c2b4d866fda36cbe22d8518f7) ) + ROM_LOAD( "r1416-11.1c", 0x2000, 0x0800, CRC(c56b4e07) SHA1(e55ae84c484a78372180783df37750cdad8b04a2) ) + ROM_LOAD( "r1417-11.2c", 0x2800, 0x0800, CRC(b4b9d3a7) SHA1(8f3e0d67d1e94f6b1c41a78e59ac81f021aa827a) ) + ROM_LOAD( "r1418-11.1d", 0x3000, 0x0800, CRC(fd52ffb5) SHA1(c1ba2ffb7de0301a962cca2e693bfbbd9838b852) ) + ROM_LOAD( "r1419-11.2d", 0x3800, 0x0800, CRC(51c69fe3) SHA1(33159cb3ea5029d395fc20916899aa05139c2d51) ) + ROM_LOAD( "r1420-11.1e", 0x4000, 0x0800, CRC(01994ec8) SHA1(db694f922a98bb0fc585cad83bee8a88d72fca8f) ) + ROM_LOAD( "r1421-11.2e", 0x4800, 0x0800, CRC(ef3d1b71) SHA1(ca427209194f519b1ac5b94d29c2789445303dc1) ) + ROM_LOAD( "r1422-11.1f", 0x5000, 0x0800, CRC(af31dc39) SHA1(0dfeff6973fd03e85b08e70c77d212f0bb60121d) ) ROM_REGION( 0x0040, "proms", 0 ) /* DRAM addressing */ ROM_LOAD( "prom-1.7a", 0x0000, 0x0020, CRC(ae1f4acd) SHA1(1d502b61db73cf6a4ac3d235455a5c464f12652a) ) /* BPROM type is N82S123 */ -- cgit v1.2.3