ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/AmigaOS/timer_amiga.cpp
(Generate patch)

Comparing BasiliskII/src/AmigaOS/timer_amiga.cpp (file contents):
Revision 1.8 by jlachmann, 2002-06-23T08:27:05Z vs.
Revision 1.9 by gbeauche, 2006-04-30T21:13:21Z

# Line 136 | Line 136 | int32 timer_host2mac_time(tm_time_t host
136                          return -t;                      // Time in negative microseconds
137          }
138   }
139 +
140 +
141 + /*
142 + *  Suspend emulator thread, virtual CPU in idle mode
143 + */
144 +
145 + void idle_wait(void)
146 + {
147 +        // XXX if you implement this make sure to call idle_resume() from TriggerInterrupt()
148 + }
149 +
150 +
151 + /*
152 + *  Resume execution of emulator thread, events just arrived
153 + */
154 +
155 + void idle_resume(void)
156 + {
157 + }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines