summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/phc25_cas.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/phc25_cas.c')
-rw-r--r--src/lib/formats/phc25_cas.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/formats/phc25_cas.c b/src/lib/formats/phc25_cas.c
index 4efa419f3fd..a0d807a335c 100644
--- a/src/lib/formats/phc25_cas.c
+++ b/src/lib/formats/phc25_cas.c
@@ -97,10 +97,10 @@ static int phc25_handle_cassette(INT16 *buffer, const UINT8 *bytes)
UINT32 i;
// silence
-// sample_count += phc25_put_samples(buffer, 6640, 2, WAVEENTRY_HIGH);
+// sample_count += phc25_put_samples(buffer, 6640, 2, WAVEENTRY_HIGH);
/* start */
-// for (i=0; i<12155; i++)
+// for (i=0; i<12155; i++)
for (i=0; i<2155; i++)
sample_count += phc25_output_bit(buffer, sample_count, 1);