diff level1/modules/rb1773.asm @ 1790:2330195b098c

bootlists updated for disto scii drivers. Fixed rb1773.asm so that Level 1 wouldn't assemble Robert Gault's work-around patch for format crash on some CoCo 3s.
author boisy
date Sat, 09 Apr 2005 19:17:22 +0000
parents 9d95e3246a61
children 85ee5522dbc1
line wrap: on
line diff
--- a/level1/modules/rb1773.asm	Sat Apr 09 18:26:58 2005 +0000
+++ b/level1/modules/rb1773.asm	Sat Apr 09 19:17:22 2005 +0000
@@ -803,15 +803,18 @@
 *         stb   >DPort+CtrlReg Set up to read next byte
          bra   L0240          Go read it
 * Special loop for format slows CPU clock. RG
-L0240b   sta   >$FFD8
+L0240b
+         IFGT  Level-1
+         sta   >$FFD8
+         ENDC
 L0240c   lda   ,x+
          sta   >DPort+WD_Data
          bra   L0240b
 * NMI routine
 NMISvc   leas  R$Size,s       Eat register stack
 * Added to compensate above change in format loop. RG
+         IFGT  Level-1
          sta   >$FFD9
-         IFGT  Level-1
          ldx   <D.SysDAT  get pointer to system DAT image
          lda   3,x        get block number 1
          sta   >$FFA1     map it back into memory