mirror of
https://github.com/holub/mame
synced 2025-05-29 09:03:08 +03:00
added nflclsfb decrypt.
This commit is contained in:
parent
95b451277d
commit
658556bba9
@ -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 );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user