summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dcheese.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dcheese.h')
-rw-r--r--src/mame/includes/dcheese.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/dcheese.h b/src/mame/includes/dcheese.h
index b0e489b054a..af013133dbc 100644
--- a/src/mame/includes/dcheese.h
+++ b/src/mame/includes/dcheese.h
@@ -30,6 +30,12 @@ public:
device_t *m_maincpu;
device_t *m_audiocpu;
device_t *m_bsmt;
+ DECLARE_WRITE16_MEMBER(eeprom_control_w);
+ DECLARE_WRITE16_MEMBER(sound_command_w);
+ DECLARE_READ8_MEMBER(sound_command_r);
+ DECLARE_READ8_MEMBER(sound_status_r);
+ DECLARE_WRITE8_MEMBER(sound_control_w);
+ DECLARE_WRITE8_MEMBER(bsmt_data_w);
};