summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/dvmemory.h
diff options
context:
space:
mode:
author Michael Zapf <Michael.Zapf@mizapf.de>2015-08-20 21:05:23 +0200
committer Michael Zapf <Michael.Zapf@mizapf.de>2015-08-20 21:05:23 +0200
commitd0149fff4eaeccf45b51cb7a68abeca4f57f522d (patch)
treeb50f5b036d3ac87ab47dd1c75e6a514fdd10dd12 /src/emu/debug/dvmemory.h
parente43612a8d516de73d35ccee1f965436201b7216f (diff)
Added samples; changed file name.
Diffstat (limited to 'src/emu/debug/dvmemory.h')
0 files changed, 0 insertions, 0 deletions
'deletions'>-1/+1 * Converted a number of zippath calls that took 'const char *' to std::string Nathan Woods2016-07-291-2/+2 * Miscellaneous cleanups to imgcntrl.[cpp|h] and calling code Nathan Woods2016-07-181-21/+21 * UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-4/+4 * UI code refactoring: [Vas Crabb] Vas Crabb2016-07-101-6/+6 * Changed menu_file_create::m_ok to be a reference instead of a pointer Nathan Woods2016-07-051-1/+1 * Changed a number of file manager related menus to have their outputs be by re... Nathan Woods2016-07-041-1/+1 * This changes the various submenu results to be bonafide enums rather than jus... Nathan Woods2016-07-031-12/+12 * Prefixed menu_control_device_image::current_directory and menu_control_device... Nathan Woods2016-07-031-4/+4 * Changed a few zippath related functions to return their strings as a return v... Nathan Woods2016-07-031-1/+1 * Split UI related to file creation from filesel.[cpp|h] into filecreate.[cpp|h] Nathan Woods2016-07-031-0/+1 * Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+0 * ui refactoring [Vas Crabb] Vas Crabb2016-05-271-22/+27 * Merge remote-tracking branch 'upstream/master' into mui AJR2016-04-271-2/+2 |\ | * Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-2/+2 * | Relieve UI menus and such from having to constantly fetch UI object from glob...