changeset 1793:85ee5522dbc1

Changed bra in slow-down loop not to branch to write to $FFD8
author boisy
date Sat, 09 Apr 2005 23:01:29 +0000
parents 5ff0761dda12
children 277b53362535
files level1/modules/rb1773.asm
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/level1/modules/rb1773.asm	Sat Apr 09 21:41:36 2005 +0000
+++ b/level1/modules/rb1773.asm	Sat Apr 09 23:01:29 2005 +0000
@@ -809,7 +809,7 @@
          ENDC
 L0240c   lda   ,x+
          sta   >DPort+WD_Data
-         bra   L0240b
+         bra   L0240c
 * NMI routine
 NMISvc   leas  R$Size,s       Eat register stack
 * Added to compensate above change in format loop. RG