mirror of
https://github.com/cc65/cc65.git
synced 2025-04-09 10:39:40 +00:00
Just a minor comment improvement.
This commit is contained in:
parent
39694d0aaa
commit
70a131e09a
@ -18,7 +18,7 @@ _getfirstdevice:
|
||||
_getnextdevice:
|
||||
tax
|
||||
next: inx
|
||||
cpx #$FF
|
||||
cpx #$FF ; INVALID_DEVICE
|
||||
beq done
|
||||
|
||||
; Check for ProDOS 8
|
||||
|
Loading…
x
Reference in New Issue
Block a user