summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/okim6258.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/okim6258.h')
-rw-r--r--src/devices/sound/okim6258.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/sound/okim6258.h b/src/devices/sound/okim6258.h
index 6ca2c67532b..57f764d4eb7 100644
--- a/src/devices/sound/okim6258.h
+++ b/src/devices/sound/okim6258.h
@@ -33,9 +33,9 @@ public:
void set_type(int type) { m_adpcm_type = type; }
void set_outbits(int outbit) { m_output_bits = outbit; }
- DECLARE_READ8_MEMBER( status_r );
- DECLARE_WRITE8_MEMBER( data_w );
- DECLARE_WRITE8_MEMBER( ctrl_w );
+ uint8_t status_r();
+ void data_w(uint8_t data);
+ void ctrl_w(uint8_t data);
void set_divider(int val);
int get_vclk();