summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/x07_cas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/x07_cas.cpp')
-rw-r--r--src/lib/formats/x07_cas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/x07_cas.cpp b/src/lib/formats/x07_cas.cpp
index 16c837a43ea..945e1ee5c1a 100644
--- a/src/lib/formats/x07_cas.cpp
+++ b/src/lib/formats/x07_cas.cpp
@@ -122,7 +122,7 @@ static int x07_handle_cassette(int16_t *buffer, const uint8_t *bytes)
Generate samples for the tape image
********************************************************************/
-static int x07_cassette_fill_wave(int16_t *buffer, int length, const uint8_t *bytes)
+static int x07_cassette_fill_wave(int16_t *buffer, int length, const uint8_t *bytes, int)
{
return x07_handle_cassette(buffer, bytes);
}