diff options
Diffstat (limited to 'src/mame/igs/igs_fear.cpp')
| -rw-r--r-- | src/mame/igs/igs_fear.cpp | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/src/mame/igs/igs_fear.cpp b/src/mame/igs/igs_fear.cpp index 479eadb4ecf..f541cc196a5 100644 --- a/src/mame/igs/igs_fear.cpp +++ b/src/mame/igs/igs_fear.cpp @@ -626,20 +626,12 @@ ROM_START( mjzb ) // IGS PCB-0433-04-GK - Has IGS027A, MX10EXAQC, 2x Actel A54SX ROM_REGION( 0x10000, "xa:mcu", 0 ) // MX10EXAQC (80C51 XA based MCU) ROM_LOAD( "a9.u38", 0x000000, 0x10000, CRC(7dae4900) SHA1(bbf7ba7c9e95ff2ffeb1dc0fc7ccedd4da274d01) ) // same as icescape - // 1 of the GFX ROMs is underdumped + // dumps are probably correct, leaving as bad dump due to having to hand fix the address lines and the bad state of the ROM chips ROM_REGION( 0x2000000, "gfx1", ROMREGION_ERASE00 ) // FIXED BITS (0xxxxxxx) (graphics are 7bpp). - // u7 is probably correct, leaving as bad dump due to having to hand fix the address lines ROM_LOAD32_WORD( "mjzb_cg_u7.u7", 0x0000000, 0x800000, BAD_DUMP CRC(9a09b5d9) SHA1(63e90da4cbe0ccb6823fcbd9433c0022f6edb771) ) - - // u6 is probably correct, leaving as bad dump due to having to hand fix the address lines and due to the bad state of the ROM chip ROM_LOAD32_WORD( "mjzb_cg_u6.u6", 0x0000002, 0x800000, BAD_DUMP CRC(6f78c584) SHA1(453f48b7142cf5703a0b145be5c83189351e47ad) ) - - // for u14 we only have the 6th 0x100000 block and the ROM chip is broken - ROM_LOAD32_WORD( "mjzb_cg_u14.u14", 0x1a00000, 0x100000, BAD_DUMP CRC(f96d6c81) SHA1(b9db6ed0ed9f311090506ef1286bf5d3c71fea78) ) - - // u13 is probably correct, leaving as bad dump due to having to hand fix the address lines and due to the bad state of the ROM chip + ROM_LOAD32_WORD( "mjzb_cg_u14.u14", 0x1000000, 0x800000, BAD_DUMP CRC(87d9f66e) SHA1(3d1d90418c5118892843d9cc22373b3d87d030ec) ) ROM_LOAD32_WORD( "mjzb_cg_u13.u13", 0x1000002, 0x800000, BAD_DUMP CRC(bcd686b2) SHA1(8599cf80bde88b438aef67f2379b29291777ccd8) ) - // u17 and u18 not populated ROM_REGION( 0x400000, "xa:ics", 0 ) |
