1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-07-03 10:29:58 +00:00
millfork/include/lunix.ini

36 lines
525 B
INI
Raw Normal View History

2018-06-08 22:18:21 +00:00
; Commodore 64/128 running LUnix 0.21
[compilation]
arch=nmos
2018-07-06 22:58:44 +00:00
encoding=petscii
screen_encoding=petscr
modules=lunix,stdlib
2018-06-08 22:18:21 +00:00
lunix=true
[allocation]
zp_bytes=$80-$bf
2018-06-08 22:18:21 +00:00
segments=default
default_code_segment=default
segment_default_start=$1006
segment_default_codeend=$8fff
segment_default_datastart=after_code
segment_default_end=$8fff
[define]
LUNIX=1
CBM_64=1
WIDESCREEN=1
KEYBOARD=1
; TODO: ?
JOYSTICKS=2
HAS_BITMAP_MODE=1
2018-06-08 22:18:21 +00:00
[output]
style=lunix
format=$ff,$fe,0,21,pagecount,startpage,allocated
extension=prg
2019-06-14 09:39:11 +00:00
labels=vice
2018-06-08 22:18:21 +00:00