summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h6280
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/h6280')
-rw-r--r--src/emu/cpu/h6280/h6280.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/emu/cpu/h6280/h6280.c b/src/emu/cpu/h6280/h6280.c
index c8cbb119bee..2df7d213f32 100644
--- a/src/emu/cpu/h6280/h6280.c
+++ b/src/emu/cpu/h6280/h6280.c
@@ -216,8 +216,6 @@ static CPU_EXECUTE( h6280 )
int in;
h6280_Regs* cpustate = get_safe_token(device);
- cpustate->ICount = cycles;
-
if ( cpustate->irq_pending == 2 ) {
cpustate->irq_pending--;
}
@@ -258,8 +256,6 @@ static CPU_EXECUTE( h6280 )
}
}
} while (cpustate->ICount > 0);
-
- return cycles - cpustate->ICount;
}
/*****************************************************************************/