index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
save.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
video/avgdvg.cpp: Modernised code somewhat.
Vas Crabb
2020-11-07
1
-6
/
+9
*
Fix a
Olivier Galibert
2020-11-03
1
-2
/
+2
*
emu/save.cpp: Fix bad SFINAE trick breaking segapcm.cpp, fix saving attotime ...
Vas Crabb
2020-09-14
1
-3
/
+3
*
emu: correct some file headers (nw)
hap
2020-06-19
1
-1
/
+1
*
template save/load code - the copy-pasta had become a liability (nw)
Vas Crabb
2020-04-08
1
-180
/
+147
*
luaengine: save state to/from binary string buffer (#6354)
feos
2020-02-24
1
-0
/
+103
*
Allow saving members of structures in n-dimensional arrays, even if the membe...
Vas Crabb
2019-12-09
1
-39
/
+54
*
Make osd_printf_* use util/strformat semantics.
Vas Crabb
2019-09-26
1
-1
/
+1
*
-save: Print all duplicate savestate entries found rather than bailing after ...
MooglyGuy
2019-06-24
1
-1
/
+10
*
Renamed flipendian -> swapendian, as I spent minutes trying to find the funct...
mooglyguy
2018-11-05
1
-3
/
+3
*
Optimise start up by delaying the state save sort and check for duplicates un...
smf-
2018-08-22
1
-15
/
+9
*
try this for size - emu.h no net change (nw)
Vas Crabb
2018-05-18
1
-22
/
+0
*
WARNING emu.h recompile!
Curt Coder
2018-05-18
1
-0
/
+22
*
srcclean and manual cleanups (nw)
Vas Crabb
2017-12-24
1
-1
/
+1
*
missing return
vadosnaprimer
2017-12-22
1
-1
/
+1
*
rewind implementation fixes and improvements
vadosnaprimer
2017-12-22
1
-190
/
+220
*
Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame""
Firehawke
2017-12-13
1
-18
/
+447
*
Revert "Merge branch 'master' of https://github.com/mamedev/mame"
Firehawke
2017-12-13
1
-447
/
+18
*
Rewind feature and RAM savestates.
vadosnaprimer
2017-12-06
1
-18
/
+447
*
Move unemulated/imperfect flags from machines into devices.
Vas Crabb
2017-07-27
1
-1
/
+1
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-25
/
+25
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-25
/
+25
*
made constexprs lower case and used constexpr for returning input value as we...
Miodrag Milanovic
2016-07-31
1
-5
/
+5
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-3
/
+3
*
simplified memory management for save states and states (nw)
Miodrag Milanovic
2016-07-01
1
-37
/
+35
*
Iterate over core classes C++11 style
AJR
2016-03-31
1
-27
/
+27
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-2
/
+2
*
Remove redundant defines, in order to make translation easier (nw)
Miodrag Milanovic
2016-02-20
1
-2
/
+3
*
reverting:
Miodrag Milanovic
2016-01-20
1
-7
/
+7
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-7
/
+7
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
1
-7
/
+7
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-7
/
+7
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-23
/
+23
*
Some cleanups and init fixes with help of ReSharper C++ (nw)
Miodrag Milanovic
2015-11-11
1
-1
/
+1
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+468