summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/distate.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* gdbstub: added new GDB stub debugger (#5456) Ramiro Polla2019-08-111-0/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-3/+3
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-3/+3
* distate: Expose state_find_entry (nw) AJR2019-03-161-3/+3
* emupal.h: Remove underscores from template parameter names (nw) AJR2018-04-131-1/+1
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-30/+0
* Fix masking of signed integer types in debug state AJR2018-01-101-1/+23
* distate: Polymorphic classes need virtual destructors (nw) AJR2017-10-131-0/+1
* Explicitly allow floating point values for state registers AJR2017-10-131-3/+33
* Temporarily remove floating-point state registration (nw) AJR2017-10-131-0/+1
* device_state_interface: Polymorphism and std::function for entries (nw) (#2690) ajrhacker2017-10-121-9/+87
* Created a new debugger command 'tracesym' Nathan Woods2017-01-151-0/+1
* emucore: Kill generic_ptr [O. Galibert] Olivier Galibert2016-11-191-2/+2
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-26/+26
* Reverting part of changes from previous commits as described in mail on list ... Miodrag Milanovic2016-10-231-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-21/+21
* some bool <-> int not needed conversions, also cleaned drivenum.* was using m... Miodrag Milanovic2016-10-211-1/+1
* simplified memory management for save states and states (nw) Miodrag Milanovic2016-07-011-9/+3
* 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