# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |