summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/st2204.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/st2204.h')
-rw-r--r--src/devices/cpu/m6502/st2204.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/m6502/st2204.h b/src/devices/cpu/m6502/st2204.h
index 4dd7d9e7bec..46c071d3c9b 100644
--- a/src/devices/cpu/m6502/st2204.h
+++ b/src/devices/cpu/m6502/st2204.h
@@ -73,6 +73,7 @@ private:
u8 pmcr_r();
void pmcr_w(u8 data);
TIMER_CALLBACK_MEMBER(t0_interrupt);
+ void t0_start();
u8 t0m_r();
void t0m_w(u8 data);
u8 t0c_r();