Previous 199869 Revisions Next

r19845 Thursday 27th December, 2012 at 02:03:59 UTC by Brian Troha
restore bad_dump flag about questionable rom. - NW
[src/mame/drivers]silkroad.c

trunk/src/mame/drivers/silkroad.c
r19844r19845
313313{
314314
315315   /* why? rom04.bin looks like a bad dump, but it seems not since it was
316       verified as correct... problem with the original which the gfx
317       hardware didn't care about? */
316       verified as correct... problem with the original which the gfx hardware
317       didn't care about? Ideally it should be checked against a different PCB */
318318
319319   UINT8 *src = machine().root_device().memregion("gfx1")->base()+0x1000000;
320320   int len = 0x0200000;
r19844r19845
343343   /* Sprites */
344344   ROM_LOAD( "rom12.bin",   0x0000000, 0x0200000, CRC(96393d04) SHA1(f512bb8603510d39e649f4ec1c5e2d0e4bf3a2cc) ) // 0
345345   ROM_LOAD( "rom08.bin",   0x0800000, 0x0200000, CRC(23f1d462) SHA1(6ca8052b16ccc1fe59716e03f66bd33af5145b37) ) // 0
346   ROM_LOAD( "rom04.bin",   0x1000000, 0x0200000, CRC(2cf6ed30) SHA1(e96585cd109debc45960090d73b15db87e91ce0f) ) // 0, See DRIVER_INIT
346   ROM_LOAD( "rom04.bin",   0x1000000, 0x0200000, BAD_DUMP CRC(2cf6ed30) SHA1(e96585cd109debc45960090d73b15db87e91ce0f) ) // 0, See DRIVER_INIT
347347
348348   ROM_LOAD( "rom13.bin",   0x0200000, 0x0200000, CRC(4ca1698e) SHA1(4fffc2f2a5fb434c42463ce904fd811866c53f81) ) // 1
349349   ROM_LOAD( "rom09.bin",   0x0a00000, 0x0200000, CRC(ef0b5bf4) SHA1(acd3bc5070de84608c5da0d091094382853cb048) ) // 1

Previous 199869 Revisions Next


© 1997-2024 The MAME Team