diff --git a/Classic/scripts/autoexec/MemPatches.cs b/Classic/scripts/autoexec/MemPatches.cs index db77650..9c20772 100644 --- a/Classic/scripts/autoexec/MemPatches.cs +++ b/Classic/scripts/autoexec/MemPatches.cs @@ -24,4 +24,18 @@ function suppressTraversalRootPatch() memPatch("56AD8A", "90909090909090909090909090909090909090909090"); memPatch("56D114", "90909090909090909090909090909090909090909090"); $tvpatched = 1; -} \ No newline at end of file +} + +// Netrate patch by bahke +// 32 packets per second + +$pref::Net::PacketSize = $Host::ClassicPacketSize; + +memPatch("A3A100","5052BA00000000B8000000005150526800000000E8C7D6B4FF5A585981C20100000039C27CE65A58E95F8CB8FF"); +memPatch("A3A200","5052BA00000000B8000000005150526800000000E8C7D5B4FF5A585981C20100000039C27CE65A58E9FC8AB8FF"); +memPatch("5C2D22","E9D97447009090"); +memPatch("5C2D85","E9767347009090"); +memPatch("0058665C","9090909090909090"); +memPatch("00586682","90909090909090909090"); +memPatch("005866AB","90909090909090909090"); +memPatch("58781A","EB0C"); \ No newline at end of file