diff options
author | 2017-09-10 02:55:41 -0500 | |
---|---|---|
committer | 2017-09-10 02:55:41 -0500 | |
commit | c3a3b1a2ee9b0af08aa1b7491f35804a9f5afd6a (patch) | |
tree | 1f7ffe799caf02821baa890e905697a5edd21074 /src | |
parent | a888445b44d144b09df49fb756395876d23578ee (diff) |
model2.cpp: Minor doc update (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/model2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/model2.cpp b/src/mame/drivers/model2.cpp index b5582fba10b..3cd23bbd543 100644 --- a/src/mame/drivers/model2.cpp +++ b/src/mame/drivers/model2.cpp @@ -4523,7 +4523,7 @@ ROM_START( pltkids ) /* Pilot Kids Revision A, Model 2B */ ROM_PARAMETER( ":315_5881:key", "042e2dc1" ) ROM_END -ROM_START( indy500 ) /* Defaults to Twin (Stand Alone) Cab version. 2 credits to start - Can be set to Deluxe setting in service mode, Sega Game ID# 833-12361, ROM board ID# 834-12362 */ +ROM_START( indy500 ) /* Defaults to Twin (Stand Alone) Cab version. 2 credits to start - Can be set to Deluxe setting in service mode, Sega Game ID# 833-12361 INDY 500EXP, ROM board ID# 834-12362 */ ROM_REGION( 0x200000, "maincpu", 0 ) // i960 program ROM_LOAD32_WORD("epr-18598a.15", 0x000000, 0x080000, CRC(3cdcac0f) SHA1(2f616e363f4d246fece309e81325e5e3c4e9d9f8) ) /* Higher rom numbers indicate a newer version */ ROM_LOAD32_WORD("epr-18599a.16", 0x000002, 0x080000, CRC(32bde9a2) SHA1(0982952ab3c5b035f37beb9304ac950c0e78aea8) ) /* Different attract mode... what else??? */ |