diff options
Diffstat (limited to 'src/lib/formats/p6001_cas.cpp')
-rw-r--r-- | src/lib/formats/p6001_cas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/p6001_cas.cpp b/src/lib/formats/p6001_cas.cpp index ec058c36b88..cdb0b922680 100644 --- a/src/lib/formats/p6001_cas.cpp +++ b/src/lib/formats/p6001_cas.cpp @@ -53,7 +53,7 @@ static int pc6001_cas_to_wav_size (const uint8_t *casdata, int caslen) /******************************************************************* Generate samples for the tape image ********************************************************************/ -static int pc6001_cas_fill_wave(int16_t *buffer, int sample_count, const uint8_t *bytes) +static int pc6001_cas_fill_wave(int16_t *buffer, int sample_count, const uint8_t *bytes, int) { return pc6001_handle_cas(buffer,bytes); } |