added correct bitswap for point blank 3 [smf].

This commit is contained in:
smf- 2011-03-05 17:43:38 +00:00
parent f0dfc6b28c
commit 2eb3a04814

View File

@ -379,6 +379,7 @@ UINT32 block[ 0x1ff ];
WRITE32_HANDLER( nand_block_w )
{
COMBINE_DATA( &block[ offset ] );
/* printf( "block %d %08x\n", offset, data ); */
}
READ32_HANDLER( nand_block_r )
@ -464,7 +465,7 @@ static DRIVER_INIT( gamshara )
static DRIVER_INIT( gunbalna )
{
memn_driver_init(machine);
decrypt_bios( machine, 0x5, 0x4, 0x7, 0x6, 0x0, 0x1, 0x3, 0x2, 0xd, 0xf, 0xc, 0xe, 0x8, 0x9, 0xa, 0xb );
decrypt_bios( machine, 0x5, 0x4, 0x7, 0x6, 0x0, 0x1, 0x3, 0x2, 0xd, 0xf, 0xc, 0xe, 0x9, 0x8, 0xa, 0xb );
}
static DRIVER_INIT( chocovdr )