Go to file
Aaron Giles 1a066df97d Added an integral device_timer_id to device timers. This is a
cleaner way to differentiate between multiple timers rather than
relying on the pointers. These values are also saved with the
timers. Updated the few devices using device timers to leverage
this.

Added new function device_timer_call_after_resynch() which creates
a temporary 0-length timer that calls back through the device's
device_timer() method with a given device_timer_id.

Updated i8257_device to initialize its state and use device 
timers.
(Fixes 04032: All sets in dkong.c: [debug] Game does not start.)
2010-09-17 13:33:27 +00:00
docs Changed behavior of -watchdog option to act like a real watchdog. It now 2009-12-24 02:52:17 +00:00
src Added an integral device_timer_id to device timers. This is a 2010-09-17 13:33:27 +00:00
.gitattributes Add skeleton Apple Sound Chip device (no whatsnew) 2010-09-17 02:42:13 +00:00
makefile New build tool makedep.c, derived from src2html.c (really!). 2010-09-14 01:15:26 +00:00