ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/main_unix.cpp
(Generate patch)

Comparing SheepShaver/src/Unix/main_unix.cpp (file contents):
Revision 1.60 by gbeauche, 2005-02-27T21:52:06Z vs.
Revision 1.61 by gbeauche, 2005-03-27T19:05:18Z

# Line 1269 | Line 1269 | void QuitEmulator(void)
1269  
1270  
1271   /*
1272 *  Pause/resume emulator
1273 */
1274
1275 void PauseEmulator(void)
1276 {
1277        pthread_kill(emul_thread, SIGSTOP);
1278 }
1279
1280 void ResumeEmulator(void)
1281 {
1282        pthread_kill(emul_thread, SIGCONT);
1283 }
1284
1285
1286 /*
1272   *  Dump 68k registers
1273   */
1274  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines