1 |
|
/* |
2 |
|
* main.h - Emulation core |
3 |
|
* |
4 |
< |
* SheepShaver (C) 1997-2004 Christian Bauer and Marc Hellwig |
4 |
> |
* SheepShaver (C) 1997-2005 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 |
42 |
|
|
43 |
|
|
44 |
|
// Functions |
45 |
+ |
extern bool InitAll(void); |
46 |
+ |
extern void ExitAll(void); |
47 |
|
extern void Dump68kRegs(M68kRegisters *r); // Dump 68k registers |
48 |
|
extern void MakeExecutable(int dummy, uint32 start, uint32 length); // Make code executable |
49 |
|
extern void PatchAfterStartup(void); // Patches after system startup |