summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/sn76496.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/sn76496.h')
-rw-r--r--src/devices/sound/sn76496.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/sn76496.h b/src/devices/sound/sn76496.h
index 65e346ef047..b173c059de8 100644
--- a/src/devices/sound/sn76496.h
+++ b/src/devices/sound/sn76496.h
@@ -29,7 +29,7 @@ public:
DECLARE_WRITE8_MEMBER( stereo_w );
void write(uint8_t data);
- DECLARE_WRITE8_MEMBER( write );
+ DECLARE_WRITE8_MEMBER( command_w ) { write(data); }
DECLARE_READ_LINE_MEMBER( ready_r ) { return m_ready_state ? 1 : 0; }
protected: