diff options
Diffstat (limited to 'src/emu/cpu/mc68hc11/hc11ops.h')
-rw-r--r-- | src/emu/cpu/mc68hc11/hc11ops.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/mc68hc11/hc11ops.h b/src/emu/cpu/mc68hc11/hc11ops.h index e6a94d00de1..f3c9a18e49b 100644 --- a/src/emu/cpu/mc68hc11/hc11ops.h +++ b/src/emu/cpu/mc68hc11/hc11ops.h @@ -275,11 +275,11 @@ static const hc11_opcode_list_struct hc11_opcode_list[] = // { 0, 0xbf, HC11OP(sts_ext) }, // { 0, 0xaf, HC11OP(sts_indx) }, // { 0x18, 0xaf, HC11OP(sts_indy) }, -// { 0, 0xdf, HC11OP(stx_dir) }, + { 0, 0xdf, HC11OP(stx_dir) }, { 0, 0xff, HC11OP(stx_ext) }, { 0, 0xef, HC11OP(stx_indx) }, { 0xcd, 0xef, HC11OP(stx_indy) }, -// { 0x18, 0xdf, HC11OP(sty_dir) }, + { 0x18, 0xdf, HC11OP(sty_dir) }, { 0x18, 0xff, HC11OP(sty_ext) }, { 0x1a, 0xef, HC11OP(sty_indx) }, { 0x18, 0xef, HC11OP(sty_indy) }, |