Previous 199869 Revisions Next

r32197 Friday 19th September, 2014 at 09:38:04 UTC by David Haywood
zt2k - fix a rom load (nw)
[src/mame/drivers]r2dx_v33.c

trunk/src/mame/drivers/r2dx_v33.c
r32196r32197
935935
936936   ROM_REGION( 0x400000, "gfx2", 0 ) /* background gfx */
937937   ROM_LOAD( "szy-05.u0614",     0x000000, 0x100000, CRC(8b7f9219) SHA1(3412b6f8a4fe245e521ddcf185a53f2f4520eb57) ) /* PCB silkscreened BG12, Same as "MUSHA BACK-1" */
938   ROM_LOAD( "mt28f400b1.u0619", 0x100000, 0x080000, CRC(266acee6) SHA1(2a9da66c313a7536c7fb393134b9df0bb122cb2b) ) /* SMT rom, PCB silkscreened BG3 */
938   ROM_LOAD16_WORD_SWAP( "mt28f400b1.u0619", 0x100000, 0x080000, CRC(266acee6) SHA1(2a9da66c313a7536c7fb393134b9df0bb122cb2b) ) /* SMT rom, PCB silkscreened BG3 */
939939   /* PCB has an unpopulated socket rom space for a LH535A00D at u0615 for alt BG3 location */
940940
941941   ROM_REGION( 0x800000, "gfx3", 0 ) /* sprite gfx (NOT encrypted) */

Previous 199869 Revisions Next


© 1997-2024 The MAME Team