changeset 1650:8b6ca619d106 nos9v030202

Fixed 12th hour problem with SCF under 6309
author boisy
date Fri, 16 Jul 2004 14:59:40 +0000
parents 090b97749dc1
children d696f50c0c67
files level2/modules/scf.asm
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/level2/modules/scf.asm	Thu Jul 15 23:16:44 2004 +0000
+++ b/level2/modules/scf.asm	Fri Jul 16 14:59:40 2004 +0000
@@ -1384,9 +1384,8 @@
 
 call.grf pshs  d,x,y,u      save registers
          ldx   #$0180       where to put the text
-*         pshs  cc           save old CC
          IFNE  H6309
-         tfr   cc,e
+         pshs  cc           save old CC
          ELSE
          tfr   cc,a
          sta   -2,x
@@ -1407,7 +1406,7 @@
          ldb   #6           alpha put
          stb   >WGlobal+G.GfBusy  flag grfdrv busy
          IFNE  H6309
-*         lde   ,s+          grab old CC off of the stack
+         lde   ,s+          grab old CC off of the stack
          lda   1,s          get the number of characters to write
          ELSE
 *         ldb   ,s+          grab old CC off of the stack