Switched to __BANK0BLOCKSIZE__ instead of __BLOCKSIZE__ to make current lynx config files work

This commit is contained in:
Alex Thissen 2024-01-18 18:13:02 +01:00
parent 93f9cb6e48
commit acce24fedc
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ lynxblock:
lda __iodat
sta IODAT
stz _FileBlockByte
lda #<($100-(>__BLOCKSIZE__))
lda #<($100-(>__BANK0BLOCKSIZE__))
sta _FileBlockByte+1
ply
plx