summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vegas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vegas.cpp')
-rw-r--r--src/mame/drivers/vegas.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/drivers/vegas.cpp b/src/mame/drivers/vegas.cpp
index fd8507a2f0f..e6267db1295 100644
--- a/src/mame/drivers/vegas.cpp
+++ b/src/mame/drivers/vegas.cpp
@@ -2241,8 +2241,8 @@ ROM_START( gauntleg )
ROM_REGION16_LE( 0x10000, "dcs", 0 ) // Vegas SIO boot ROM
ROM_LOAD16_BYTE( "vegassio.bin", 0x000000, 0x8000, CRC(d1470e23) SHA1(f6e8405cfa604528c0224401bc374a6df9caccef) )
- ROM_REGION( 0x1000, "serial_security_pic", 0 ) // security PIC (provides game ID code and serial number)
- ROM_LOAD( "322_gauntlet.u37", 0x0000, 0x1000, CRC(a038c4a0) SHA1(fb103eaae6c8370c654dc8b97529bc553efcc170) )
+ ROM_REGION( 0x2000, "serial_security_pic", 0 ) // security PIC (provides game ID code and serial number)
+ ROM_LOAD( "322_gauntlet.u37", 0x0000, 0x2000, CRC(0fe0bd0a) SHA1(bfd54572e2923d26392e89961d044357f551872a) )
ROM_END
@@ -2269,8 +2269,8 @@ ROM_START( gauntleg12 )
ROM_REGION16_LE( 0x10000, "dcs", 0 ) // Vegas SIO boot ROM
ROM_LOAD16_BYTE( "vegassio.bin", 0x000000, 0x8000, CRC(d1470e23) SHA1(f6e8405cfa604528c0224401bc374a6df9caccef) )
- ROM_REGION( 0x1000, "serial_security_pic", 0 ) // security PIC (provides game ID code and serial number)
- ROM_LOAD( "322_gauntlet.u37", 0x0000, 0x1000, CRC(a038c4a0) SHA1(fb103eaae6c8370c654dc8b97529bc553efcc170) )
+ ROM_REGION( 0x2000, "serial_security_pic", 0 ) // security PIC (provides game ID code and serial number)
+ ROM_LOAD( "322_gauntlet.u37", 0x0000, 0x2000, CRC(0fe0bd0a) SHA1(bfd54572e2923d26392e89961d044357f551872a) )
ROM_END
@@ -2287,8 +2287,8 @@ ROM_START( gauntdl )
ROM_REGION16_LE( 0x10000, "dcs", 0 ) // Vegas SIO boot ROM
ROM_LOAD16_BYTE( "vegassio.bin", 0x000000, 0x8000, CRC(d1470e23) SHA1(f6e8405cfa604528c0224401bc374a6df9caccef) )
- ROM_REGION( 0x1000, "serial_security_pic", 0 ) // security PIC (provides game ID code and serial number)
- ROM_LOAD( "346_gauntlet-dl.u37", 0x0000, 0x1000, CRC(dfa42d4d) SHA1(3529433759f55d240e4f6c6e8d17311a877387b4) )
+ ROM_REGION( 0x2000, "serial_security_pic", 0 ) // security PIC (provides game ID code and serial number)
+ ROM_LOAD( "346_gauntlet-dl.u37", 0x0000, 0x2000, CRC(09420dd3) SHA1(9ffc62049b3e329b525469849944896163b1582b) )
ROM_END
@@ -2305,8 +2305,8 @@ ROM_START( gauntdl24 )
ROM_REGION16_LE( 0x10000, "dcs", 0 ) // Vegas SIO boot ROM
ROM_LOAD16_BYTE( "vegassio.bin", 0x000000, 0x8000, CRC(d1470e23) SHA1(f6e8405cfa604528c0224401bc374a6df9caccef) )
- ROM_REGION( 0x1000, "serial_security_pic", 0 ) // security PIC (provides game ID code and serial number)
- ROM_LOAD( "346_gauntlet-dl.u37", 0x0000, 0x1000, CRC(dfa42d4d) SHA1(3529433759f55d240e4f6c6e8d17311a877387b4) )
+ ROM_REGION( 0x2000, "serial_security_pic", 0 ) // security PIC (provides game ID code and serial number)
+ ROM_LOAD( "346_gauntlet-dl.u37", 0x0000, 0x2000, CRC(09420dd3) SHA1(9ffc62049b3e329b525469849944896163b1582b) )
ROM_END