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, 2 insertions, 5 deletions
diff --git a/src/devices/sound/okim6295.h b/src/devices/sound/okim6295.h
index 536c76b3b10..0e836c29ad9 100644
--- a/src/devices/sound/okim6295.h
+++ b/src/devices/sound/okim6295.h
@@ -47,11 +47,8 @@ public:
// runtime configuration
void set_pin7(int pin7);
- uint8_t read_status();
- void write_command(uint8_t command);
-
- DECLARE_READ8_MEMBER( read );
- DECLARE_WRITE8_MEMBER( write );
+ uint8_t read();
+ void write(uint8_t command);
protected:
// device-level overrides