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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
distate: remove unused variable
hap
2020-09-18
1
-1
/
+0
*
device_state_interface overhaul
AJR
2020-08-31
1
-31
/
+123
*
gdbstub: added new GDB stub debugger (#5456)
Ramiro Polla
2019-08-11
1
-0
/
+1
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-3
/
+3
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-3
/
+3
*
distate: Expose state_find_entry (nw)
AJR
2019-03-16
1
-3
/
+3
*
emupal.h: Remove underscores from template parameter names (nw)
AJR
2018-04-13
1
-1
/
+1
*
remove safe_pc() and safe_pcbase() (nw)
smf-
2018-04-13
1
-30
/
+0
*
Fix masking of signed integer types in debug state
AJR
2018-01-10
1
-1
/
+23
*
distate: Polymorphic classes need virtual destructors (nw)
AJR
2017-10-13
1
-0
/
+1
*
Explicitly allow floating point values for state registers
AJR
2017-10-13
1
-3
/
+33
*
Temporarily remove floating-point state registration (nw)
AJR
2017-10-13
1
-0
/
+1
*
device_state_interface: Polymorphism and std::function for entries (nw) (#2690)
ajrhacker
2017-10-12
1
-9
/
+87
*
Created a new debugger command 'tracesym'
Nathan Woods
2017-01-15
1
-0
/
+1
*
emucore: Kill generic_ptr [O. Galibert]
Olivier Galibert
2016-11-19
1
-2
/
+2
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-26
/
+26
*
Reverting part of changes from previous commits as described in mail on list ...
Miodrag Milanovic
2016-10-23
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-21
/
+21
*
some bool <-> int not needed conversions, also cleaned drivenum.* was using m...
Miodrag Milanovic
2016-10-21
1
-1
/
+1
*
simplified memory management for save states and states (nw)
Miodrag Milanovic
2016-07-01
1
-9
/
+3
*
Avoid auto return types; silence some unused variable warnings (nw)
AJR
2016-03-31
1
-1
/
+1
*
Iterate over core classes C++11 style
AJR
2016-03-31
1
-4
/
+4
*
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
-4
/
+4
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-3
/
+3
*
Some cleanups and init fixes with help of ReSharper C++ (nw)
Miodrag Milanovic
2015-11-11
1
-2
/
+2
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-6
/
+6
*
string -> str rename due to future conflicts (nw)
Miodrag Milanovic
2015-04-12
1
-2
/
+2
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-1
/
+1
*
luaengine: rework state getter/setter for saves
Luca Bruno
2015-01-18
1
-1
/
+0
*
core: link state entries to parent state interface
Luca Bruno
2015-01-18
1
-2
/
+4
*
luaengine: expose device state entries
Luca Bruno
2015-01-11
1
-0
/
+1
*
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
-0
/
+6
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-26
/
+26
*
Clean-ups and version bump
mame0147
Miodrag Milanovic
2012-09-17
1
-4
/
+4
*
Add ambiguous execute() and memory() methods to the
Aaron Giles
2012-09-11
1
-14
/
+0
*
In device_state_interface, rename state() to state_int()
Aaron Giles
2012-09-11
1
-7
/
+9
*
Don't use safe_pc[base] when you already have a
Aaron Giles
2012-09-11
1
-0
/
+5
*
Add safe_pc() and safe_pcbase() methods to device_t.
Aaron Giles
2012-09-11
1
-3
/
+25
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-0
/
+3
*
Created new testcpu driver that shows how to develop an empty
Aaron Giles
2012-01-14
1
-1
/
+1
*
Be consistent about template argument naming.
Aaron Giles
2011-04-30
1
-1
/
+1
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-16
/
+1
*
Converted TMS3203X to a modern device.
Aaron Giles
2011-01-31
1
-1
/
+0
*
Put the state list in a simple_list<>.
Aaron Giles
2010-09-07
1
-2
/
+3
*
Moved debugging structure away from CPUs only and attached to all
Aaron Giles
2010-07-06
1
-7
/
+7
*
Some more cases to directly access the state interface instead of using the old
Aaron Giles
2010-07-02
1
-3
/
+3
*
Fix dynamic cast in machine->describe_context().
Aaron Giles
2010-07-02
1
-0
/
+4
[next]