mame/src/emu
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
..
audio BIG update. 2011-03-29 15:50:04 +00:00
cpu Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
debug Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
debugint Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
drivers Another Atari Jaguar related fix, nw (heh, running at 30 Hz and nobody really got that so far) 2011-04-14 22:20:39 +00:00
imagedev Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
layout Cleanups of .lay files. 2011-04-18 18:56:40 +00:00
machine Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
sound Fixed files missed in big update, but only used by MESS (no whatsnew) 2011-04-27 14:24:29 +00:00
video Fixed files missed in big update, but only used by MESS (no whatsnew) 2011-04-27 14:24:29 +00:00
addrmap.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
addrmap.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
attotime.c Cleanups and version bump. 2011-02-09 15:01:01 +00:00
attotime.h Fix attotime max() function to not be a copy of min(). Fixes several 2011-02-28 09:21:35 +00:00
audit.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
audit.h Cleanups again 2011-04-18 00:06:50 +00:00
cheat.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
cheat.h Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
clifront.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
clifront.h Cleanups again 2011-04-18 00:06:50 +00:00
config.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
config.h Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
crsshair.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
crsshair.h BIG update. 2011-03-29 15:50:04 +00:00
debugger.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
debugger.h BIG update. 2011-03-29 15:50:04 +00:00
delegate.c Delegates 2.0 implementation. Resdesigned how delegates work to make 2011-04-16 23:02:16 +00:00
delegate.h Cleanups again 2011-04-18 00:06:50 +00:00
deprecat.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
devcb.c Implemented 16-bit device callbacks. [Curt Coder] 2011-04-16 16:53:16 +00:00
devcb.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
devconv.h WARNING: There are likely to be regressions in both functionality and 2010-06-08 06:09:57 +00:00
devcpu.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
devcpu.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
devimage.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
devintrf.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
devintrf.h Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
devlegcy.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
devlegcy.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
devtempl.h - Added shortname to devices in order to make ROM loading per device possible. [Miodrag Milanovic] 2011-02-10 19:08:37 +00:00
didisasm.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
didisasm.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
diexec.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
diexec.h Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
diimage.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
diimage.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
dimemory.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
dimemory.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
dinvram.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
dinvram.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
dirtc.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
dirtc.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
disound.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
disound.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
distate.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
distate.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
drawgfx.c Privatized most of the m_machine pointers in the system to prevent 2011-04-19 06:02:01 +00:00
drawgfx.h Privatized most of the m_machine pointers in the system to prevent 2011-04-19 06:02:01 +00:00
drawgfxm.h I had originally wanted to convert the profiler to use scopes (e.g., 2010-08-21 22:25:58 +00:00
driver.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
driver.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
eigccppc.h Rename osd_profiling_ticks() to get_profile_ticks(). Moved implemention into 2009-09-06 23:30:26 +00:00
eigccx86.h Compile fix for 64-bit Win32 SDL. 2010-01-28 09:41:37 +00:00
eminline.h Rename osd_profiling_ticks() to get_profile_ticks(). Moved implemention into 2009-09-06 23:30:26 +00:00
emu.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
emu.mak Fixed build breakage. (nw) 2011-04-26 21:41:59 +00:00
emualloc.c Use much bigger hash tables for memory allocations now that we are 2011-04-19 15:08:42 +00:00
emualloc.h Use much bigger hash tables for memory allocations now that we are 2011-04-19 15:08:42 +00:00
emucore.c First round of an attempted cleanup of header files in the system. 2010-01-10 00:29:26 +00:00
emucore.h Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
emuopts.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
emuopts.h Cleanups and version bump. 2011-03-25 16:14:09 +00:00
emupal.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
emupal.h BIG update. 2011-03-29 15:50:04 +00:00
emutempl.h Cleanups again 2011-04-18 00:06:50 +00:00
fileio.c Cleanups and version bump. 2011-03-25 16:14:09 +00:00
fileio.h path_iterator::next() now takes an optional filename to append to 2011-03-14 16:10:04 +00:00
hash.c Remove redundant check. 2011-04-17 19:45:47 +00:00
hash.h (Big tangle of changes that all happened as I was looking into the ROM 2011-04-13 20:31:00 +00:00
image.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
image.h BIG update. 2011-03-29 15:50:04 +00:00
info.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
info.h Cleanups again 2011-04-18 00:06:50 +00:00
inptport.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
inptport.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
inpttype.h Cleanups and version bump. 2010-06-17 06:55:54 +00:00
input.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
input.h Privatized most of the m_machine pointers in the system to prevent 2011-04-19 06:02:01 +00:00
inputseq.c BIG update. 2011-03-29 15:50:04 +00:00
inputseq.h BIG update. 2011-03-29 15:50:04 +00:00
ioprocs.c - Moved ioproc implementation from MESS [Miodrag Milanovic] 2010-06-23 19:35:49 +00:00
ioprocs.h - Moved ioproc implementation from MESS [Miodrag Milanovic] 2010-06-23 19:35:49 +00:00
machine.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
machine.h Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
mame.c Removed various differences between MESS and MAME, all is now defined in mame.h. 2011-04-14 10:52:08 +00:00
mame.h Cleanups again 2011-04-18 00:06:50 +00:00
mconfig.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
mconfig.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
memconv.h Replace "const address_space" with "address_space" throughout the system. 2010-08-19 07:26:14 +00:00
memory.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
memory.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
output.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
output.h BIG update. 2011-03-29 15:50:04 +00:00
profiler.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
profiler.h Cleanups and version bump. 2010-08-30 15:20:58 +00:00
render.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
render.h Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
rendersw.c Cleanups and version bump. 2010-10-14 07:04:16 +00:00
rendfont.c BIG update. 2011-03-29 15:50:04 +00:00
rendfont.h mame_file is now emu_file and is a class. It is required 2011-02-12 03:47:37 +00:00
rendlay.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
rendlay.h Cleanups and version bump. 2011-02-28 09:27:05 +00:00
rendutil.c mame_file is now emu_file and is a class. It is required 2011-02-12 03:47:37 +00:00
rendutil.h mame_file is now emu_file and is a class. It is required 2011-02-12 03:47:37 +00:00
romload.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
romload.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
save.c Rename state_manager -> save_manager since the term "state" is overloaded. 2011-04-20 15:14:54 +00:00
save.h Rename state_manager -> save_manager since the term "state" is overloaded. 2011-04-20 15:14:54 +00:00
schedule.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
schedule.h Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
screen.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
screen.h Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
softlist.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
softlist.h Cleanups again 2011-04-18 00:06:50 +00:00
sound.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
sound.h Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
speaker.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
speaker.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
tilemap.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
tilemap.h Privatized most of the m_machine pointers in the system to prevent 2011-04-19 06:02:01 +00:00
timer.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
timer.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
tokenize.h More PPC GCC warning fixes. 2010-01-15 23:18:08 +00:00
ui.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
ui.h BIG update. 2011-03-29 15:50:04 +00:00
uigfx.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
uigfx.h BIG update. 2011-03-29 15:50:04 +00:00
uiimage.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
uiimage.h BIG update. 2011-03-29 15:50:04 +00:00
uiinput.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
uiinput.h BIG update. 2011-03-29 15:50:04 +00:00
uimenu.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
uimenu.h Privatized most of the m_machine pointers in the system to prevent 2011-04-19 06:02:01 +00:00
uismall.png
uiswlist.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
uiswlist.h softlist: moved software list handling (in the Internal UI) to a separate source, and made the code more similar to the File Manager handling code. [Fabio Priuli] 2011-04-06 19:33:27 +00:00
validity.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
validity.h Converted core_options to a class. Removed a bunch of marginal 2011-03-03 17:05:24 +00:00
video.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
video.h Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
watchdog.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
watchdog.h BIG update. 2011-03-29 15:50:04 +00:00