summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mw8080bw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mw8080bw.h')
-rw-r--r--src/mame/includes/mw8080bw.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mame/includes/mw8080bw.h b/src/mame/includes/mw8080bw.h
index 2709070b578..2d1e75e6575 100644
--- a/src/mame/includes/mw8080bw.h
+++ b/src/mame/includes/mw8080bw.h
@@ -75,6 +75,20 @@ public:
device_t *m_sn2;
device_t *m_sn;
device_t *m_discrete;
+ DECLARE_READ8_MEMBER(mw8080bw_shift_result_rev_r);
+ DECLARE_READ8_MEMBER(mw8080bw_reversable_shift_result_r);
+ DECLARE_WRITE8_MEMBER(mw8080bw_reversable_shift_count_w);
+ DECLARE_WRITE8_MEMBER(seawolf_explosion_lamp_w);
+ DECLARE_WRITE8_MEMBER(seawolf_periscope_lamp_w);
+ DECLARE_WRITE8_MEMBER(gunfight_io_w);
+ DECLARE_WRITE8_MEMBER(tornbase_io_w);
+ DECLARE_WRITE8_MEMBER(maze_coin_counter_w);
+ DECLARE_WRITE8_MEMBER(maze_io_w);
+ DECLARE_WRITE8_MEMBER(checkmat_io_w);
+ DECLARE_WRITE8_MEMBER(spcenctr_io_w);
+ DECLARE_READ8_MEMBER(bowler_shift_result_r);
+ DECLARE_WRITE8_MEMBER(bowler_lights_1_w);
+ DECLARE_WRITE8_MEMBER(bowler_lights_2_w);
};