summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/74123.c
Commit message (Expand)AuthorAgeFilesLines
* Memory handler normalization, part 1. Aaron Giles2012-09-171-3/+4
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-61/+16
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-2/+2
* BIG update. Aaron Giles2011-03-291-1/+1
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-3/+3
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-6/+6
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-7/+7
* Move device definitions out of the bottom of the file. They can be Aaron Giles2010-09-191-2/+7
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-1/+1
* Prospective fix for Phil's r2dtank crash, which I'm not getting. No whatsnew. Ryan Holtz2010-08-251-6/+50
* Keep MSVC and me happy :) (no whatsnew) Phil Bennett2010-08-251-112/+112
* Updated the 74123 device to no longer be legacy. [Harmony] Ryan Holtz2010-08-231-144/+203
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+3
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-5/+5
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-6/+6
* 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-5/+5
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-10/+0
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-3/+3
* Resistance is given in KOhm in datasheet formula Couriersud2009-01-251-2/+2
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-2/+0
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-5/+5
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-3/+3
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+2
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-9/+3
* 74123 Fixes: Couriersud2008-11-031-6/+18
* Changed 74123 into a device Couriersud2008-11-021-65/+122
* Fixed includes of rescap.h. Aaron Giles2008-08-141-1/+1
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-3/+3
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-6/+6
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+190