summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/bsmt2000.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/bsmt2000.h')
-rw-r--r--src/devices/sound/bsmt2000.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/devices/sound/bsmt2000.h b/src/devices/sound/bsmt2000.h
index 7e91afa06aa..ef3c13e045f 100644
--- a/src/devices/sound/bsmt2000.h
+++ b/src/devices/sound/bsmt2000.h
@@ -60,13 +60,13 @@ protected:
public:
// internal TMS I/O callbacks
- DECLARE_READ16_MEMBER( tms_register_r );
- DECLARE_READ16_MEMBER( tms_data_r );
- DECLARE_READ16_MEMBER( tms_rom_r );
- DECLARE_WRITE16_MEMBER( tms_rom_addr_w );
- DECLARE_WRITE16_MEMBER( tms_rom_bank_w );
- DECLARE_WRITE16_MEMBER( tms_left_w );
- DECLARE_WRITE16_MEMBER( tms_right_w );
+ uint16_t tms_register_r();
+ uint16_t tms_data_r();
+ uint16_t tms_rom_r();
+ void tms_rom_addr_w(uint16_t data);
+ void tms_rom_bank_w(uint16_t data);
+ void tms_left_w(uint16_t data);
+ void tms_right_w(uint16_t data);
private:
// timers