From 3f39f1925575a8caa44ef6c68e02d483c4703834 Mon Sep 17 00:00:00 2001 From: mgcaret Date: Mon, 25 Sep 2017 11:40:55 -0700 Subject: [PATCH] [minor] --- fastchip.s | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fastchip.s b/fastchip.s index 0241c7d..2206de6 100644 --- a/fastchip.s +++ b/fastchip.s @@ -472,8 +472,7 @@ spdtab: .byte 0,0,0,2,0,3 .byte $00 rts .endproc -; set carry if disk II -; clear carry if not +; check slot referenced by A, set carry if disk II, clear carry if not .proc is_disk_ii ora #$c0 sta mytemp+1