From 25a0bd6f11e53cf53be2b81e9ce68a702db71d96 Mon Sep 17 00:00:00 2001 From: Emmet Young Date: Sat, 6 Oct 2012 13:08:23 +1000 Subject: [PATCH] Add some entries to the RDB for recently leaked games Remove the break point in COP1_S_CEIL_W since Taz requires this function to work properly in recompiler, the function appears to be working properly. --- Config/Project64.rdb | 76 ++++++++++++++++++- .../N64 System/Recompiler/Recompiler Ops.cpp | 1 - Source/Project64/Plugins/Audio Plugin.cpp | 1 - 3 files changed, 75 insertions(+), 3 deletions(-) diff --git a/Config/Project64.rdb b/Config/Project64.rdb index 6edba5321..952ebb0fa 100644 --- a/Config/Project64.rdb +++ b/Config/Project64.rdb @@ -5291,6 +5291,23 @@ SP Hack=No Core Note= Plugin Note=[video] AV;use v1.5.2 plugin +[B7F40BCF-553556A5-C:45] +Good Name=Glover 2 (Beta) +Internal Name=Glover 2 +RDRAM Size=4 +Counter Factor=2 +Save Type=First Save Type +CPU Type=Recompiler +Self-modifying code Method=Cache +Use TLB=No +Linking=Global +Reg Cache=Yes +Use Large Buffer=No +Status=Issues (plugin) +Delay SI=No +Audio Signal=No +SP Hack=No +Plugin Note=[video] errors:textures [B2C6D27F-2DA48CFD-C:4A] Good Name=Ganbare Goemon - Mononoke Sugoroku (J) Internal Name=ºÞ´ÓÝÓÉɹ½ºÞÛ¸ @@ -14004,6 +14021,25 @@ Plugin Note=[video] ? Delay SI=No SP Hack=No +[37955E65-C6F2B7B3-C:0] +Good Name=Tamiya Racing 64 (Unreleased) +Internal Name= +RDRAM Size=4 +Counter Factor=2 +Save Type=First Save Type +CPU Type=Recompiler +Self-modifying code Method=Cache +Reg Cache=Yes +Use TLB=Yes +Delay SI=No +Audio Signal=No +SP Hack=No +Use Large Buffer=No +Linking=Global +Status=Issues (plugin) +Core Note= +Plugin Note=[video] errors:textures + [AEBCDD54-15FF834A-C:50] Good Name=Taz Express (E) (M6) Internal Name=Taz Express @@ -14016,7 +14052,7 @@ Use TLB=Yes Linking=Global Reg Cache=Yes Use Large Buffer=No -Status=Unsupported +Status=Compatible Core Note= Plugin Note= Delay SI=No @@ -15993,6 +16029,25 @@ Audio Signal=No Core Note= Plugin Note=[video] (see GameFAQ) +[A04237B9-68F62C72-C:0] +Good Name=Wildwaters (Unreleased) +Internal Name= +RDRAM Size=8 +Counter Factor=2 +Save Type=First Save Type +CPU Type=Recompiler +Self-modifying code Method=Check Memory Advance +Reg Cache=Yes +Use TLB=Yes +Delay SI=No +Audio Signal=No +SP Hack=No +Use Large Buffer=No +Linking=On +Status=Uncertain +Core Note= +Plugin Note= + [D5898CAF-6007B65B-C:50] Good Name=Operation WinBack (E) (M5) Internal Name=OPERATION WINBACK @@ -18568,6 +18623,25 @@ Status=Compatible Core Note= Plugin Note= +[21548CA9-9059F32C-C:0] +Good Name=Mini Racers (Unreleased) +Internal Name= +RDRAM Size=4 +Counter Factor=2 +Save Type=First Save Type +CPU Type=Recompiler +Self-modifying code Method=Cache +Reg Cache=Yes +Use TLB=Yes +Delay SI=No +Audio Signal=No +SP Hack=No +Use Large Buffer=No +Linking=Global +Status=Issues (plugin) +Core Note= +Plugin Note=[video] errors:textures + [C811CBB1-8FB7617C-C:0] Good Name=Mind Present Demo 0 by Widget and Immo (POM '98) (PD) Internal Name=Mind Present / DNX diff --git a/Source/Project64/N64 System/Recompiler/Recompiler Ops.cpp b/Source/Project64/N64 System/Recompiler/Recompiler Ops.cpp index 8456a046a..6584c8bed 100644 --- a/Source/Project64/N64 System/Recompiler/Recompiler Ops.cpp +++ b/Source/Project64/N64 System/Recompiler/Recompiler Ops.cpp @@ -4559,7 +4559,6 @@ void CRecompilerOps::COP1_S_TRUNC_W (void) { } void CRecompilerOps::COP1_S_CEIL_W (void) { // added by Witten - _Notify->BreakPoint(__FILE__,__LINE__); CPU_Message(" %X %s",m_CompilePC,R4300iOpcodeName(m_Opcode.Hex,m_CompilePC)); m_Section->CompileCop1Test(); diff --git a/Source/Project64/Plugins/Audio Plugin.cpp b/Source/Project64/Plugins/Audio Plugin.cpp index 6014b71d5..93f05976a 100644 --- a/Source/Project64/Plugins/Audio Plugin.cpp +++ b/Source/Project64/Plugins/Audio Plugin.cpp @@ -11,7 +11,6 @@ CAudioPlugin::CAudioPlugin ( const char * FileName) : LenChanged(NULL), Config(NULL), ReadLength(NULL), -// InitFunc(NULL), RomOpen(NULL), RomClosed(NULL), CloseDLL(NULL),