mirror of
https://github.com/holub/mame
synced 2025-06-17 17:59:05 +03:00
- misc/itgambl2.cpp: redumped ntcasha's GFX ROM [Hammy]
- nichibutsu/nbmj8891.cpp: dumped mask ROM for avmjts [Hammy]
This commit is contained in:
parent
a8de5722ae
commit
1e3f22dc9d
@ -351,7 +351,7 @@ ROM_START( ntcasha )
|
||||
ROM_LOAD( "ntcasha_hd64f3337cp16.mcu", 0x0000, 0xf000, NO_DUMP )
|
||||
|
||||
ROM_REGION( 0x200000, "blitter", 0 ) // weirdly no GFX ROM matches the other set, and they also seem to be in different order
|
||||
ROM_LOAD( "1.bin", 0x000000, 0x80000, BAD_DUMP CRC(52179ce7) SHA1(ef2141d9db6a99f5c459f02473d4b7b6f488e27e) ) // FIXED BITS (xxxxx1xx), almost surely bad
|
||||
ROM_LOAD( "1.bin", 0x000000, 0x80000, CRC(78c0af7f) SHA1(d5424eb35167c991e1b63760bbabbb80a744e718) )
|
||||
ROM_LOAD( "2.bin", 0x080000, 0x80000, CRC(47029306) SHA1(37e7dd25ee3e91568775934971f76fbc07e31672) )
|
||||
ROM_LOAD( "3.bin", 0x100000, 0x80000, CRC(31d11573) SHA1(8b156fcd41f7ff58465b2cc56a7ebe7be0b392b1) )
|
||||
ROM_LOAD( "4.bin", 0x180000, 0x80000, CRC(574a6938) SHA1(3ce0fb090da00b3098b04f367842b031ed4767ef) )
|
||||
|
@ -3136,7 +3136,7 @@ ROM_START( avmjts ) // GH1701 PCB + VCR tape controller PCB
|
||||
// 8k socketed but no ROM, everything else not populated
|
||||
|
||||
ROM_REGION( 0x40000, "protection", 0 )
|
||||
ROM_LOAD( "mask.f2", 0x00000, 0x40000, BAD_DUMP CRC(2199e3e9) SHA1(965af4a29db4ff909dbeeebab1b828eb4f23f57e) ) // not dumped yet
|
||||
ROM_LOAD( "mask.f2", 0x00000, 0x40000, CRC(2199e3e9) SHA1(965af4a29db4ff909dbeeebab1b828eb4f23f57e) )
|
||||
|
||||
DISK_REGION( "vhs" ) /* Video Home System tape */
|
||||
DISK_IMAGE_READONLY( "avmjts", 0, NO_DUMP )
|
||||
|
Loading…
Reference in New Issue
Block a user