..
audio
Changed save state system to accept machine parameters where
2008-12-05 08:00:13 +00:00
cpu
The other larger patch adds missing static and const qualifiers, and
2009-06-08 05:43:50 +00:00
debug
Cleanups and version bump.
2009-05-28 15:59:16 +00:00
drivers
Added crystals for MESS.
2009-06-02 06:50:17 +00:00
layout
Initial checkin of MAME 0.121.
2007-12-17 15:19:59 +00:00
machine
The other larger patch adds missing static and const qualifiers, and
2009-06-08 05:43:50 +00:00
sound
The other larger patch adds missing static and const qualifiers, and
2009-06-08 05:43:50 +00:00
video
The other larger patch adds missing static and const qualifiers, and
2009-06-08 05:43:50 +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-05-28 15:59:16 +00:00
cheat.h
Added expression validation callback to verify names for CPUs and
2008-08-07 15:53:58 +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
Bulk change alert.
2009-04-26 23:54:37 +00:00
cpuexec.h
Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE
2009-06-08 05:38:50 +00:00
cpuintrf.h
Deprecated device_set_info. Almost all devices had a NULL or empty
2009-04-23 16:33:28 +00:00
crsshair.c
Fixed Analog Settings to return to default when IPT_UI_SELECT (enter) pressed.
2009-04-10 05:41:41 +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
Removed device types from device queries that use tags, under the
2009-03-02 10:59:37 +00:00
devconv.h
fixed void function returning a value compile error
2009-01-01 16:11:54 +00:00
devintrf.c
Added the concept of device contracts. A contract is a well-defined
2009-06-08 00:41:50 +00:00
devintrf.h
Added the concept of device contracts. A contract is a well-defined
2009-06-08 00:41:50 +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
Bulk change alert.
2009-04-26 23:54:37 +00:00
drawgfx.h
added a large gfx decode using macros to allow the textures on hng64 to be viewed, handy for verifying the dumps.
2009-04-24 19:28:54 +00:00
drawgfxm.h
Cleanups and version bump.
2009-01-15 08:33:24 +00:00
driver.c
Bulk change alert.
2009-04-26 23:54:37 +00:00
driver.h
Added missing casts and made other tweaks. The entire project
2009-04-27 09:18:17 +00:00
eigccppc.h
Having decided to look at the MAME source again, I have a fairly minor patch:
2009-03-19 06:15:14 +00:00
eigccx86.h
Having decided to look at the MAME source again, I have a fairly minor patch:
2009-03-19 06:15:14 +00:00
eminline.h
Copyright cleanup:
2008-01-06 00:47:40 +00:00
emu.mak
Added basic TMS9927 implementation. Hooked it up to the statriv2
2009-04-20 09:31:18 +00:00
emuopts.c
Crosshair update
2009-03-28 22:55:34 +00:00
emuopts.h
Crosshair update
2009-03-28 22:55:34 +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
Many casts added to the core files, and various other tweaks
2009-03-12 07:43:03 +00:00
fileio.h
Crosshair update
2009-03-28 22:55:34 +00:00
hash.c
Many casts added to the core files, and various other tweaks
2009-03-12 07:43:03 +00:00
hash.h
Copyright cleanup:
2008-01-06 00:47:40 +00:00
info.c
Cleanups and version bump.
2009-06-04 15:33:42 +00:00
info.h
Removed expand_machine_driver().
2008-02-18 05:58:18 +00:00
inptport.c
many DIPSW fixes [kanikani]
2009-05-27 08:15:29 +00:00
inptport.h
many DIPSW fixes [kanikani]
2009-05-27 08:15:29 +00:00
inpttype.h
Crosshair update
2009-03-28 22:55:34 +00:00
input.c
Bulk change alert.
2009-04-26 23:54:37 +00:00
input.h
Many casts added to the core files, and various other tweaks
2009-03-12 07:43:03 +00:00
inputseq.c
Bulk change alert.
2009-04-26 23:54:37 +00:00
inputseq.h
Restructured input port internals and cleaned up inptport.c:
2008-05-15 16:25:03 +00:00
mame.c
Cleanups and version bump.
2009-05-28 15:59:16 +00:00
mame.h
Major drawgfx cleanup, global removal, and feature enhancements:
2009-01-12 11:05:15 +00:00
mamecore.c
Copyright cleanup:
2008-01-06 00:47:40 +00:00
mamecore.h
Many casts added to the core files, and various other tweaks
2009-03-12 07:43:03 +00:00
mconfig.c
Bulk change alert.
2009-04-26 23:54:37 +00:00
mconfig.h
Removed device types from device queries that use tags, under the
2009-03-02 10:59:37 +00:00
memconv.h
fixed void function returning a value compile error
2009-01-01 16:11:54 +00:00
memory.c
Fixed misaligned table.
2009-05-13 02:58:21 +00:00
memory.h
Reverting my addition of AM_READONLY, because man, I am just dumber than hell. No whatsnew.txt entry, please, for dignity's sake.
2009-05-29 04:45:38 +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
Fix gcc 64bit compile issue
2009-01-07 23:57:10 +00:00
profiler.h
Cleanups and version bump.
2009-01-04 23:31:12 +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
Bulk change alert.
2009-04-26 23:54:37 +00:00
romload.h
Bulk change alert.
2009-04-26 23:54:37 +00:00
sndintrf.h
Ok, this is The Big One.
2009-02-11 19:48:39 +00:00
sound.c
Added missing casts and made other tweaks. The entire project
2009-04-27 09:18:17 +00:00
sound.h
Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE
2009-06-08 05:38:50 +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
Bulk change alert.
2009-04-26 23:54:37 +00:00
streams.h
Ok, this is The Big One.
2009-02-11 19:48:39 +00:00
tilemap.c
Bulk change alert.
2009-04-26 23:54:37 +00:00
tilemap.h
Major drawgfx cleanup, global removal, and feature enhancements:
2009-01-12 11:05:15 +00:00
timer.c
Added missing casts and made other tweaks. The entire project
2009-04-27 09:18:17 +00:00
timer.h
Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE
2009-06-08 05:38:50 +00:00
tokenize.h
Modified the makefile to support experimental optional C++
2009-02-28 22:10:06 +00:00
ui.c
Added missing casts and made other tweaks. The entire project
2009-04-27 09:18:17 +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: Oliver Stoeneberg [oliverst@online.de]
2009-05-25 01:03:10 +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
Bulk change alert.
2009-04-26 23:54:37 +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
Added missing casts and made other tweaks. The entire project
2009-04-27 09:18:17 +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
From: Oliver Stoeneberg [oliverst@online.de]
2009-05-25 01:03:10 +00:00
video.c
Bulk change alert.
2009-04-26 23:54:37 +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