Build Tweaks

- Propagate build enhancements from Phil to Unix/Mac build.
- Add removal of .upd files to Clean.cmd script in Binary directory.
This commit is contained in:
Wayne Warthen
2021-01-07 14:32:58 -08:00
parent 04ffc17466
commit e72886cfaf
3 changed files with 22 additions and 20 deletions

View File

@@ -154,6 +154,7 @@ if [ $platform = UNA ] ; then
cat ../UBIOS/UNA-BIOS.BIN osimg.bin ../UBIOS/FSFAT.BIN $romdiskfile >$romname.rom
else
cat hbios_rom.bin osimg.bin osimg1.bin osimg.bin $romdiskfile >$romname.rom
cat hbios_rom.bin osimg.bin osimg1.bin osimg.bin >$romname.upd
cat hbios_app.bin osimg_small.bin > $romname.com
# cat hbios_img.bin osimg_small.bin > $romname.img
fi