added nflclsfb decrypt.

This commit is contained in:
smf- 2012-03-06 12:57:27 +00:00
parent 95b451277d
commit 658556bba9

View File

@ -468,12 +468,10 @@ static DRIVER_INIT( panikuru )
decrypt_bios( machine, 0x6, 0x4, 0x7, 0x5, 0x0, 0x1, 0x2, 0x3, 0xc, 0xf, 0xe, 0xd, 0x9, 0x8, 0xb, 0xa );
}
// This is not the actual decrpyt for NFL Classic Football. This still needs to be divined.
static DRIVER_INIT( nflclsfb )
{
memn_driver_init(machine);
decrypt_bios( machine, 0x6, 0x4, 0x7, 0x5, 0x0, 0x1, 0x2, 0x3, 0xc, 0xf, 0xe, 0xd, 0x9, 0x8, 0xb, 0xa );
decrypt_bios( machine, 0x6, 0x5, 0x4, 0x7, 0x1, 0x3, 0x0, 0x2, 0xc, 0xd, 0xe, 0xf, 0x8, 0xb, 0xa, 0x9 );
}