summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/hh_tms1k.h
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2015-03-28 01:12:44 +0100
committer hap <happppp@users.noreply.github.com>2015-03-28 01:12:44 +0100
commit3a42563d21a01ee49a6b6637732a2b5e2c3034cc (patch)
tree8b8c2b5dda78b62b0788e5640dfdc23a6b62718e /src/mess/includes/hh_tms1k.h
parentaf0394e428d6004130f995192052ed3ef35c233a (diff)
ssimon speed switch
Diffstat (limited to 'src/mess/includes/hh_tms1k.h')
-rw-r--r--src/mess/includes/hh_tms1k.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mess/includes/hh_tms1k.h b/src/mess/includes/hh_tms1k.h
index f45f040609c..c8695899f2c 100644
--- a/src/mess/includes/hh_tms1k.h
+++ b/src/mess/includes/hh_tms1k.h
@@ -112,6 +112,9 @@ public:
DECLARE_WRITE16_MEMBER(ssimon_write_r);
DECLARE_WRITE16_MEMBER(ssimon_write_o);
DECLARE_READ8_MEMBER(ssimon_read_k);
+ void ssimon_set_clock();
+ DECLARE_INPUT_CHANGED_MEMBER(ssimon_speed_switch);
+ DECLARE_MACHINE_RESET(ssimon);
DECLARE_WRITE16_MEMBER(cnsector_write_r);
DECLARE_WRITE16_MEMBER(cnsector_write_o);