Previous 199869 Revisions Next

r21158 Monday 18th February, 2013 at 12:14:09 UTC by David Haywood
mark sample roms in biomtoya (Biomechanical Toy (Ver. 1.0.1884) as BAD_DUMP, the game code seems to expect different ones and they weren't dumped.
[src/mame/drivers]gaelco.c

trunk/src/mame/drivers/gaelco.c
r21157r21158
731731   ROM_LOAD( "j10",    0x300000, 0x040000, CRC(8e3e96cc) SHA1(761009f3f32b18139e98f20a22c433b6a49d9168) )
732732   ROM_CONTINUE(       0x380000, 0x040000 )
733733
734   // using the same samples as the parent set causes bad sounds for most of the game
734735   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) )
736737   /* 0x00000-0x2ffff is fixed, 0x30000-0x3ffff is bank switched from all the ROMs */
737738   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) )
739740ROM_END
740741
741742

Previous 199869 Revisions Next


© 1997-2024 The MAME Team