Bugfix by Karri Kaksonen.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4949 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
d5109f6319
commit
1dcba5c24e
1 changed files with 2 additions and 3 deletions
|
@ -17,8 +17,7 @@
|
|||
.include "extzp.inc"
|
||||
.export lynxskip0, lynxread0
|
||||
.export lynxblock
|
||||
|
||||
__BLOCKSIZE0__ = 1024
|
||||
.import __BLOCKSIZE__
|
||||
|
||||
.code
|
||||
|
||||
|
@ -89,7 +88,7 @@ lynxblock:
|
|||
lda __iodat
|
||||
sta IODAT
|
||||
stz _FileBlockByte
|
||||
lda #$100-(>__BLOCKSIZE0__)
|
||||
lda #<($100-(>__BLOCKSIZE__))
|
||||
sta _FileBlockByte+1
|
||||
ply
|
||||
plx
|
||||
|
|
Loading…
Add table
Reference in a new issue