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

Comparing BasiliskII/src/include/timer.h (file contents):
Revision 1.5 by cebix, 2004-01-12T15:29:27Z vs.
Revision 1.7 by gbeauche, 2005-06-30T10:20:18Z

# Line 1 | Line 1
1   /*
2   *  timer.h - Time Manager emulation
3   *
4 < *  Basilisk II (C) 1997-2004 Christian Bauer
4 > *  Basilisk II (C) 1997-2005 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 42 | Line 42 | extern int timer_cmp_time(tm_time_t a, t
42   extern void timer_mac2host_time(tm_time_t &res, int32 mactime);
43   extern int32 timer_host2mac_time(tm_time_t hosttime);
44  
45 + // Suspend execution of emulator thread and resume it on events
46 + extern void idle_wait(void);
47 + extern void idle_resume(void);
48 +
49   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines