mame/src/emu
2015-12-12 08:58:57 +01:00
..
debug macro removal INLINE -> static inline (nw) 2015-12-12 08:58:57 +01:00
drivers clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
layout removed copyright/license by left author for those that is sure who created them (nw) 2015-05-22 10:25:40 +02:00
machine clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
sound macro removal INLINE -> static inline (nw) 2015-12-12 08:58:57 +01:00
ui macro removal INLINE -> static inline (nw) 2015-12-12 08:58:57 +01:00
video clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
addrmap.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
addrmap.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
attotime.cpp Rename *.c -> *.cpp in our source (nw) 2015-11-08 12:56:12 +01:00
attotime.h Cleanups and version bump 2015-08-26 08:10:34 +02:00
audit.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
audit.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
cheat.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
cheat.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
clifront.cpp tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) 2015-12-09 21:14:13 +01:00
clifront.h tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) 2015-12-09 21:14:13 +01:00
cliopts.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
cliopts.h
config.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
config.h Added some for Nathan and some more for Nicola (nw) 2015-05-11 14:42:31 +02:00
crsshair.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
crsshair.h License self-service. 2015-05-25 10:24:34 -07:00
debugger.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
debugger.h macro removal INLINE -> static inline (nw) 2015-12-12 08:58:57 +01:00
devcb.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
devcb.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
devcpu.cpp Some cleanups and init fixes with help of ReSharper C++ (nw) 2015-11-11 16:31:18 +01:00
devcpu.h Cleanup devcpu.h (nw) 2015-11-06 15:55:31 +01:00
devdelegate.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
devdelegate.h cleanup 2015-12-06 09:58:11 +01:00
devfind.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
devfind.h cleanup 2015-12-06 09:58:11 +01:00
device.cpp tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) 2015-12-09 21:14:13 +01:00
device.h tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) 2015-12-09 21:14:13 +01:00
didisasm.cpp Rename *.c -> *.cpp in our source (nw) 2015-11-08 12:56:12 +01:00
didisasm.h
diexec.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
diexec.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
digfx.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
digfx.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
diimage.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
diimage.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
dimemory.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
dimemory.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
dinetwork.cpp Some cleanups and init fixes with help of ReSharper C++ (nw) 2015-11-11 16:31:18 +01:00
dinetwork.h Initial conversion of core to C++14. Note that compilers are now limited to GCC 4.9.0 and up, Clang 3.4.0 and up, and VS2013 and up [Miodrag Milanovic] 2015-12-03 11:40:45 +01:00
dinvram.cpp Rename *.c -> *.cpp in our source (nw) 2015-11-08 12:56:12 +01:00
dinvram.h
dioutput.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
dioutput.h Some cleanups and init fixes with help of ReSharper C++ (nw) 2015-11-11 16:31:18 +01:00
dipty.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
dipty.h Some cleanups and init fixes with help of ReSharper C++ (nw) 2015-11-11 16:31:18 +01:00
dirtc.cpp Rename *.c -> *.cpp in our source (nw) 2015-11-08 12:56:12 +01:00
dirtc.h Some cleanups and init fixes with help of ReSharper C++ (nw) 2015-11-11 16:31:18 +01:00
diserial.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
diserial.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
dislot.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
dislot.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
disound.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
disound.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
dispatch.cpp Rename *.c -> *.cpp in our source (nw) 2015-11-08 12:56:12 +01:00
dispatch.h clang-modernize part 6 2015-12-04 10:29:21 +01:00
distate.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
distate.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
divideo.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
divideo.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
drawgfx.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
drawgfx.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
drawgfxm.h Some cleanups and init fixes with help of ReSharper C++ (nw) 2015-11-11 16:31:18 +01:00
drivenum.cpp placed cache back in new form, fixes listxml and similar (nw) 2015-12-04 12:32:42 +01:00
drivenum.h placed cache back in new form, fixes listxml and similar (nw) 2015-12-04 12:32:42 +01:00
driver.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
driver.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
emu.h tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) 2015-12-09 21:14:13 +01:00
emualloc.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
emualloc.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
emucore.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
emucore.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
emuopts.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
emuopts.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
emupal.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
emupal.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
fileio.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
fileio.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
gamedrv.h change flags from GAME_ to MACHINE_ 2015-07-29 14:36:49 +01:00
hash.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
hash.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
hashfile.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
hashfile.h Added some for Nathan and some more for Nicola (nw) 2015-05-11 14:42:31 +02:00
image.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
image.h Relaxed emu.h a bit, should make compile a bit faster (nw) 2015-11-05 20:39:57 +01:00
info.cpp tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) 2015-12-09 21:14:13 +01:00
info.h
inpttype.h had to revert this in order clang to work (nw) 2015-12-09 17:30:14 +01:00
input.cpp clang-modernize part 6 2015-12-04 10:29:21 +01:00
input.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
ioport.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
ioport.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
luaengine.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
luaengine.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
machine.cpp tagged_list without tagmap_t (nw) 2015-12-11 13:59:37 +01:00
machine.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
mame.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
mame.h Relaxed emu.h a bit, should make compile a bit faster (nw) 2015-11-05 20:39:57 +01:00
mconfig.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
mconfig.h Initial conversion of core to C++14. Note that compilers are now limited to GCC 4.9.0 and up, Clang 3.4.0 and up, and VS2013 and up [Miodrag Milanovic] 2015-12-03 11:40:45 +01:00
memarray.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
memarray.h
memory.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
memory.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
network.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
network.h no need to include network.h (nw) 2015-11-06 16:08:28 +01:00
output.cpp macro removal INLINE -> static inline (nw) 2015-12-12 08:58:57 +01:00
output.h macro removal INLINE -> static inline (nw) 2015-12-12 08:58:57 +01:00
parameters.cpp tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) 2015-12-09 21:14:13 +01:00
parameters.h tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) 2015-12-09 21:14:13 +01:00
profiler.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
profiler.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
render.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
render.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
rendersw.inc clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
rendfont.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
rendfont.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
rendlay.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
rendlay.h removed render.h from emu.h and fix deps (nw) 2015-11-06 14:25:23 +01:00
rendutil.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
rendutil.h macro removal INLINE -> static inline (nw) 2015-12-12 08:58:57 +01:00
romload.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
romload.h New games marked as GAME_NOT_WORKING ------------------------------------ ROLLing eX.tre.me [Ville Linde, Guru] 2015-08-18 20:49:45 +03:00
save.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
save.h clang-modernize part 5 2015-12-04 07:06:18 +01:00
schedule.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
schedule.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
screen.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
screen.h clang-modernize part 5 2015-12-04 07:06:18 +01:00
softlist.cpp tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) 2015-12-09 21:14:13 +01:00
softlist.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
sound.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
sound.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
speaker.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
speaker.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
sprite.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
sprite.h clang-modernize part 5 2015-12-04 07:06:18 +01:00
tilemap.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
tilemap.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
timer.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
timer.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
uiinput.cpp clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
uiinput.h macro removal INLINE -> static inline (nw) 2015-12-12 08:58:57 +01:00
uismall.png
validity.cpp tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) 2015-12-09 21:14:13 +01:00
validity.h tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) 2015-12-09 21:14:13 +01:00
video.cpp tagged_list without tagmap_t (nw) 2015-12-11 13:59:37 +01:00
video.h clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00