summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/audio/channelf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/audio/channelf.h')
-rw-r--r--src/mess/audio/channelf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/audio/channelf.h b/src/mess/audio/channelf.h
index 9bdbb628c16..339e26ca1c0 100644
--- a/src/mess/audio/channelf.h
+++ b/src/mess/audio/channelf.h
@@ -12,7 +12,7 @@ class channelf_sound_device : public device_t,
{
public:
channelf_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
-
+
void sound_w(int mode);
protected:
// device-level overrides