summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/f8/f8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/f8/f8.h')
-rw-r--r--src/devices/cpu/f8/f8.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/cpu/f8/f8.h b/src/devices/cpu/f8/f8.h
index cdd8f03b862..5185b938a05 100644
--- a/src/devices/cpu/f8/f8.h
+++ b/src/devices/cpu/f8/f8.h
@@ -76,9 +76,6 @@ private:
u8 m_r[64]; /* scratchpad RAM */
int m_irq_request;
- /* timer shifter polynomial values (will be used for timer interrupts) */
- u8 timer_shifter[256];
-
u16 m_debug_pc; // only for the MAME debugger
inline void CLR_OZCS();