summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/drcfe.cpp
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2020-10-06 09:54:38 +0700
committer Patrick Mackinlay <pmackinlay@hotmail.com>2020-10-06 09:54:38 +0700
commitdef86684accd901b3a88cb0de8d3409c85ca44fa (patch)
tree9e1a59258e92c2cc6096a4ee34ac8d0ceb5567c9 /src/devices/cpu/drcfe.cpp
parenta538585b9892e41a879f1f324c157df75736d162 (diff)
ns32000: avoid potential slave dependency issue
Diffstat (limited to 'src/devices/cpu/drcfe.cpp')
0 files changed, 0 insertions, 0 deletions
drawing UI palette menu (nw) AJR2017-09-151-1/+2 * make filter names localisable, fix keyboard navigation of software Vas Crabb2017-08-081-2/+0 * internal UI improvements: Vas Crabb2017-08-071-1/+55 * a bit of prep for making selected index private (nw) Vas Crabb2016-11-231-4/+9 * encapsulate mouse translation in the menu code, make more stuff const Vas Crabb2016-11-231-7/+21 * Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-231-9/+15 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13 * use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1 * Consolidated code that inputs characters into buffers Nathan Woods2016-09-191-25/+0 * UI menu refactoring: [Vas Crabb] Vas Crabb2016-07-141-2/+0 * misc fixes (nw) Vas Crabb2016-07-121-1/+1 * Moved background bitmap/texture back into menu.cpp Nathan Woods2016-07-111-0/+6 * Split "widgets" code out of ui::menu::global_state into a separate module Nathan Woods2016-07-101-19/+4 * UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-39/+31 * UI refactoring: move palette menu drawing code out of base into palette menu ... Vas Crabb2016-07-101-7/+3 * UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-25/+18 * UI code refactoring: [Vas Crabb] Vas Crabb2016-07-101-93/+89 * Reduce visibility of more menu members Vas Crabb2016-07-091-13/+18 * another baby step untangling the menu code Vas Crabb2016-07-091-14/+18 * Fixed MT06263 dankan18902016-07-021-1/+1 * Cleanups to the software list menu Nathan Woods2016-06-301-3/+0 * Added a move constructor and got rid of the 'const char *' overload. I had t... Nathan Woods2016-06-291-1/+1 * C++-ified the strings inside of menu items Nathan Woods2016-06-291-0/+1 * Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+0 * Fixed incorrect icons refresh. (nw) dankan18902016-06-191-1/+2 * cleanup. (nw) dankan18902016-06-151-3/+3 * Incorporating Vas Crabb feedback Nathan Woods2016-06-141-1/+3 * On the file selection dialog, previous paths are now clickable Nathan Woods2016-06-131-0/+3 * Fixed not load for some INI files in the category filter. dankan18902016-06-081-2/+2 * Added template implementations of mame_ui_manager::set_handler(), and changed...