Emulator Issues #2302
closed[Patch]Deadly Creatures is Broken under x32
0%
Description
What steps will reproduce the problem?
- Run game on any revision after r4798
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
rev5017 Vista32
Please provide any additional information below.
and here's the patchfix
http://rapidshare.com/files/350677638/1.patch.html
Updated by bztdlinux over 14 years ago
The entire patch is pasted below:
Index: VideoInterface.cpp¶
--- VideoInterface.cpp (revision 5017)
+++ VideoInterface.cpp (working copy)
@@ -145,7 +145,7 @@
m_VBeamPos = 1;
// 54MHz, capable of progressive scan
-
m_Clock = 1;
-
m_Clock = 0; // Say component cable is plugged m_DTVStatus = 1;
That being said, this patch is a nasty hack. Something else is broken.
Updated by nakeee over 14 years ago
was it broken by 4798? Or is it just a random number?
Updated by Autoran1 over 14 years ago
It was broken in 4798, when i post an issue i always say a number of problematic
revision
Updated by Anonymous over 14 years ago
- Status changed from Questionable to Duplicate
As TD-Linux's patch suggests, it's due to the VI changes from r4798...just like issue 2571 :)