summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/adc1213x.c
Commit message (Expand)AuthorAgeFilesLines
* adc12138: updated to use delegates and slightly reduced tagmap lookups in Fabio Priuli2014-04-141-33/+11
* Some changes/corrections to device descriptions from MASH (nw) Scott Stone2014-03-311-3/+3
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-5/+5
* fix sscope crash Michaƫl Banaan Ananas2013-06-111-1/+10
* Modernize adc1038 and adc12138 devices. [Osso] Andrew Gardner2013-06-081-188/+126
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-26/+24
* 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-36/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-4/+59
* Removed template usage for legacy devices, to make my future work easier (nw) Miodrag Milanovic2012-08-301-14/+27
* ad1213x.c: Added an unhandled case. (nw) Ville Linde2012-07-101-0/+5
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-12/+12
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+4
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-4/+4
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* 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-13/+13
* Removed type member from ADC083x and ADC1213x state structures. Fabio Priuli2009-06-021-9/+1
* Fixed problem with derived devices in devtempl.h. Fixed save state issues wit... Fabio Priuli2009-06-011-40/+52
* Converted ADC1213x converters to be MAME devices. Also, made more specific th... Fabio Priuli2009-06-011-64/+183
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-16/+16
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+251