summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/ui.c
Commit message (Collapse)AuthorAgeFilesLines
* Introduced a toggle_record_movie() method Nathan Woods2014-02-021-12/+1
|
* Minor refactorings Nathan Woods2014-01-311-25/+71
|
* Const correctness Nathan Woods2014-01-301-3/+3
|
* Made these handlers static methods Nathan Woods2014-01-301-14/+6
|
* Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP ↵ Nathan Woods2014-01-291-0/+2340
conventions; we now have a ui_manager class