mame/src/emu
2011-08-05 18:52:29 +00:00
..
audio BIG update. 2011-03-29 15:50:04 +00:00
cpu H8: rewrote H8S/2xxx timers [Tim Schuerewegen] 2011-08-01 22:54:38 +00:00
debug - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] 2011-07-31 15:46:18 +00:00
debugint Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
drivers Another Atari Jaguar related fix, nw (heh, running at 30 Hz and nobody really got that so far) 2011-04-14 22:20:39 +00:00
imagedev Cleanups and version bump 2011-07-26 22:38:10 +00:00
layout Default layout for 4 screens systems added [Robbbert] 2011-07-31 09:50:24 +00:00
machine - Updated romload so devices are loaded from separate files [Miodrag Milanovic] 2011-08-02 15:09:21 +00:00
sound update stream before writing soundreg 2011-08-05 18:51:01 +00:00
video - Updated romload so devices are loaded from separate files [Miodrag Milanovic] 2011-08-02 15:09:21 +00:00
addrmap.c memory: Fix an endianness issue when doing a device mapping on a big endian bus [O. Galibert] 2011-08-05 18:52:29 +00:00
addrmap.h memory: Fix an endianness issue when doing a device mapping on a big endian bus [O. Galibert] 2011-08-05 18:52:29 +00:00
attotime.c Cleanups and version bump 2011-06-05 22:35:20 +00:00
attotime.h Fix attotime max() function to not be a copy of min(). Fixes several 2011-02-28 09:21:35 +00:00
audit.c - Updated romload so devices are loaded from separate files [Miodrag Milanovic] 2011-08-02 15:09:21 +00:00
audit.h If a rom is bad for a clone but is good for the parent then it doesn't count towards the clone being found. optimized also_used_by_parent & uses the length as well as hashes. [smf] 2011-07-24 10:53:30 +00:00
cheat.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
cheat.h Latest delegate changes removed the need for bindable_object, so 2011-04-29 20:45:40 +00:00
clifront.c Fixed silly typo (no whatsnew) 2011-08-05 12:09:07 +00:00
clifront.h clifront.c: temporarily re-enabled -listsoftware to allow more work on support in qmc2 frontend. no whatsnew. 2011-05-21 08:18:52 +00:00
config.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
config.h Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
cothread.c Fixed credit for byuu and warning in lib/cothread/amd64.c compile (no whatsnew) 2011-06-25 15:45:02 +00:00
cothread.h prolong the cothread misery by increasing the stack size to something remotely reasonable. 2011-07-28 19:38:05 +00:00
crsshair.c Switch input ports to use function-based constructors instead of tokens. 2011-05-10 22:20:27 +00:00
crsshair.h BIG update. 2011-03-29 15:50:04 +00:00
debugger.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
debugger.h BIG update. 2011-03-29 15:50:04 +00:00
delegate.c Latest delegate changes removed the need for bindable_object, so 2011-04-29 20:45:40 +00:00
delegate.h Cleanups and version bump 2011-05-24 00:13:27 +00:00
deprecat.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
devcb.c Cleanups and version bump 2011-05-08 19:52:50 +00:00
devcb.h Cleanups and version bump 2011-05-08 19:52:50 +00:00
devconv.h
devcpu.c Cleanups and version bump 2011-05-08 19:52:50 +00:00
devcpu.h Switch input ports to use function-based constructors instead of tokens. 2011-05-10 22:20:27 +00:00
device.c inptport.* -> ioport.* 2011-06-28 19:38:11 +00:00
device.h inptport.* -> ioport.* 2011-06-28 19:38:11 +00:00
devimage.c Cleanups and version bump 2011-06-19 19:29:25 +00:00
devlegcy.c Ensure m_token is NULL in the event of a 0-length token for legacy devices. 2011-04-30 22:37:12 +00:00
devlegcy.h Cleanups and version bump 2011-06-19 19:29:25 +00:00
devtempl.h - Added shortname to devices in order to make ROM loading per device possible. [Miodrag Milanovic] 2011-02-10 19:08:37 +00:00
didisasm.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
didisasm.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
diexec.c Port from MESS, nw 2011-06-28 14:23:18 +00:00
diexec.h Re-enabled scheduler cothread execution. [Curt Coder] 2011-07-19 10:24:16 +00:00
diimage.c - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] 2011-07-31 15:46:18 +00:00
diimage.h Cleanups and version bump 2011-06-19 19:29:25 +00:00
dimemory.c Fixes for variable shadowing [Oliver Stöneberg] 2011-07-21 13:19:08 +00:00
dimemory.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
dinvram.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
dinvram.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
dirtc.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
dirtc.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
dislot.c Added default port values support for slot devices (no whatsnew) 2011-06-29 14:31:07 +00:00
dislot.h Fixed initialization order for slot devices [Nathan Woods] 2011-07-28 12:17:00 +00:00
disound.c MCFG_SOUND_ROUTE now point relative to device (no whatsnew) 2011-06-22 19:13:56 +00:00
disound.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
distate.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
distate.h Be consistent about template argument naming. 2011-04-30 20:37:06 +00:00
drawgfx.c Privatized most of the m_machine pointers in the system to prevent 2011-04-19 06:02:01 +00:00
drawgfx.h Privatized most of the m_machine pointers in the system to prevent 2011-04-19 06:02:01 +00:00
drawgfxm.h
driver.c Cleanups and version bump 2011-05-08 19:52:50 +00:00
driver.h Cleanups and version bump 2011-05-24 00:13:27 +00:00
eigccppc.h
eigccx86.h Corrected syntax in some inline assembly [Balrog] 2011-07-09 16:56:11 +00:00
eminline.h
emu.h inptport.* -> ioport.* 2011-06-28 19:38:11 +00:00
emu.mak Default layout for 4 screens systems added [Robbbert] 2011-07-31 09:50:24 +00:00
emualloc.c Use much bigger hash tables for memory allocations now that we are 2011-04-19 15:08:42 +00:00
emualloc.h Be consistent about template argument naming. 2011-04-30 20:37:06 +00:00
emucore.c
emucore.h Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
emuopts.c Fix for softlist loading (no whatsnew) 2011-07-25 14:56:23 +00:00
emuopts.h Made quicklaunch work for slot/image devices (no whatsnew) 2011-07-03 18:21:07 +00:00
emupal.c Clean-ups and version bump 2011-07-11 19:36:26 +00:00
emupal.h BIG update. 2011-03-29 15:50:04 +00:00
emutempl.h Switch input ports to use function-based constructors instead of tokens. 2011-05-10 22:20:27 +00:00
fileio.c Cleanups and version bump. 2011-03-25 16:14:09 +00:00
fileio.h path_iterator::next() now takes an optional filename to append to 2011-03-14 16:10:04 +00:00
hash.c - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] 2011-07-31 15:46:18 +00:00
hash.h - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] 2011-07-31 15:46:18 +00:00
hashfile.c - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] 2011-07-31 15:46:18 +00:00
hashfile.h Ported DC, SMS and SG1000 to main folder, nw 2011-05-06 10:52:23 +00:00
image.c Moved format handling and all formats to separate library [Miodrag Milanovic] 2011-05-06 19:42:26 +00:00
image.h Moved format handling and all formats to separate library [Miodrag Milanovic] 2011-05-06 19:42:26 +00:00
info.c Listxml changes (no whatsnew) 2011-08-05 11:21:42 +00:00
info.h Listxml changes (no whatsnew) 2011-08-05 11:21:42 +00:00
inpttype.h inpttype: fix typo (nwn) 2011-06-05 15:13:45 +00:00
input.c Death by static initialization order. Fixed declaration order at the 2011-06-20 19:58:22 +00:00
input.h Death by static initialization order. Fixed declaration order at the 2011-06-20 19:58:22 +00:00
ioport.c Fixes for variable shadowing [Oliver Stöneberg] 2011-07-21 13:19:08 +00:00
ioport.h hack for building with visual studio, to go with the hack for gcc 2011-07-12 11:42:15 +00:00
machine.c Fixed some potential memory leaks and NULL pointer deferences as well as removing some redundant checks. [Oliver Stoneberg] 2011-06-15 21:37:25 +00:00
machine.h (Finally found the time to finish this....) 2011-05-30 19:07:19 +00:00
mame.c Removed various differences between MESS and MAME, all is now defined in mame.h. 2011-04-14 10:52:08 +00:00
mame.h Cleanups again 2011-04-18 00:06:50 +00:00
mconfig.c Fix for softlist loading (no whatsnew) 2011-07-25 14:56:23 +00:00
mconfig.h "You have taken your first step into a larger world." ―Obi-Wan Kenobi 2011-05-06 23:55:53 +00:00
memconv.h
memory.c memory: Fix an endianness issue when doing a device mapping on a big endian bus [O. Galibert] 2011-08-05 18:52:29 +00:00
memory.h Fixed memory unmap if mirror/mask was used [hap] 2011-08-04 17:49:42 +00:00
output.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
output.h BIG update. 2011-03-29 15:50:04 +00:00
profiler.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
profiler.h
render.c Default layout for 4 screens systems added [Robbbert] 2011-07-31 09:50:24 +00:00
render.h Initial frameworking for upcoming artwork updates [Mr. Do] 2011-05-23 16:28:23 +00:00
rendersw.c
rendfont.c Fixes for variable shadowing [Oliver Stöneberg] 2011-07-21 13:19:08 +00:00
rendfont.h mame_file is now emu_file and is a class. It is required 2011-02-12 03:47:37 +00:00
rendlay.c Default layout for 4 screens systems added [Robbbert] 2011-07-31 09:50:24 +00:00
rendlay.h Default layout for 4 screens systems added [Robbbert] 2011-07-31 09:50:24 +00:00
rendutil.c mame_file is now emu_file and is a class. It is required 2011-02-12 03:47:37 +00:00
rendutil.h mame_file is now emu_file and is a class. It is required 2011-02-12 03:47:37 +00:00
romload.c - Updated romload so devices are loaded from separate files [Miodrag Milanovic] 2011-08-02 15:09:21 +00:00
romload.h - Updated romload so devices are loaded from separate files [Miodrag Milanovic] 2011-08-02 15:09:21 +00:00
save.c Converted presave/postload functions to delegates. In a lot of 2011-04-30 05:12:28 +00:00
save.h Be consistent about template argument naming. 2011-04-30 20:37:06 +00:00
schedule.c Added byuu's cothread library, along with a wrapper class. Switched to 2011-06-25 07:03:07 +00:00
schedule.h Added byuu's cothread library, along with a wrapper class. Switched to 2011-06-25 07:03:07 +00:00
screen.c Cleanups and version bump 2011-06-05 22:35:20 +00:00
screen.h Cleanups and version bump 2011-05-08 19:52:50 +00:00
softlist.c Cleanups and version bump 2011-07-26 22:38:10 +00:00
softlist.h Fix for softlist loading (no whatsnew) 2011-07-25 14:56:23 +00:00
sound.c Converted presave/postload functions to delegates. In a lot of 2011-04-30 05:12:28 +00:00
sound.h Latest delegate changes removed the need for bindable_object, so 2011-04-29 20:45:40 +00:00
speaker.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
speaker.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
tilemap.c Fixes for variable shadowing [Oliver Stöneberg] 2011-07-21 13:19:08 +00:00
tilemap.h Privatized most of the m_machine pointers in the system to prevent 2011-04-19 06:02:01 +00:00
timer.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
timer.h Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
ui.c Fixes for variable shadowing [Oliver Stöneberg] 2011-07-21 13:19:08 +00:00
ui.h BIG update. 2011-03-29 15:50:04 +00:00
uigfx.c (Finally found the time to finish this....) 2011-05-30 19:07:19 +00:00
uigfx.h BIG update. 2011-03-29 15:50:04 +00:00
uiimage.c Cleanups and version bump 2011-06-19 19:29:25 +00:00
uiimage.h BIG update. 2011-03-29 15:50:04 +00:00
uiinput.c (Finally found the time to finish this....) 2011-05-30 19:07:19 +00:00
uiinput.h BIG update. 2011-03-29 15:50:04 +00:00
uimenu.c Fixes for variable shadowing [Oliver Stöneberg] 2011-07-21 13:19:08 +00:00
uimenu.h Privatized most of the m_machine pointers in the system to prevent 2011-04-19 06:02:01 +00:00
uismall.png
uiswlist.c Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
uiswlist.h softlist: moved software list handling (in the Internal UI) to a separate source, and made the code more similar to the File Manager handling code. [Fabio Priuli] 2011-04-06 19:33:27 +00:00
validity.c Added validation to check if required devices with roms are listed in lst file (no whatsnew) 2011-08-03 13:30:16 +00:00
validity.h Converted core_options to a class. Removed a bunch of marginal 2011-03-03 17:05:24 +00:00
video.c Initial frameworking for upcoming artwork updates [Mr. Do] 2011-05-23 16:28:23 +00:00
video.h Latest delegate changes removed the need for bindable_object, so 2011-04-29 20:45:40 +00:00
watchdog.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
watchdog.h BIG update. 2011-03-29 15:50:04 +00:00