Changed __BLOCKSIZE__ to __BANK0BLOCKSIZE__.

Added __BANK1BLOCKSIZE__ which defaults to 0.
This commit is contained in:
Alex Thissen
2016-09-11 22:26:52 +02:00
parent e786d1cf49
commit ef7e9db116
7 changed files with 19 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
;
.include "lynx.inc"
.include "extzp.inc"
.import __BLOCKSIZE__
.import __BANK0BLOCKSIZE__
.export __BOOTLDR__: absolute = 1
@@ -167,7 +167,7 @@ seclynxblock:
lda __iodat
sta IODAT
stz _FileBlockByte
lda #<($100-(>__BLOCKSIZE__))
lda #<($100-(>__BANK0BLOCKSIZE__))
sta _FileBlockByte+1
ply
plx