summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/timer.c')
0 files changed, 0 insertions, 0 deletions
-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...