From 8d5ff7382ac530516612e805f3050e8de44e5667 Mon Sep 17 00:00:00 2001 From: Farras Eriantono <13050356+farsdewibs0n@users.noreply.github.com> Date: Wed, 22 Jan 2025 03:12:10 +0700 Subject: [PATCH 1/2] Updated README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 277eeeb5..73982c4f 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,6 @@ Tested with: macOS Ventura (Apple Silicon) with Xcode Command Line Tools 14 & ma ## On 64-bit bug that killed the game -I did not find it, decompiled game worked in x64 mode on the first try.\ -It was either lost in decompilation or introduced in x64 port/not present in x86 build.\ -Based on public description of the bug (no ball collision), I guess that the bug was in `TEdgeManager::TestGridBox` +There are 2 Versions of Windows 64-bit, one is for the x86 CPU (amd64), another one is for the Intel Itanium CPUs (IA-64). +The 64-bit version of the game existed in the amd64 version (called "Windows XP Professional x64 Edition). Although it runs normall, there are graphical glitches. +On the IA-64 however (Called "Windows XP 64-Bit Edition") have collision issues, such as the ball just is through the paddles caused by float rounding issues. \ No newline at end of file From abfe3f88f034f651436f110f377591b87e124f68 Mon Sep 17 00:00:00 2001 From: Farras Wibisana Eriantono Date: Wed, 22 Jan 2025 07:05:04 +0700 Subject: [PATCH 2/2] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix some grammar mistakes. Co-authored-by: Jouni Järvinen --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73982c4f..111da85b 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,6 @@ Tested with: macOS Ventura (Apple Silicon) with Xcode Command Line Tools 14 & ma ## On 64-bit bug that killed the game -There are 2 Versions of Windows 64-bit, one is for the x86 CPU (amd64), another one is for the Intel Itanium CPUs (IA-64). -The 64-bit version of the game existed in the amd64 version (called "Windows XP Professional x64 Edition). Although it runs normall, there are graphical glitches. -On the IA-64 however (Called "Windows XP 64-Bit Edition") have collision issues, such as the ball just is through the paddles caused by float rounding issues. \ No newline at end of file +There are 2 versions of Windows 64-bit, one is for the x86 CPU (amd64), another one is for the Intel Itanium CPUs (IA-64). +The 64-bit version of the game existed in the amd64 version (called "Windows XP Professional x64 Edition"). Although it runs fine, there are graphical glitches. +On the IA-64 (called "Windows XP 64-Bit Edition") however have collision issues, such as the ball just going through the paddles, caused by float rounding issues. \ No newline at end of file