summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pc80s31k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pc80s31k.h')
-rw-r--r--src/mame/machine/pc80s31k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pc80s31k.h b/src/mame/machine/pc80s31k.h
index a1f9209e75e..b21d2845daf 100644
--- a/src/mame/machine/pc80s31k.h
+++ b/src/mame/machine/pc80s31k.h
@@ -60,7 +60,7 @@ private:
u8 terminal_count_r(address_space &space);
void motor_control_w(u8 data);
-
+
emu_timer *m_tc_zero_timer;
IRQ_CALLBACK_MEMBER(irq_cb);