| Previous | 199869 Revisions | Next |
| r52220 Friday 1st July, 2016 at 00:09:14 UTC by Couriersud |
|---|
| Netlist improvements: - nltool now accepts -Ddefine=value to pass on to netlists - improved option handling and added "dummy" options to add grouping and examples in help output. - improved --cmd=listdevices output - Fix dynamic timestepping. This will work with breakout using real capacitor modelling instead of delay devices. Really slow, but very useful to calibrate timings. - Fix an awful bug in timing for delay devices. - Switched to clang 3.8 and made code compile with -Weverything -Werror -Wno-old-style-cast -Wno-padded -Wno-weak-vtables -Wno-missing-variable-declarations -Wno-conversion -Wno-c++98-compat -Wno-float-equal -Wno-cast-align -Wno-global-constructors -Wno-c++98-compat-pedantic -Wno-exit-time-destructors -Wno-format-nonliteral -Wno-weak-template-vtables This was a helpful exercise since it brought forward some serious issues with implicit constructors. [Couriersud] |
| [nl_examples] | cdelay.c |
| [src/devices/machine] | netlist.cpp |
| [src/lib/netlist] | nl_base.h nl_dice_compat.h nl_setup.cpp nl_setup.h |
| [src/lib/netlist/build] | makefile |
| [src/lib/netlist/devices] | net_lib.cpp nld_4066.cpp nld_74123.cpp nld_9310.cpp nld_9316.cpp nld_system.cpp nld_truthtable.cpp nlid_cmos.h |
| [src/lib/netlist/macro] | nlm_cd4xxx.cpp nlm_opamp.cpp nlm_other.cpp nlm_ttl74xx.cpp |
| [src/lib/netlist/plib] | palloc.cpp palloc.h pfmtlog.h poptions.cpp poptions.h pparser.cpp pparser.h pstate.h pstring.cpp pstring.h |
| [src/lib/netlist/prg] | nltool.cpp nlwav.cpp |
| [src/lib/netlist/solver] | nld_matrix_solver.h nld_ms_direct.h nld_ms_direct_lu.h nld_ms_sm.h nld_ms_w.h nld_solver.cpp |
| [src/lib/netlist/tools] | nl_convert.h |
| [src/mame/machine] | nl_breakout.cpp |
| https://github.com/mamedev/mame/commit/caafc0f7823054c21a67f096650b2f4a333469c3 |
| Previous | 199869 Revisions | Next |