..
audio
Changed save state system to accept machine parameters where
2008-12-05 08:00:13 +00:00
cpu
Fixed various issues with the dsp56156 disassembler. [Andrew Gardner]
2009-09-18 04:37:47 +00:00
debug
removed confusing double variable name
2009-09-12 21:17:43 +00:00
drivers
Added xtal for MESS.
2009-08-18 20:25:05 +00:00
layout
Initial checkin of MAME 0.121.
2007-12-17 15:19:59 +00:00
machine
z80dma: Fixed Initiate read command
2009-09-16 22:45:38 +00:00
sound
ym2612/3834: updates to track latest knowledge [Eke-Eke, Nemesis]
2009-09-18 01:43:17 +00:00
video
Rename osd_profiling_ticks() to get_profile_ticks(). Moved implemention into
2009-09-06 23:30:26 +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
Bulk change alert.
2009-04-26 23:54:37 +00:00
audit.h
refactored the audit code to make it more consistent with the original.
2009-04-11 11:55:12 +00:00
cheat.c
Cleanups and version bump.
2009-09-10 08:39:42 +00:00
cheat.h
Hooked up F6 again as a global cheat enable/disable. [Pugsy]
2009-09-10 07:17:35 +00:00
clifront.c
Bulk change alert.
2009-04-26 23:54:37 +00:00
clifront.h
Added new frontend option -listbrothers. This will list all "brothers"
2008-12-30 20:19:04 +00:00
config.c
Bulk change alert.
2009-04-26 23:54:37 +00:00
config.h
Restructured input port internals and cleaned up inptport.c:
2008-05-15 16:25:03 +00:00
cpuexec.c
Fixed up some error logging messages to output the correct number of characters
2009-09-10 08:24:15 +00:00
cpuexec.h
Another step. Moved the address-space related get_info constants
2009-07-08 16:20:01 +00:00
cpuintrf.h
Added 'options' parameter to the CPU_DISASSEMBLE prototype. For now, the
2009-09-07 00:26:56 +00:00
crsshair.c
Cleanups and version bump.
2009-09-07 01:34:34 +00:00
crsshair.h
The other larger patch adds missing static and const qualifiers, and
2009-06-08 05:43:50 +00:00
debugger.c
Bulk change alert.
2009-04-26 23:54:37 +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
Major drawgfx cleanup, global removal, and feature enhancements:
2009-01-12 11:05:15 +00:00
devcb.c
Many casts added to the core files, and various other tweaks
2009-03-12 07:43:03 +00:00
devcb.h
Added helper macros for input lines tied to GND/Vcc.
2009-08-21 13:05:08 +00:00
devconv.h
fixed void function returning a value compile error
2009-01-01 16:11:54 +00:00
devintrf.c
Added device_find_child_by_tag helper function.
2009-09-14 12:28:14 +00:00
devintrf.h
Added device_find_child_by_tag helper function.
2009-09-14 12:28:14 +00:00
devtempl.h
The other larger patch adds missing static and const qualifiers, and
2009-06-08 05:43:50 +00:00
drawgfx.c
Cleaned out remaining generic drawgfx usage. Removed the
2009-07-02 05:45:07 +00:00
drawgfx.h
Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems
2009-07-09 08:03:31 +00:00
drawgfxm.h
Changed profiler to separate start/stop cases. [Christophe Jaillet]
2009-08-19 16:43:04 +00:00
driver.c
Added casts to ensure proper values are passed to the ctype.h functions.
2009-06-25 08:04:39 +00:00
driver.h
Added missing casts and made other tweaks. The entire project
2009-04-27 09:18:17 +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
"=A" inline assembly seems to be only supported on 32bit gcc. Provide a 64bit safe version of _get_profile_ticks
2009-09-16 23:46:41 +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
Added infrastructure to compile universal standalone disassembler:
2009-08-22 06:25:07 +00:00
emuopts.c
Added basic support in bitmap.c for 64-bit indexed bitmaps. As a
2009-07-13 22:34:43 +00:00
emuopts.h
Fixed remaining occurrences of crsshairpath
2009-07-14 07:06:24 +00:00
emupal.c
Bulk change alert.
2009-04-26 23:54:37 +00:00
emupal.h
Major drawgfx cleanup, global removal, and feature enhancements:
2009-01-12 11:05:15 +00:00
fileio.c
Cleanups and version bump.
2009-09-07 01:34:34 +00:00
fileio.h
Added new function mame_fclose_and_open_next() which will close a file
2009-09-03 15:54:07 +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
Copyright cleanup:
2008-01-06 00:47:40 +00:00
info.c
Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems
2009-07-09 08:03:31 +00:00
info.h
Removed expand_machine_driver().
2008-02-18 05:58:18 +00:00
inptport.c
Added debug_global_input_code_pressed() for use in debugging.
2009-09-08 01:40:11 +00:00
inptport.h
Added PORT_CROSSHAIR_MAPPER() allowing you to specify an alternate, non-linear mapping
2009-09-07 00:53:53 +00:00
inpttype.h
> From: Pugsy [mailto:pugsy@gmx.net]
2009-09-03 09:15:18 +00:00
input.c
Cleanups and version bump.
2009-09-10 08:39:42 +00:00
input.h
Added debug_global_input_code_pressed() for use in debugging.
2009-09-08 01:40:11 +00:00
inputseq.c
> From: Atari Ace [mailto:atari_ace@verizon.net]
2009-09-06 22:28:58 +00:00
inputseq.h
> From: Atari Ace [mailto:atari_ace@verizon.net]
2009-09-06 22:28:58 +00:00
mame.c
Cleanups and version bump.
2009-09-10 08:39:42 +00:00
mame.h
Fix CPP_COMPILE (except for internal compiler error on snes.c).
2009-09-08 16:58:02 +00:00
mamecore.c
Copyright cleanup:
2008-01-06 00:47:40 +00:00
mamecore.h
Move address_map array from cpu_config to device_config. Added
2009-07-08 14:47:35 +00:00
mconfig.c
Move address_map array from cpu_config to device_config. Added
2009-07-08 14:47:35 +00:00
mconfig.h
Move address_map array from cpu_config to device_config. Added
2009-07-08 14:47:35 +00:00
memconv.h
fixed void function returning a value compile error
2009-01-01 16:11:54 +00:00
memory.c
Fixed up some error logging messages to output the correct number of characters
2009-09-10 08:24:15 +00:00
memory.h
Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO
2009-07-09 07:10:40 +00:00
output.c
Bulk change alert.
2009-04-26 23:54:37 +00:00
output.h
Normalized function pointer typedefs: they are now all
2008-03-03 01:51:31 +00:00
profiler.c
Rename osd_profiling_ticks() to get_profile_ticks(). Moved implemention into
2009-09-06 23:30:26 +00:00
profiler.h
Changed profiler to separate start/stop cases. [Christophe Jaillet]
2009-08-19 16:43:04 +00:00
render.c
Bulk change alert.
2009-04-26 23:54:37 +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
Modified the makefile to support experimental optional C++
2009-02-28 22:10:06 +00:00
rendfont.c
Bulk change alert.
2009-04-26 23:54:37 +00:00
rendfont.h
Replaces mame_bitmap with bitmap_t
2008-02-29 04:01:09 +00:00
rendlay.c
Bulk change alert.
2009-04-26 23:54:37 +00:00
rendlay.h
From: Atari Ace [mailto:atari_ace@verizon.net]
2008-12-11 17:59:22 +00:00
rendutil.c
Crosshair update
2009-03-28 22:55:34 +00:00
rendutil.h
Crosshair update
2009-03-28 22:55:34 +00:00
restrack.c
Bulk change alert.
2009-04-26 23:54:37 +00:00
restrack.h
Bulk change alert.
2009-04-26 23:54:37 +00:00
romload.c
> -----Original Message-----
2009-08-13 04:55:32 +00:00
romload.h
> -----Original Message-----
2009-08-13 04:55:32 +00:00
sndintrf.h
Ok, this is The Big One.
2009-02-11 19:48:39 +00:00
sound.c
[from AtariAce]
2009-08-30 05:42:33 +00:00
sound.h
[from AtariAce]
2009-08-30 05:42:33 +00:00
state.c
Bulk change alert.
2009-04-26 23:54:37 +00:00
state.h
Many casts added to the core files, and various other tweaks
2009-03-12 07:43:03 +00:00
streams.c
Changed profiler to separate start/stop cases. [Christophe Jaillet]
2009-08-19 16:43:04 +00:00
streams.h
Ok, this is The Big One.
2009-02-11 19:48:39 +00:00
tilemap.c
Changed profiler to separate start/stop cases. [Christophe Jaillet]
2009-08-19 16:43:04 +00:00
tilemap.h
> From: atari_ace@verizon.net
2009-08-13 04:42:13 +00:00
timer.c
Changed profiler to separate start/stop cases. [Christophe Jaillet]
2009-08-19 16:43:04 +00:00
timer.h
From: hoge hoge [c8cv@hotmail.com]
2009-08-13 05:17:16 +00:00
tokenize.h
Modified the makefile to support experimental optional C++
2009-02-28 22:10:06 +00:00
ui.c
Cleanups and version bump.
2009-09-10 08:39:42 +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
> From: Atari Ace [mailto:atari_ace@verizon.net]
2009-09-06 22:28:58 +00:00
uigfx.h
First in a series of updates to remove the use of the global Machine from as many places as possible
2008-01-24 09:12:03 +00:00
uiinput.c
> From: Atari Ace [mailto:atari_ace@verizon.net]
2009-09-06 22:28:58 +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 and version bump.
2009-09-10 08:39:42 +00:00
uimenu.h
From: Oliver Stoeneberg [mailto:oliverst@online.de]
2008-09-11 15:57:52 +00:00
uismall.png
Initial checkin of MAME 0.121.
2007-12-17 15:19:59 +00:00
validity.c
Rename osd_profiling_ticks() to get_profile_ticks(). Moved implemention into
2009-09-06 23:30:26 +00:00
video.c
Changed profiler to separate start/stop cases. [Christophe Jaillet]
2009-08-19 16:43:04 +00:00
video.h
Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE
2009-06-08 05:38:50 +00:00
watchdog.c
The other larger patch adds missing static and const qualifiers, and
2009-06-08 05:43:50 +00:00
watchdog.h
Moves watchdog processing logic into its own module
2008-03-02 03:32:54 +00:00