diff --git a/tools/patcher/patch.sh b/tools/patcher/patch.sh index 47517dc..6de6ecf 100644 --- a/tools/patcher/patch.sh +++ b/tools/patcher/patch.sh @@ -1,5 +1,5 @@ -#mv *.FL1 BIOS.FL1 -#dd if=BIOS.FL1 bs=1 of=BIOS.rom skip=464 count=4194304 +mv *.FL1 BIOS.FL1 +dd if=BIOS.FL1 bs=1 of=BIOS.rom skip=464 count=4194304 printf "32442D09-1D11-4E27-8AAB-90FE6ACB0489 10 O:02A0:778B1D826D24964E8E103467D56AB1BA \nF7731B4C-58A2-4DF4-8980-5645D39ECE58 10 P:44243080fb0175080fbae80f89442430:44243080fb01eb080fbae80f89442430 \nF7731B4C-58A2-4DF4-8980-5645D39ECE58 10 P:30488b4338f6000874080fba6c243014:30488b4338f60008eb080fba6c243014 \n" > patches.txt @@ -11,4 +11,4 @@ fi ./patcher ./BIOS.rom ./patches.txt -o ./patched.rom -echo "Patched BIOS saved as patched.rom" \ No newline at end of file +echo "Patched BIOS saved as patched.rom"