mame/src/emu
2012-05-29 06:44:54 +00:00
..
cpu Sync with MESS, Curt changes related to Wang PC (no whatsnew) 2012-05-29 06:44:54 +00:00
debug Changed device->subregion to device->memregion. Moved 2012-04-20 05:54:39 +00:00
debugint Some cleanup of some observed #include redundancy from source files which use emu.h (nw) 2012-02-06 01:30:22 +00:00
drivers update comment again 2012-05-11 11:44:44 +00:00
imagedev Added support for fixed slots (used for MAME) and ability to create internal only slot options (for MESS) (no whatsnew) 2012-05-23 07:50:33 +00:00
layout
machine Sync with MESS, Curt changes related to Wang PC (no whatsnew) 2012-05-29 06:44:54 +00:00
sound Added POKEY filter stages to a couple of more games. [Couriersud] 2012-05-28 17:39:59 +00:00
video Port from MESS, nw 2012-05-28 22:06:59 +00:00
addrmap.c Moved all drivers to using the paletteram helpers defined in the 2012-04-05 07:44:51 +00:00
addrmap.h Clear out remaining AM_BASE_SIZE. 2012-04-16 08:42:02 +00:00
attotime.c
attotime.h
audit.c merged changes from mess 2012-02-24 14:22:36 +00:00
audit.h Move driver list/enumerator to new file drivenum.c/.h. 2012-04-06 19:59:27 +00:00
cheat.c Some cleanup of some observed #include redundancy from source files which use emu.h (nw) 2012-02-06 01:30:22 +00:00
cheat.h
clifront.c Added support for fixed slots (used for MAME) and ability to create internal only slot options (for MESS) (no whatsnew) 2012-05-23 07:50:33 +00:00
clifront.h Move driver list/enumerator to new file drivenum.c/.h. 2012-04-06 19:59:27 +00:00
config.c Move driver list/enumerator to new file drivenum.c/.h. 2012-04-06 19:59:27 +00:00
config.h
cothread.c
cothread.h
crsshair.c ioport.c C++ conversion. Mostly internal changes, with no 2012-05-03 09:00:08 +00:00
crsshair.h
debugger.c
debugger.h
delegate.c
delegate.h mess sync (nw) 2012-01-23 21:49:46 +00:00
devcb.c ioport.c C++ conversion. Mostly internal changes, with no 2012-05-03 09:00:08 +00:00
devcb.h ioport.c C++ conversion. Mostly internal changes, with no 2012-05-03 09:00:08 +00:00
devconv.h
devcpu.c
devcpu.h Renamed device_irq_callback to device_irq_acknowledge_callback to 2012-04-10 20:13:30 +00:00
device.c ioport.c C++ conversion. Mostly internal changes, with no 2012-05-03 09:00:08 +00:00
device.h In cases of debug optimized build tools return error on this, code however looks good but still there is special case with warning (nw) 2012-05-21 12:39:15 +00:00
devlegcy.c Removed LEGACY_MEMORY_DEVICE and LEGACY_NVRAM_DEVICE support in core, since nothing is using it anymore (no whatsnew) 2012-02-03 13:28:28 +00:00
devlegcy.h Create new devices buffered_spriteram<n>_device, which manage buffered 2012-03-08 07:39:27 +00:00
devtempl.h Removed LEGACY_MEMORY_DEVICE and LEGACY_NVRAM_DEVICE support in core, since nothing is using it anymore (no whatsnew) 2012-02-03 13:28:28 +00:00
didisasm.c
didisasm.h Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
diexec.c Clean-ups and version bump 2012-04-22 14:10:44 +00:00
diexec.h Clean-ups and version bump 2012-04-22 14:10:44 +00:00
diimage.c Added device image type for individual ROM images (as used in some Amstrad CPC applications) (no whatsnew) 2012-05-07 12:12:57 +00:00
diimage.h Added device image type for individual ROM images (as used in some Amstrad CPC applications) (no whatsnew) 2012-05-07 12:12:57 +00:00
dimemory.c Removed rom_source abstraction, which was just mapping to devices 2012-02-20 06:06:58 +00:00
dimemory.h Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
dinetwork.c
dinetwork.h Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
dinvram.c
dinvram.h Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
dirtc.c Clean-ups and version bump 2012-05-07 06:57:50 +00:00
dirtc.h Added the clock counter chain and other common functions into device_rtc_interface, removing duplicated code in RTC implementations. Rewrote the Dallas DS1302 to support additional features needed by IDE64 in MESS. [Curt Coder] 2012-04-27 21:23:39 +00:00
diserial.c Sync with MESS, Curt changes related to Wang PC (no whatsnew) 2012-05-29 06:44:54 +00:00
diserial.h Sync with MESS, Curt changes related to Wang PC (no whatsnew) 2012-05-29 06:44:54 +00:00
dislot.c Added support for fixed slots (used for MAME) and ability to create internal only slot options (for MESS) (no whatsnew) 2012-05-23 07:50:33 +00:00
dislot.h Added support for fixed slots (used for MAME) and ability to create internal only slot options (for MESS) (no whatsnew) 2012-05-23 07:50:33 +00:00
disound.c Clean-ups and version bump 2012-05-07 06:57:50 +00:00
disound.h Separated user gain from input gain. Added more functions to 2012-04-26 08:36:24 +00:00
distate.c Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
distate.h Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
drawgfx.c Revert some changes committed by accident. No WN. 2012-05-26 11:15:14 +00:00
drawgfx.h small typofix (hello GuyveR800 :P) 2012-02-03 16:47:33 +00:00
drawgfxm.h Revert some changes committed by accident. No WN. 2012-05-26 11:15:14 +00:00
drivenum.c Move driver list/enumerator to new file drivenum.c/.h. 2012-04-06 19:59:27 +00:00
drivenum.h Move driver list/enumerator to new file drivenum.c/.h. 2012-04-06 19:59:27 +00:00
driver.c Implemented new paletteram_xGGGGGRRRRRBBBBB_byte_le_w() function, used by Chance 32 [Angelo Salese] 2012-05-01 19:24:55 +00:00
driver.h Implemented new paletteram_xGGGGGRRRRRBBBBB_byte_le_w() function, used by Chance 32 [Angelo Salese] 2012-05-01 19:24:55 +00:00
eigccppc.h
eigccx86.h
eminline.h
emu.h ioport.c C++ conversion. Mostly internal changes, with no 2012-05-03 09:00:08 +00:00
emu.mak Sync with MESS, Curt changes related to Wang PC (no whatsnew) 2012-05-29 06:44:54 +00:00
emualloc.c free_file_line no longer complains about NULL free's not existing. 2012-02-19 02:01:54 +00:00
emualloc.h Wrapped the global_resource_pool into a function in an attempt to 2012-01-26 20:35:51 +00:00
emucore.c
emucore.h
emuopts.c Fix for MT bug #04859 (no whatsnew) 2012-05-25 17:32:30 +00:00
emuopts.h
emupal.c
emupal.h
emutempl.h Clean-ups and version bump 2012-01-29 16:34:26 +00:00
fileio.c Remove redundant hashing code, use hashing.h instead. 2012-02-16 21:53:30 +00:00
fileio.h Add LZMA codec and .7z container support [David Haywood, R. Belmont] 2012-02-12 17:55:51 +00:00
gamedrv.h Templatized the palette generators and made naming consistent. 2012-04-09 17:30:29 +00:00
hash.c Be more rigorous about parsing invalid hashes. Report them 2012-02-21 06:29:54 +00:00
hash.h Remove redundant hashing code, use hashing.h instead. 2012-02-16 21:53:30 +00:00
hashfile.c Move driver list/enumerator to new file drivenum.c/.h. 2012-04-06 19:59:27 +00:00
hashfile.h
image.c Removed legacy image devices and related code (no whatsnew) 2012-03-06 12:57:06 +00:00
image.h Removed some calls in image.c, note that add_dynamic_device is still used, it's still handy (no whatsnew) 2012-02-20 11:42:40 +00:00
info.c Added support for fixed slots (used for MAME) and ability to create internal only slot options (for MESS) (no whatsnew) 2012-05-23 07:50:33 +00:00
info.h info.c: added screen tags to xml output, so that it is possible to easily identify which screens depend 2012-05-17 14:09:18 +00:00
inpttype.h ioport: Support obsolete gcc versions [O. Galibert] 2012-03-05 20:11:39 +00:00
input.c Some cleanup of some observed #include redundancy from source files which use emu.h (nw) 2012-02-06 01:30:22 +00:00
input.h Fixed debug asserts (no whatsnew) 2012-02-23 15:36:18 +00:00
ioport.c Clean-ups and version bump 2012-05-21 06:24:12 +00:00
ioport.h Clean-ups and version bump 2012-05-21 06:24:12 +00:00
machine.c ioport.c C++ conversion. Mostly internal changes, with no 2012-05-03 09:00:08 +00:00
machine.h Created ioport_manager and moved the port list to it. 2012-04-22 05:07:46 +00:00
mame.c Some cleanup of some observed #include redundancy from source files which use emu.h (nw) 2012-02-06 01:30:22 +00:00
mame.h Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
mconfig.c Added support for fixed slots (used for MAME) and ability to create internal only slot options (for MESS) (no whatsnew) 2012-05-23 07:50:33 +00:00
mconfig.h Merged watchdog back into running_machine. 2012-04-12 08:33:20 +00:00
memconv.h
memory.c ioport.c C++ conversion. Mostly internal changes, with no 2012-05-03 09:00:08 +00:00
memory.h Use a tagged_list for memory_banks. 2012-04-24 04:47:27 +00:00
network.c Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
network.h
output.c
output.h
profiler.c Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
profiler.h
render.c Revert some changes committed by accident. No WN. 2012-05-26 11:15:14 +00:00
render.h Fix some analog control issues due to incorrect assumption 2012-05-05 20:08:22 +00:00
rendersw.c Fix vector rendering when using software rasterizer. 2012-04-24 04:54:48 +00:00
rendfont.c
rendfont.h
rendlay.c Allow image loading outside of layout zip (no whatsnew) 2012-05-22 08:55:20 +00:00
rendlay.h Clean-ups and version bump 2012-05-21 06:24:12 +00:00
rendutil.c
rendutil.h
romload.c Made UI for BIOS selection where applicable, and moved info about current 2012-04-30 13:39:32 +00:00
romload.h Made UI for BIOS selection where applicable, and moved info about current 2012-04-30 13:39:32 +00:00
save.c
save.h Clean-ups and version bump (yes, I know, it's too late) 2012-03-11 17:17:00 +00:00
schedule.c Clamp timer->remaining() to 0 if the timer has expired. 2012-02-28 09:21:38 +00:00
schedule.h
screen.c Revert some changes committed by accident. No WN. 2012-05-26 11:15:14 +00:00
screen.h Revert some changes committed by accident. No WN. 2012-05-26 11:15:14 +00:00
softlist.c Fix for required softlist item loading (no whatsnew) 2012-03-30 09:02:46 +00:00
softlist.h Added support for multiple comma separated interfaces for device (no whatsnew) 2012-03-29 07:01:13 +00:00
sound.c Clean-ups and version bump 2012-05-07 06:57:50 +00:00
sound.h Separated user gain from input gain. Added more functions to 2012-04-26 08:36:24 +00:00
speaker.c Create a new device_mixer_interface, derived from device_sound_interface, 2012-02-25 19:21:35 +00:00
speaker.h Create a new device_mixer_interface, derived from device_sound_interface, 2012-02-25 19:21:35 +00:00
tilemap.c Some cleanup of some observed #include redundancy from source files which use emu.h (nw) 2012-02-06 01:30:22 +00:00
tilemap.h small typofix (hello GuyveR800 :P) 2012-02-03 16:47:33 +00:00
timer.c Clean-ups and version bump 2012-05-21 06:24:12 +00:00
timer.h Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
ui.c Revert some changes committed by accident. No WN. 2012-05-26 11:15:14 +00:00
ui.h
uigfx.c Fix tilemap viewer. Tilemaps now use the bitmap's raw palette instead 2012-02-04 19:24:25 +00:00
uigfx.h
uiimage.c Some cleanup of some observed #include redundancy from source files which use emu.h (nw) 2012-02-06 01:30:22 +00:00
uiimage.h floppy: Do specific UI handling [O. Galibert] 2012-01-23 21:49:30 +00:00
uiinput.c ioport.c C++ conversion. Mostly internal changes, with no 2012-05-03 09:00:08 +00:00
uiinput.h
uimain.c uimain.c: if a game has no diplocations, don't draw an empty box in the dipswitch menu. no whatsnew. 2012-05-26 17:15:42 +00:00
uimain.h Fix issue where changes to the default input config did not 2012-05-07 06:38:35 +00:00
uimenu.c ioport.c C++ conversion. Mostly internal changes, with no 2012-05-03 09:00:08 +00:00
uimenu.h
uismall.png
uiswlist.c Fixed canceling file in softlist selection (no whatsnew) 2012-03-30 09:45:59 +00:00
uiswlist.h Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
validity.c ioport.c C++ conversion. Mostly internal changes, with no 2012-05-03 09:00:08 +00:00
validity.h ioport.c C++ conversion. Mostly internal changes, with no 2012-05-03 09:00:08 +00:00
video.c Hooray for templates. 2012-04-12 07:35:57 +00:00
video.h Fixed disk loading so that it handles full region tags. Fixes laserdisc 2012-01-27 06:54:34 +00:00