aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/opl/mame.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/softsynth/opl/mame.h')
-rw-r--r--audio/softsynth/opl/mame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/opl/mame.h b/audio/softsynth/opl/mame.h
index bd479d9e45..080cc6d171 100644
--- a/audio/softsynth/opl/mame.h
+++ b/audio/softsynth/opl/mame.h
@@ -181,7 +181,7 @@ public:
OPL() : _opl(0) {}
~OPL();
- bool init(int rate);
+ bool init();
void reset();
void write(int a, int v);