Move mem_ctrl_instance to ppcexec.

This commit is contained in:
Maxim Poliakovski 2020-01-31 04:08:22 +01:00
parent 304409b496
commit 29fa6e6174
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,8 @@
#include "ppcemu.h"
#include "ppcmmu.h"
MemCtrlBase *mem_ctrl_instance = 0;
bool power_on = 1;
SetPRS ppc_state;

View File

@ -53,7 +53,6 @@ static const map<string,string> PPCMac_ROMIdentity = { //Codename Abbreviation f
{"????", "A clone, perhaps?"} //N/A (Placeholder ID)
};
MemCtrlBase *mem_ctrl_instance = 0;
HeathrowIC *heathrow = 0;
GossamerID *machine_id;