mame/src/emu
2010-05-25 06:57:29 +00:00
..
audio Bulk driver.h -> emu.h switch. 2010-01-10 18:00:42 +00:00
cpu Fixed assert in z80 cpu core when using nsc800 (no whatsnew) 2010-05-25 06:57:29 +00:00
debug Fixed crash in memory window view region. No whatsnew. 2010-05-22 11:23:05 +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 Added xtal for MESS. (no whatsnew) 2010-05-05 12:52:46 +00:00
layout Internal debugger using the mame rendering infrastructure 2010-02-11 23:59:36 +00:00
machine New driver: sigmab98.c [Luca Elia] 2010-05-16 14:04:49 +00:00
sound Added a readyq callback to the TMS5220 interface. This is needed to solve MT #3832. In zaccaria games, the intq and readyq are connected to pia 6821 lines ca2 and cb1 which are edge driven. Just reading readyq would miss to detect a state change if between reads readyq went 0-1-0. Updated zaccaria.c and looping.c. Fixes MT #3832. [Couriersud] 2010-05-24 12:13:13 +00:00
video New driver: sigmab98.c [Luca Elia] 2010-05-16 14:04:49 +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 Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] 2010-04-23 23:21:39 +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 Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] 2010-04-23 23:21:39 +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 r9078 revert. 2010-05-10 22:43:31 +00:00
driver.c - Moved compatibility validation into MAME core from MESS. 2010-02-09 14:23:13 +00:00
driver.h me being a nitpicker aligning the backslashes 2010-05-19 15:08:32 +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 Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] 2010-04-23 23:21:39 +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 Added debug_global_input_code_pressed_once() function to input.c [Angelo Salese] 2010-05-24 01:09:23 +00:00
input.h Added debug_global_input_code_pressed_once() function to input.c [Angelo Salese] 2010-05-24 01:09:23 +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 fix NULL to UINT32 conversion 2010-05-13 20:55:15 +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 Removed unnecessary warning. (no whatsnew) 2010-04-23 19:48:03 +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 Fix the memory leaks with the strconv.c function by 2010-04-23 17:10:03 +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 worked around a MESS related issue with software lists calling display_loading_rom_message with zero romstotalsize. additional investigation is in progress to understand if the code is faulty on the MESS side or not... 2010-04-28 07:28:56 +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 Fix the memory leaks with the strconv.c function by 2010-04-23 17:10:03 +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 Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] 2010-04-23 23:21:39 +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