summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/devices/nld_7493.c
Commit message (Expand)AuthorAgeFilesLines
* Moved netlist from emu to lib (nw) Miodrag Milanovic2015-09-121-124/+0
* Removed relative paths in include statements. (nw) couriersud2015-08-031-1/+1
* Netlist now compiles with couriersud2015-06-301-2/+2
* Rename netlist::netlist_<somename> to just netlist::<somename>. (nw) couriersud2015-06-131-1/+1
* Netlist code now uses "namespace netlist". At the same time, moved all couriersud2015-06-131-0/+4
* Fixed a number of bugs couriersud2015-06-051-2/+8
* Removed netlist_input_t and net_output_t. Instead introduced couriersud2015-05-221-1/+1
* liceses for rest of Couriersud files (nw) Miodrag Milanovic2015-05-131-2/+2
* Netlist chnages: couriersud2015-05-091-4/+4
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Remove dependencies on mame headers in netlist code. (nw) couriersud2015-01-171-1/+1
* Fixed a bug with saving state. In addition, some minor code changes. Couriersud2014-05-181-1/+1
* Introduced netlist_analog_net_t and netlist_logic_net_t to untangle code a bit. Couriersud2014-05-171-1/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-29/+29
* Some minor performance changes. It looks like the code is limited by memory b... Couriersud2014-02-281-6/+7
* Fixed minor bugs and removed a hack in 7490 code. Also added more pinouts. Couriersud2014-01-241-0/+1
* Added some pin assignment devices (*_dip). DICE connects package pins, not lo... Couriersud2014-01-191-0/+32
* Removed some dead code and ambiguous functions in the netlist code. [Couriersud] Couriersud2014-01-121-3/+5
* Implemented near-to-proper reset for all netlist devices. Reset now works for... Couriersud2014-01-111-2/+13
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-37/+37
* Netlist and Pong: Couriersud2013-12-201-0/+4
* Pong update: Couriersud2013-12-191-2/+0
* Netlist: Couriersud2013-12-141-4/+4
* Netlist: Documented 7493 Couriersud2013-12-031-0/+63