summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/g65816/g65816.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/g65816/g65816.h')
-rw-r--r--src/devices/cpu/g65816/g65816.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/g65816/g65816.h b/src/devices/cpu/g65816/g65816.h
index 454dc7fd1b5..f7028697880 100644
--- a/src/devices/cpu/g65816/g65816.h
+++ b/src/devices/cpu/g65816/g65816.h
@@ -246,7 +246,7 @@ protected:
unsigned m_destination;
int m_ICount;
int m_cpu_type;
- uint8_t m_rw8_cycles, m_rw16_cycles, m_rw24_cycles;
+ uint8_t m_divider;
uint32_t m_debugger_temp;
/* 5A22 specific registers */