diff options
author | 2018-12-13 19:36:31 -0600 | |
---|---|---|
committer | 2018-12-13 19:36:31 -0600 | |
commit | 4d39cd3d20d67ebcf6724aa9e154331c31d651e0 (patch) | |
tree | 8d1e817b71d3722f2296f2fb1715f289cab24975 | |
parent | 0e6b9d138058731f3c2037170cee046594f67684 (diff) |
Minor Sega games documentation update (nw)
-rw-r--r-- | src/mame/drivers/model2.cpp | 2 | ||||
-rw-r--r-- | src/mame/drivers/model3.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/model2.cpp b/src/mame/drivers/model2.cpp index d97a4094984..37298b9b9d4 100644 --- a/src/mame/drivers/model2.cpp +++ b/src/mame/drivers/model2.cpp @@ -6099,7 +6099,7 @@ ROM_START( daytonase ) /* Daytona USA (Japan, Revision A), Original Model 2 w/Mo ROM_LOAD("epr-16488a.ic12", 0x000000, 0x010000, CRC(546c5d1a) SHA1(5533301fe7e3b499e6cee12230d2c656c3c667da) ) ROM_END -ROM_START( daytona93 ) /* Daytona USA (Deluxe cabinet, '93 version. There is said to be a Deluxe '94 edition) */ +ROM_START( daytona93 ) /* Daytona USA, Deluxe cabinet, '93 version, ROM board ID# 834-10536-01 - There is said to be a Deluxe '94 edition */ ROM_REGION( 0x200000, "maincpu", 0 ) // i960 program ROM_LOAD32_WORD("epr-16530a.12", 0x000000, 0x020000, CRC(39e962b5) SHA1(b98a1faabb4f1eff707a94c32224c7820f259874) ) ROM_LOAD32_WORD("epr-16531a.13", 0x000002, 0x020000, CRC(693126eb) SHA1(779734ba536db67e14760d52e8d8d7db07816481) ) diff --git a/src/mame/drivers/model3.cpp b/src/mame/drivers/model3.cpp index 57bde9ef2f0..e856f29449f 100644 --- a/src/mame/drivers/model3.cpp +++ b/src/mame/drivers/model3.cpp @@ -2769,7 +2769,7 @@ ROM_START( vf3a ) /* step 1.0, Sega game ID# is 833-12712, ROM board ID# 834-1 ROM_FILL( 0x000000, 0x800000, 0x0000 ) ROM_END -ROM_START( vf3tb ) /* step 1.0? */ +ROM_START( vf3tb ) /* step 1.0?, Sega game ID# is 833-13279 VIRTUA FIGHTER 3TB */ ROM_REGION64_BE( 0x8800000, "user1", 0 ) /* program + data ROMs */ // CROM ROM_LOAD64_WORD_SWAP( "epr-20126.17", 0x600006, 0x080000, CRC(27ecd3b0) SHA1(a9b913294ac925adb501d3b47f346006b70dfcd6) ) @@ -4673,7 +4673,7 @@ ROM_START( dirtdvlsg ) /* Step 2.1 presumable German version, might be origina ROM_PARAMETER( ":315_5881:key", "29290f17" ) ROM_END -ROM_START( daytona2 ) /* Step 2.1, ROM board ID# 834-13428 DAYTONA USA2, Security board ID# 837-13507-COM */ +ROM_START( daytona2 ) /* Step 2.1, Sega game ID# is 833-13427, ROM board ID# 834-13428 DAYTONA USA2, Security board ID# 837-13507-COM */ ROM_REGION64_BE( 0x8800000, "user1", 0 ) /* program + data ROMs */ // CROM ROM_LOAD64_WORD_SWAP( "epr-20861a.17", 0x000006, 0x200000, CRC(89ba8e78) SHA1(7d27124b976a63fdadd16551a664b2cc8cc08e79) ) |