summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/st0016.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/st0016.h')
-rw-r--r--src/mame/includes/st0016.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/st0016.h b/src/mame/includes/st0016.h
index b969295758f..c1a6fde067f 100644
--- a/src/mame/includes/st0016.h
+++ b/src/mame/includes/st0016.h
@@ -9,6 +9,12 @@ public:
int mux_port;
required_device<cpu_device> m_maincpu;
+ DECLARE_READ8_MEMBER(mux_r);
+ DECLARE_WRITE8_MEMBER(mux_select_w);
+ DECLARE_READ32_MEMBER(latch32_r);
+ DECLARE_WRITE32_MEMBER(latch32_w);
+ DECLARE_READ8_MEMBER(latch8_r);
+ DECLARE_WRITE8_MEMBER(latch8_w);
};
#define ISMACS (st0016_game&0x80)