From 383ace2adc8ea0d4989c2493b9d36ed6c5185b37 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Thu, 8 Nov 2018 07:11:58 +0100 Subject: exidy.cpp: correct PROM PCB locations [Jim Hernandez] --- src/mame/drivers/exidy.cpp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/mame/drivers/exidy.cpp b/src/mame/drivers/exidy.cpp index 39debd9378e..a9ac5f528a5 100644 --- a/src/mame/drivers/exidy.cpp +++ b/src/mame/drivers/exidy.cpp @@ -1210,10 +1210,10 @@ ROM_START( mtrap ) ROM_REGION( 0x0800, "gfx1", 0 ) ROM_LOAD( "mtl11d.bin", 0x0000, 0x0800, CRC(c6e4d339) SHA1(b091923e4d52e93d7c567afba217a10b2a3735fc) ) - ROM_REGION( 0x140, "proms", 0 ) // PROMs located at 6c and 3d were dumped from a bootleg, very probably they are the same, but marked as bad dump for precaution. They also match the teetert ones. - ROM_LOAD( "74s288.6c", 0x0000, 0x0020, BAD_DUMP CRC(f76b4fcf) SHA1(197e0cc508ffeb5cefa4046bdfb158939d598225) ) // 6331 according to the Mouse Trap manual + ROM_REGION( 0x140, "proms", 0 ) // PROMs located at h14 and d6 were dumped from a bootleg, very probably they are the same, but marked as bad dump for precaution. They also match the teetert ones. + ROM_LOAD( "74s288.h14", 0x0000, 0x0020, BAD_DUMP CRC(f76b4fcf) SHA1(197e0cc508ffeb5cefa4046bdfb158939d598225) ) // 6331 according to the Mouse Trap manual ROM_LOAD( "vel5c_1.c5", 0x0020, 0x0100, CRC(43b35bb7) SHA1(0a0cecea8faff9f3ff4c2ceda0b5b25e8e1cd667) ) // 6301 according to the Mouse Trap manual - ROM_LOAD( "74s288.3d", 0x0120, 0x0020, BAD_DUMP CRC(e26f9053) SHA1(eec35b6aa2c2d305418306bf4a1754a0583f109f) ) // 6331 according to the Mouse Trap manual + ROM_LOAD( "74s288.d6", 0x0120, 0x0020, BAD_DUMP CRC(e26f9053) SHA1(eec35b6aa2c2d305418306bf4a1754a0583f109f) ) // 6331 according to the Mouse Trap manual ROM_END @@ -1240,10 +1240,10 @@ ROM_START( mtrap2 ) ROM_REGION( 0x0800, "gfx1", 0 ) ROM_LOAD( "mtl11d.bin", 0x0000, 0x0800, CRC(c6e4d339) SHA1(b091923e4d52e93d7c567afba217a10b2a3735fc) ) - ROM_REGION( 0x140, "proms", 0 ) // PROMs located at 6c and 3d were dumped from a bootleg, very probably they are the same, but marked as bad dump for precaution. They also match the teetert ones. - ROM_LOAD( "74s288.6c", 0x0000, 0x0020, BAD_DUMP CRC(f76b4fcf) SHA1(197e0cc508ffeb5cefa4046bdfb158939d598225) ) // 6331 according to the Mouse Trap manual + ROM_REGION( 0x140, "proms", 0 ) // PROMs located at h14 and d6 were dumped from a bootleg, very probably they are the same, but marked as bad dump for precaution. They also match the teetert ones. + ROM_LOAD( "74s288.h14", 0x0000, 0x0020, BAD_DUMP CRC(f76b4fcf) SHA1(197e0cc508ffeb5cefa4046bdfb158939d598225) ) // 6331 according to the Mouse Trap manual ROM_LOAD( "vel5c_1.c5", 0x0020, 0x0100, CRC(43b35bb7) SHA1(0a0cecea8faff9f3ff4c2ceda0b5b25e8e1cd667) ) // 6301 according to the Mouse Trap manual - ROM_LOAD( "74s288.3d", 0x0120, 0x0020, BAD_DUMP CRC(e26f9053) SHA1(eec35b6aa2c2d305418306bf4a1754a0583f109f) ) // 6331 according to the Mouse Trap manual + ROM_LOAD( "74s288.d6", 0x0120, 0x0020, BAD_DUMP CRC(e26f9053) SHA1(eec35b6aa2c2d305418306bf4a1754a0583f109f) ) // 6331 according to the Mouse Trap manual ROM_END @@ -1270,10 +1270,10 @@ ROM_START( mtrap3 ) ROM_REGION( 0x0800, "gfx1", 0 ) ROM_LOAD( "mtl11d.bin", 0x0000, 0x0800, CRC(c6e4d339) SHA1(b091923e4d52e93d7c567afba217a10b2a3735fc) ) - ROM_REGION( 0x140, "proms", 0 ) // PROMs located at 6c and 3d were dumped from a bootleg, very probably they are the same, but marked as bad dump for precaution. They also match the teetert ones. - ROM_LOAD( "74s288.6c", 0x0000, 0x0020, BAD_DUMP CRC(f76b4fcf) SHA1(197e0cc508ffeb5cefa4046bdfb158939d598225) ) // 6331 according to the Mouse Trap manual + ROM_REGION( 0x140, "proms", 0 ) // PROMs located at h14 and d6 were dumped from a bootleg, very probably they are the same, but marked as bad dump for precaution. They also match the teetert ones. + ROM_LOAD( "74s288.h14", 0x0000, 0x0020, BAD_DUMP CRC(f76b4fcf) SHA1(197e0cc508ffeb5cefa4046bdfb158939d598225) ) // 6331 according to the Mouse Trap manual ROM_LOAD( "vel5c_1.c5", 0x0020, 0x0100, CRC(43b35bb7) SHA1(0a0cecea8faff9f3ff4c2ceda0b5b25e8e1cd667) ) // 6301 according to the Mouse Trap manual - ROM_LOAD( "74s288.3d", 0x0120, 0x0020, BAD_DUMP CRC(e26f9053) SHA1(eec35b6aa2c2d305418306bf4a1754a0583f109f) ) // 6331 according to the Mouse Trap manual + ROM_LOAD( "74s288.d6", 0x0120, 0x0020, BAD_DUMP CRC(e26f9053) SHA1(eec35b6aa2c2d305418306bf4a1754a0583f109f) ) // 6331 according to the Mouse Trap manual ROM_END @@ -1300,10 +1300,10 @@ ROM_START( mtrap4 ) ROM_REGION( 0x0800, "gfx1", 0 ) ROM_LOAD( "mtl11d.bin", 0x0000, 0x0800, CRC(c6e4d339) SHA1(b091923e4d52e93d7c567afba217a10b2a3735fc) ) - ROM_REGION( 0x140, "proms", 0 ) // PROMs located at 6c and 3d were dumped from a bootleg, very probably they are the same, but marked as bad dump for precaution. They also match the teetert ones. - ROM_LOAD( "74s288.6c", 0x0000, 0x0020, BAD_DUMP CRC(f76b4fcf) SHA1(197e0cc508ffeb5cefa4046bdfb158939d598225) ) // 6331 according to the Mouse Trap manual + ROM_REGION( 0x140, "proms", 0 ) // PROMs located at h14 and d6 were dumped from a bootleg, very probably they are the same, but marked as bad dump for precaution. They also match the teetert ones. + ROM_LOAD( "74s288.h14", 0x0000, 0x0020, BAD_DUMP CRC(f76b4fcf) SHA1(197e0cc508ffeb5cefa4046bdfb158939d598225) ) // 6331 according to the Mouse Trap manual ROM_LOAD( "vel5c_1.c5", 0x0020, 0x0100, CRC(43b35bb7) SHA1(0a0cecea8faff9f3ff4c2ceda0b5b25e8e1cd667) ) // 6301 according to the Mouse Trap manual - ROM_LOAD( "74s288.3d", 0x0120, 0x0020, BAD_DUMP CRC(e26f9053) SHA1(eec35b6aa2c2d305418306bf4a1754a0583f109f) ) // 6331 according to the Mouse Trap manual + ROM_LOAD( "74s288.d6", 0x0120, 0x0020, BAD_DUMP CRC(e26f9053) SHA1(eec35b6aa2c2d305418306bf4a1754a0583f109f) ) // 6331 according to the Mouse Trap manual ROM_END ROM_START( mtrapb ) -- cgit v1.2.3