mame/src/emu
2008-07-15 16:44:25 +00:00
..
audio From: Oliver Stoeneberg [mailto:oliverst@online.de] 2008-06-17 09:44:03 +00:00
cpu Fixed simple but deadly typo in previous update. 2008-07-15 16:44:25 +00:00
debug Note: I have done some testing, but there are probably more bugs 2008-07-12 20:18:25 +00:00
drivers From: Corrado Tomaselli [mailto:corrado.to@tiscali.it] 2008-06-26 14:57:56 +00:00
layout Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
machine Removed a no longer needed #ifdef MESS part 2008-07-12 07:43:50 +00:00
sound s14001a.c: fix a minor bug with the 4-bit dac range. wolfpack clips again, and I'm almost sure its an encoding error on the original speech 2008-06-30 18:57:41 +00:00
video 01965: driveyes: Access Violation 2008-07-06 22:48:41 +00:00
attotime.c Copyright cleanup: 2008-01-06 00:47:40 +00:00
attotime.h Converted MACHINE_DRIVER definitions from function 2008-02-26 06:31:28 +00:00
audit.c Converted MACHINE_DRIVER definitions from function 2008-02-26 06:31:28 +00:00
audit.h Copyright cleanup: 2008-01-06 00:47:40 +00:00
cheat.c Note: I have done some testing, but there are probably more bugs 2008-07-12 20:18:25 +00:00
cheat.h From: Atari Ace [mailto:atari_ace@verizon.net] 2008-06-23 08:32:42 +00:00
clifront.c Restores the previous verifyroms() code. Left verifysamples() untocuhed for now. 2008-03-17 15:21:07 +00:00
clifront.h Copyright cleanup: 2008-01-06 00:47:40 +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 Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER 2008-06-26 14:51:23 +00:00
cpuexec.h Renamed "Nintendo z80gb" cpu core to "Sharp LR35902". 2008-06-16 18:22:10 +00:00
cpuint.c Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER 2008-06-26 14:51:23 +00:00
cpuint.h From: Oliver Stoeneberg [mailto:oliverst@online.de] 2008-04-11 14:00:47 +00:00
cpuintrf.c Renamed "Nintendo z80gb" cpu core to "Sharp LR35902". 2008-06-16 18:22:10 +00:00
cpuintrf.h Adding per-device and per-CPU validity checks 2008-07-06 15:02:12 +00:00
crsshair.c Restructured input port internals and cleaned up inptport.c: 2008-05-15 16:25:03 +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 Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER 2008-06-26 14:51:23 +00:00
debugger.h Cleanups/version bump. 2008-06-26 16:05:46 +00:00
deprecat.h From: Atari Ace [mailto:atari_ace@verizon.net] 2008-05-01 13:52:28 +00:00
devconv.h Updated to use ACCESSING macros like memconv.h. 2008-04-24 05:53:47 +00:00
devintrf.c Crazy idea: run mame -valid after altering the validity checks.... 2008-07-06 23:40:25 +00:00
devintrf.h Adding per-device and per-CPU validity checks 2008-07-06 15:02:12 +00:00
drawgfx.c Cleanups for 0.124. Marked Mermaid as working per checkin comment. 2008-03-24 04:07:46 +00:00
drawgfx.h Replaces mame_bitmap with bitmap_t 2008-02-29 04:01:09 +00:00
driver.c New module: devintrf.c/.h. Implements a generic device interface similar 2008-02-19 08:49:59 +00:00
driver.h Removed empty input ports from the empty driver, in favor of a NULL entry. 2008-05-25 22:07:15 +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 Copyright cleanup: 2008-01-06 00:47:40 +00:00
emu.mak Note: I have done some testing, but there are probably more bugs 2008-07-12 20:18:25 +00:00
emuopts.c Update docs a bit. Turn off debugger by default. 2008-06-26 16:51:19 +00:00
emuopts.h Cleaned up software bilinear filtering code. Added bounds checking. 2008-06-16 16:34:51 +00:00
emupal.c From: Atari Ace [mailto:atari_ace@verizon.net] 2008-04-24 06:15:00 +00:00
emupal.h Minor cleanup and simplification. Removed palette_config(). 2008-03-28 18:59:31 +00:00
fileio.c Cleanups and version bump. 2008-05-15 08:56:29 +00:00
fileio.h Added uncompressed AVI recording. Extended aviio to be able 2008-05-13 03:02:11 +00:00
hash.c Copyright cleanup: 2008-01-06 00:47:40 +00:00
hash.h Copyright cleanup: 2008-01-06 00:47:40 +00:00
info.c Added TOKEN_SKIP_* macros to tokenize.h. 2008-05-25 21:24:19 +00:00
info.h Removed expand_machine_driver(). 2008-02-18 05:58:18 +00:00
inptport.c Note: I have done some testing, but there are probably more bugs 2008-07-12 20:18:25 +00:00
inptport.h Note: I have done some testing, but there are probably more bugs 2008-07-12 20:18:25 +00:00
inpttype.h Restructured input port internals and cleaned up inptport.c: 2008-05-15 16:25:03 +00:00
input.c Note: I have done some testing, but there are probably more bugs 2008-07-12 20:18:25 +00:00
input.h Note: I have done some testing, but there are probably more bugs 2008-07-12 20:18:25 +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 Note: I have done some testing, but there are probably more bugs 2008-07-12 20:18:25 +00:00
mame.h Note: I have done some testing, but there are probably more bugs 2008-07-12 20:18:25 +00:00
mamecore.c Copyright cleanup: 2008-01-06 00:47:40 +00:00
mamecore.h Restructured input port internals and cleaned up inptport.c: 2008-05-15 16:25:03 +00:00
mconfig.c Fix for incorrect sound bug in 0.124. 2008-03-25 03:24:21 +00:00
mconfig.h Fixes 01659: stereo balancing is wrong 2008-04-04 14:17:56 +00:00
memconv.h Changed device read/write functions to take a const device_config *. 2008-04-13 15:01:23 +00:00
memory.c Cleanups and version bump. 2008-07-03 15:50:46 +00:00
memory.h Changed how watchpoints work so that supporting them adds 0 overhead 2008-06-28 07:21:54 +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 Changes first argument of video_screen_* functions to take a device_config 2008-03-09 15:41:17 +00:00
profiler.h Copyright cleanup: 2008-01-06 00:47:40 +00:00
render.c Replaced the crazy number of get/set functions for render containers with 2008-07-13 08:03:43 +00:00
render.h Replaced the crazy number of get/set functions for render containers with 2008-07-13 08:03:43 +00:00
rendersw.c 01948: All alg.c and cliffhgr.c sets: Access Violation when taking a snapshot 2008-06-30 16:27:56 +00:00
rendfont.c Replaces mame_bitmap with bitmap_t 2008-02-29 04:01:09 +00:00
rendfont.h Replaces mame_bitmap with bitmap_t 2008-02-29 04:01:09 +00:00
rendlay.c - Removes the public screen_state object -- all access is via functions 2008-03-13 08:25:21 +00:00
rendlay.h Copyright cleanup: 2008-01-06 00:47:40 +00:00
rendutil.c Replaces mame_bitmap with bitmap_t 2008-02-29 04:01:09 +00:00
rendutil.h Replaces mame_bitmap with bitmap_t 2008-02-29 04:01:09 +00:00
restrack.c Copyright cleanup: 2008-01-06 00:47:40 +00:00
restrack.h Copyright cleanup: 2008-01-06 00:47:40 +00:00
romload.c From: Atari Ace [mailto:atari_ace@verizon.net] 2008-06-23 08:32:42 +00:00
romload.h Copyright cleanup: 2008-01-06 00:47:40 +00:00
sndintrf.c Preliminary emulation of ST-0026 NiLe (sound). 2008-06-22 20:14:14 +00:00
sndintrf.h Preliminary emulation of ST-0026 NiLe (sound). 2008-06-22 20:14:14 +00:00
sound.c Fix 01815: All Sets: Saved machine states do not properly adjust to changes in -samplerate 2008-05-22 05:15:33 +00:00
sound.h Added macros to define device functions. Updated existing devices 2008-03-01 08:41:56 +00:00
state.c Cleanups and version bump to 0.124u2. 2008-04-12 05:16:26 +00:00
state.h Reduced the number of save state callback types from 3 to 1. The 2008-04-11 05:41:46 +00:00
streams.c Reduced the number of save state callback types from 3 to 1. The 2008-04-11 05:41:46 +00:00
streams.h Normalized function pointer typedefs: they are now all 2008-03-03 01:51:31 +00:00
tilemap.c optimised tilemap_draw rowscroll case to avoid overhead when used with clip rects smaller than the tilemap. This reduces by an order of magnitude the time taken to render the bg in Gunnail stage 5. 2008-06-05 08:04:46 +00:00
tilemap.h Cleanups and version bump to 0.124u2. 2008-04-12 05:16:26 +00:00
timer.c Reduced the number of save state callback types from 3 to 1. The 2008-04-11 05:41:46 +00:00
timer.h Changes MDRV_TIMER_DURATION to MDRV_TIMER_START_DELAY 2008-03-15 03:13:57 +00:00
tokenize.h Added TOKEN_SKIP_* macros to tokenize.h. 2008-05-25 21:24:19 +00:00
ui.c Fixed popmessage. 2008-07-14 15:00:58 +00:00
ui.h Note: I have done some testing, but there are probably more bugs 2008-07-12 20:18:25 +00:00
uigfx.c Note: I have done some testing, but there are probably more bugs 2008-07-12 20:18:25 +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 Note: I have done some testing, but there are probably more bugs 2008-07-12 20:18:25 +00:00
uiinput.h Note: I have done some testing, but there are probably more bugs 2008-07-12 20:18:25 +00:00
uimenu.c Changed ui_menu_get_selection() and ui_menu_set_selection() to use itemrefs 2008-07-15 11:04:30 +00:00
uimenu.h Changed ui_menu_get_selection() and ui_menu_set_selection() to use itemrefs 2008-07-15 11:04:30 +00:00
uismall.png Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
validity.c Cleanups and version bump. 2008-07-06 23:19:23 +00:00
video.c Replaced the crazy number of get/set functions for render containers with 2008-07-13 08:03:43 +00:00
video.h Added new function video_get_view_for_target() which selects a view based 2008-06-16 17:05:44 +00:00
watchdog.c The on-screen "Reset by watchdog" message only appears in debug builds 2008-03-17 00:44:00 +00:00
watchdog.h Moves watchdog processing logic into its own module 2008-03-02 03:32:54 +00:00