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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-1
/
+1
*
Added seconds() and attoseconds() to attotime and prefixed members with
couriersud
2015-08-15
1
-2
/
+2
*
some extremely low hanging pedantic fruit
Cowering
2015-07-08
1
-15
/
+15
*
Completed state_save_register_item* removal (nw)
Ivan Vangelista
2015-04-23
1
-11
/
+0
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-5
/
+5
*
removed not used state_save_register_item_* calls (nw)
Miodrag Milanovic
2015-04-18
1
-7
/
+0
*
Replace dynamic_array with std::vector [O. Galibert]
Olivier Galibert
2015-04-14
1
-3
/
+3
*
updated astring constructors to have just one string param, to be more like s...
Miodrag Milanovic
2015-04-13
1
-1
/
+1
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-2
/
+2
*
save: Give the device when available to the state save subsystem [O. Galibert]
Olivier Galibert
2015-02-14
1
-49
/
+53
*
save: factor-out presave/postload dispatchers
Luca Bruno
2015-01-18
1
-0
/
+4
*
Enable saving dynamic_arrays of all fundamental types. Also fix emupal
Aaron Giles
2014-03-02
1
-66
/
+22
*
Huge update, palette is now device (nw)
Miodrag Milanovic
2014-02-27
1
-0
/
+12
*
Switched rgb_t to a class, replacing macros with methods. Mappings are
Aaron Giles
2014-02-19
1
-0
/
+1
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Split eeprom.c into a base class base_eeprom_device and a serial-specific
Aaron Giles
2013-07-27
1
-0
/
+1
[next]