From 265b8bff62f817216b2e7ebe0e8a5c137c681400 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Wed, 28 Nov 2018 20:56:16 -0800 Subject: [PATCH] DeskTop device identification: improve comment --- desktop/desktop_main.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/desktop_main.s b/desktop/desktop_main.s index 1900e6b..3bc81bf 100644 --- a/desktop/desktop_main.s +++ b/desktop/desktop_main.s @@ -8564,7 +8564,7 @@ create_icon: sta @load_CxFB @load_CxFB := *+2 lda $C7FB ; self-modified $CxFB - and #$01 ; $CxFB bit 1 = ProFile, apparently??? + and #$01 ; $CxFB bit 0 = is RAM card (IIgs Firmware Referece) beq use_profile_icon ;; fall through...