summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/examples/turkey_shoot.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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-021-9/+5
| | | | | 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-021-0/+212
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