Bugfix by Karri Kaksonen.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4949 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -17,8 +17,7 @@
|
|||||||
.include "extzp.inc"
|
.include "extzp.inc"
|
||||||
.export lynxskip0, lynxread0
|
.export lynxskip0, lynxread0
|
||||||
.export lynxblock
|
.export lynxblock
|
||||||
|
.import __BLOCKSIZE__
|
||||||
__BLOCKSIZE0__ = 1024
|
|
||||||
|
|
||||||
.code
|
.code
|
||||||
|
|
||||||
@@ -89,7 +88,7 @@ lynxblock:
|
|||||||
lda __iodat
|
lda __iodat
|
||||||
sta IODAT
|
sta IODAT
|
||||||
stz _FileBlockByte
|
stz _FileBlockByte
|
||||||
lda #$100-(>__BLOCKSIZE0__)
|
lda #<($100-(>__BLOCKSIZE__))
|
||||||
sta _FileBlockByte+1
|
sta _FileBlockByte+1
|
||||||
ply
|
ply
|
||||||
plx
|
plx
|
||||||
|
|||||||
Reference in New Issue
Block a user