mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-28 03:29:59 +00:00
.
This commit is contained in:
parent
863b8f5179
commit
84d7e16c90
@ -7,4 +7,5 @@ FX.CONF=Type(04),AuxType(8000),Access(C3)
|
||||
DFX.CONF=Type(04),AuxType(8000),Access(C3)
|
||||
COVER=Type(06),AuxType(2000),Access(C3)
|
||||
TITLE=Type(06),AuxType(2000),Access(C3)
|
||||
HELP=Type(06),AuxType(2000),Access(C3)
|
||||
CREDITS=Type(04),AuxType(8000),Access(C3)
|
||||
|
@ -52,6 +52,7 @@ DHGRSingle
|
||||
;
|
||||
; in: none
|
||||
; out: text page clobbered (but screen holes preserved)
|
||||
; A/X/Y=0 (guaranteed by ClearHGR1)
|
||||
; $2000..$3FFF cleared
|
||||
;------------------------------------------------------------------------------
|
||||
BlankHGR
|
||||
|
@ -75,8 +75,7 @@ MiniAttractMode
|
||||
+STAY +
|
||||
|
||||
jsr BlankHGR
|
||||
|
||||
lda #0
|
||||
; A = 0
|
||||
sta @MiniAttractIndex
|
||||
@loop
|
||||
jsr LoadFile ; load mini attract mode configuration file into $8000
|
||||
|
Loading…
Reference in New Issue
Block a user