summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bookkeeping.cpp
Commit message (Collapse)AuthorAgeFilesLines
* emu: correct some file headers (nw) hap2020-06-191-1/+1
|
* XML refactoring: Vas Crabb2016-12-111-9/+11
| | | | | | | * move stuff to namespace util::xml * scope down some enums * split config load/save delegate types * make config load take const so it can't mangle data
* Turn xmlfile API into something that looks like C++ Vas Crabb2016-11-171-11/+11
| | | | It's still a bit quirky but it's far better encapsulated before, and it plays nice with const (nw)
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
|
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-1/+1
|
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-3/+2
|
* modernized configuration_manager (nw) Miodrag Milanovic2016-01-101-6/+6
|
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-92/+53
|
* generic machine is now bookkeeping (nw) Miodrag Milanovic2016-01-101-0/+255