summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/examples
Commit message (Collapse)AuthorAgeFilesLines
* netlist: Fixed polarity issue in CCCS device [Colin Howell, Couriersud] couriersud2020-05-011-8/+8
| | | | Note: This affects all use cases of CCCS. I have changed all uses in MAME.
* netlist: Fix inclusion of examples in documentation. (nw) couriersud2020-05-011-0/+10
|
* Remove explicit logging since it can be done on the command line via nltool. Aaron Giles2020-05-011-6/+0
|
* Add 74393 device and unit test. Aaron Giles2020-05-011-0/+32
|
* netlist: Add the NE566 as a macro device. [Couriersud] couriersud2020-05-011-0/+21
| | | | | | | | The device can be found in nlm_other.cpp. Removed nld_ne566.* Added SYS_SW, SYS_SW2 and SYS_COMP. These are single switch, alternating switch and a analog comparator with digital outputs. Renamed RES_SWITCH to SYS_SW. Added example ne566.cpp in netlist/examples.
* srcclean (nw) Vas Crabb2020-03-221-26/+26
|
* williams.cpp: Improve williams2 color display. [Couriersud] couriersud2020-03-051-5/+8
| | | | | | | | | | | | | | | | Change color levels for williams2 hardware to better color display. Output levels are computed in netlist. These levels are aligned to LTspice modelling I did. Also improved the modelling to do what the actual hardware for mysticm did: Color decoding depends on W13..W11. These are actually flip screen versions of V13..V11. Fixed treatment on Bit0 although not used by the game code. Added R,G,B gain and offset sliders for the williams2 hardware. MAME only supports one setting for all channels. This is not good enough to come close to video recordings found on youtube. Minor changes to nltool to better measure time taken to run a simulation.
* netlist: Fix inductor. (nw) couriersud2020-03-022-265/+261
| | | | | Fix inductor calculation. Updated turkey shoot example to skip start-up swinging of L1/C60 LC circuit. Recording now starts at 1ms.
* Use netlist to calculate RGB values for Turkey Shoot. [Couriersud] couriersud2020-03-022-0/+468
| | | | | This example shows how the netlist tools can be used to derive RGB tables from a schematic. All steps are given in serc/lib/netlist/examples/turkey_shoot.cpp
* Document current state of congo bongo development. (nw) couriersud2020-02-162-190/+278
|
* netlist: Document Congo Bongo progress and fix devices. couriersud2020-01-312-26/+29
|
* srcclean (nw) Vas Crabb2019-12-2134-1084/+1084
|
* netlist: move nl_examples to src/lib/netlist/examples. (nw) couriersud2019-11-2536-0/+4249
One folder less in the top-level.