summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/cheat.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix crashing where cheat enabled (nw) Miodrag Milanovic2016-06-121-2/+4
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-2/+2
* using std::vector<std::unique_ptr<xxx>> instead of simple_list<xxx> in cheat ... Miodrag Milanovic2016-06-021-57/+59
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-5/+5
* Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-4/+5
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+1446