trunk/src/mame/drivers/pgm.c
| r249167 | r249168 | |
| 3206 | 3206 | ROM_LOAD( "dmnfrnt_igs027a.bin", 0x000000, 0x04000, NO_DUMP ) |
| 3207 | 3207 | |
| 3208 | 3208 | 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) ) |
| 3212 | 3210 | |
| 3213 | 3211 | ROM_REGION( 0xc00000, "tiles", 0 ) /* 8x8 Text Tiles + 32x32 BG Tiles */ |
| 3214 | 3212 | PGM_VIDEO_BIOS |