diff options
| author | 2011-06-02 21:11:27 +0000 | |
|---|---|---|
| committer | 2011-06-02 21:11:27 +0000 | |
| commit | fa7d35f0373d7435f27c82f8078be2a4989a2e17 (patch) | |
| tree | d0a1ae7733a8f96915ea99518c414a147c9dd6a2 | |
| parent | d0873766c8430c79d768faca6d6926036fce692d (diff) | |
irem_cpu: dsoccr94 too... (no whatsnew)
| -rw-r--r-- | src/mame/machine/irem_cpu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/irem_cpu.c b/src/mame/machine/irem_cpu.c index 33d7d40f652..88029515bf8 100644 --- a/src/mame/machine/irem_cpu.c +++ b/src/mame/machine/irem_cpu.c @@ -550,7 +550,7 @@ const UINT8 dsoccr94_decryption_table[256] = { xxxx,xxxx,0xb9,xxxx,xxxx,0x2a,xxxx,0x3c, xxxx,0x80,0x26,xxxx,0xb0,xxxx,0x47,xxxx, /* 30 */ xxxx,xxxx,0x0a,0x55,xxxx,xxxx,xxxx,0x88, xxxx,xxxx,0x87,xxxx,xxxx,0xb4,0x0c,xxxx, /* 40 */ 0x73,0x53,xxxx,xxxx,0x3b,0x1f,xxxx,xxxx, xxxx,xxxx,xxxx,xxxx,xxxx,xxxx,xxxx,xxxx, /* 50 */ - 0x01,xxxx,xxxx,xxxx,xxxx,0x1e,xxxx,xxxx, 0xc3,xxxx,0xa3,0x74,xxxx,0x32,0x42,0x75, /* 60 */ + 0xf7,xxxx,xxxx,xxxx,xxxx,0x1e,xxxx,xxxx, 0xc3,xxxx,0xa3,0x74,xxxx,0x32,0x42,0x75, /* 60 */ 0xfc,xxxx,0xb8,xxxx,0x33,xxxx,0x5e,xxxx, xxxx,0xaa,xxxx,xxxx,0x04,xxxx,0x9c,0xba, /* 70 */ xxxx,xxxx,0x24,0x89,xxxx,xxxx,0xea,xxxx, 0x23,xxxx,xxxx,xxxx,0xbb,xxxx,xxxx,0xc7, /* 80 */ xxxx,0x8e,xxxx,0x52,xxxx,0x18,xxxx,0x72, xxxx,xxxx,xxxx,xxxx,0xb6,xxxx,xxxx,xxxx, /* 90 */ @@ -564,7 +564,7 @@ const UINT8 dsoccr94_decryption_table[256] = { // 0x95 (0x18) opcode is right but arguments could be swapped // 0x2a (0x2b) not sure, could be 0x1b -// 0x60 (0x01) guess (wrong?) +// fixed 0x60 = 0xf7 mapping /* preliminary table by Pierpaolo Prazzoli */ |
