Mercurial > hg > Members > kono > nitros9-code
changeset 2709:f0312e88ccf2 lwtools-port
Fixed additional issue
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Sun, 22 Jul 2012 19:41:24 -0500 |
parents | af4db92892f4 |
children | ab3a2531c000 |
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 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