1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-07-05 09:28:54 +00:00
millfork/include/cpm_z80.ini

26 lines
377 B
INI
Raw Normal View History

2018-07-30 23:02:55 +00:00
;a single-load CP/M program for Z80-based machines
[compilation]
arch=z80
encoding=ascii
modules=default_panic,stdlib,cpm_bdos
[allocation]
segment_default_start=$100
segment_default_datastart=after_code
segment_default_end=$ffff
; TODO: actual end?
[define]
CPM=1
WIDESCREEN=1
KEYBOARD=1
JOYSTICKS=0
HAS_BITMAP_MODE=0
[output]
style=single
format=allocated
extension=com