Mercurial > hg > Members > kono > nitros9-code
changeset 2679:8243b6c181b4 lwtools-port
Remove bogus immediate mode specifier.
author | William Astle <lost@l-w.ca> |
---|---|
date | Sun, 10 Jun 2012 14:35:27 -0600 |
parents | 462861177068 |
children | 9498d2c8d36e |
files | level2/cmds/grfdrv.asm |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/cmds/grfdrv.asm Sun Jun 10 14:34:52 2012 -0600 +++ b/level2/cmds/grfdrv.asm Sun Jun 10 14:35:27 2012 -0600 @@ -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,pc 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