1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-09 16:29:34 +00:00

Update x16_experimental.ini

$00-$01 are used for bank switching.
Unintentional write to those will crash the machine.
This commit is contained in:
mookiexl 2021-08-16 16:06:28 +02:00
parent 90e5360bfd
commit b060fc599b

View File

@ -11,7 +11,8 @@ modules=loader_0801,x16_kernal,x16_hardware,c64_panic,stdlib
[allocation]
; Let's not use the BASIC:
zp_pointers=0-$7F
; $00-$01 are used for bank switching
zp_pointers=$02-$7F
segments=default,himem_00,himem_ff
default_code_segment=default
segment_default_start=$80D