From 58483225d0db0ff59f058a435476632f5ecb02c6 Mon Sep 17 00:00:00 2001 From: mtabachenko Date: Tue, 20 Aug 2013 12:40:05 +0000 Subject: [PATCH] - linux buildfix; --- desmume/src/addons/slot1_retail_nand.cpp | 6 +++++- desmume/src/addons/slot1comp_mc.cpp | 2 +- desmume/src/addons/slot2_mpcf.cpp | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/desmume/src/addons/slot1_retail_nand.cpp b/desmume/src/addons/slot1_retail_nand.cpp index 5ddde4a49..3e8d1321f 100644 --- a/desmume/src/addons/slot1_retail_nand.cpp +++ b/desmume/src/addons/slot1_retail_nand.cpp @@ -15,6 +15,10 @@ along with the this software. If not, see . */ +// Ore/WarioWare D.I.Y. - chip: SAMSUNG 004 +// KLC2811ANB-P204 +// NTR-UORE-0 + #include "../slot1.h" #include "../registers.h" #include "../MMU.h" @@ -167,7 +171,7 @@ private: // Nand Status? case 0xD6: //0x80 == busy - // Made in Ore/WariWare D.I.Y. need set value to 0x80 + // Made in Ore/WarioWare D.I.Y. need set value to 0x80 return 0x80; //0x20 == ready default: diff --git a/desmume/src/addons/slot1comp_mc.cpp b/desmume/src/addons/slot1comp_mc.cpp index 3aec7455a..035cfb3a1 100644 --- a/desmume/src/addons/slot1comp_mc.cpp +++ b/desmume/src/addons/slot1comp_mc.cpp @@ -19,7 +19,7 @@ //this is largely done by accessing the BackupDevice resources in the core emulator #include "types.h" -#include "mmu.h" +#include "../MMU.h" #include "slot1comp_mc.h" Slot1Comp_MC g_Slot1Comp_MC; diff --git a/desmume/src/addons/slot2_mpcf.cpp b/desmume/src/addons/slot2_mpcf.cpp index 217d826c5..0b0cf0303 100644 --- a/desmume/src/addons/slot2_mpcf.cpp +++ b/desmume/src/addons/slot2_mpcf.cpp @@ -32,7 +32,7 @@ #include "../utils/vfat.h" #include "../path.h" -#include "MMU.h" +#include "../MMU.h" #include "NDSSystem.h" // Set up addresses for GBAMP