summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/t11/t11table.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/t11/t11table.hxx')
-rw-r--r--src/devices/cpu/t11/t11table.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/t11/t11table.hxx b/src/devices/cpu/t11/t11table.hxx
index 48ebf95c5ce..98ffaa6195f 100644
--- a/src/devices/cpu/t11/t11table.hxx
+++ b/src/devices/cpu/t11/t11table.hxx
@@ -25,7 +25,7 @@ modes:
const t11_device::opcode_func t11_device::s_opcode_table[65536 >> 3] =
{
/* 0x0000 */
- OP(op_0000), OP(halt), OP(illegal), OP(illegal), OP(illegal), OP(illegal), OP(illegal), OP(illegal),
+ OP(op_0000), OP(op_0001), OP(illegal), OP(illegal), OP(illegal), OP(illegal), OP(illegal), OP(illegal),
OP(illegal4), OP(jmp_rgd), OP(jmp_in), OP(jmp_ind), OP(jmp_de), OP(jmp_ded), OP(jmp_ix), OP(jmp_ixd),
OP(rts), OP(illegal), OP(illegal), OP(illegal), OP(ccc), OP(ccc), OP(scc), OP(scc),
OP(swab_rg), OP(swab_rgd), OP(swab_in), OP(swab_ind), OP(swab_de), OP(swab_ded), OP(swab_ix), OP(swab_ixd),