1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-08-04 23:26:19 +00:00
Files
millfork/include/bbcmicro.ini
2019-06-26 18:33:59 +02:00

32 lines
550 B
INI

[compilation]
; "strict" guarantees compatibility with Rockwell CPU's in some later Model B's
arch=strict
encoding=bbc
modules=bbc_kernal,bbc_hardware,default_panic,stdlib
[allocation]
; TODO
zp_bytes=$70-$8F
; $0E00 increases chances it will work on Electrons
segment_default_start=$0E00
; 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
PAL=1
[output]
style=single
format=allocated
extension=
bbc_inf=true