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.10 by gbeauche, 2008-01-01T09:47:39Z vs.
Revision 1.11 by asvitkine, 2009-07-23T19:12:51Z

# Line 43 | Line 43 | struct M68kRegisters {
43  
44  
45   // Functions
46 < extern bool InitAll(void);
46 > extern bool InitAll(const char *vmdir);
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines