summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/7474.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-216/+0
* lot of license updates according to logs, whatsnew and mails (nw) Miodrag Milanovic2015-05-141-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Some changes/corrections to device descriptions from MASH (nw) Scott Stone2014-04-071-1/+1
* standardised 7474 MCFG and reduced number of run time lookups (nw) smf-2014-01-101-2/+2
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-46/+46
* changed 7474 to use devcb2 (no whatsnew) Miodrag Milanovic2012-10-171-57/+5
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-2/+2
* Remove legacy trampolines in the 7474 device and fix Aaron Giles2011-05-051-43/+17
* Fix 7474 device to handle new internal details of devcb callbacks. Aaron Giles2011-05-021-0/+2
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-4/+4
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-66/+25
* 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-9/+9
* mt bug 4126 fix (scobra.c sound regression) Michaƫl Banaan Ananas2010-12-181-0/+1
* Move device definitions out of the bottom of the file. They can be Aaron Giles2010-09-191-2/+9
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-2/+2
* Correcting device names. No whatsnew. Ryan Holtz2010-08-281-3/+3
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-19/+41
* The previous fix didn't work but this does. Tested working with both carpolo ... Phil Bennett2010-08-251-5/+6
* Prospective fix for Phil's carpolo crash, which I'm not getting. No whatsnew. Ryan Holtz2010-08-251-2/+5
* Fixed 6821pia and 7474, fixes for 6522via incoming. carpolo now works again.... Ryan Holtz2010-08-241-23/+72
* Updated the 7474 device to no longer be legacy. [Harmony] Ryan Holtz2010-08-221-103/+141
* 03881: minefld, rescue, aponow: Hangs at Post [Phil Bennett] Phil Bennett2010-08-191-19/+20
* 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-4/+3
* Changed 7474 to only use devcb callbacks and handlers. Updated game drivers. ... Couriersud2010-06-031-8/+15
* Convert 7474 handlers to (READ|WRITE)_LINE_DEVICE_HANDLERS. [Couriersud] Couriersud2010-06-021-22/+28
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-10/+10
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* First round of fixes for post-initialization allocs. Aaron Giles2009-12-201-62/+86
* Added savestate support to the following devices: [MooglyGuy] Ryan Holtz2009-01-041-21/+19
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-3/+3
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-3/+1
* Hi mamedev, Aaron Giles2008-12-081-9/+10
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-9/+10
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-9/+9
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+173