summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/blockade.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/blockade.h')
-rw-r--r--src/mame/includes/blockade.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/blockade.h b/src/mame/includes/blockade.h
index e0609af2673..f06a2ea03ae 100644
--- a/src/mame/includes/blockade.h
+++ b/src/mame/includes/blockade.h
@@ -15,6 +15,8 @@ public:
/* input-related */
UINT8 m_coin_latch; /* Active Low */
UINT8 m_just_been_reset;
+ DECLARE_READ8_MEMBER(blockade_input_port_0_r);
+ DECLARE_WRITE8_MEMBER(blockade_coin_latch_w);
};