1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-12-25 21:29:25 +00:00
millfork/include/platform/bbcmicro.ini

33 lines
587 B
INI
Raw Normal View History

2018-04-02 21:40:40 +00:00
[compilation]
; "strict" guarantees compatibility with Rockwell CPU's in some later Model B's
arch=strict
2018-07-06 22:58:44 +00:00
encoding=bbc
modules=bbc_kernal,bbc_hardware,default_panic,stdlib
2018-04-02 21:40:40 +00:00
[allocation]
; TODO
zp_bytes=$70-$8F
; TODO: figure out a better loading scheme
segment_default_start=$1900
segment_default_layout=__basic_padding,main,*
2018-04-02 21:40:40 +00:00
; The following is for Model B; for Model A, consider changing it to $31FF
segment_default_end=$71FF
[define]
BBC_MICRO=1
WIDESCREEN=1
KEYBOARD=1
; TODO: ?
JOYSTICKS=1
HAS_BITMAP_MODE=1
2018-12-19 18:01:53 +00:00
PAL=1
2018-04-02 21:40:40 +00:00
[output]
style=single
format=allocated
extension=
bbc_inf=true