2012-11-17 00:58:31 +00:00
|
|
|
extern CNotification * g_Notify;
|
2012-11-17 01:02:04 +00:00
|
|
|
extern CSettings * g_Settings;
|
2010-06-04 06:25:07 +00:00
|
|
|
|
2012-11-17 01:07:04 +00:00
|
|
|
extern CN64System * g_System;
|
2012-11-17 01:09:19 +00:00
|
|
|
extern CN64System * g_BaseSystem;
|
2012-11-17 01:12:54 +00:00
|
|
|
extern CN64System * g_SyncSystem;
|
2012-11-17 01:15:55 +00:00
|
|
|
extern CRecompiler * g_Recompiler;
|
2012-11-17 01:18:00 +00:00
|
|
|
extern CMipsMemory * g_MMU; //Memory of the n64
|
2012-11-17 02:16:38 +00:00
|
|
|
extern CTLB * g_TLB; //TLB Unit
|
2012-11-17 02:18:14 +00:00
|
|
|
extern CRegisters * g_Reg; //Current Register Set attached to the g_MMU
|
2010-05-22 04:47:15 +00:00
|
|
|
extern CPlugins * _Plugins;
|
|
|
|
extern CN64Rom * _Rom; //The current rom that this system is executing.. it can only execute one file at the time
|
|
|
|
extern CAudio * _Audio;
|
|
|
|
extern CMemoryLabel * _Labels;
|
2010-05-23 10:05:41 +00:00
|
|
|
extern CSystemTimer * _SystemTimer;
|
2010-05-25 09:15:19 +00:00
|
|
|
extern CTransVaddr * _TransVaddr;
|
2010-06-04 06:25:07 +00:00
|
|
|
extern CSystemEvents * _SystemEvents;
|
2012-09-29 07:58:16 +00:00
|
|
|
extern int * _NextTimer;
|
|
|
|
extern DWORD * _TLBLoadAddress;
|
|
|
|
extern DWORD * _TLBStoreAddress;
|