mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-12 14:30:29 +00:00
.
This commit is contained in:
parent
84d7e16c90
commit
4bbc295ec6
@ -48,15 +48,10 @@ GetOffscreenAddress
|
|||||||
; out: all flags and registers clobbered
|
; out: all flags and registers clobbered
|
||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
LoadTitleOffscreen
|
LoadTitleOffscreen
|
||||||
!if >kTitleFile = >kCoverFile {
|
|
||||||
lda #<kTitleFile
|
|
||||||
+HIDE_NEXT_2_BYTES
|
|
||||||
} else {
|
|
||||||
+LDADDR kTitleFile
|
+LDADDR kTitleFile
|
||||||
bne + ; Always branches, because Y is loaded
|
bne LoadOffscreenFromAY ; Always branches, because Y is loaded
|
||||||
; last with the high byte of the address,
|
; last with the high byte of the address,
|
||||||
; which is never 0. I miss my 65c02.
|
; which is never 0. I miss my 65c02.
|
||||||
}
|
|
||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
; LoadHelpOffscreen
|
; LoadHelpOffscreen
|
||||||
; load help screen in the HGR page that is currently not showing
|
; load help screen in the HGR page that is currently not showing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user