summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/save.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-13/+13
|
* added missing \n to even more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-5/+5
|
* Move per emulator constants info into separate class [Miodrag Milanovic] Miodrag Milanovic2011-11-171-11/+4
| | | | | out of log: This way it is possible to link two or more separated executables with different copyright/xml out/name/... in one compilation, just one step closer...
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-12/+11
| | | | | | cases, we can get rid of the postload function entirely and just call directly to the target function. Drivers eventually should just override device_postload() instead of registering for callbacks.
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-0/+485