2
Fork 0

Updated to lasted msxbuild version.

This commit is contained in:
Willem Cazander 2024-06-24 13:46:17 +02:00
parent c250712cb0
commit 256a50ce80
10 changed files with 10 additions and 14 deletions

View file

@ -18,4 +18,4 @@ $(INIT_HEX): $(INIT_RELS)
$(call mb_link_asm_dos,$(INIT_HEX),$(INIT_RELS))
$(INIT_COM): $(INIT_HEX)
$(call mb_hex2com,$(INIT_HEX),$(INIT_COM))
$(call mb_hex2bin,$(INIT_HEX),$(INIT_COM))