summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hitme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hitme.h')
-rw-r--r--src/mame/includes/hitme.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/hitme.h b/src/mame/includes/hitme.h
index 1a1b6138aa1..05bceac48d5 100644
--- a/src/mame/includes/hitme.h
+++ b/src/mame/includes/hitme.h
@@ -26,6 +26,11 @@ public:
/* misc */
attotime m_timeout_time;
+ DECLARE_WRITE8_MEMBER(hitme_vidram_w);
+ DECLARE_READ8_MEMBER(hitme_port_0_r);
+ DECLARE_READ8_MEMBER(hitme_port_1_r);
+ DECLARE_READ8_MEMBER(hitme_port_2_r);
+ DECLARE_READ8_MEMBER(hitme_port_3_r);
};