don't run DHGR slideshow on 64K machine

This commit is contained in:
4am 2018-11-16 22:41:38 -05:00
parent 34344951f8
commit f8ab1fd606

View File

@ -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