summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gottlieb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gottlieb.h')
-rw-r--r--src/mame/includes/gottlieb.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mame/includes/gottlieb.h b/src/mame/includes/gottlieb.h
index cc4f23c0ed9..7db22f33185 100644
--- a/src/mame/includes/gottlieb.h
+++ b/src/mame/includes/gottlieb.h
@@ -240,6 +240,14 @@ public:
tilemap_t *m_bg_tilemap;
double m_weights[4];
UINT8 *m_spriteram;
+ DECLARE_WRITE8_MEMBER(gottlieb_analog_reset_w);
+ DECLARE_WRITE8_MEMBER(general_output_w);
+ DECLARE_WRITE8_MEMBER(reactor_output_w);
+ DECLARE_WRITE8_MEMBER(stooges_output_w);
+ DECLARE_READ8_MEMBER(laserdisc_status_r);
+ DECLARE_WRITE8_MEMBER(laserdisc_select_w);
+ DECLARE_WRITE8_MEMBER(laserdisc_command_w);
+ DECLARE_WRITE8_MEMBER(gottlieb_sh_w);
};