mirror of
https://github.com/KarolS/millfork.git
synced 2025-03-24 10:33:53 +00:00
Update X16 platform definition
This commit is contained in:
parent
d634e24e92
commit
3b5006bc30
@ -4,14 +4,14 @@
|
||||
; Use only for goofing around plz
|
||||
|
||||
[compilation]
|
||||
arch=cmos
|
||||
arch=w65c02
|
||||
encoding=petscii
|
||||
screen_encoding=petscr
|
||||
modules=loader_0801,x16_kernal,x16_hardware,c64_panic,stdlib
|
||||
|
||||
[allocation]
|
||||
; Let's not use the BASIC:
|
||||
zp_pointers=0-$8F,$FB-$FF
|
||||
zp_pointers=0-$7F
|
||||
segments=default,himem_00,himem_ff
|
||||
default_code_segment=default
|
||||
segment_default_start=$80D
|
||||
|
Loading…
x
Reference in New Issue
Block a user