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
/
distate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
distate.cpp: Use count_leading_zeros_64 to calculate format width
AJR
2023-09-21
1
-3
/
+1
*
distate: max_length() has no use for value() either
hap
2023-01-02
1
-1
/
+1
*
distate: don't try to read unused value() during formatstr
hap
2023-01-02
1
-7
/
+5
*
device_state_entry::format: fix wrong value when used with callexport
hap
2022-12-19
1
-1
/
+1
*
Debugger-related feature removals and cleanup
AJR
2021-08-15
1
-5
/
+0
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-2
/
+2
*
Eliminate many unnecessary c_str calls
AJR
2020-12-21
1
-1
/
+1
*
-Switch to building MAME as C++17.
Vas Crabb
2020-11-15
1
-1
/
+1
*
distate: remove unused variable
hap
2020-09-18
1
-4
/
+2
*
device_state_interface overhaul
AJR
2020-08-31
1
-136
/
+70
*
emu: correct some file headers (nw)
hap
2020-06-19
1
-1
/
+1
*
(nw) add doxygen comments for a bunch of core stuff, and convert a bunch of c...
Vas Crabb
2019-10-16
1
-1
/
+1
*
m68705: Prevent registration of illegal debug states for nonexistent port lat...
AJR
2019-05-04
1
-0
/
+2
*
distate: Polymorphic classes need virtual destructors (nw)
AJR
2017-10-13
1
-0
/
+9
*
Explicitly allow floating point values for state registers
AJR
2017-10-13
1
-3
/
+45
*
device_state_interface: Polymorphism and std::function for entries (nw) (#2690)
ajrhacker
2017-10-12
1
-62
/
+38
*
emucore: Kill generic_ptr [O. Galibert]
Olivier Galibert
2016-11-19
1
-8
/
+8
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-36
/
+36
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-15
/
+15
*
Fix disassembly window updating when you set pc/curpc on 68000 and z80. Remov...
smf-
2016-10-08
1
-3
/
+1
*
more debug consistency. (nw)
smf-
2016-10-05
1
-2
/
+2
*
simplified memory management for save states and states (nw)
Miodrag Milanovic
2016-07-01
1
-16
/
+8
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-7
/
+7
*
Iterate over core classes C++11 style
AJR
2016-03-31
1
-1
/
+1
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-1
/
+1
*
reverting:
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
Revert "remove const (nw)"
Miodrag Milanovic
2016-01-13
1
-2
/
+2
*
remove const (nw)
Miodrag Milanovic
2016-01-11
1
-2
/
+2
*
Return std::string objects by value rather than pass by reference
AJR
2016-01-10
1
-10
/
+9
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-15
/
+15
*
Some cleanups and init fixes with help of ReSharper C++ (nw)
Miodrag Milanovic
2015-11-11
1
-2
/
+2
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+631