DeskTop device identification: improve comment

This commit is contained in:
Joshua Bell 2018-11-28 20:56:16 -08:00
parent 0ea3e2837a
commit 265b8bff62

View File

@ -8564,7 +8564,7 @@ create_icon:
sta @load_CxFB sta @load_CxFB
@load_CxFB := *+2 @load_CxFB := *+2
lda $C7FB ; self-modified $CxFB 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 beq use_profile_icon
;; fall through... ;; fall through...