summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/distate.c
Commit message (Expand)AuthorAgeFilesLines
* tx0.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2013-12-251-0/+25
* 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/+28
* Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles2013-07-271-3/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-17/+17
* removed unreachable code detected by cppcheck (nw) Oliver Stöneberg2012-12-251-1/+0
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-5/+5
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-4/+4
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-1/+1
* Created new testcpu driver that shows how to develop an empty Aaron Giles2012-01-141-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-77/+59
* BIG update. Aaron Giles2011-03-291-1/+1
* Converted TMS3203X to a modern device. Aaron Giles2011-01-311-2/+1
* Put the state list in a simple_list<>. Aaron Giles2010-09-071-7/+4
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-9/+9
* Cleanups and version bump. Aaron Giles2010-06-171-37/+37
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-0/+630