mame/src/emu
Fabio Priuli 7292debe5f rf5c68.c: corrected the point at which the sample callbacks
are triggered, and what channel is returned.  The
interrupts are masked or enabled based on what PCM memory bank is
used, rather than the physical channel that was used. 
[Barry Rodewald]
2010-04-11 05:00:27 +00:00
..
audio Bulk driver.h -> emu.h switch. 2010-01-10 18:00:42 +00:00
cpu sm8500d.c: Fixed disassembly of extended instructions (1A, 1B, 4F). [Oliver Stoeneberg] 2010-04-10 18:02:28 +00:00
debug several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] 2010-03-17 11:59:16 +00:00
debugint Fixed a bug in debugint.c: Actually make Del and BS delete the last character. [sz72] 2010-02-19 19:25:15 +00:00
drivers Cleanups and version bump. 2010-02-14 16:59:22 +00:00
layout Internal debugger using the mame rendering infrastructure 2010-02-11 23:59:36 +00:00
machine Fixed Z80-DMA Load and Continue commands. [Curt Coder] 2010-03-23 11:13:20 +00:00
sound rf5c68.c: corrected the point at which the sample callbacks 2010-04-11 05:00:27 +00:00
video Cleanups and version bump. 2010-04-08 06:14:23 +00:00
attotime.c First round of an attempted cleanup of header files in the system. 2010-01-10 00:29:26 +00:00
attotime.h First round of an attempted cleanup of header files in the system. 2010-01-10 00:29:26 +00:00
audit.c Correct a long-standing design flaw: device configuration state 2010-01-18 09:34:43 +00:00
audit.h First round of an attempted cleanup of header files in the system. 2010-01-10 00:29:26 +00:00
cheat.c UI menu interface changes 2010-01-27 23:52:28 +00:00
cheat.h UI menu interface changes 2010-01-27 23:52:28 +00:00
clifront.c Allow MESS to do additional work for -romident. 2010-04-04 14:55:01 +00:00
clifront.h Allow MESS to do additional work for -romident. 2010-04-04 14:55:01 +00:00
config.c Added the mameconfig version to the -listxml output [Oliver Stoneberg] 2010-01-11 12:55:43 +00:00
config.h Added the mameconfig version to the -listxml output [Oliver Stoneberg] 2010-01-11 12:55:43 +00:00
cpuexec.c Made device->tag and devconfig->tag into private member variables (m_tag). 2010-03-08 17:06:27 +00:00
cpuexec.h Correct a long-standing design flaw: device configuration state 2010-01-18 09:34:43 +00:00
cpuintrf.h Made device->tag and devconfig->tag into private member variables (m_tag). 2010-03-08 17:06:27 +00:00
crsshair.c Correct a long-standing design flaw: device configuration state 2010-01-18 09:34:43 +00:00
crsshair.h Correct a long-standing design flaw: device configuration state 2010-01-18 09:34:43 +00:00
debugger.c Internal debugger using the mame rendering infrastructure 2010-02-11 23:59:36 +00:00
debugger.h Correct a long-standing design flaw: device configuration state 2010-01-18 09:34:43 +00:00
deprecat.h Correct a long-standing design flaw: device configuration state 2010-01-18 09:34:43 +00:00
devcb.c Made device->tag and devconfig->tag into private member variables (m_tag). 2010-03-08 17:06:27 +00:00
devcb.h Correct a long-standing design flaw: device configuration state 2010-01-18 09:34:43 +00:00
devconv.h Correct a long-standing design flaw: device configuration state 2010-01-18 09:34:43 +00:00
devintrf.c Made device->tag and devconfig->tag into private member variables (m_tag). 2010-03-08 17:06:27 +00:00
devintrf.h Made device->tag and devconfig->tag into private member variables (m_tag). 2010-03-08 17:06:27 +00:00
devtempl.h Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify 2010-01-21 06:05:57 +00:00
drawgfx.c not worth mention: added very small workaround which fixes mingw32 crash on my eeepc. 2010-02-28 14:26:29 +00:00
drawgfx.h First round of an attempted cleanup of header files in the system. 2010-01-10 00:29:26 +00:00
drawgfxm.h First round of an attempted cleanup of header files in the system. 2010-01-10 00:29:26 +00:00
driver.c - Moved compatibility validation into MAME core from MESS. 2010-02-09 14:23:13 +00:00
driver.h Cleanups and version bump. 2010-02-14 16:59:22 +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 - Moved natural keyboard support from MESS to MAME 2010-02-12 15:40:11 +00:00
emu.mak Added gprof support to the makefile. [Bryan Ischo] 2010-04-08 06:10:18 +00:00
emualloc.c Moved global new/delete operators into inlines in emualloc.h 2010-02-14 21:44:50 +00:00
emualloc.h Moved global new/delete operators into inlines in emualloc.h 2010-02-14 21:44:50 +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 Cleanups and version bump. 2010-01-28 08:03:44 +00:00
emuopts.c Cleanups and version bump. 2010-02-14 16:59:22 +00:00
emuopts.h - Moved natural keyboard support from MESS to MAME 2010-02-12 15:40:11 +00:00
emupal.c Correct a long-standing design flaw: device configuration state 2010-01-18 09:34:43 +00:00
emupal.h First round of an attempted cleanup of header files in the system. 2010-01-10 00:29:26 +00:00
fileio.c Bulk driver.h -> emu.h switch. 2010-01-10 18:00:42 +00:00
fileio.h First round of an attempted cleanup of header files in the system. 2010-01-10 00:29:26 +00:00
hash.c First round of an attempted cleanup of header files in the system. 2010-01-10 00:29:26 +00:00
hash.h Copyright cleanup: 2008-01-06 00:47:40 +00:00
info.c Readded info.c lines which got removed/changed by mistake in the previous commit. No whatsnew. 2010-04-06 09:50:37 +00:00
info.h First round of an attempted cleanup of header files in the system. 2010-01-10 00:29:26 +00:00
inptport.c Added a new input type IPT_KEYPAD for MESS, to distinguish between fully featured keyboards and keypad controllers [Fabio Priuli] 2010-04-05 15:30:00 +00:00
inptport.h Added a new input type IPT_KEYPAD for MESS, to distinguish between fully featured keyboards and keypad controllers [Fabio Priuli] 2010-04-05 15:30:00 +00:00
inpttype.h Added a new input type IPT_KEYPAD for MESS, to distinguish between fully featured keyboards and keypad controllers [Fabio Priuli] 2010-04-05 15:30:00 +00:00
input.c Made input_device pointers non-volatile. Since we return pointers to them 2010-03-30 13:50:38 +00:00
input.h First round of an attempted cleanup of header files in the system. 2010-01-10 00:29:26 +00:00
inputseq.c First round of an attempted cleanup of header files in the system. 2010-01-10 00:29:26 +00:00
inputseq.h First round of an attempted cleanup of header files in the system. 2010-01-10 00:29:26 +00:00
mame.c Cleanups and version bump. 2010-04-08 06:14:23 +00:00
mame.h Added gprof support to the makefile. [Bryan Ischo] 2010-04-08 06:10:18 +00:00
mconfig.c Changed all driver_data structs into classes with a simple 2010-02-25 06:28:03 +00:00
mconfig.h Changed all driver_data structs into classes with a simple 2010-02-25 06:28:03 +00:00
memconv.h fixed void function returning a value compile error 2009-01-01 16:11:54 +00:00
memory.c Made device->tag and devconfig->tag into private member variables (m_tag). 2010-03-08 17:06:27 +00:00
memory.h Changed all driver_data structs into classes with a simple 2010-02-25 06:28:03 +00:00
output.c several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] 2010-03-17 11:59:16 +00:00
output.h First round of an attempted cleanup of header files in the system. 2010-01-10 00:29:26 +00:00
profiler.c Made device->tag and devconfig->tag into private member variables (m_tag). 2010-03-08 17:06:27 +00:00
profiler.h First round of an attempted cleanup of header files in the system. 2010-01-10 00:29:26 +00:00
render.c Added gprof support to the makefile. [Bryan Ischo] 2010-04-08 06:10:18 +00:00
render.h Internal debugger using the mame rendering infrastructure 2010-02-11 23:59:36 +00:00
rendersw.c Bulk driver.h -> emu.h switch. 2010-01-10 18:00:42 +00:00
rendfont.c Cleanups and version bump. 2010-01-16 04:12:04 +00:00
rendfont.h First round of an attempted cleanup of header files in the system. 2010-01-10 00:29:26 +00:00
rendlay.c several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] 2010-03-17 11:59:16 +00:00
rendlay.h Internal debugger using the mame rendering infrastructure 2010-02-11 23:59:36 +00:00
rendutil.c First round of an attempted cleanup of header files in the system. 2010-01-10 00:29:26 +00:00
rendutil.h First round of an attempted cleanup of header files in the system. 2010-01-10 00:29:26 +00:00
romload.c Made device->tag and devconfig->tag into private member variables (m_tag). 2010-03-08 17:06:27 +00:00
romload.h First round of an attempted cleanup of header files in the system. 2010-01-10 00:29:26 +00:00
sound.c Made device->tag and devconfig->tag into private member variables (m_tag). 2010-03-08 17:06:27 +00:00
sound.h Correct a long-standing design flaw: device configuration state 2010-01-18 09:34:43 +00:00
state.c VS2008 compiling fix [Miodrag Milanovic] (no whatsnew) 2010-02-18 18:33:18 +00:00
state.h Made device->tag and devconfig->tag into private member variables (m_tag). 2010-03-08 17:06:27 +00:00
streams.c Correct a long-standing design flaw: device configuration state 2010-01-18 09:34:43 +00:00
streams.h Correct a long-standing design flaw: device configuration state 2010-01-18 09:34:43 +00:00
tilemap.c First step in refactoring the video system in metro.c driver [David Haywood] 2010-03-19 18:01:59 +00:00
tilemap.h First step in refactoring the video system in metro.c driver [David Haywood] 2010-03-19 18:01:59 +00:00
timer.c Correct a long-standing design flaw: device configuration state 2010-01-18 09:34:43 +00:00
timer.h Correct a long-standing design flaw: device configuration state 2010-01-18 09:34:43 +00:00
tokenize.h More PPC GCC warning fixes. 2010-01-15 23:18:08 +00:00
ui.c Made device->tag and devconfig->tag into private member variables (m_tag). 2010-03-08 17:06:27 +00:00
ui.h ui.c,ui.h,windows/input.c: [Miodrag Milanovic] 2010-02-16 12:45:38 +00:00
uigfx.c UI menu interface changes 2010-01-27 23:52:28 +00:00
uigfx.h UI menu interface changes 2010-01-27 23:52:28 +00:00
uiinput.c Minor changes for internal render debugger 2010-02-05 00:08:00 +00:00
uiinput.h Minor changes for internal render debugger 2010-02-05 00:08:00 +00:00
uimenu.c Cleanups and version bump. 2010-02-14 16:59:22 +00:00
uimenu.h UI menu interface changes 2010-01-27 23:52:28 +00:00
uismall.png Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
validity.c Made device->tag and devconfig->tag into private member variables (m_tag). 2010-03-08 17:06:27 +00:00
validity.h First round of an attempted cleanup of header files in the system. 2010-01-10 00:29:26 +00:00
video.c Made device->tag and devconfig->tag into private member variables (m_tag). 2010-03-08 17:06:27 +00:00
video.h Correct a long-standing design flaw: device configuration state 2010-01-18 09:34:43 +00:00
watchdog.c Correct a long-standing design flaw: device configuration state 2010-01-18 09:34:43 +00:00
watchdog.h First round of an attempted cleanup of header files in the system. 2010-01-10 00:29:26 +00:00