1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-01-11 12:29:46 +00:00
millfork/include/atari_lynx.ini

30 lines
431 B
INI
Raw Normal View History

2019-09-17 20:49:03 -04:00
[compilation]
arch=cmos
2019-09-21 23:02:51 +02:00
modules=atari_lynx_hardware, default_panic,stdlib
2019-09-20 01:43:58 +02:00
; TODO: is this a good choice?
2019-09-17 20:49:03 -04:00
encoding=atascii
screen_encoding=atasciiscr
[allocation]
zp_bytes=$2-$ff
segment_default_start=$300
2019-09-20 01:43:58 +02:00
; TODO: $FBFF ?
2019-09-17 20:49:03 -04: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-17 20:49:03 -04:00
extension=o