mame/src/emu
Aaron Giles c96bd5b910 Added new frontend option -listbrothers. This will list all "brothers"
of a given driver, meaning those drivers that come from the same source
file, along with their parent names if they are clones. If a wildcard
name is specified for the driver, then the first driver in a given
source file will trigger a list of his brothers, and any other drivers
in the same source file which match the wildcard will be flagged.
2008-12-30 20:19:04 +00:00
..
audio Changed save state system to accept machine parameters where 2008-12-05 08:00:13 +00:00
cpu 02768: mk3, mk3r20, mk3r10, mk3p40, umk3, umk3r10, umk3r11 : Roms incorrectly named as umk3 instead of mk3 + two versions of U2 SOUND ROM 2008-12-30 16:41:18 +00:00
debug 02783: SMS-Based megatech.c sets: [debug] Access Violation with -debug 2008-12-30 01:18:26 +00:00
drivers Improved bishjan.c: 2008-12-29 21:55:34 +00:00
layout
machine A write isn't allowed to start if there is one in progress and a write isn't started if the data is already correct. This allows my dream horse to boot again. Further investigation is needed. 2008-12-28 15:33:50 +00:00
sound From: Atari Ace [mailto:atari_ace@verizon.net] 2008-12-26 06:40:58 +00:00
video Fixed validity checks for MC6845. 2008-12-22 05:38:43 +00:00
attotime.c Re-inlined core attotime functions. This makes a significant difference 2008-11-04 05:45:54 +00:00
attotime.h Cleanups and version bump. 2008-12-15 01:46:32 +00:00
audit.c 02680: carnevil: -verifyrom fails to consider if a CHD is a BAD_DUMP 2008-12-04 09:58:01 +00:00
audit.h
cheat.c Further debugger cleanup. Symbol tables now have a global ref 2008-11-22 16:50:00 +00:00
cheat.h Added expression validation callback to verify names for CPUs and 2008-08-07 15:53:58 +00:00
clifront.c Added new frontend option -listbrothers. This will list all "brothers" 2008-12-30 20:19:04 +00:00
clifront.h Added new frontend option -listbrothers. This will list all "brothers" 2008-12-30 20:19:04 +00:00
config.c Restructured input port internals and cleaned up inptport.c: 2008-05-15 16:25:03 +00:00
config.h Restructured input port internals and cleaned up inptport.c: 2008-05-15 16:25:03 +00:00
cpuexec.c 02776: mwalk, mwalkj, mwalku: Crash when starting game 2008-12-30 05:44:23 +00:00
cpuexec.h CPU interface organization shuffle. The file cpuintrf.h now merely 2008-12-22 17:35:27 +00:00
cpuintrf.h CPU interface organization shuffle. The file cpuintrf.h now merely 2008-12-22 17:35:27 +00:00
crsshair.c Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). 2008-12-04 10:17:17 +00:00
crsshair.h Added a crosshair_set_screen() to allow drivers to control which screen(s) on 2008-03-17 12:47:22 +00:00
debugger.c Cleanups and version bump. 2008-12-22 04:01:51 +00:00
debugger.h This update is the below two patches, plus the remaining changes 2008-12-19 19:40:22 +00:00
deprecat.h This update is the below two patches, plus the remaining changes 2008-12-19 19:40:22 +00:00
devconv.h Updated to use ACCESSING macros like memconv.h. 2008-04-24 05:53:47 +00:00
devintrf.c Cleanups and version bump. 2008-12-22 04:01:51 +00:00
devintrf.h Cleaned up device and sound interfaces to match the CPU 2008-12-19 06:46:17 +00:00
drawgfx.c From: Atari Ace [mailto:atari_ace@verizon.net] 2008-12-14 08:45:12 +00:00
drawgfx.h From: Atari Ace [mailto:atari_ace@verizon.net] 2008-12-14 08:45:12 +00:00
driver.c
driver.h Populated tag and static_config parts of fake CPU device. Removed 'config' 2008-11-09 07:12:24 +00:00
eigccppc.h Rewrote some potentially compiler specific code: 2008-03-02 00:35:58 +00:00
eigccx86.h Rewrote some potentially compiler specific code: 2008-03-02 00:35:58 +00:00
eminline.h
emu.mak Added f3853 to src/emu/emu.mak 2008-12-23 20:24:13 +00:00
emuopts.c 02687: emuopts.c: CORE INPUT AUTOMATIC ENABLE OPTIONS 2008-12-04 09:34:38 +00:00
emuopts.h Added new options 'cheatpath' to specify one or more paths for cheat 2008-07-31 08:19:53 +00:00
emupal.c Changed save state system to accept machine parameters where 2008-12-05 08:00:13 +00:00
emupal.h Plumbed machine parameters through the renderer. Removed need for 2008-09-29 08:02:58 +00:00
fileio.c Fixed crash bug in DCS games. 2008-12-11 17:03:13 +00:00
fileio.h Fixed crash bug in DCS games. 2008-12-11 17:03:13 +00:00
hash.c
hash.h
info.c Update to a bit of MESS-only code. 2008-12-24 20:00:55 +00:00
info.h
inptport.c Fixed crash when mouse-clicking without a valid mouse_target set (typically after startup when no mouse movement events have occurred). 2008-12-26 14:01:14 +00:00
inptport.h 02688: DIP switch settings are not being stored in INP files. 2008-12-04 08:34:30 +00:00
inpttype.h Removed unneeded keys by removing the constants. 2008-10-03 04:00:41 +00:00
input.c 02747: Compile error on openSUSE 11.1 / gcc 4.3.2 with OPTIMIZE=3 2008-12-25 01:39:55 +00:00
input.h From: Oliver Stoeneberg [mailto:oliverst@online.de] 2008-09-11 15:57:52 +00:00
inputseq.c Cleanups/version bump. 2008-06-05 15:57:00 +00:00
inputseq.h Restructured input port internals and cleaned up inptport.c: 2008-05-15 16:25:03 +00:00
mame.c Significantly optimized the inner execution loop. arknoid2 is ~2.5x 2008-12-22 10:28:20 +00:00
mame.h CPU interface organization shuffle. The file cpuintrf.h now merely 2008-12-22 17:35:27 +00:00
mamecore.c
mamecore.h CPU_IS_LE -> ENDIANNESS_LITTLE 2008-12-04 06:08:32 +00:00
mconfig.c Cleanups and version bump. 2008-12-22 04:01:51 +00:00
mconfig.h Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling 2008-12-20 21:17:53 +00:00
memconv.h Terminology cleanup. "Machine" handlers are now "space" handlers. 2008-11-15 21:36:21 +00:00
memory.c CPU interface organization shuffle. The file cpuintrf.h now merely 2008-12-22 17:35:27 +00:00
memory.h CPU interface organization shuffle. The file cpuintrf.h now merely 2008-12-22 17:35:27 +00:00
output.c Normalized function pointer typedefs: they are now all 2008-03-03 01:51:31 +00:00
output.h Normalized function pointer typedefs: they are now all 2008-03-03 01:51:31 +00:00
profiler.c From: Oliver Stoeneberg [mailto:oliverst@online.de] 2008-09-11 15:57:52 +00:00
profiler.h From: Oliver Stoeneberg [mailto:oliverst@online.de] 2008-09-11 15:57:52 +00:00
render.c From: Atari Ace [mailto:atari_ace@verizon.net] 2008-12-11 17:59:22 +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 02607: frogs: Taking a screenshot in Frogs (Gremlin) exits the game with an error. 2008-11-03 08:31:39 +00:00
rendfont.c Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). 2008-12-04 10:17:17 +00:00
rendfont.h
rendlay.c From: Atari Ace [mailto:atari_ace@verizon.net] 2008-12-11 17:59:22 +00:00
rendlay.h From: Atari Ace [mailto:atari_ace@verizon.net] 2008-12-11 17:59:22 +00:00
rendutil.c
rendutil.h
restrack.c
restrack.h
romload.c Made CPUs into proper devices. CPUs are now added in the 2008-12-16 15:02:15 +00:00
romload.h Added macros to access ROM and MACHINE_DRIVER by name. 2008-11-26 20:45:18 +00:00
sndintrf.c Cleanups and version bump. 2008-12-22 04:01:51 +00:00
sndintrf.h Cleaned up device and sound interfaces to match the CPU 2008-12-19 06:46:17 +00:00
sound.c Cleaned up device and sound interfaces to match the CPU 2008-12-19 06:46:17 +00:00
sound.h From: Oliver Stoeneberg [mailto:oliverst@online.de] 2008-09-11 15:57:52 +00:00
state.c Cleanups and version bump. 2008-12-15 01:46:32 +00:00
state.h Fixed crash bug in DCS games. 2008-12-11 17:03:13 +00:00
streams.c From: Atari Ace [mailto:atari_ace@verizon.net] 2008-12-18 08:32:50 +00:00
streams.h From: Atari Ace [mailto:atari_ace@verizon.net] 2008-12-18 08:32:50 +00:00
tilemap.c From: Atari Ace [mailto:atari_ace@verizon.net] 2008-12-14 08:34:41 +00:00
tilemap.h From: Atari Ace [mailto:atari_ace@verizon.net] 2008-12-14 08:34:41 +00:00
timer.c Significantly optimized the inner execution loop. arknoid2 is ~2.5x 2008-12-22 10:28:20 +00:00
timer.h Significantly optimized the inner execution loop. arknoid2 is ~2.5x 2008-12-22 10:28:20 +00:00
tokenize.h Added TOKEN_SKIP_* macros to tokenize.h. 2008-05-25 21:24:19 +00:00
ui.c Made the concept of a "clock" native to devices. The clock is now 2008-12-18 08:28:50 +00:00
ui.h Changed slider controls into a menu. For now, removed the old direct access 2008-08-28 08:25:06 +00:00
uigfx.c Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). 2008-12-04 10:17:17 +00:00
uigfx.h
uiinput.c This patch replaces the Machine parameter where an running_machine * 2008-11-13 07:23:50 +00:00
uiinput.h OSD notice: you now need to report separate mouse up/mouse down events 2008-09-09 17:11:52 +00:00
uimenu.c Cleanups/version bump/added missing drivers. 2008-12-06 17:54:42 +00:00
uimenu.h From: Oliver Stoeneberg [mailto:oliverst@online.de] 2008-09-11 15:57:52 +00:00
uismall.png
validity.c Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. 2008-12-19 22:26:25 +00:00
video.c Cleaned up device and sound interfaces to match the CPU 2008-12-19 06:46:17 +00:00
video.h Made the concept of a "clock" native to devices. The clock is now 2008-12-18 08:28:50 +00:00
watchdog.c Fixed crash bug in DCS games. 2008-12-11 17:03:13 +00:00
watchdog.h Moves watchdog processing logic into its own module 2008-03-02 03:32:54 +00:00