2010-06-04 06:25:07 +00:00
|
|
|
extern CNotification * _Notify;
|
|
|
|
extern CSettings * _Settings;
|
|
|
|
|
2010-06-12 02:02:06 +00:00
|
|
|
extern CN64System * _System;
|
|
|
|
extern CN64System * _BaseSystem;
|
2010-05-22 04:47:15 +00:00
|
|
|
extern CN64System * _SyncSystem;
|
|
|
|
extern CRecompiler * _Recompiler;
|
|
|
|
extern CMipsMemory * _MMU; //Memory of the n64
|
|
|
|
extern CTLB * _TLB; //TLB Unit
|
|
|
|
extern CRegisters * _Reg; //Current Register Set attacted to the _MMU
|
|
|
|
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;
|