trunk/src/mame/drivers/gaelco.c
r21157 | r21158 | |
731 | 731 | ROM_LOAD( "j10", 0x300000, 0x040000, CRC(8e3e96cc) SHA1(761009f3f32b18139e98f20a22c433b6a49d9168) ) |
732 | 732 | ROM_CONTINUE( 0x380000, 0x040000 ) |
733 | 733 | |
| 734 | // using the same samples as the parent set causes bad sounds for most of the game |
734 | 735 | ROM_REGION( 0x140000, "oki", 0 ) /* ADPCM samples - sound chip is OKIM6295 */ |
735 | | ROM_LOAD( "c1", 0x000000, 0x080000, CRC(0f02de7e) SHA1(a8779370cc36290616794ff11eb3eebfdea5b1a9) ) |
| 736 | ROM_LOAD( "c1", 0x000000, 0x080000, BAD_DUMP CRC(0f02de7e) SHA1(a8779370cc36290616794ff11eb3eebfdea5b1a9) ) |
736 | 737 | /* 0x00000-0x2ffff is fixed, 0x30000-0x3ffff is bank switched from all the ROMs */ |
737 | 738 | ROM_RELOAD( 0x040000, 0x080000 ) |
738 | | ROM_LOAD( "c3", 0x0c0000, 0x080000, CRC(914e4bbc) SHA1(ca82b7481621a119f05992ed093b963da70d748a) ) |
| 739 | ROM_LOAD( "c3", 0x0c0000, 0x080000, BAD_DUMP CRC(914e4bbc) SHA1(ca82b7481621a119f05992ed093b963da70d748a) ) |
739 | 740 | ROM_END |
740 | 741 | |
741 | 742 | |