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
1 changed files with 2 additions and 1 deletions

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