summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/adc083x.c
Commit message (Expand)AuthorAgeFilesLines
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-6/+6
* removed adc083x_interface (nw) smf-2013-05-291-25/+4
* modernised adc083x, ds2401, upd4701 [smf] smf-2013-05-091-298/+192
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-2/+0
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-45/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-5/+67
* Removed template usage for legacy devices, to make my future work easier (nw) Miodrag Milanovic2012-08-301-18/+35
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* BIG update. Aaron Giles2011-03-291-19/+19
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-14/+14
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* running_device -> device_t Aaron Giles2010-12-311-4/+4
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+6
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-18/+16
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-17/+17
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-5/+5
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-17/+17
* added device support to the input system. internally this replaces PORT_CUSTO... smf-2009-11-201-154/+172
* The other larger patch adds missing static and const qualifiers, and Aaron Giles2009-06-081-1/+1
* Cleanups and version bump.mame0131u4 Aaron Giles2009-06-041-12/+12
* Removed type member from ADC083x and ADC1213x state structures. Fabio Priuli2009-06-021-62/+33
* Fixed problem with derived devices in devtempl.h. Fixed save state issues wit... Fabio Priuli2009-06-011-69/+98
* Converted ADC1213x converters to be MAME devices. Also, made more specific th... Fabio Priuli2009-06-011-2/+2
* Converted NEC uPD4701 to be a MAME device and hopefully fixed ACD083x device ... Fabio Priuli2009-06-011-6/+6
* Converted ADC083x converters to be MAME devices Fabio Priuli2009-06-011-250/+309
* Hi mamedev, Aaron Giles2008-12-161-21/+14
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-121-26/+32
* Here's the big one.... Aaron Giles2008-12-111-8/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-2/+1
* Hi mamedev, Aaron Giles2008-12-081-13/+14
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-13/+13
* Move cpunum_get_active() removal. Aaron Giles2008-11-271-1/+1
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-13/+13
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+3
* (From Oliver Stoneberg) Aaron Giles2008-01-031-8/+8
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+465