Fix System 6 mount issue

This commit is contained in:
Zane Kaminski 2021-09-29 14:58:58 -04:00
parent 7e3db47b3b
commit cd49935637
3 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ bin/GWSys71_8M.bin: bin bin/baserom_romdisk_noramtest.bin disks/RDisk7M5.dsk
# Copy base rom with ROM disk driver
cp bin/baserom_romdisk_noramtest.bin $@
# Patch ROM disk driver parameter table
#0x1 4E E1
printf '\x00\x01\x4E\xE1' | dd of=$@ bs=1 seek=335256 count=4 conv=notrunc # Patch MacsBug patch offset
printf '\x40\x89\x4E\xDA' | dd of=$@ bs=1 seek=335264 count=4 conv=notrunc # Patch MacsBug name address
printf '\x64' | dd of=$@ bs=1 seek=335272 count=1 conv=notrunc # Patch MacsBug disable byte

Binary file not shown.

Binary file not shown.