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
/
debug
/
dvstate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-346
/
+0
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-15
/
+15
*
Replace dynamic_array with std::vector [O. Galibert]
Olivier Galibert
2015-04-14
1
-1
/
+1
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-1
/
+1
*
cstr() - > c_str() as preparation for move to std::string (nw)
Miodrag Milanovic
2015-04-11
1
-2
/
+2
*
primary_screen -> first_screen() (nw)
Miodrag Milanovic
2014-03-15
1
-1
/
+1
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-2
/
+2
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
added support to display dividers in the debugger state view
Dirk Best
2013-08-25
1
-1
/
+6
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-11
/
+11
*
In device_state_interface, rename state() to state_int()
Aaron Giles
2012-09-11
1
-1
/
+1
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-2
/
+2
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-1
/
+1
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-11
/
+11
*
BIG update.
Aaron Giles
2011-03-29
1
-9
/
+9
*
Debugger : Removed stray garbage characters from beamx, beamy, and frame coun...
Miodrag Milanovic
2010-07-22
1
-3
/
+3
*
Allow beamx > 999 to be displayed in the debugger. Updated beamy config accor...
Wilbert Pol
2010-07-20
1
-4
/
+4
*
Cleanups and version bump.
mame0138u3
Aaron Giles
2010-07-06
1
-6
/
+6
*
Moved debugging structure away from CPUs only and attached to all
Aaron Giles
2010-07-06
1
-1
/
+1
*
Made the machine_config a proper object. Added detokenize method to
Aaron Giles
2010-06-28
1
-1
/
+1
*
Fix initial state of views so that their sources are properly initialized.
Aaron Giles
2010-06-26
1
-1
/
+1
*
C++-ified the debugger views. Not quite architecturally where I would
Aaron Giles
2010-06-25
1
-0
/
+370