summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/mb14241.c
Commit message (Expand)AuthorAgeFilesLines
* modernized the MB14241 and MathBox devices. [Osso] Fabio Priuli2013-05-311-60/+27
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-4/+2
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-1/+1
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-14/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+38
* Removed template usage for legacy devices, to make my future work easier (nw) Miodrag Milanovic2012-08-301-6/+11
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-2/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Made MB14241 Shifter IC a device and moved its source to emu/machine. Updated... Fabio Priuli2009-12-131-0/+79