From c6de7768c68bc08d651d4071e78496b26fd69e91 Mon Sep 17 00:00:00 2001 From: davidhay Date: Mon, 18 Feb 2008 01:16:17 +0000 Subject: [PATCH] (from robiza) riskchal opcode a4 -> 12, fixes bonus points between levels --- src/mame/machine/irem_cpu.c | 2 +- src/mame/machine/irem_cpu.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mame/machine/irem_cpu.c b/src/mame/machine/irem_cpu.c index 4394603690a..0142809c881 100644 --- a/src/mame/machine/irem_cpu.c +++ b/src/mame/machine/irem_cpu.c @@ -321,7 +321,7 @@ const UINT8 gussun_decryption_table[256] = { // pppp pppp ???? pppp gggg xxxx,xxxx,0x9d,xxxx,0xbb,xxxx,xxxx,0xcb, 0xa9,0xcf,xxxx,0x60,0x43,0x56,xxxx,xxxx, /* 90 */ // gggg gggg - xxxx,0xa3,xxxx,xxxx,0x82,xxxx,0xfa,0xb4, xxxx,0x81,0xe6,0x48,0x80,0x8c,0xd4,xxxx, /* a0 */ + xxxx,0xa3,xxxx,xxxx,0x12,xxxx,0xfa,0xb4, xxxx,0x81,0xe6,0x48,0x80,0x8c,0xd4,xxxx, /* a0 */ // ???? gggg ???? gggg gggg 0x42,xxxx,0x84,0xb6,0x77,0x3d,0x3e,xxxx, xxxx,0xb7,0x4b,xxxx,0xa4,xxxx,xxxx,xxxx, /* b0 */ // gggg gggg ???? gggg gggg ???? pppp gggg diff --git a/src/mame/machine/irem_cpu.h b/src/mame/machine/irem_cpu.h index 40630503585..f0dffc77f28 100644 --- a/src/mame/machine/irem_cpu.h +++ b/src/mame/machine/irem_cpu.h @@ -16,4 +16,3 @@ extern const UINT8 matchit2_decryption_table[]; extern const UINT8 test_decryption_table[]; -extern void irem_cpu_decrypt(int cpu,const UINT8 *decryption_table);