index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Better handling of null/missing items. More consistent error handling. Reduce...
save-experiments
Aaron Giles
2021-04-20
1
-20
/
+8
*
Keep link to parent item so that full names can be computed as needed. Remove...
Aaron Giles
2021-04-19
1
-7
/
+18
*
Differentiated raw arrays from vector arrays. Add warnings for raw arrays tha...
Aaron Giles
2021-04-19
1
-39
/
+22
*
Detect array members that can't be replicated and manually register each item...
Aaron Giles
2021-04-19
1
-141
/
+149
*
More descriptive errors. Added compare mode and leveraged it to compare saved...
Aaron Giles
2021-04-18
1
-2
/
+6
*
Moved CRC and size calculations into the streamers. Improved validation when ...
Aaron Giles
2021-04-18
1
-3
/
+14
*
Checkpoint on JSON restore after successfully performing a JSON restore. Stil...
Aaron Giles
2021-04-17
1
-90
/
+13
*
Implemented save_file. JSON and secondary files are now written to a ZIP-form...
Aaron Giles
2021-04-16
1
-12
/
+27
*
g update:
Aaron Giles
2021-04-15
1
-105
/
+115
*
Remove final cases where people directly registered state data with the core ...
Aaron Giles
2021-04-14
1
-183
/
+15
*
Replace STRUCT_MEMBER usage from cpu devices with structured saves. Allow uni...
Aaron Giles
2021-04-13
1
-20
/
+22
*
Add support for std::array and for custom types that map to integers/FP value...
Aaron Giles
2021-04-13
1
-24
/
+55
*
Add bitmap support to registrar.
Aaron Giles
2021-04-12
1
-4
/
+16
*
Added save state window to debugger. Centralized unique/vector/pointer unwrap...
Aaron Giles
2021-04-12
1
-3
/
+50
*
Add explicit unique_ptr/vector containers. Fix registration checks. Added mod...
Aaron Giles
2021-04-09
1
-43
/
+80
*
Created new hierarchical save_registrar, which supports self-describing struc...
Aaron Giles
2021-04-09
1
-0
/
+221
*
video/avgdvg.cpp: Modernised code somewhat.
Vas Crabb
2020-11-07
1
-1
/
+1
*
Fix a
Olivier Galibert
2020-11-03
1
-1
/
+1
*
emu/save.cpp: Fix bad SFINAE trick breaking segapcm.cpp, fix saving attotime ...
Vas Crabb
2020-09-14
1
-9
/
+5
*
emu/save.h: Added support for saving arrays of attotimes and renamed macros t...
Vas Crabb
2020-09-14
1
-84
/
+93
*
template save/load code - the copy-pasta had become a liability (nw)
Vas Crabb
2020-04-08
1
-7
/
+14
*
srcclean (nw)
Vas Crabb
2020-03-22
1
-1
/
+1
*
luaengine: save state to/from binary string buffer (#6354)
feos
2020-02-24
1
-0
/
+3
*
save/restore otuput values in save states
Vas Crabb
2019-12-13
1
-2
/
+10
*
Work around MSVC overload resolution issue in save_item/save_pointer (nw)
Vas Crabb
2019-12-13
1
-29
/
+32
*
Added wrapper for using STRUCT_MEMBER with an indeterminate length array
Vas Crabb
2019-12-09
1
-3
/
+12
*
Allow saving members of structures in n-dimensional arrays, even if the membe...
Vas Crabb
2019-12-09
1
-53
/
+83
*
-save: Print the name of non-fundamental save_items when fatalerroring, for e...
MooglyGuy
2019-11-18
1
-3
/
+3
*
save.h: change workaround (nw)
hap
2019-08-21
1
-12
/
+8
*
Fix Solaris 2.11 (non-Oracle)
Rick V
2019-08-19
1
-0
/
+4
*
Fix compile error on Linux with NO_USE_XINPUT=0
Kiall Mac Innes
2018-10-11
1
-6
/
+6
*
Better support for screen orientation/geometry:
Vas Crabb
2018-07-26
1
-24
/
+37
*
Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s...
AJR
2018-06-24
1
-23
/
+31
*
try this for size - emu.h no net change (nw)
Vas Crabb
2018-05-18
1
-1
/
+0
*
WARNING emu.h recompile!
Curt Coder
2018-05-18
1
-0
/
+1
*
rewind implementation fixes and improvements
vadosnaprimer
2017-12-22
1
-18
/
+23
*
Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame""
Firehawke
2017-12-13
1
-5
/
+63
*
Revert "Merge branch 'master' of https://github.com/mamedev/mame"
Firehawke
2017-12-13
1
-63
/
+5
*
Rewind feature and RAM savestates.
vadosnaprimer
2017-12-06
1
-5
/
+63
*
A round of spelling/typographical fixes to source comments (nw)
Scott Stone
2016-11-24
1
-1
/
+1
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-27
/
+27
*
Do not use FUNC in delegate where applicable (nw)
Miodrag Milanovic
2016-11-06
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-18
/
+18
*
simplified memory management for save states and states (nw)
Miodrag Milanovic
2016-07-01
1
-13
/
+4
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-1
/
+1
*
reverting:
Miodrag Milanovic
2016-01-20
1
-14
/
+14
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-16
/
+16
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
1
-16
/
+16
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-14
/
+14
*
clang-modernize part 5
Miodrag Milanovic
2015-12-04
1
-1
/
+1
[next]