summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/save.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/save.cpp: Made illegal save state registrations always fatal. (#12054) Vas Crabb2024-02-251-2/+0
* Remove fileio.h from emu.h AJR2022-02-111-3/+3
* -util/delegate.cpp: One less level of indirection for functoid delegates. Vas Crabb2021-09-161-5/+23
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-4/+4
* video/avgdvg.cpp: Modernised code somewhat. Vas Crabb2020-11-071-1/+1
* Fix a Olivier Galibert2020-11-031-1/+1
* emu/save.cpp: Fix bad SFINAE trick breaking segapcm.cpp, fix saving attotime ... Vas Crabb2020-09-141-9/+5
* emu/save.h: Added support for saving arrays of attotimes and renamed macros t... Vas Crabb2020-09-141-84/+93
* template save/load code - the copy-pasta had become a liability (nw) Vas Crabb2020-04-081-7/+14
* srcclean (nw) Vas Crabb2020-03-221-1/+1
* luaengine: save state to/from binary string buffer (#6354) feos2020-02-241-0/+3
* save/restore otuput values in save states Vas Crabb2019-12-131-2/+10
* Work around MSVC overload resolution issue in save_item/save_pointer (nw) Vas Crabb2019-12-131-29/+32
* Added wrapper for using STRUCT_MEMBER with an indeterminate length array Vas Crabb2019-12-091-3/+12
* Allow saving members of structures in n-dimensional arrays, even if the membe... Vas Crabb2019-12-091-53/+83
* -save: Print the name of non-fundamental save_items when fatalerroring, for e... MooglyGuy2019-11-181-3/+3
* 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