# HG changeset patch # User Boisy Pitre # Date 1343004084 18000 # Node ID f0312e88ccf274f97712f60fdedfceede0b7ca7f # Parent af4db92892f4d6bfe7d60551d0ecc59903f08fd0 Fixed additional issue diff -r af4db92892f4 -r f0312e88ccf2 level2/cmds/grfdrv.asm --- a/level2/cmds/grfdrv.asm Sun Jul 22 19:24:05 2012 -0500 +++ b/level2/cmds/grfdrv.asm Sun Jul 22 19:41:24 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 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