1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-28 03:29:39 +00:00

Bugfix by Karri Kaksonen.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4949 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2011-01-29 17:53:58 +00:00
parent d5109f6319
commit 1dcba5c24e

View File

@ -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