- linux buildfix;
This commit is contained in:
parent
0924555303
commit
58483225d0
|
@ -15,6 +15,10 @@
|
|||
along with the this software. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// 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:
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue