summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/devices
Commit message (Expand)AuthorAgeFilesLines
* Moved netlist from emu to lib (nw) Miodrag Milanovic2015-09-1284-9053/+0
* Created a separate logging class. Netlist code should now be at least couriersud2015-08-238-19/+12
* Make netlist more typesafe. Added a pformat class to reduce sprintf couriersud2015-08-103-7/+9
* utf8 support for pstring. Opted for a scalable solution which should be couriersud2015-08-101-1/+1
* More usage of streams and aligned exception use. (nw) couriersud2015-08-101-3/+3
* Removed relative paths in include statements. (nw) couriersud2015-08-0332-53/+51
* Added simple stream classes to netlist code. (nw) couriersud2015-08-032-7/+9
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-293-6/+6
* Move MC14584B to nlm_other.[ch] (nw) couriersud2015-07-271-0/+1
* Fixed MC14584B TT_FAMILY statement. This is a Schmitt-Trigger with couriersud2015-07-261-1/+0
* Fix for m62.c games. couriersud please check (nw) Ivan Vangelista2015-07-261-0/+1
* Consolidate the scattered model parsing code. Now models support couriersud2015-07-233-23/+31
* feed the pedantic monster (NW) Cowering2015-07-211-1/+1
* Changed case for parameter "model" to uppercase to align with rest of couriersud2015-07-201-4/+4
* Aligned builtin device identification with parser device couriersud2015-07-1938-85/+85
* Add macro library for opamp models. (nw) couriersud2015-07-161-2/+4
* Moved CD4000 DIP definitions to macro lib. (nw) couriersud2015-07-134-93/+14
* Changed uppercase filenames to lowercase. (nw) couriersud2015-07-121-3/+2
* Moved CD4020_DIP implementation to macro lib. (nw) couriersud2015-07-123-52/+1
* Align naming conventions of CD4XXX series. (nw) couriersud2015-07-127-56/+62
* Created macro libraries for CD4XXX and 74XX chip families. Going couriersud2015-07-124-2/+11
* Added two more models to netlist: couriersud2015-07-111-0/+2
* Fix issues with gcc4.0 mentioned by Barry. (nw) couriersud2015-07-091-0/+1
* Document progress on congo bongo. Gorilla sound now works. Performance couriersud2015-07-084-20/+119
* Further improvements + two missing files. Congo Bongo netlist now parses couriersud2015-07-045-2/+186
* Added MM5837 Noise Generator used by Congo Bongo. [Couriersud] couriersud2015-07-042-0/+2
* Fix monoflops couriersud2015-07-041-1/+1
* Added CD4538 couriersud2015-07-043-18/+106
* Added macro object registration and dynamic includes to netlist. This couriersud2015-07-012-4/+49
* Added Voltage source and Current source to netlist. [Couriersud] couriersud2015-06-301-0/+2
* Netlist now compiles with couriersud2015-06-3010-35/+33
* Hopefully fix more "maybes" which maybe popup sometime in the future. couriersud2015-06-283-7/+7
* Improved kidniki sound quality while maintaining speed by adding more couriersud2015-06-273-7/+28
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-243-5/+5
* Analog drums and filtering for Kid Niki et al. [Andrew Gardner, couriersud2015-06-211-1/+13
* Fixed reset for proxy devices. In addition, documented how to achieve a couriersud2015-06-213-2/+5
* Move solver code into own folder. (nw) couriersud2015-06-193-3/+3
* Some more moves to the netlist namespace. (nw) couriersud2015-06-196-26/+26
* Rename netlist::netlist_<somename> to just netlist::<somename>. (nw) couriersud2015-06-1335-207/+207
* Netlist code now uses "namespace netlist". At the same time, moved all couriersud2015-06-1382-71/+405
* Made it more convenient to add frontiers (impedance barriers). These couriersud2015-06-082-4/+27
* Fixed a number of bugs and some additions: couriersud2015-06-0719-206/+250
* Fixed a number of bugs couriersud2015-06-059-25/+41
* Found some cycles by removing static declarations in some functions. couriersud2015-06-037-10/+8
* Code maintenance. Remove commented out directives. (nw) couriersud2015-05-314-15/+15
* Fixed clang compile. (nw) couriersud2015-05-311-41/+41
* Netlist now uses the same approach as delegate.h to derive member couriersud2015-05-311-9/+9
* Introduced user definable truth tables: couriersud2015-05-274-11/+62
* Moved all files in src/emu/netlist starting with p into plib folder. couriersud2015-05-273-30/+76
* Add #ifndef, #ifdef to netlist preprocessor and implemented == operator couriersud2015-05-262-25/+25