summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/decobsmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/decobsmt.h')
-rw-r--r--src/mame/audio/decobsmt.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/audio/decobsmt.h b/src/mame/audio/decobsmt.h
index 8ecac957a3e..b5a9b2bdf56 100644
--- a/src/mame/audio/decobsmt.h
+++ b/src/mame/audio/decobsmt.h
@@ -21,12 +21,12 @@ public:
// construction/destruction
decobsmt_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_WRITE8_MEMBER(bsmt_reset_w);
- DECLARE_READ8_MEMBER(bsmt_status_r);
- DECLARE_WRITE8_MEMBER(bsmt0_w);
- DECLARE_WRITE8_MEMBER(bsmt1_w);
- DECLARE_READ8_MEMBER(bsmt_comms_r);
- DECLARE_WRITE8_MEMBER(bsmt_comms_w);
+ void bsmt_reset_w(u8 data);
+ u8 bsmt_status_r();
+ void bsmt0_w(u8 data);
+ void bsmt1_w(offs_t offset, u8 data);
+ u8 bsmt_comms_r();
+ void bsmt_comms_w(u8 data);
DECLARE_WRITE_LINE_MEMBER(bsmt_reset_line);