summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/okim6295.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/okim6295.h')
-rw-r--r--src/devices/sound/okim6295.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/devices/sound/okim6295.h b/src/devices/sound/okim6295.h
index 0e836c29ad9..536c76b3b10 100644
--- a/src/devices/sound/okim6295.h
+++ b/src/devices/sound/okim6295.h
@@ -47,8 +47,11 @@ public:
// runtime configuration
void set_pin7(int pin7);
- uint8_t read();
- void write(uint8_t command);
+ uint8_t read_status();
+ void write_command(uint8_t command);
+
+ DECLARE_READ8_MEMBER( read );
+ DECLARE_WRITE8_MEMBER( write );
protected:
// device-level overrides