summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ladybug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ladybug.h')
-rw-r--r--src/mame/includes/ladybug.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/ladybug.h b/src/mame/includes/ladybug.h
index 2038a159ce7..8d2b1b224e6 100644
--- a/src/mame/includes/ladybug.h
+++ b/src/mame/includes/ladybug.h
@@ -41,6 +41,12 @@ public:
/* devices */
device_t *m_maincpu;
+ DECLARE_READ8_MEMBER(sraider_sound_low_r);
+ DECLARE_READ8_MEMBER(sraider_sound_high_r);
+ DECLARE_WRITE8_MEMBER(sraider_sound_low_w);
+ DECLARE_WRITE8_MEMBER(sraider_sound_high_w);
+ DECLARE_READ8_MEMBER(sraider_8005_r);
+ DECLARE_WRITE8_MEMBER(sraider_misc_w);
};