summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/audio/lynx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/audio/lynx.h')
-rw-r--r--src/mess/audio/lynx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/audio/lynx.h b/src/mess/audio/lynx.h
index 5ef44cef5f4..583c6ec75d4 100644
--- a/src/mess/audio/lynx.h
+++ b/src/mess/audio/lynx.h
@@ -66,11 +66,11 @@ class lynx2_sound_device : public lynx_sound_device
{
public:
lynx2_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
-
+
protected:
// device-level overrides
virtual void device_start();
-
+
// sound stream update overrides
virtual void sound_stream_update(sound_stream &stream, stream_sample_t **inputs, stream_sample_t **outputs, int samples);
};