From 6ac1d688d214cf03aae26b82637f12cfef8ab89d Mon Sep 17 00:00:00 2001 From: 4am Date: Tue, 8 Oct 2019 13:40:53 -0400 Subject: [PATCH] . --- src/ui.attract.dhgr.a | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui.attract.dhgr.a b/src/ui.attract.dhgr.a index 010191f30..5bedb9844 100644 --- a/src/ui.attract.dhgr.a +++ b/src/ui.attract.dhgr.a @@ -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