summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist
Commit message (Expand)AuthorAgeFilesLines
* Fix TTL output levels. The old ones assumed maximum currents. couriersud2015-05-132-11/+4
* Added netlist-level parameter NETLIST.USE_DEACTIVATE. Device couriersud2015-05-139-20/+70
* liceses for rest of Couriersud files (nw) Miodrag Milanovic2015-05-1361-120/+122
* fix compile on MSVC2012 (nw) Peter Ferrie2015-05-122-3/+3
* Finally got USE_DEACTIVE_DEVICE to work with breakout as well. couriersud2015-05-127-69/+98
* Fix SOR criteria. (nw) couriersud2015-05-121-1/+1
* Netlist: couriersud2015-05-128-118/+50
* Fixed recursive call in nl_math. Straightened some code. (nw) couriersud2015-05-104-13/+22
* Introduced a nl_math static class to have all math related couriersud2015-05-1011-83/+106
* Downsizing ... Removed netlist_ttl_input_t and netlist_ttl_output_t. couriersud2015-05-0926-196/+168
* Fix timing of dice compatibility capacitor delay. (nw) couriersud2015-05-092-5/+21
* Added known authors to licenses tags (nw) Miodrag Milanovic2015-05-091-1/+1
* Aligned logic_family usage across objects. (nw) couriersud2015-05-092-17/+24
* Fix clang compile (nw) couriersud2015-05-091-1/+1
* Netlist chnages: couriersud2015-05-0947-290/+813
* fix compile on MSVC2012 (nw) Peter Ferrie2015-05-071-1/+1
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-0758-0/+116
* Netlist: couriersud2015-05-074-0/+85
* - improved 9312 device ==> 20% speed increase couriersud2015-05-0639-271/+219
|\
* | Small object tree maintenance. (nw) couriersud2015-05-054-27/+51
* | Some class structure cleanup. (nw) couriersud2015-05-054-28/+58
* | Minor changes. (nw) couriersud2015-05-043-14/+13
|/
* Breakout: Hooked up antenna and free game dip switch as well. couriersud2015-05-041-1/+9
* Minor speed improvements and some timing adjustments. (nw) couriersud2015-05-039-82/+92
* Fix a bug in the solver code. (nw) couriersud2015-05-031-4/+9
* Breakout: couriersud2015-05-034-7/+10
* More improvements for breakout. (nw) couriersud2015-05-027-7/+56
* Optimized some netlist devices. [Couriersud] couriersud2015-05-014-61/+119
* Merge branch 'master' of https://github.com/mamedev/mame.git couriersud2015-04-2917-47/+41
|\
| * Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-2916-46/+40
| * Fix build on OpenBSD Brian Callahan2015-04-281-1/+1
* | Further work to improve breakout. Introduced a switchable resistor to be couriersud2015-04-298-41/+146
|/
* Various bugfixes for netlist code and improvements for breakout. (nw) couriersud2015-04-289-37/+91
* Remove usage of initial in 7474. (nw) couriersud2015-04-271-2/+2
* Fixed a bug in DELAY. (nw) couriersud2015-04-271-1/+1
* NE555 now supports reset. (nw) couriersud2015-04-272-10/+14
* (MAME)New game added couriersud2015-04-2610-28/+87
* Make logic signal outputs default to low at startup. (nw) couriersud2015-04-261-2/+2
* Always connect to the first element in NET_C. (nw) couriersud2015-04-261-3/+1
* Fix bug in 74279. (nw) couriersud2015-04-251-3/+3
* Fix bug in 7432. (nw) couriersud2015-04-252-12/+12
* Added 74175 and 82S16 devices to netlist. nl_breakout now compiles. (nw) couriersud2015-04-2510-1/+435
* Added 74192, 9316, 9310 and 74193 devices to netlist. Added breakout couriersud2015-04-2212-4/+839
* Document more work on breakout. Further additions to nl_dice_compat.h. couriersud2015-04-201-0/+26
* Add 9312/DM9312 to netlist. [Couriersud] couriersud2015-04-204-0/+148
* Added 9602 one-shot to netlist. (nw) couriersud2015-04-193-19/+99
* Improve truthtable handling in netlist. Prepare per-game setting of couriersud2015-04-197-51/+65
* Added rtrim, ltrim and trim to pstring. (nw) couriersud2015-04-192-0/+56
* Make sure USE_OPENMP is passed via define. (nw) couriersud2015-04-171-5/+1
* Better way of setting default USE_OPENMP (nw) Vas Crabb2015-04-171-1/+7