summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/distate.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid auto return types; silence some unused variable warnings (nw) AJR2016-03-311-1/+1
* Iterate over core classes C++11 style AJR2016-03-311-4/+4
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-2/+2
* remove const (nw) Miodrag Milanovic2016-01-111-2/+2
* Return std::string objects by value rather than pass by reference AJR2016-01-101-4/+4
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-3/+3
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-2/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-6/+6
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-2/+2
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+1
* luaengine: rework state getter/setter for saves Luca Bruno2015-01-181-1/+0
* core: link state entries to parent state interface Luca Bruno2015-01-181-2/+4
* luaengine: expose device state entries Luca Bruno2015-01-111-0/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* added support to display dividers in the debugger state view Dirk Best2013-08-251-0/+6
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-26/+26
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-4/+4
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-14/+0
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-7/+9
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-111-0/+5
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-3/+25
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-0/+3
* Created new testcpu driver that shows how to develop an empty Aaron Giles2012-01-141-1/+1
* Be consistent about template argument naming. Aaron Giles2011-04-301-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-16/+1
* Converted TMS3203X to a modern device. Aaron Giles2011-01-311-1/+0
* Put the state list in a simple_list<>. Aaron Giles2010-09-071-2/+3
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-7/+7
* Some more cases to directly access the state interface instead of using the old Aaron Giles2010-07-021-3/+3
* Fix dynamic cast in machine->describe_context(). Aaron Giles2010-07-021-0/+4
* Cleanups and version bump. Aaron Giles2010-06-171-7/+7
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-0/+229