mame/src/emu
2012-02-19 15:23:23 +00:00
..
audio Clean-ups and version bump 2011-11-27 14:06:49 +00:00
cpu Clean-ups and version bump 2012-02-19 15:23:23 +00:00
debug Fixed device search in the debugger to work like a normal 2012-02-04 20:18:31 +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 (tab align) 2012-02-09 05:06:33 +00:00
imagedev Update CHD error list in chd.c 2012-02-19 01:59:23 +00:00
layout Default layout for 4 screens systems added [Robbbert] 2011-07-31 09:50:24 +00:00
machine Clean-ups and version bump 2012-02-19 15:23:23 +00:00
sound Clean-ups and version bump 2012-02-19 15:23:23 +00:00
video Clean-ups and version bump 2012-02-19 15:23:23 +00:00
addrmap.c Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
addrmap.h Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
attotime.c Cleanups and version bump 2011-06-05 22:35:20 +00:00
attotime.h allow small freqs for from_hz 2011-10-01 00:52:36 +00:00
audit.c Rewrote SAMPLES as a modern device. Updated all callers. FLAC 2012-02-19 01:53:16 +00:00
audit.h lists the rom source short name for shared roms & individual devices are only verified if they match the "game name". also doesn't display the "approximately matches" just because roms aren't found. 2011-08-20 20:33:18 +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 Latest delegate changes removed the need for bindable_object, so 2011-04-29 20:45:40 +00:00
clifront.c Clean-ups and version bump 2012-02-19 15:23:23 +00:00
clifront.h Placed softlist validation under validate (no whatsnew) 2011-11-28 12:46:11 +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 Major bitmap-related changes throughout the system. There are 2012-01-12 21:19:49 +00:00
crsshair.h "English doesn't borrow from other languages. English follows other languages down dark alleys, knocks them over and goes through their pockets for loose grammar!" 2011-08-23 04:59:11 +00:00
debugger.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
debugger.h
delegate.c Latest delegate changes removed the need for bindable_object, so 2011-04-29 20:45:40 +00:00
delegate.h mess sync (nw) 2012-01-23 21:49:46 +00:00
devcb.c Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
devcb.h Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
devconv.h WARNING: There are likely to be regressions in both functionality and 2010-06-08 06:09:57 +00:00
devcpu.c Removed partial frame hack from the core 2011-12-14 21:03:40 +00:00
devcpu.h Added a way to handle output for debug messages and debugger itself into octal too, and made 2011-10-04 09:58:07 +00:00
device.c Clean-ups and version bump 2012-01-29 16:34:26 +00:00
device.h remove set_current, in case someone decides to use them again. 2012-02-01 00:45:55 +00:00
devimage.c Removed not used legacy call (no whatsnew) 2011-11-26 18:10:06 +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 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
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 Collapsed device_config and device_t into one class. Updated all 2011-04-27 05:11:18 +00:00
didisasm.h Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
diexec.c Some cleanup of some observed #include redundancy from source files which use emu.h (nw) 2012-02-06 01:30:22 +00:00
diexec.h Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
diimage.c Remove redundant hashing code, use hashing.h instead. 2012-02-16 21:53:30 +00:00
diimage.h Fix regression on softload item load using menus (no whatsnew) 2012-01-30 14:32:31 +00:00
dimemory.c Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
dimemory.h Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
dinetwork.c Sync with MESS all credited there (no whatsnew) 2011-12-12 14:20:12 +00:00
dinetwork.h Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +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 Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +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
diserial.c Cleanups and version bump 2011-09-06 13:39:18 +00:00
diserial.h Cleanups and version bump 2011-09-06 13:39:18 +00:00
dislot.c Sync core fixes from MESS done by OG (nw) 2012-02-11 16:15:39 +00:00
dislot.h Added possibility to see subslot devices when they are added from softlist, also removed "const" from get_default_card_software, that enable better usage and no need for it to be like that (no whatsnew) 2012-02-19 14:09:07 +00:00
disound.c Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
disound.h Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +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 small typofix (hello GuyveR800 :P) 2012-02-03 16:47:33 +00:00
drawgfx.h small typofix (hello GuyveR800 :P) 2012-02-03 16:47:33 +00:00
drawgfxm.h Remove support for 4bpp packed graphics. These only manifested 2012-01-17 06:16:20 +00:00
driver.c Fixed issue with get_merge_name when using slot devices (no whatsnew) 2011-11-28 10:32:11 +00:00
driver.h GREP mission: added two new mask flags, GAME_IS_SKELETON & GAME_IS_SKELETON_MECHANICAL, and hooked it up to bfm_sc4.c (that is the most boring grep part of it). Next up, hook it up to everything else. 2011-12-23 16:12:42 +00:00
eigccppc.h
eigccx86.h Corrected syntax in some inline assembly [Balrog] 2011-07-09 16:56:11 +00:00
eminline.h eminline: respect SDL's NOASM build option (nw) 2011-08-24 00:19:20 +00:00
emu.h Rewrote SAMPLES as a modern device. Updated all callers. FLAC 2012-02-19 01:53:16 +00:00
emu.mak New modern object-oriented bus-signals-available SCSI implementation [O. Galibert] 2012-02-09 03:41:36 +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 Removed old C-based interface to astrings. astring exists only as 2012-01-03 00:21:13 +00:00
emuopts.c Clean-ups and version bump 2012-02-19 15:23:23 +00:00
emuopts.h Fixed handling slot/image options so it's possible to override slot setting by softlist (no whatsnew) 2011-11-23 08:57:45 +00:00
emupal.c Bulk converted most of the tilemap_* calls into method calls. 2012-01-17 00:25:05 +00:00
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
hash.c Clean-ups and version bump 2012-02-19 15:23:23 +00:00
hash.h Remove redundant hashing code, use hashing.h instead. 2012-02-16 21:53:30 +00:00
hashfile.c fixed minor flaw if a system has both compatible and parent sets. no whatsnew. 2011-08-15 09:13:42 +00:00
hashfile.h Ported DC, SMS and SG1000 to main folder, nw 2011-05-06 10:52:23 +00:00
image.c Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
image.h Removed old C-based interface to astrings. astring exists only as 2012-01-03 00:21:13 +00:00
info.c Rewrote SAMPLES as a modern device. Updated all callers. FLAC 2012-02-19 01:53:16 +00:00
info.h Fix for listxml (no whatsnew) 2011-12-05 13:52:38 +00:00
inpttype.h Changed some of the default mappings for analog controls in order to fix various input-fighting bugs (including, but not limited to, MT#4394 and MT#4509). Reverted the u8 change to analog joystick handling--it only partially solved the problem it was meant to fix, it introduced new issues in return, and generally made the code more complicated for little benefit [Alex Jackson] 2011-10-27 05:37:46 +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 Death by static initialization order. Fixed declaration order at the 2011-06-20 19:58:22 +00:00
ioport.c ioport.c: Made the key/paste buffer auto-expand when it becomes full. This makes it possible to paste larger BASIC programs for instance. (nw, credited in mess) 2012-02-06 20:18:33 +00:00
ioport.h Guess at a fix for clickable artwork. 2012-02-05 05:15:21 +00:00
machine.c Some cleanup of some observed #include redundancy from source files which use emu.h (nw) 2012-02-06 01:30:22 +00:00
machine.h Clean-ups and version bump 2012-01-29 16:34:26 +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 Sync core fixes from MESS done by OG (nw) 2012-02-11 16:15:39 +00:00
mconfig.h Sync core fixes from MESS done by OG (nw) 2012-02-11 16:15:39 +00:00
memconv.h
memory.c Some cleanup of some observed #include redundancy from source files which use emu.h (nw) 2012-02-06 01:30:22 +00:00
memory.h Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
network.c Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
network.h Sync with MESS all credited there (no whatsnew) 2011-12-12 14:20:12 +00:00
output.c Switch to using delegates for some callbacks: 2011-04-27 20:34:45 +00:00
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 Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
render.h Clean-ups and version bump 2012-01-29 16:34:26 +00:00
rendersw.c Major bitmap-related changes throughout the system. There are 2012-01-12 21:19:49 +00:00
rendfont.c Fix several rendering issues with artwork, introduced in the 2012-01-16 11:06:28 +00:00
rendfont.h Major bitmap-related changes throughout the system. There are 2012-01-12 21:19:49 +00:00
rendlay.c add support for simple text alignment in layout files, defaulting to center 2012-02-11 16:53:30 +00:00
rendlay.h add support for simple text alignment in layout files, defaulting to center 2012-02-11 16:53:30 +00:00
rendutil.c Major bitmap-related changes throughout the system. There are 2012-01-12 21:19:49 +00:00
rendutil.h Major bitmap-related changes throughout the system. There are 2012-01-12 21:19:49 +00:00
romload.c Clean-ups and version bump 2012-02-19 15:23:23 +00:00
romload.h Major CHD/chdman update. The CHD version number has been increased 2012-02-16 09:47:18 +00:00
save.c Move per emulator constants info into separate class [Miodrag Milanovic] 2011-11-17 10:02:55 +00:00
save.h Major bitmap-related changes throughout the system. There are 2012-01-12 21:19:49 +00:00
schedule.c Some cleanup of some observed #include redundancy from source files which use emu.h (nw) 2012-02-06 01:30:22 +00:00
schedule.h Clean-ups and version bump 2011-12-04 18:50:00 +00:00
screen.c Clean-ups and version bump 2012-01-29 16:34:26 +00:00
screen.h Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
softlist.c Some cleanup of some observed #include redundancy from source files which use emu.h (nw) 2012-02-06 01:30:22 +00:00
softlist.h Fix regression on softload item load using menus (no whatsnew) 2012-01-30 14:32:31 +00:00
sound.c Some cleanup of some observed #include redundancy from source files which use emu.h (nw) 2012-02-06 01:30:22 +00:00
sound.h Latest delegate changes removed the need for bindable_object, so 2011-04-29 20:45:40 +00:00
speaker.c Some cleanup of some observed #include redundancy from source files which use emu.h (nw) 2012-02-06 01:30:22 +00:00
speaker.h Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +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 Some cleanup of some observed #include redundancy from source files which use emu.h (nw) 2012-02-06 01:30:22 +00:00
timer.h Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
ui.c Some cleanup of some observed #include redundancy from source files which use emu.h (nw) 2012-02-06 01:30:22 +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 Some cleanup of some observed #include redundancy from source files which use emu.h (nw) 2012-02-06 01:30:22 +00:00
uiinput.h
uimain.c Some cleanup of some observed #include redundancy from source files which use emu.h (nw) 2012-02-06 01:30:22 +00:00
uimain.h uimain: MT 4569 fix [O. Galibert] 2011-12-21 18:11:51 +00:00
uimenu.c Major bitmap-related changes throughout the system. There are 2012-01-12 21:19:49 +00:00
uimenu.h Major bitmap-related changes throughout the system. There are 2012-01-12 21:19:49 +00:00
uismall.png
uiswlist.c Some cleanup of some observed #include redundancy from source files which use emu.h (nw) 2012-02-06 01:30:22 +00:00
uiswlist.h Move devices into a proper hierarchy and handle naming 2012-01-24 20:18:55 +00:00
validity.c Sync core fixes from MESS done by OG (nw) 2012-02-11 16:15:39 +00:00
validity.h Clean-ups and version bump 2012-01-29 16:34:26 +00:00
video.c Fixed disk loading so that it handles full region tags. Fixes laserdisc 2012-01-27 06:54:34 +00:00
video.h Fixed disk loading so that it handles full region tags. Fixes laserdisc 2012-01-27 06:54:34 +00:00
watchdog.c Putting "coinlock disabled" popmessage under MAME_DEBUG or verbose(mame -v). Also show watchdog reset message under verbose, which was previously only shown under MAME_DEBUG. 2011-08-22 21:31:34 +00:00
watchdog.h