summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/votrax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/votrax.h')
-rw-r--r--src/emu/sound/votrax.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/votrax.h b/src/emu/sound/votrax.h
index 85acea086d2..38a31ae4d58 100644
--- a/src/emu/sound/votrax.h
+++ b/src/emu/sound/votrax.h
@@ -38,7 +38,7 @@ public:
votrax_sc01_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
template<class _Object> static devcb2_base &set_request_callback(device_t &device, _Object object) { return downcast<votrax_sc01_device &>(device).m_request_cb.set_callback(object); }
-
+
// writers
DECLARE_WRITE8_MEMBER( write );
DECLARE_WRITE8_MEMBER( inflection_w );
@@ -73,7 +73,7 @@ private:
UINT8 m_phoneme; // 6-bit phoneme value
// outputs
- devcb2_write_line m_request_cb; // callback for request
+ devcb2_write_line m_request_cb; // callback for request
UINT8 m_request_state; // request as seen to the outside world
UINT8 m_internal_request; // request managed by stream timing