summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/x1_tap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/x1_tap.c')
-rw-r--r--src/lib/formats/x1_tap.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/formats/x1_tap.c b/src/lib/formats/x1_tap.c
index 795585fc4e5..3d42c41dad4 100644
--- a/src/lib/formats/x1_tap.c
+++ b/src/lib/formats/x1_tap.c
@@ -21,8 +21,8 @@
#include "x1_tap.h"
-#define WAVE_HIGH 0x5a9e
-#define WAVE_LOW -0x5a9e
+#define WAVE_HIGH 0x5a9e
+#define WAVE_LOW -0x5a9e
static int cas_size;
static int samplerate;
@@ -101,13 +101,13 @@ static int x1_cas_fill_wave(INT16 *buffer, int sample_count, UINT8 *bytes)
static const struct CassetteLegacyWaveFiller x1_legacy_fill_wave =
{
- x1_cas_fill_wave, /* fill_wave */
- -1, /* chunk_size */
- 0, /* chunk_samples */
- x1_cas_to_wav_size, /* chunk_sample_calc */
- 8000, /* sample_frequency */
- 0, /* header_samples */
- 0 /* trailer_samples */
+ x1_cas_fill_wave, /* fill_wave */
+ -1, /* chunk_size */
+ 0, /* chunk_samples */
+ x1_cas_to_wav_size, /* chunk_sample_calc */
+ 8000, /* sample_frequency */
+ 0, /* header_samples */
+ 0 /* trailer_samples */
};
static casserr_t x1_cas_identify(cassette_image *cassette, struct CassetteOptions *opts)