From 70a131e09ab92f9093f95075ded9e5149201a7ce Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Sun, 2 Sep 2018 23:06:27 +0200
Subject: [PATCH] Just a minor comment improvement.
---
libsrc/apple2/getdevice.s | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libsrc/apple2/getdevice.s b/libsrc/apple2/getdevice.s
index ef35edea7..0c674cad0 100644
--- a/libsrc/apple2/getdevice.s
+++ b/libsrc/apple2/getdevice.s
@@ -18,7 +18,7 @@ _getfirstdevice:
_getnextdevice:
tax
next: inx
- cpx #$FF
+ cpx #$FF ; INVALID_DEVICE
beq done
; Check for ProDOS 8
--
2.39.5