Previous 199869 Revisions Next

r40656 Wednesday 9th September, 2015 at 08:55:15 UTC by Guru
pgm.c: confirmed external 32Mbit ARM EPROM for set 'dmnfrnt' with redump & removed bad dump (nw)
[src/mame/drivers]pgm.c

trunk/src/mame/drivers/pgm.c
r249167r249168
32063206   ROM_LOAD( "dmnfrnt_igs027a.bin", 0x000000, 0x04000, NO_DUMP )
32073207
32083208   ROM_REGION( 0x800000, "user1", 0 ) /* Protection Data (encrypted external ARM data, internal missing) */
3209   /* one of these is probably a bad dump, it should be obvious once progress is made because the external rom is checksummed by the internal one */
3210   ROM_LOAD( "v105_32m.u26",     0x000000, 0x400000,  CRC(d200ee63) SHA1(3128c27c5f5a4361d31e7b4bb006de631b3a228c) )
3211   ROM_LOAD( "chinese-v105.u62", 0x000000, 0x400000,  CRC(c798c2ef) SHA1(91e364c33b935293fa765ca521cdb67ac45ec70f) )
3209   ROM_LOAD( "v105_32m.u26", 0x000000, 0x400000,  CRC(c798c2ef) SHA1(91e364c33b935293fa765ca521cdb67ac45ec70f) )
32123210
32133211   ROM_REGION( 0xc00000, "tiles", 0 ) /* 8x8 Text Tiles + 32x32 BG Tiles */
32143212   PGM_VIDEO_BIOS

Previous 199869 Revisions Next


© 1997-2024 The MAME Team