1 |
|
/* |
2 |
|
* main.h - Emulation core |
3 |
|
* |
4 |
< |
* SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig |
4 |
> |
* SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
23 |
|
|
24 |
|
// Global variables |
25 |
|
extern void *TOC; // TOC pointer |
26 |
+ |
extern void *R13; // r13 register |
27 |
|
extern uint32 KernelDataAddr; // Address of Kernel Data |
28 |
|
extern uint32 BootGlobsAddr; // Address of BootGlobs structure at top of Mac RAM |
29 |
|
extern uint32 PVR; // Theoretical PVR |