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

@ -22,10 +22,10 @@ $(LEVELS_BIN)/code002.hex: $(LEVELS_BIN)/code002.rel
$(call mb_link_asm_1000,$@,$<)
$(LEVELS_BIN)/code001.dat: $(LEVELS_BIN)/code001.hex
$(call mb_hex2dat,$<,$@)
$(call mb_hex2bin,$<,$@)
$(LEVELS_BIN)/code002.dat: $(LEVELS_BIN)/code002.hex
$(call mb_hex2dat,$<,$@)
$(call mb_hex2bin,$<,$@)
$(LEVELS_BIN)/code.001: $(LEVELS_BIN)/code001.dat
$(call mb_copy,$<,$@)