summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m68000/m68000.h
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2018-09-14 11:55:37 +0200
committer Olivier Galibert <galibert@pobox.com>2019-04-29 22:04:15 +0200
commit9af12a54dce86be2ca6b025682fb7f8095623282 (patch)
tree85e30c9cb7cf150e2a0f25783c16b5558bfc42b9 /src/devices/cpu/m68000/m68000.h
parent6f0dd96e60600738e9057f7f5e7c2c38825f232a (diff)
m680x0: Rename remaining_cycles to icount in alignemnt with the rest of mame [O. Galibert]
Diffstat (limited to 'src/devices/cpu/m68000/m68000.h')
-rw-r--r--src/devices/cpu/m68000/m68000.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m68000/m68000.h b/src/devices/cpu/m68000/m68000.h
index d08edf4e44d..0a0635461a7 100644
--- a/src/devices/cpu/m68000/m68000.h
+++ b/src/devices/cpu/m68000/m68000.h
@@ -233,7 +233,7 @@ protected:
uint32_t m_cyc_reset;
int m_initial_cycles;
- int m_remaining_cycles; /* Number of clocks remaining */
+ int m_icount; /* Number of clocks remaining */
int m_reset_cycles;
uint32_t m_tracing;