mirror of
https://github.com/KarolS/millfork.git
synced 2026-04-20 03:16:45 +00:00
Configurable entry point for ZX Spectrum, Z1013, TRS-80 and CoCo (#78)
This commit is contained in:
@@ -23,7 +23,7 @@ HAS_BITMAP_MODE=1
|
||||
|
||||
[output]
|
||||
style=single
|
||||
format=0,length_be,startaddr_be,allocated,$ff,0,0,startaddr_be
|
||||
format=0,length_be,startaddr_be,allocated,$ff,0,0,addr_be:main
|
||||
extension=.bin
|
||||
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ HAS_BITMAP_MODE=0
|
||||
|
||||
[output]
|
||||
style=single
|
||||
format=startaddr,endaddr,startaddr,"DDRDDR",$43,$d3,$d3,$d3,programname-16,allocated
|
||||
format=startaddr,endaddr,addr:main,"DDRDDR",$43,$d3,$d3,$d3,programname-16,allocated
|
||||
extension=z80
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user