mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-27 08:50:01 +00:00
don't run DHGR slideshow on 64K machine
This commit is contained in:
parent
34344951f8
commit
f8ab1fd606
@ -89,6 +89,8 @@ AttractMode
|
||||
beq @HGRSlideshow
|
||||
|
||||
@DHGRSlideshow
|
||||
bit MachineStatus
|
||||
bvc @exit
|
||||
jsr LoadDHGRTransition ; load transition effect code at $6000
|
||||
jsr BlankDHGR ; switch to DHGR mode with initial blank screen
|
||||
jsr okvs_iter ; cycle through all listed DHGR files
|
||||
@ -101,7 +103,7 @@ AttractMode
|
||||
jsr okvs_iter ; cycle through all listed HGR files
|
||||
!word gSlideshowStore
|
||||
!word HGRLoad ; address of callback (called on each file)
|
||||
rts
|
||||
@exit rts
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; internal functions
|
||||
|
Loading…
Reference in New Issue
Block a user