mirror of
https://github.com/holub/mame
synced 2025-05-13 17:38:21 +03:00
added correct bitswap for point blank 3 [smf].
This commit is contained in:
parent
f0dfc6b28c
commit
2eb3a04814
@ -379,6 +379,7 @@ UINT32 block[ 0x1ff ];
|
|||||||
WRITE32_HANDLER( nand_block_w )
|
WRITE32_HANDLER( nand_block_w )
|
||||||
{
|
{
|
||||||
COMBINE_DATA( &block[ offset ] );
|
COMBINE_DATA( &block[ offset ] );
|
||||||
|
/* printf( "block %d %08x\n", offset, data ); */
|
||||||
}
|
}
|
||||||
|
|
||||||
READ32_HANDLER( nand_block_r )
|
READ32_HANDLER( nand_block_r )
|
||||||
@ -464,7 +465,7 @@ static DRIVER_INIT( gamshara )
|
|||||||
static DRIVER_INIT( gunbalna )
|
static DRIVER_INIT( gunbalna )
|
||||||
{
|
{
|
||||||
memn_driver_init(machine);
|
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 )
|
static DRIVER_INIT( chocovdr )
|
||||||
|
Loading…
Reference in New Issue
Block a user