mirror of
https://github.com/KarolS/millfork.git
synced 2024-12-28 11:31:58 +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:
parent
90e5360bfd
commit
b060fc599b
@ -11,7 +11,8 @@ modules=loader_0801,x16_kernal,x16_hardware,c64_panic,stdlib
|
|||||||
|
|
||||||
[allocation]
|
[allocation]
|
||||||
; Let's not use the BASIC:
|
; 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
|
segments=default,himem_00,himem_ff
|
||||||
default_code_segment=default
|
default_code_segment=default
|
||||||
segment_default_start=$80D
|
segment_default_start=$80D
|
||||||
|
Loading…
Reference in New Issue
Block a user