From 6ed352261d40e37887357fe901dc380d6ef79844 Mon Sep 17 00:00:00 2001 From: braintro Date: Thu, 21 Feb 2019 20:55:01 -0600 Subject: model3.cpp: Minor doc update (nw) --- src/mame/drivers/model2.cpp | 2 +- src/mame/drivers/model3.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/model2.cpp b/src/mame/drivers/model2.cpp index f8cc30995bc..b29c67f9a6f 100644 --- a/src/mame/drivers/model2.cpp +++ b/src/mame/drivers/model2.cpp @@ -5303,7 +5303,7 @@ Main board ID# 837-10854-02-91 Sega Game ID# 836-13274 OVER REV ROM board ID# 836-13275 -These ID numbers have been verfied on multiple board sets for both revision A and revision B program ROMs +These ID numbers have been verified on multiple board sets for both revision A and revision B program ROMs */ ROM_START( overrevb ) /* Over Rev Revision B, Model 2B */ ROM_REGION( 0x200000, "maincpu", 0 ) // i960 program diff --git a/src/mame/drivers/model3.cpp b/src/mame/drivers/model3.cpp index a0ed163092c..fb31b4a5303 100644 --- a/src/mame/drivers/model3.cpp +++ b/src/mame/drivers/model3.cpp @@ -5213,7 +5213,7 @@ ROM_START( harleya ) /* Step 2.0, Sega game ID# is 833-13325, ROM board ID# 8 ROM_FILL( 0x000000, 0x1000000, 0x0000 ) ROM_END -ROM_START( fvipers2 ) /* Step 2.0 */ +ROM_START( fvipers2 ) /* Step 2.0, Sega game ID# is 833-13407 FIGHTING VIPERS2, ROM board ID# 834-13408 FIGHTING VIPERS2, Security board ID# 837-13423-COM */ ROM_REGION64_BE( 0x8800000, "user1", 0 ) /* program + data ROMs */ // CROM ROM_LOAD64_WORD_SWAP( "epr-20596a.17", 0x000006, 0x200000, CRC(969ab801) SHA1(a7a2aa71204d1c38a6a8c0605331fd859cb224f1) ) -- cgit v1.2.3