b1ackmai1er
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
Source/HBIOS/Build.cmd
-
Source/HBIOS/Makefile
|
|
|
@ -96,7 +96,7 @@ copy /b romldr.bin + dbgmon.bin + ..\zsdos\zsys_wbw.bin osimg_small.bin || exit |
|
|
|
:: |
|
|
|
|
|
|
|
for %%f in (hbios_rom.bin osimg.bin osimg1.bin osimg2.bin) do ( |
|
|
|
"%TOOLS%\srecord\srec_cat.exe" %%f -Binary -Crop 0 0x7FFF -checksum-neg-b-e 0x7FFF 1 1 -o %%f -Binary |
|
|
|
"%TOOLS%\srecord\srec_cat.exe" %%f -Binary -Crop 0 0x7FFF -Checksum_Negative_Big_Endian 0x7FFF 1 1 -o %%f -Binary || exit /b |
|
|
|
) |
|
|
|
|
|
|
|
:: |
|
|
|
|
|
|
|
@ -57,7 +57,7 @@ $(ROMNAME).rom $(ROMNAME).com $(ROMNAME).img &: $(ROMDEPS) |
|
|
|
cat camel80.bin nascom.bin tastybasic.bin game.bin eastaegg.bin netboot.mod updater.bin usrrom.bin >osimg1.bin ; \
|
|
|
|
cat imgpad2.bin >osimg2.bin ; \
|
|
|
|
for f in hbios_rom.bin osimg.bin osimg1.bin osimg2.bin ; do \
|
|
|
|
srec_cat $$f -Binary -Crop 0 0x7FFF -checksum-neg-b-e 0x7FFF 1 1 -o $$f -Binary ; \
|
|
|
|
srec_cat $$f -Binary -Crop 0 0x7FFF -Checksum_Negative_Big_Endian 0x7FFF 1 1 -o $$f -Binary ; \
|
|
|
|
done \
|
|
|
|
fi |
|
|
|
if [ $(ROM_PLATFORM) = UNA ] ; then \
|
|
|
|
|