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
*
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
*
Cleanups and version bump.
Aaron Giles
2010-06-17
1
-7
/
+7
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-0
/
+229