mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-10 13:29:38 +00:00
Move mem_ctrl_instance to ppcexec.
This commit is contained in:
parent
304409b496
commit
29fa6e6174
@ -12,6 +12,8 @@
|
|||||||
#include "ppcemu.h"
|
#include "ppcemu.h"
|
||||||
#include "ppcmmu.h"
|
#include "ppcmmu.h"
|
||||||
|
|
||||||
|
MemCtrlBase *mem_ctrl_instance = 0;
|
||||||
|
|
||||||
bool power_on = 1;
|
bool power_on = 1;
|
||||||
|
|
||||||
SetPRS ppc_state;
|
SetPRS ppc_state;
|
||||||
|
1
main.cpp
1
main.cpp
@ -53,7 +53,6 @@ static const map<string,string> PPCMac_ROMIdentity = { //Codename Abbreviation f
|
|||||||
{"????", "A clone, perhaps?"} //N/A (Placeholder ID)
|
{"????", "A clone, perhaps?"} //N/A (Placeholder ID)
|
||||||
};
|
};
|
||||||
|
|
||||||
MemCtrlBase *mem_ctrl_instance = 0;
|
|
||||||
HeathrowIC *heathrow = 0;
|
HeathrowIC *heathrow = 0;
|
||||||
GossamerID *machine_id;
|
GossamerID *machine_id;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user