2
0
Fork 0

Updated to lastest msxbuild version.

This commit is contained in:
Willem Cazander 2024-06-29 03:29:29 +02:00
parent 256a50ce80
commit 09666a622e
11 changed files with 30 additions and 36 deletions

View file

@ -14,10 +14,10 @@ $(DOME_BIN):
$(call mb_mkdir,$(DOME_BIN))
$(DOME_BIN)/%.rel: $(DOME_SRC)/%.asm | $(DOME_BIN)
$(call mb_compile_asm,$@,$<)
$(call mb_sdcc_compile_asm,$@,$<)
$(DOME_HEX): $(DOME_RELS)
$(call mb_link_asm_8000,$(DOME_HEX),$(DOME_RELS))
$(call mb_sdcc_link_asm_8000,$(DOME_HEX),$(DOME_RELS))
$(DOME_DAT): $(DOME_HEX)
$(call mb_hex2bin,$(DOME_HEX),$(DOME_DAT))
$(call mb_sdcc_hex2bin,$(DOME_HEX),$(DOME_DAT))