summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/upd7810/7810tbl.c
diff options
context:
space:
mode:
author Wilbert Pol <wilbert@jdg.info>2010-04-05 18:53:22 +0000
committer Wilbert Pol <wilbert@jdg.info>2010-04-05 18:53:22 +0000
commit39ba484e7bc1e66fe5eb412c52095d9384be2dda (patch)
tree1789257ddef7469c3f4550b4da5ca109fd39da07 /src/emu/cpu/upd7810/7810tbl.c
parent2758f10e8c8355726fdd4c9470843ed1ae86b992 (diff)
uPD7801: Fixed the MOV MC,A instruction.
Diffstat (limited to 'src/emu/cpu/upd7810/7810tbl.c')
-rw-r--r--src/emu/cpu/upd7810/7810tbl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emu/cpu/upd7810/7810tbl.c b/src/emu/cpu/upd7810/7810tbl.c
index 8e025d3788b..fd3cc4f0af3 100644
--- a/src/emu/cpu/upd7810/7810tbl.c
+++ b/src/emu/cpu/upd7810/7810tbl.c
@@ -1044,6 +1044,7 @@ static void INR_B_7801(upd7810_state *cpustate);
static void INR_C_7801(upd7810_state *cpustate);
static void INRW_wa_7801(upd7810_state *cpustate);
static void STM_7801(upd7810_state *cpustate);
+static void MOV_MC_A_7801(upd7810_state *cpustate);
static const struct opcode_s op48[256] =
@@ -3970,7 +3971,7 @@ static const struct opcode_s op4D_7801[256] =
/* 0xC0 - 0xDF */
{MOV_PA_A, 2,10,10,L0|L1}, {MOV_PB_A, 2,10,10,L0|L1},
{MOV_PC_A, 2,10,10,L0|L1}, {MOV_MKL_A, 2,10,10,L0|L1},
- {MOV_MB_A, 2,10,10,L0|L1}, {MOV_MC_A, 2,10,10,L0|L1},
+ {MOV_MB_A, 2,10,10,L0|L1}, {MOV_MC_A_7801, 2,10,10,L0|L1},
{MOV_TM0_A, 2,10,10,L0|L1}, {MOV_TM1_A, 2,10,10,L0|L1},
{MOV_S_A, 2,10,10,L0|L1}, {illegal2, 2, 8, 8,L0|L1},
{illegal2, 2, 8, 8,L0|L1}, {illegal2, 2, 8, 8,L0|L1},