summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wrally.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wrally.h')
-rw-r--r--src/mame/includes/wrally.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/wrally.h b/src/mame/includes/wrally.h
index 42ecb8a95cd..3eac64288fc 100644
--- a/src/mame/includes/wrally.h
+++ b/src/mame/includes/wrally.h
@@ -9,6 +9,8 @@ public:
UINT16 *m_vregs;
UINT16 *m_videoram;
UINT16 *m_spriteram;
+ DECLARE_READ8_MEMBER(dallas_share_r);
+ DECLARE_WRITE8_MEMBER(dallas_share_w);
};