summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/save.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-6/+10
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-19/+36
* fix #7806 (#7841) feos2021-03-051-1/+1
* video/avgdvg.cpp: Modernised code somewhat. Vas Crabb2020-11-071-6/+9
* Fix a Olivier Galibert2020-11-031-2/+2
* emu/save.cpp: Fix bad SFINAE trick breaking segapcm.cpp, fix saving attotime ... Vas Crabb2020-09-141-3/+3
* emu: correct some file headers (nw) hap2020-06-191-1/+1
* template save/load code - the copy-pasta had become a liability (nw) Vas Crabb2020-04-081-180/+147
* luaengine: save state to/from binary string buffer (#6354) feos2020-02-241-0/+103
* Allow saving members of structures in n-dimensional arrays, even if the membe... Vas Crabb2019-12-091-39/+54
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-1/+1
* -save: Print all duplicate savestate entries found rather than bailing after ... MooglyGuy2019-06-241-1/+10
* Renamed flipendian -> swapendian, as I spent minutes trying to find the funct... mooglyguy2018-11-051-3/+3
* Optimise start up by delaying the state save sort and check for duplicates un... smf-2018-08-221-15/+9
* try this for size - emu.h no net change (nw) Vas Crabb2018-05-181-22/+0
* WARNING emu.h recompile! Curt Coder2018-05-181-0/+22
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-1/+1
* missing return vadosnaprimer2017-12-221-1/+1
* rewind implementation fixes and improvements vadosnaprimer2017-12-221-190/+220
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-18/+447
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-447/+18
* Rewind feature and RAM savestates. vadosnaprimer2017-12-061-18/+447
* Move unemulated/imperfect flags from machines into devices. Vas Crabb2017-07-271-1/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-25/+25
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-25/+25
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-5/+5
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-3/+3
* simplified memory management for save states and states (nw) Miodrag Milanovic2016-07-011-37/+35
* Iterate over core classes C++11 style AJR2016-03-311-27/+27
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-2/+2
* Remove redundant defines, in order to make translation easier (nw) Miodrag Milanovic2016-02-201-2/+3
* reverting: Miodrag Milanovic2016-01-201-7/+7
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-7/+7
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-7/+7
* tags are now strings (nw) Miodrag Milanovic2016-01-161-7/+7
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-23/+23
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+468