mame/src/emu
2016-06-12 12:07:34 +02:00
..
debug Major refactoring of debugger core [Ryan Holtz] 2016-06-08 08:10:55 +10:00
drivers Split UI and frontend part from core [Miodrag Milanovic] 2016-04-23 11:26:47 +02:00
layout screen: POC||GTFO of svg rendering from inside the rom. [O. Galibert] 2016-04-04 11:33:34 +02:00
ui Moved things a bit around to better decouple 2016-06-09 18:03:07 +02:00
video Fix stupid syntax error 2016-05-16 12:35:04 +10:00
addrmap.cpp Various cleanups suggested by static analyzer (nw) 2016-04-24 12:58:31 +02:00
addrmap.h NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusion (nw) 2016-04-24 15:38:49 +02:00
attotime.cpp
attotime.h Cleanups and version bump 2016-03-30 08:35:21 +02:00
bookkeeping.cpp
bookkeeping.h
config.cpp
config.h
crsshair.cpp Iterate over core classes C++11 style 2016-03-31 09:43:53 -04:00
crsshair.h Various cleanups suggested by static analyzer (nw) 2016-04-24 12:58:31 +02:00
debugger.cpp Fix build on MSVC thanks to Rene, also fix debug_break crashes 2016-06-08 20:43:59 +02:00
debugger.h remove #include addition due to smf's better fix 2016-06-08 20:44:38 +02:00
devcb.cpp
devcb.h NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusion (nw) 2016-04-24 15:38:49 +02:00
devcpu.cpp Revert software-installed slot/image options when changing software 2016-04-04 23:46:44 -04:00
devcpu.h Eliminate device_t::static_config, a type-unsafe legacy feature. 2016-04-14 21:20:49 -04:00
devdelegate.cpp
devdelegate.h
devfind.cpp Various cleanups suggested by static analyzer (nw) 2016-04-24 12:58:31 +02:00
devfind.h Cleanups and version bump 2016-04-27 08:13:59 +02:00
device.cpp remove dependency (nw) 2016-04-16 13:48:25 +02:00
device.h Various cleanups suggested by static analyzer (nw) 2016-04-24 12:58:31 +02:00
device.ipp
didisasm.cpp
didisasm.h
diexec.cpp Iterate over devices C++11 style 2016-04-18 18:53:28 -04:00
diexec.h NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusion (nw) 2016-04-24 15:38:49 +02:00
digfx.cpp
digfx.h Cleanups and version bump 2016-05-25 08:19:21 +02:00
diimage.cpp Check software parts for incompatibility as well as compatibility 2016-05-03 23:52:32 -04:00
diimage.h Moved things a bit around to better decouple 2016-06-09 18:03:07 +02:00
dimemory.cpp Iterate over core classes C++11 style 2016-03-31 09:43:53 -04:00
dimemory.h Various cleanups suggested by static analyzer (nw) 2016-04-24 12:58:31 +02:00
dinetwork.cpp
dinetwork.h Various cleanups suggested by static analyzer (nw) 2016-04-24 12:58:31 +02:00
dinvram.cpp
dinvram.h
dioutput.cpp
dioutput.h
dipty.cpp
dipty.h
dirtc.cpp
dirtc.h
diserial.cpp Added extra bit as delay between bytes to make 1 stop bit work 2016-04-10 22:46:09 +02:00
diserial.h Various cleanups suggested by static analyzer (nw) 2016-04-24 12:58:31 +02:00
dislot.cpp
dislot.h Avoid auto return types; silence some unused variable warnings (nw) 2016-03-31 13:50:31 -04:00
disound.cpp Iterate over devices C++11 style 2016-04-18 18:53:28 -04:00
disound.h Eliminate device_t::static_config, a type-unsafe legacy feature. 2016-04-14 21:20:49 -04:00
dispatch.cpp
dispatch.h Cleanups and version bump 2016-04-27 08:13:59 +02:00
distate.cpp Various cleanups suggested by static analyzer (nw) 2016-04-24 12:58:31 +02:00
distate.h Avoid auto return types; silence some unused variable warnings (nw) 2016-03-31 13:50:31 -04:00
divideo.cpp Iterate over devices C++11 style 2016-04-18 18:53:28 -04:00
divideo.h
divtlb.cpp
divtlb.h
drawgfx.cpp psikyosh.cpp/drawgfx.cpp - Fix debug asserts MT3753 2016-05-24 21:45:24 +01:00
drawgfx.h
drawgfxm.h Various cleanups suggested by static analyzer (nw) 2016-04-24 12:58:31 +02:00
drivenum.cpp Iterate over devices C++11 style 2016-04-18 18:53:28 -04:00
drivenum.h Merge remote-tracking branch 'upstream/master' into firstrun 2016-04-25 20:09:51 -04:00
driver.cpp driver.cpp: removed the old soundlatch methods. (nw) 2016-06-12 12:07:34 +02:00
driver.h driver.cpp: removed the old soundlatch methods. (nw) 2016-06-12 12:07:34 +02:00
emu.h Split UI and frontend part from core [Miodrag Milanovic] 2016-04-23 11:26:47 +02:00
emualloc.cpp
emualloc.h
emucore.cpp
emucore.h Various cleanups suggested by static analyzer (nw) 2016-04-24 12:58:31 +02:00
emumem.cpp Damn, missed that one (nw) 2016-06-04 12:36:47 +02:00
emumem.h Damn, missed that one (nw) 2016-06-04 12:36:47 +02:00
emuopts.cpp Procedural texture for vectors in HLSL 2016-06-05 23:50:44 +02:00
emuopts.h Procedural texture for vectors in HLSL 2016-06-05 23:50:44 +02:00
emupal.cpp
emupal.h
fileio.cpp Try next archive type if file not found, not just on open error 2016-03-25 16:09:14 +11:00
fileio.h Various cleanups suggested by static analyzer (nw) 2016-04-24 12:58:31 +02:00
gamedrv.h Machine management cleanups 2016-04-25 19:59:42 -04:00
hash.cpp
hash.h
hashfile.cpp Move system name lookup into frontend (nw) 2016-04-28 17:29:27 -04:00
hashfile.h
image.cpp Split UI and frontend part from core [Miodrag Milanovic] 2016-04-23 11:26:47 +02:00
image.h
inpttype.h Various cleanups suggested by static analyzer (nw) 2016-04-24 12:58:31 +02:00
input.cpp Various cleanups suggested by static analyzer (nw) 2016-04-24 12:58:31 +02:00
input.h
ioport.cpp Unnecessary leftover (nw) 2016-05-23 15:51:48 -04:00
ioport.h Add flag to mark input fields as optional 2016-05-23 14:23:42 -04:00
machine.cpp Fix build on MSVC thanks to Rene, also fix debug_break crashes 2016-06-08 20:43:59 +02:00
machine.h Fix build on MSVC thanks to Rene, also fix debug_break crashes 2016-06-08 20:43:59 +02:00
main.h Added ability to create standalone emulators, added zexall as example (nw) 2016-05-08 19:07:18 +02:00
mconfig.cpp remove legacy calls (nw) 2016-05-01 07:43:02 +02:00
mconfig.h remove legacy calls (nw) 2016-05-01 07:43:02 +02:00
memarray.cpp
memarray.h
network.cpp Iterate over devices C++11 style 2016-04-18 18:53:28 -04:00
network.h
output.cpp Placed back old output system as module "-output windows" need more things cleaned (nw) 2016-06-05 21:11:56 +02:00
output.h Placed back old output system as module "-output windows" need more things cleaned (nw) 2016-06-05 21:11:56 +02:00
parameters.cpp
parameters.h
profiler.cpp
profiler.h
render.cpp Fixed MT06222 2016-05-28 16:33:59 +02:00
render.h Fixed MT06222 2016-05-28 16:33:59 +02:00
rendersw.hxx INC -> HXX makes editors and code analyzers see it as C++ (nw) 2016-05-01 20:27:50 +02:00
rendfont.cpp Cleanups and version bump 2016-04-27 08:13:59 +02:00
rendfont.h
rendlay.cpp Cleanups and version bump 2016-04-27 08:13:59 +02:00
rendlay.h screen: POC||GTFO of svg rendering from inside the rom. [O. Galibert] 2016-04-04 11:33:34 +02:00
rendutil.cpp Procedural texture for vectors in HLSL 2016-06-05 23:50:44 +02:00
rendutil.h Moved extension of vector lines to where it belongs (nw) 2016-05-22 20:54:31 +02:00
romload.cpp Cleanups and version bump 2016-04-27 08:13:59 +02:00
romload.h Various cleanups suggested by static analyzer (nw) 2016-04-24 12:58:31 +02:00
save.cpp Iterate over core classes C++11 style 2016-03-31 09:43:53 -04:00
save.h Various cleanups suggested by static analyzer (nw) 2016-04-24 12:58:31 +02:00
schedule.cpp Iterate over devices C++11 style 2016-04-18 18:53:28 -04:00
schedule.h
screen.cpp Cleanups and version bump 2016-05-25 08:19:21 +02:00
screen.h NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusion (nw) 2016-04-24 15:38:49 +02:00
softlist.cpp Check software parts for incompatibility as well as compatibility 2016-05-03 23:52:32 -04:00
softlist.h Check software parts for incompatibility as well as compatibility 2016-05-03 23:52:32 -04:00
sound.cpp Machine management cleanups 2016-04-25 19:59:42 -04:00
sound.h Machine management cleanups 2016-04-25 19:59:42 -04:00
speaker.cpp
speaker.h
tilemap.cpp Various cleanups suggested by static analyzer (nw) 2016-04-24 12:58:31 +02:00
tilemap.h NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusion (nw) 2016-04-24 15:38:49 +02:00
timer.cpp
timer.h NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusion (nw) 2016-04-24 15:38:49 +02:00
uiinput.cpp Ioport refactoring and cleanups (nw) 2016-05-18 19:23:54 -04:00
uiinput.h Ioport refactoring and cleanups (nw) 2016-05-18 19:23:54 -04:00
validity.cpp Ioport refactoring and cleanups (nw) 2016-05-18 19:23:54 -04:00
validity.h Cleanups and version bump 2016-04-27 08:13:59 +02:00
video.cpp Fix -nodebug crash (nw) 2016-06-08 10:11:42 +10:00
video.h Fix -nodebug crash (nw) 2016-06-08 10:11:42 +10:00