mirror of
https://github.com/cc65/cc65.git
synced 2025-02-28 05:30:23 +00:00
Switched to __BANK0BLOCKSIZE__ instead of __BLOCKSIZE__ to make current lynx config files work
This commit is contained in:
parent
93f9cb6e48
commit
acce24fedc
@ -88,7 +88,7 @@ lynxblock:
|
||||
lda __iodat
|
||||
sta IODAT
|
||||
stz _FileBlockByte
|
||||
lda #<($100-(>__BLOCKSIZE__))
|
||||
lda #<($100-(>__BANK0BLOCKSIZE__))
|
||||
sta _FileBlockByte+1
|
||||
ply
|
||||
plx
|
||||
|
Loading…
x
Reference in New Issue
Block a user