1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-07-10 10:28:55 +00:00
millfork/include/atari_lynx.ini

30 lines
433 B
INI
Raw Normal View History

2019-09-18 00:49:03 +00:00
[compilation]
arch=65sc02
2019-09-21 21:02:51 +00:00
modules=atari_lynx_hardware, default_panic,stdlib
2019-09-19 23:43:58 +00:00
; TODO: is this a good choice?
2019-09-18 00:49:03 +00:00
encoding=atascii
screen_encoding=atasciiscr
[allocation]
zp_bytes=$2-$ff
segment_default_start=$300
2019-09-19 23:43:58 +00:00
; TODO: $FBFF ?
2019-09-18 00:49:03 +00:00
segment_default_end=$dc00
[define]
ATARI_LYNX=1
WIDESCREEN=1
KEYBOARD=0
JOYSTICKS=1
HAS_BITMAP_MODE=1
[output]
;TODO
style=single
format=$80,$08,$3,$00,length_be+10,$42,$53,$39,$33,allocated
2019-09-18 00:49:03 +00:00
extension=o