Skip to content

Commit 93b9e55

Browse files
committed
v0.7 cassette test appears to work
1 parent 716aee8 commit 93b9e55

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Capabilities as of v0.6
1+
# Capabilities as of v0.7
22

33
- Hardware detection
44

@@ -26,6 +26,8 @@
2626

2727
- Keyboard test
2828

29+
- Cassette test
30+
2931
# TODO
3032

3133
- Hardware
@@ -34,6 +36,4 @@
3436

3537
- audio tests
3638

37-
- cassette test - currently broken
38-
3939
- serial test

cassette.asm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ loop@:
2828
inca
2929
bne loop@
3030
;; set default cassette parameters
31+
clr $84 ; rise
3132
ldd #$1218 ; threshold, upper pulse width limit
3233
std $8f
3334
ldd #$0a01 ; lower pulse width limit, gap length

diag.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ anykey:
107107
title: fcz "COLOR COMPUTER"
108108
fcz "DIAGNOSTICS CART"
109109
version:
110-
fcz "VERSION 0.6"
110+
fcz "VERSION 0.7"
111111
fcz "(C) 2025 ZIA COMPUTING"
112112
page0: fcz "PAGE 0 ERROR"
113113
page1: fcz "PAGE 1 ERROR"

0 commit comments

Comments
 (0)