summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/k005289.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/k005289.h')
-rw-r--r--src/devices/sound/k005289.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/devices/sound/k005289.h b/src/devices/sound/k005289.h
index 04e4c29672d..83bbb7b89b2 100644
--- a/src/devices/sound/k005289.h
+++ b/src/devices/sound/k005289.h
@@ -14,12 +14,12 @@ class k005289_device : public device_t,
public:
k005289_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_WRITE8_MEMBER( k005289_control_A_w );
- DECLARE_WRITE8_MEMBER( k005289_control_B_w );
- DECLARE_WRITE8_MEMBER( ld1_w );
- DECLARE_WRITE8_MEMBER( ld2_w );
- DECLARE_WRITE8_MEMBER( tg1_w );
- DECLARE_WRITE8_MEMBER( tg2_w );
+ void control_A_w(uint8_t data);
+ void control_B_w(uint8_t data);
+ void ld1_w(offs_t offset);
+ void ld2_w(offs_t offset);
+ void tg1_w(uint8_t data);
+ void tg2_w(uint8_t data);
protected:
// device-level overrides