summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/nes_bandai.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/nes_bandai.h')
-rw-r--r--src/mess/machine/nes_bandai.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/nes_bandai.h b/src/mess/machine/nes_bandai.h
index 73c9bf96f03..4c596843815 100644
--- a/src/mess/machine/nes_bandai.h
+++ b/src/mess/machine/nes_bandai.h
@@ -69,7 +69,7 @@ public:
protected:
UINT16 m_irq_count;
int m_irq_enable;
-
+
static const device_timer_id TIMER_IRQ = 0;
emu_timer *irq_timer;
};