From: Brett Gordon Date: Sat, 8 Oct 2016 16:32:28 +0000 (-0400) Subject: coco3: make sure to reset mmu when done copying! X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=09286a74145183fe85ea6fd5a3deb3318a115d2c;p=FUZIX.git coco3: make sure to reset mmu when done copying! --- diff --git a/Kernel/platform-coco3/coco3.s b/Kernel/platform-coco3/coco3.s index 4c5295e0..b8f724f7 100644 --- a/Kernel/platform-coco3/coco3.s +++ b/Kernel/platform-coco3/coco3.s @@ -170,6 +170,7 @@ c@ ldd ,u++ ; copy 2 at a time std ,x++ ; cmpx #$2000 ; are we done? bne c@ ; loop if not done + clr $ffa8 ; reset cpu $0000 ;; set temporary screen up clr $ff9c ; reset scroll register ldb #%01000100 ; coco3 mode