summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/jpmimpct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/jpmimpct.h')
-rw-r--r--src/mame/includes/jpmimpct.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mame/includes/jpmimpct.h b/src/mame/includes/jpmimpct.h
index ee65a5d46ee..71b32e0f448 100644
--- a/src/mame/includes/jpmimpct.h
+++ b/src/mame/includes/jpmimpct.h
@@ -78,6 +78,12 @@ public:
DECLARE_INPUT_CHANGED_MEMBER(coin_changed);
template <unsigned N> DECLARE_READ_LINE_MEMBER( coinsense_r ) { return (m_coinstate >> N) & 1; }
+ DECLARE_READ_LINE_MEMBER(hopper_b_0_r);
+ DECLARE_READ_LINE_MEMBER(hopper_b_3_r);
+ DECLARE_READ_LINE_MEMBER(hopper_c_4_r);
+ DECLARE_READ_LINE_MEMBER(hopper_c_6_r);
+ DECLARE_READ_LINE_MEMBER(hopper_c_7_r);
+
protected:
void impact_nonvideo_base(machine_config &config);
@@ -121,7 +127,6 @@ private:
void volume_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
void upd7759_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
uint16_t upd7759_r(offs_t offset, uint16_t mem_mask = ~0);
- uint8_t hopper_b_r();
uint8_t hopper_c_r();
void payen_a_w(uint8_t data);
void display_c_w(uint8_t data);