ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/include/main.h
(Generate patch)

Comparing SheepShaver/src/include/main.h (file contents):
Revision 1.6 by gbeauche, 2004-11-13T14:09:16Z vs.
Revision 1.9 by gbeauche, 2005-02-27T21:52:06Z

# Line 1 | Line 1
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
# Line 23 | Line 23
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
# Line 42 | Line 43 | struct M68kRegisters {
43  
44  
45   // Functions
46 + extern bool InitAll(void);
47 + extern void ExitAll(void);
48   extern void Dump68kRegs(M68kRegisters *r);                                      // Dump 68k registers
49   extern void MakeExecutable(int dummy, uint32 start, uint32 length);     // Make code executable
50   extern void PatchAfterStartup(void);                                            // Patches after system startup

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines