summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author braintro <briantro@users.noreply.github.com>2018-06-17 20:45:16 -0500
committer braintro <briantro@users.noreply.github.com>2018-06-17 20:45:16 -0500
commitca83ff2005c90293ac9458439730c8113928f060 (patch)
tree3f0139c69281bce877da82b8a264e395679dd140
parent954da9f7ccc78654370b59f747464dda89b1ac4e (diff)
leland.cpp: Correct the correction (nw)
-rw-r--r--src/mame/drivers/leland.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/leland.cpp b/src/mame/drivers/leland.cpp
index b795139b195..ec4ee28d01e 100644
--- a/src/mame/drivers/leland.cpp
+++ b/src/mame/drivers/leland.cpp
@@ -2223,8 +2223,8 @@ ROM_START( offroad )
ROM_LOAD( "03-22102-01.u69", 0x08000, 0x4000, CRC(c3f2e443) SHA1(82f22dabc99b3aaa94acaa303735a155ac13e592) )
/* 91 = empty */
/* 68 = empty */
- ROM_LOAD( "03-22103-01.u90", 0x14000, 0x4000, CRC(2266757a) SHA1(22aaf4b14f11198ffd14c9830c7997fd47ee14b6) ) /* Also known to labeled as revision 02 */
- ROM_LOAD( "03-22101-01.u67", 0x18000, 0x4000, CRC(ecab0527) SHA1(6bbf8243d9b2ea775897719592212b51998f1b01) ) /* Also known to labeled as revision 02 */
+ ROM_LOAD( "03-22103-02.u90", 0x14000, 0x4000, CRC(2266757a) SHA1(22aaf4b14f11198ffd14c9830c7997fd47ee14b6) )
+ ROM_LOAD( "03-22101-02.u67", 0x18000, 0x4000, CRC(ecab0527) SHA1(6bbf8243d9b2ea775897719592212b51998f1b01) ) /* Also known to labeled as revision 01 */
/* 89 = empty */
ROM_REGION16_BE( 0x80, "eeprom", 0 )
@@ -2273,8 +2273,8 @@ ROM_START( offroad3 )
ROM_LOAD( "03-22102-01.u69", 0x08000, 0x4000, CRC(c3f2e443) SHA1(82f22dabc99b3aaa94acaa303735a155ac13e592) )
/* 91 = empty */
/* 68 = empty */
- ROM_LOAD( "03-22103-01.u90", 0x14000, 0x4000, CRC(2266757a) SHA1(22aaf4b14f11198ffd14c9830c7997fd47ee14b6) ) /* Also known to labeled as revision 02 */
- ROM_LOAD( "03-22101-01.u67", 0x18000, 0x4000, CRC(ecab0527) SHA1(6bbf8243d9b2ea775897719592212b51998f1b01) ) /* Also known to labeled as revision 02 */
+ ROM_LOAD( "03-22103-02.u90", 0x14000, 0x4000, CRC(2266757a) SHA1(22aaf4b14f11198ffd14c9830c7997fd47ee14b6) )
+ ROM_LOAD( "03-22101-02.u67", 0x18000, 0x4000, CRC(ecab0527) SHA1(6bbf8243d9b2ea775897719592212b51998f1b01) ) /* Also known to labeled as revision 01 */
/* 89 = empty */
ROM_REGION16_BE( 0x80, "eeprom", 0 )