mame/src/emu/debugint
Aaron Giles af94c692bb Switch to using delegates for some callbacks:
- non-device timer callbacks
 - machine state changing callbacks
 - configuration callbacks
 - per-screen VBLANK callbacks
 - DRC backend callbacks

For the timer case only, I added wrappers for the old-style functions.
Over time, drivers should switch to device timers instead, reducing the
number of timers that are directly allocated through the scheduler.
2011-04-27 20:34:45 +00:00
..
debugint.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
debugint.h BIG update. 2011-03-29 15:50:04 +00:00