summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/distate.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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