summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/save.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* reverting: Miodrag Milanovic2016-01-201-14/+14
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-16/+16
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-16/+16
* tags are now strings (nw) Miodrag Milanovic2016-01-161-14/+14
* clang-modernize part 5 Miodrag Milanovic2015-12-041-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-1/+1
* Added seconds() and attoseconds() to attotime and prefixed members with couriersud2015-08-151-2/+2
* some extremely low hanging pedantic fruit Cowering2015-07-081-15/+15
* Completed state_save_register_item* removal (nw) Ivan Vangelista2015-04-231-11/+0
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-5/+5
* removed not used state_save_register_item_* calls (nw) Miodrag Milanovic2015-04-181-7/+0
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-3/+3
* updated astring constructors to have just one string param, to be more like s... Miodrag Milanovic2015-04-131-1/+1
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-2/+2
* save: Give the device when available to the state save subsystem [O. Galibert] Olivier Galibert2015-02-141-49/+53
* save: factor-out presave/postload dispatchers Luca Bruno2015-01-181-0/+4
* Enable saving dynamic_arrays of all fundamental types. Also fix emupal Aaron Giles2014-03-021-66/+22
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-0/+12
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-0/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles2013-07-271-0/+1
* Memory system: added endianness to the memory_share class. Aaron Giles2013-07-201-0/+6
* save state cleanup, converted state_save_register_global* into save_item/save... Miodrag Milanovic2013-05-081-18/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-15/+15
* Clean-ups and version bump (yes, I know, it's too late)mame0145u4 Angelo Salese2012-03-111-1/+1
* Add save_item template specialization for dynamic_array. Aaron Giles2012-03-081-0/+31
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+20
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-1/+1
* Move per emulator constants info into separate class [Miodrag Milanovic] Miodrag Milanovic2011-11-171-2/+0
* Be consistent about template argument naming. Aaron Giles2011-04-301-19/+19
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-26/+6
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-0/+313