diff --git a/src/mame/drivers/namcos10.c b/src/mame/drivers/namcos10.c index 0199d782ddc..60a551761e3 100644 --- a/src/mame/drivers/namcos10.c +++ b/src/mame/drivers/namcos10.c @@ -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 ); }