diff options
Diffstat (limited to 'src/devices/sound/votrax.h')
-rw-r--r-- | src/devices/sound/votrax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/votrax.h b/src/devices/sound/votrax.h index 540f2b5feb1..471a42873f9 100644 --- a/src/devices/sound/votrax.h +++ b/src/devices/sound/votrax.h @@ -42,7 +42,7 @@ public: // writers DECLARE_WRITE8_MEMBER( write ); DECLARE_WRITE8_MEMBER( inflection_w ); - DECLARE_READ_LINE_MEMBER( request ) { return m_request_state; } + DECLARE_READ_LINE_MEMBER( request ) { m_stream->update(); return m_request_state; } protected: // device-level overrides |