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

Comparing BasiliskII/src/include/main.h (file contents):
Revision 1.1 by cebix, 1999-10-03T14:16:26Z vs.
Revision 1.3 by cebix, 2000-04-10T18:53:33Z

# Line 1 | Line 1
1   /*
2   *  main.h - General definitions
3   *
4 < *  Basilisk II (C) 1997-1999 Christian Bauer
4 > *  Basilisk II (C) 1997-2000 Christian Bauer
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 38 | Line 38 | struct M68kRegisters {
38          uint16 sr;
39   };
40  
41 < // Functions
41 > // General functions
42 > extern bool InitAll(void);
43 > extern void ExitAll(void);
44 >
45 > // Platform-specific functions
46   extern void FlushCodeCache(void *start, uint32 size);   // Code was patched, flush caches if neccessary
47   extern void QuitEmulator(void);                                                 // Quit emulator
48   extern void ErrorAlert(const char *text);                               // Display error alert

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines