Skip to content

Commit

Permalink
Use MASM 5.0 to build GLaBIOS
Browse files Browse the repository at this point in the history
  • Loading branch information
csoren committed Apr 9, 2023
1 parent 64b6f4c commit b14bd99
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ $(GLABIOS_DIR)/_patched: $(GLABIOS_DIR)/GLABIOS.ASM glabios.patch
touch $@

$(GLABIOS_DIR)/GLANUXT8.ROM: $(GLABIOS_DIR)/GLABIOS.ASM $(GLABIOS_DIR)/_patched
dosbox GBN8.BAT -exit -c "MOUNT D \"masm6" -c "PATH D:;Z:"
dosbox GBN8.BAT -exit -c "MOUNT D \"masm5\"" -c "PATH D:;Z:"

$(GLABIOS_DIR)/GLANUXTV.ROM: $(GLABIOS_DIR)/GLABIOS.ASM $(GLABIOS_DIR)/_patched
dosbox GBNV.BAT -exit -c "MOUNT D \"masm6" -c "PATH D:;Z:"
dosbox GBNV.BAT -exit -c "MOUNT D \"masm5\"" -c "PATH D:;Z:"

$(GLATICK_DIR)/_patched: $(GLATICK_SRC) rtc.patch
-patch -r /dev/null -N $(GLATICK_DIR)/RTC.INC rtc.patch
touch $@

$(GLATICK_DIR)/GLATICK.ROM: $(GLATICK_SRC) $(GLATICK_DIR)/_patched
dosbox TICKMK.BAT -exit -c "MOUNT D \"masm6" -c "PATH D:;Z:"
dosbox TICKMK.BAT -exit -c "MOUNT D \"masm5\"" -c "PATH D:;Z:"

$(FLOPPY_BIOS_DIR)/floppy_bios.bin:
$(MAKE) -C $(FLOPPY_BIOS_DIR) floppy_bios.bin
Expand Down
Binary file added masm5/LINK.EXE
Binary file not shown.
Binary file added masm5/MAKE.EXE
Binary file not shown.
Binary file added masm5/MASM.EXE
Binary file not shown.

0 comments on commit b14bd99

Please sign in to comment.