This commit is contained in:
4am 2019-10-08 13:40:53 -04:00
parent e1ce947144
commit 6ac1d688d2

View File

@ -21,7 +21,7 @@ DHGRTitleSlideshow
!word gSlideshowStore
!word DHGRTitleCallback ; address of callback (called on each file)
beq BlankHGR ; switch back to HGR mode with initial blank screen on exit
; (always branches)
; (always branches because Z=1 on exit of okvs_iter)
DHGRActionSlideshow
bit MachineStatus ; only run DHGR slideshow if we have 128K
@ -32,7 +32,7 @@ DHGRActionSlideshow
!word gSlideshowStore
!word DHGRActionCallback ; address of callback (called on each file)
beq BlankHGR ; switch back to HGR mode with initial blank screen on exit
; (always branches)
; (always branches because Z=1 on exit of okvs_iter)
DHGRSingle
bit MachineStatus ; only show DHGR screenshots if we have 128K