Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion coco/src/bus/dwread.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ byte dwread(byte *s, int l)
pshs x,y
ldx :s
ldy :l
jsr [dwreadvec]
jsr [0xD93F]
puls y,x
tfr cc,b
lsrb
Expand Down
2 changes: 1 addition & 1 deletion coco/src/bus/dwwrite.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ byte dwwrite(byte *s, int l)
pshs x,y
ldx :s
ldy :l
jsr [dwwritevec]
jsr [0xD941]
tfr cc,d
puls y,x
}
Expand Down