mirror of
https://github.com/mi57730/a2d.git
synced 2025-01-09 13:31:05 +00:00
DeskTop device identification: improve comment
This commit is contained in:
parent
0ea3e2837a
commit
265b8bff62
@ -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...
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user