summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/fgoal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/fgoal.h')
-rw-r--r--src/mame/includes/fgoal.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mame/includes/fgoal.h b/src/mame/includes/fgoal.h
index 44171ff6e58..c63239f1054 100644
--- a/src/mame/includes/fgoal.h
+++ b/src/mame/includes/fgoal.h
@@ -25,6 +25,18 @@ public:
/* devices */
device_t *m_maincpu;
device_t *m_mb14241;
+ DECLARE_READ8_MEMBER(fgoal_analog_r);
+ DECLARE_READ8_MEMBER(fgoal_nmi_reset_r);
+ DECLARE_READ8_MEMBER(fgoal_irq_reset_r);
+ DECLARE_READ8_MEMBER(fgoal_row_r);
+ DECLARE_WRITE8_MEMBER(fgoal_row_w);
+ DECLARE_WRITE8_MEMBER(fgoal_col_w);
+ DECLARE_READ8_MEMBER(fgoal_address_hi_r);
+ DECLARE_READ8_MEMBER(fgoal_address_lo_r);
+ DECLARE_READ8_MEMBER(fgoal_shifter_r);
+ DECLARE_READ8_MEMBER(fgoal_shifter_reverse_r);
+ DECLARE_WRITE8_MEMBER(fgoal_sound1_w);
+ DECLARE_WRITE8_MEMBER(fgoal_sound2_w);
};