Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…3261 c98d566b-fa28-4d4c-8a7b-932307ef5c1a
  • Loading branch information
matt committed Dec 22, 2010
1 parent aaab945 commit a49bbdc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/daphne_vs2003.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "daphne", "daphne_vs2003.vcproj", "{D6F69305-8810-439B-A6E1-554175951DE3}"
ProjectSection(ProjectDependencies) = postProject
{7F8CEA42-F687-4755-BD58-54A6B25659A7} = {7F8CEA42-F687-4755-BD58-54A6B25659A7}
{9F8120A6-B6C8-4CBF-9D9B-45AF83F61EA0} = {9F8120A6-B6C8-4CBF-9D9B-45AF83F61EA0}
EndProjectSection
EndProject
Expand All @@ -26,8 +25,6 @@ Global
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectDependencies) = postSolution
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{D6F69305-8810-439B-A6E1-554175951DE3}.Debug.ActiveCfg = Debug|Win32
{D6F69305-8810-439B-A6E1-554175951DE3}.Debug.Build.0 = Debug|Win32
Expand Down
7 changes: 7 additions & 0 deletions src/game/lair2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,13 @@ void lair2::patch_roms()
// m_cpumem[0x140f6] = 0xc3;
// m_cpumem[0x140b0] = 0xc3;

// enable hints for all levels cheat
if (m_cheat_requested)
{
m_cpumem[0xF2804] = 0x90;
m_cpumem[0xF2805] = 0x90;
}

// FIX compiler bugs that make laserdisc access problematic

// FIX Send_Byte_2_LDP() function
Expand Down

0 comments on commit a49bbdc

Please sign in to comment.