summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/devopt.cpp
Commit message (Expand)AuthorAgeFilesLines
* full xtal conversionxtal Olivier Galibert2 days1-5/+5
* Move UTF8_xxx string literal macros to new header in lib/util AJR2022-09-251-0/+2
* Render-related cleanup AJR2021-12-301-0/+1
* frontend: Don't call .name() on I/O port fields without a running machine. Vas Crabb2021-12-151-4/+4
* screen: report refresh rate <1hz as error in validity check hap2021-12-081-7/+10
* ui: change string parse for screen hz info hap2021-12-071-2/+5
* frontend: Make all the textbox menus use the custom navigation flag, on the o... Vas Crabb2021-10-311-1/+2
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-311-236/+283
* API cleanups and miscellaneous fixes. Vas Crabb2021-07-151-2/+2
* More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-181-1/+3
* C++17 string handling updates (without charconv so as not to break GCC 7) AJR2020-12-081-1/+1
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-7/+7
* ui: remove clock freqs trailing 0s on machine info screen (nw) hap2020-04-031-24/+43
* Revert "ui: remove clock freqs trailing 0s on machine info screen (nw)" hap2020-04-031-30/+26
* ui: remove clock freqs trailing 0s on machine info screen (nw) hap2020-04-031-26/+30
* Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) AJR2018-11-051-1/+1
* Better support for screen orientation/geometry: Vas Crabb2018-07-261-1/+4
* Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-0/+1
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* well that was dumb (nw) Vas Crabb2018-04-301-2/+2
* Make devopt menu localisable. Vas Crabb2018-04-281-72/+76
* Start adding stuff for iterating ROM entries in a more C++ way without needin... Vas Crabb2017-09-221-7/+4
* Turn most of the ROM entry accessor macros into templates, and make them work... Vas Crabb2017-09-181-9/+12
* Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-231-1/+1
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-1/+1
* C++-fiied code that iterates over rom_entry arrays (without usage of rom_[fir... Nathan Woods2016-08-071-7/+7
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-1/+1
* Revert "C++ comments for some parts." Vas Crabb2016-07-051-1/+1
* C++ comments for some parts. dankan18902016-07-041-1/+1
* Added a move constructor and got rid of the 'const char *' overload. I had t... Nathan Woods2016-06-291-1/+1
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+0
* ioport tagged_list to unordered_map (nw) Miodrag Milanovic2016-06-181-2/+2
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-7/+11
* Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-1/+1
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+279