model3.cpp: Fix longstanding cut-n-paste exposed by set reordering.

This commit is contained in:
Brian Troha 2021-03-06 01:15:47 -06:00
parent e0df73c26a
commit 25d91e9762

View File

@ -3647,10 +3647,10 @@ ROM_START( vs299a ) /* Step 2.0, Sega game ID# is 833-13688, ROM board ID# 834-1
ROM_FILL( 0x000000, 0x800000, 0x0000 )
// ???? 317-0245-COM Model 3
ROM_PARAMETER( ":315_5881:key", "09222ac8" )
ROM_PARAMETER( ":315_5881:key", "29222ac8" )
ROM_END
ROM_START( vs299 ) /* Step 2.0, Sega game ID# is 833-13688, ROM board ID# 834-13689 VS2 VER99 STEP2, 837-13690-COM security board */
ROM_START( vs299 ) /* Step 2.0, Sega game ID# is 833-13688, ROM board ID# 834-13689 VS2 VER99 STEP2, Security board ID# 837-13690-COM (317-0245-COM) */
ROM_REGION64_BE( 0x8800000, "user1", 0 ) /* program + data ROMs */
// CROM
ROM_LOAD64_WORD_SWAP( "epr-21535.17", 0x400006, 0x100000, CRC(976a00bf) SHA1(d4be52ff59faa877b169f96ac509a2196cefb908) )