mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-01 21:04:51 +00:00
28 lines
414 B
INI
28 lines
414 B
INI
[compilation]
|
|
arch=strict
|
|
modules=a8_hardware,a8_os,a8_kernel,default_panic,stdlib
|
|
encoding=atascii
|
|
screen_encoding=atasciiscr
|
|
|
|
[allocation]
|
|
; TODO
|
|
zp_bytes=$80-$A5
|
|
segment_default_start=$2000
|
|
; TODO
|
|
segment_default_end=$3fff
|
|
|
|
[define]
|
|
ATARI_8=1
|
|
WIDESCREEN=1
|
|
KEYBOARD=1
|
|
JOYSTICKS=2
|
|
HAS_BITMAP_MODE=1
|
|
|
|
[output]
|
|
;TODO
|
|
style=single
|
|
format=$FF,$FF,$E0,$02,$E1,$02,startaddr,startaddr,endaddr,allocated
|
|
extension=xex
|
|
|
|
|