summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/kopunch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/kopunch.h')
-rw-r--r--src/mame/includes/kopunch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/kopunch.h b/src/mame/includes/kopunch.h
index 6a0f30e1820..a0f06f95f6e 100644
--- a/src/mame/includes/kopunch.h
+++ b/src/mame/includes/kopunch.h
@@ -24,6 +24,9 @@ public:
/* devices */
device_t *m_maincpu;
+ DECLARE_READ8_MEMBER(kopunch_in_r);
+ DECLARE_WRITE8_MEMBER(kopunch_lamp_w);
+ DECLARE_WRITE8_MEMBER(kopunch_coin_w);
};
/*----------- defined in video/kopunch.c -----------*/