mame/src/emu
2010-01-08 21:57:29 +00:00
..
audio Results of running the latest srcclean. 2009-12-28 09:04:00 +00:00
cpu Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
debug Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
drivers Results of running the latest srcclean. 2009-12-28 09:04:00 +00:00
layout
machine Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
sound Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
video NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
attotime.c NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
attotime.h NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
audit.c Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
audit.h NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
cheat.c Oops, forgot this. 2010-01-08 17:19:41 +00:00
cheat.h Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
clifront.c Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
clifront.h Moved machine->gfx initialization out of the video module and 2009-12-23 17:15:41 +00:00
config.c Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
config.h
cpuexec.c Fix an issue which may cause a division by zero or undefined behaviour. 2010-01-08 14:38:52 +00:00
cpuexec.h Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former function was just an alias and now cpus are no different from other devices 2010-01-06 13:26:30 +00:00
cpuintrf.h Results of running the latest srcclean. 2009-12-28 09:04:00 +00:00
crsshair.c Added some missing header declarations and static qualifiers. Added validity.h to the core for consistency as well as an explicit foo.h in each foo.c. [Atari Ace] 2010-01-06 21:09:25 +00:00
crsshair.h Results of running the latest srcclean. 2009-12-28 09:04:00 +00:00
debugger.c NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
debugger.h Moved some of the CPU cores over to use get_safe_token like other devices. 2009-03-12 16:54:49 +00:00
deprecat.h NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
devcb.c Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former function was just an alias and now cpus are no different from other devices 2010-01-06 13:26:30 +00:00
devcb.h Results of running the latest srcclean. 2009-12-28 09:04:00 +00:00
devconv.h fixed void function returning a value compile error 2009-01-01 16:11:54 +00:00
devintrf.c Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
devintrf.h Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
devtempl.h Exposed an address space for EEPROM devices. This has several 2009-12-28 18:04:50 +00:00
drawgfx.c NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
drawgfx.h NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
drawgfxm.h Results of running the latest srcclean. 2009-12-28 09:04:00 +00:00
driver.c NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
driver.h NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +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 Cleanups and version bump. 2009-09-24 07:56:15 +00:00
eminline.h Rename osd_profiling_ticks() to get_profile_ticks(). Moved implemention into 2009-09-06 23:30:26 +00:00
emu.mak NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
emualloc.c Provide location in "attempt to free untracked memory" message 2010-01-08 14:53:52 +00:00
emualloc.h Re-enabled malloc/free but routed them to the file+line versions. 2010-01-08 08:24:22 +00:00
emucore.c NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
emucore.h NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
emuopts.c NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
emuopts.h NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
emupal.c Added some missing header declarations and static qualifiers. Added validity.h to the core for consistency as well as an explicit foo.h in each foo.c. [Atari Ace] 2010-01-06 21:09:25 +00:00
emupal.h Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly 2009-12-28 05:45:20 +00:00
fileio.c Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
fileio.h Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
hash.c Added casts to ensure proper values are passed to the ctype.h functions. 2009-06-25 08:04:39 +00:00
hash.h
info.c Removed the various HAS_xxxx for sound cores. To select sound cores, 2010-01-02 20:21:00 +00:00
info.h NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
inptport.c Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
inptport.h Results of running the latest srcclean. 2009-12-28 09:04:00 +00:00
inpttype.h > From: Pugsy [mailto:pugsy@gmx.net] 2009-09-03 09:15:18 +00:00
input.c Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
input.h Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
inputseq.c Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
inputseq.h Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
mame.c Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
mame.h Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
mconfig.c Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
mconfig.h NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
memconv.h fixed void function returning a value compile error 2009-01-01 16:11:54 +00:00
memory.c Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
memory.h Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
output.c NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
output.h NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
profiler.c Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
profiler.h Compile fix. 2010-01-08 21:57:29 +00:00
render.c NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
render.h Here's another MAME tidy patch. This one adds missing const/statics, 2008-11-02 02:40:46 +00:00
rendersw.c NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
rendfont.c NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
rendfont.h
rendlay.c Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
rendlay.h From: Atari Ace [mailto:atari_ace@verizon.net] 2008-12-11 17:59:22 +00:00
rendutil.c Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
rendutil.h Crosshair update 2009-03-28 22:55:34 +00:00
romload.c Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
romload.h Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
sndintrf.h Ok, this is The Big One. 2009-02-11 19:48:39 +00:00
sound.c Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
sound.h Added new module tagmap which is a simple hashed string map. 2009-11-23 04:55:26 +00:00
state.c Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
state.h NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
streams.c NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
streams.h NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
tilemap.c NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
tilemap.h NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
timer.c NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
timer.h NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
tokenize.h Results of running the latest srcclean. 2009-12-28 09:04:00 +00:00
ui.c Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
ui.h Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
uigfx.c Centralized color definitions and made some colors more specific. 2009-10-03 22:15:40 +00:00
uigfx.h NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
uiinput.c > From: Atari Ace [mailto:atari_ace@verizon.net] 2009-09-06 22:28:58 +00:00
uiinput.h NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
uimenu.c Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
uimenu.h NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
uismall.png
validity.c Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
validity.h NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
video.c Extended the astring class wrapper into something useful, and 2010-01-08 17:18:54 +00:00
video.h NOTE: This change requires two new osd functions: osd_malloc() and 2010-01-08 06:05:29 +00:00
watchdog.c Added some missing header declarations and static qualifiers. Added validity.h to the core for consistency as well as an explicit foo.h in each foo.c. [Atari Ace] 2010-01-06 21:09:25 +00:00
watchdog.h