Search
lxdream.org :: lxdream/src/modules.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/modules.h
changeset 27:1ef09a52cd1e
prev23:1ec3acd0594d
next30:89b30313d757
author nkeynes
date Sun Dec 25 04:54:40 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Set disasm PC on startup
file annotate diff log raw
1.1 --- a/src/modules.h Fri Dec 23 11:44:55 2005 +0000
1.2 +++ b/src/modules.h Sun Dec 25 04:54:40 2005 +0000
1.3 @@ -33,7 +33,7 @@
1.4 * Execute one time-slice worth of operations, for the given number of
1.5 * micro-seconds.
1.6 */
1.7 - void (*run_time_slice)( int microsecs );
1.8 + int (*run_time_slice)( int microsecs );
1.9 /**
1.10 * Set the module into a stopped state (may be NULL)
1.11 */
.