mame/src/emu
Vas Crabb 4142ecd794 Use std::map for mapping XML tag name to layout component creation function - makes the code simpler and easier to read as well as being more scalable
Fix problem using layout_element::texture in vector - destructor frees resources but generated copy/assignment operators don't release them, leading to a problem any time vector expands or element is added/removed anywhere but end
2016-07-02 14:18:44 +10:00
..
debug Fix undefined symbols error in clang compile (nw) 2016-07-01 17:23:55 -04: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 Validity checking for AM_MASK/AM_MIRROR/AM_SELECT, based on OG's recent restrictions (nw) 2016-06-17 14:05:34 -04:00
addrmap.h Fix GCC6 warnings 2016-06-16 17:35:02 +10:00
attotime.cpp
attotime.h Cleanups and version bump 2016-03-30 08:35:21 +02:00
bookkeeping.cpp Cleanups and version bump 2016-01-27 08:12:00 +01:00
bookkeeping.h Cleanups and version bump 2016-01-27 08:12:00 +01:00
config.cpp Make osd_file a polymorphic class that's held with smart pointers 2016-03-14 18:55:00 +11:00
config.h Cleanups and version bump 2016-01-27 08:12:00 +01:00
crsshair.cpp ioport tagged_list to unordered_map (nw) 2016-06-18 15:32:15 +02:00
crsshair.h Various cleanups suggested by static analyzer (nw) 2016-04-24 12:58:31 +02:00
debugger.cpp Cleanup and version bump 2016-06-29 08:34:30 +02:00
debugger.h remove #include addition due to smf's better fix 2016-06-08 20:44:38 +02:00
devcb.cpp reverting: 2016-01-20 21:42:13 +01:00
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 Move disasm overrides into interface, reducing driver-debugger dependencies (nw) 2016-06-24 22:34:13 -04:00
devdelegate.cpp reverting: 2016-01-20 21:42:13 +01:00
devdelegate.h gcc 6.1.1 warning fixes (nw) 2016-06-16 14:21:44 +02:00
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 Cleanup and version bump 2016-06-29 08:34:30 +02:00
device.h More efficient device error logging 2016-06-20 14:31:08 -04:00
device.ipp More efficient device error logging 2016-06-20 14:31:08 -04:00
didisasm.cpp Delegatize dasm overrides (nw) 2016-06-26 13:03:08 -04:00
didisasm.h Override method (nw) 2016-06-26 13:08:45 -04:00
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 Pass and return palette devices by reference, not as pointers 2016-01-23 22:57:16 -05:00
digfx.h Cleanups and version bump 2016-05-25 08:19:21 +02:00
diimage.cpp POSIX implementation for new directory read features, cleanup of Windows implementation, return directory handle as smart pointer, fix full build [Vas Crabb] 2016-06-25 03:35:23 +10:00
diimage.h m_formatlist is now vector (nw) 2016-06-19 10:10:11 +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 Add files via upload 2016-06-16 07:47:59 -07:00
dipty.cpp Make osd_file a polymorphic class that's held with smart pointers 2016-03-14 18:55:00 +11:00
dipty.h Make osd_file a polymorphic class that's held with smart pointers 2016-03-14 18:55:00 +11:00
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 cleanup (nw) 2016-06-18 15:32:15 +02:00
dislot.h cleanup (nw) 2016-06-18 15:32:15 +02:00
disound.cpp simple_list to vector in sound (nw) 2016-06-19 10:10:11 +02:00
disound.h simple_list to std::vector (nw) 2016-06-17 15:40:26 +02:00
dispatch.cpp reverting: 2016-01-20 21:42:13 +01:00
dispatch.h Cleanups and version bump 2016-04-27 08:13:59 +02:00
distate.cpp simplified memory management for save states and states (nw) 2016-07-01 19:51:07 +02:00
distate.h simplified memory management for save states and states (nw) 2016-07-01 19:51:07 +02:00
divideo.cpp Iterate over devices C++11 style 2016-04-18 18:53:28 -04:00
divideo.h reverting: 2016-01-20 21:42:13 +01:00
divtlb.cpp Make generic VTLB implementation a modern device interface (nw) 2016-02-07 01:42:58 -05:00
divtlb.h Make generic VTLB implementation a modern device interface (nw) 2016-02-07 01:42:58 -05:00
drawgfx.cpp psikyosh.cpp/drawgfx.cpp - Fix debug asserts MT3753 2016-05-24 21:45:24 +01:00
drawgfx.h Pass and return palette devices by reference, not as pointers 2016-01-23 22:57:16 -05:00
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 More efficient device error logging 2016-06-20 14:31:08 -04:00
emualloc.cpp replace osd_lock with std::mutex [Miodrag Milanovic] 2016-01-30 20:43:50 +01:00
emualloc.h replace osd_lock with std::mutex [Miodrag Milanovic] 2016-01-30 20:43:50 +01:00
emucore.cpp reverting: 2016-01-20 21:42:13 +01:00
emucore.h - removed FUNC_NULL macro 2016-07-01 11:47:12 +02:00
emumem.cpp Cleanup and version bump 2016-06-29 08:34:30 +02:00
emumem.h Cleanup and version bump 2016-06-29 08:34:30 +02:00
emuopts.cpp Procedural texture for vectors in HLSL 2016-06-05 23:50:44 +02:00
emuopts.h Cleanup and version bump 2016-06-29 08:34:30 +02:00
emupal.cpp Added rgb_t::transparent constant 2016-06-18 14:03:50 -04:00
emupal.h Add support to adjust the screen color 2016-03-12 02:36:28 +01:00
fileio.cpp POSIX implementation for new directory read features, cleanup of Windows implementation, return directory handle as smart pointer, fix full build [Vas Crabb] 2016-06-25 03:35:23 +10:00
fileio.h POSIX implementation for new directory read features, cleanup of Windows implementation, return directory handle as smart pointer, fix full build [Vas Crabb] 2016-06-25 03:35:23 +10:00
gamedrv.h Machine management cleanups 2016-04-25 19:59:42 -04:00
hash.cpp Replace strformat, strprintf and strcatprintf with type-safe steam_format and string_format 2016-02-28 13:36:19 +11:00
hash.h Replace strformat, strprintf and strcatprintf with type-safe steam_format and string_format 2016-02-28 13:36:19 +11:00
hashfile.cpp Cleanup and version bump 2016-06-29 08:34:30 +02:00
hashfile.h
image.cpp Split UI and frontend part from core [Miodrag Milanovic] 2016-04-23 11:26:47 +02:00
image.h Cleanups and version bump 2016-01-27 08:12:00 +01:00
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 remove all usages of tagmap 2016-06-18 15:32:15 +02:00
ioport.h ioport tagged_list to unordered_map (nw) 2016-06-18 15:32:15 +02:00
machine.cpp Incorporated cleanups requested by Vas Crabb 2016-06-24 07:55:10 -04:00
machine.h More efficient device error logging 2016-06-20 14:31:08 -04: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 Replace strformat, strprintf and strcatprintf with type-safe steam_format and string_format 2016-02-28 13:36:19 +11:00
profiler.h
render.cpp Prevent NaN errors by initializing variable in ui::text_layout (nw) 2016-06-18 21:00:08 -04:00
render.h Use std::map for mapping XML tag name to layout component creation function - makes the code simpler and easier to read as well as being more scalable 2016-07-02 14:18:44 +10: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 Move font enumeration to OSD, separate font name from display name as needed for OSX 2016-03-17 00:04:52 +11:00
rendlay.cpp Use std::map for mapping XML tag name to layout component creation function - makes the code simpler and easier to read as well as being more scalable 2016-07-02 14:18:44 +10: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 tagged_list to unordered_map for slots (nw) 2016-06-18 15:32:15 +02:00
rendutil.h Moved extension of vector lines to where it belongs (nw) 2016-05-22 20:54:31 +02:00
romload.cpp Cleanup and version bump 2016-06-29 08:34:30 +02:00
romload.h romload.cpp: added ROMX_FILL, passing a ROM_SKIP(param_value) will fill and skip just like a ROM_LOAD16_BYTE macro [Angelo Salese] 2016-06-15 03:51:52 +02:00
save.cpp simplified memory management for save states and states (nw) 2016-07-01 19:51:07 +02:00
save.h simplified memory management for save states and states (nw) 2016-07-01 19:51:07 +02:00
schedule.cpp - removed FUNC_NULL macro 2016-07-01 11:47:12 +02:00
schedule.h - removed FUNC_NULL macro 2016-07-01 11:47:12 +02:00
screen.cpp simple_list to vector in screen (nw) 2016-06-19 10:10:11 +02:00
screen.h Cleanup and version bump 2016-06-29 08:34:30 +02:00
softlist.cpp no need for custom allocators (nw) 2016-06-18 15:32:15 +02:00
softlist.h Check software parts for incompatibility as well as compatibility 2016-05-03 23:52:32 -04:00
sound.cpp simple_list to vector in sound (nw) 2016-06-19 10:10:11 +02:00
sound.h simple_list to vector in sound (nw) 2016-06-19 10:10:11 +02:00
speaker.cpp ui: Moved options "Configure Directories" and "Save Configuration" into "Configure Options" menu. 2016-02-27 21:33:39 +01:00
speaker.h reverting: 2016-01-20 21:42:13 +01:00
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 ui: Moved options "Configure Directories" and "Save Configuration" into "Configure Options" menu. 2016-02-27 21:33:39 +01:00
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 tagged_list to unordered_map (nw) 2016-06-18 15:32:15 +02: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