changeset 2708:af4db92892f4 lwtools-port

Removed ,pc from instruction. mere sys/stdfonts still crashes the CoCo 3.
author Boisy Pitre <boisy.pitre@nuance.com>
date Sun, 22 Jul 2012 19:24:05 -0500
parents 6eee45d862bf
children f0312e88ccf2
files level2/cmds/grfdrv.asm
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/level2/cmds/grfdrv.asm	Sun Jul 22 11:16:17 2012 -0500
+++ b/level2/cmds/grfdrv.asm	Sun Jul 22 19:24:05 2012 -0500
@@ -2058,7 +2058,7 @@
 * Exit: B=Block #, X=Ptr to where next GP buffer could go
 L0975    pshs  b,y          Preserve regs
          ldy   <$0080       get size of buffer requested
-         ldx   GrfStrt+L0AE0,pc  Set vector to find empty space in a block big
+         ldx   GrfStrt+L0AE0  Set vector to find empty space in a block big
          stx   <$00A1         enough to fit the size we want
          lbsr  L0ACD        Go find it
          bcs   L09A6        Couldn't find, exit with carry set