summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/save.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* save.h: change workaround (nw) hap2019-08-211-12/+8
* Fix Solaris 2.11 (non-Oracle) Rick V2019-08-191-0/+4
* Fix compile error on Linux with NO_USE_XINPUT=0 Kiall Mac Innes2018-10-111-6/+6
* Better support for screen orientation/geometry: Vas Crabb2018-07-261-24/+37
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-23/+31
* try this for size - emu.h no net change (nw) Vas Crabb2018-05-181-1/+0
* WARNING emu.h recompile! Curt Coder2018-05-181-0/+1
* rewind implementation fixes and improvements vadosnaprimer2017-12-221-18/+23
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-5/+63
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-63/+5
* Rewind feature and RAM savestates. vadosnaprimer2017-12-061-5/+63
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-27/+27
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-18/+18
* simplified memory management for save states and states (nw) Miodrag Milanovic2016-07-011-13/+4
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* 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