This commit is contained in:
mgcaret 2017-09-25 11:40:55 -07:00
parent 9f96a85a28
commit 3f39f19255
1 changed files with 1 additions and 2 deletions

View File

@ -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