summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i86/table286.h
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:35:20 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:35:20 +0000
commita449c766a220e5edcfc5aeb03730813a929a7c8a (patch)
tree5b6a67fa3ffcc07fb2276420fffe6111679e29e8 /src/emu/cpu/i86/table286.h
parent910fff0955cf27aa904843c130ede859231642b8 (diff)
Cleanups and version bumpmame0142u5
Diffstat (limited to 'src/emu/cpu/i86/table286.h')
-rw-r--r--src/emu/cpu/i86/table286.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/emu/cpu/i86/table286.h b/src/emu/cpu/i86/table286.h
index 24b1b05215b..0ac2afa7570 100644
--- a/src/emu/cpu/i86/table286.h
+++ b/src/emu/cpu/i86/table286.h
@@ -221,14 +221,14 @@ static void (*const PREFIX286(_instruction)[256])(i8086_state *cpustate) =
PREFIX86(_aad), /* 0xd5 */
PREFIX286(_invalid),
PREFIX86(_xlat), /* 0xd7 */
- PREFIX286(_escape), /* 0xd8 */
- PREFIX286(_escape), /* 0xd9 */
- PREFIX286(_escape), /* 0xda */
- PREFIX286(_escape), /* 0xdb */
- PREFIX286(_escape), /* 0xdc */
- PREFIX286(_escape), /* 0xdd */
- PREFIX286(_escape), /* 0xde */
- PREFIX286(_escape_7), /* 0xdf */
+ PREFIX286(_escape), /* 0xd8 */
+ PREFIX286(_escape), /* 0xd9 */
+ PREFIX286(_escape), /* 0xda */
+ PREFIX286(_escape), /* 0xdb */
+ PREFIX286(_escape), /* 0xdc */
+ PREFIX286(_escape), /* 0xdd */
+ PREFIX286(_escape), /* 0xde */
+ PREFIX286(_escape_7), /* 0xdf */
PREFIX86(_loopne), /* 0xe0 */
PREFIX86(_loope), /* 0xe1 */
PREFIX86(_loop), /* 0xe2 */