index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
netlist
/
nl_setup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanups and version bump
mame0158
Miodrag Milanovic
2015-01-28
1
-5
/
+5
*
More netlist code reschuffle to separate setup from run. (nw)
couriersud
2015-01-18
1
-1
/
+12
*
Fixed memory allocation in netlist code. This caused a number of memory
couriersud
2015-01-18
1
-5
/
+5
*
Remove dependencies on mame headers in netlist code. (nw)
couriersud
2015-01-17
1
-3
/
+7
*
Fix bug highlighted by Visual Studio Code Analysis. (nw)
couriersud
2015-01-09
1
-1
/
+1
*
fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn...
Oliver Stöneberg
2014-09-08
1
-8
/
+0
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
1
-18
/
+18
*
Fixed debug build and a bug in connecting analog output to analog input.
Couriersud
2014-06-23
1
-2
/
+7
*
Netlist codebase now also compiles outside the MAME environment.
Couriersud
2014-05-21
1
-32
/
+29
*
Straightened the timing code. With solver parameter DYNAMIC_TS=1 the system n...
Couriersud
2014-05-20
1
-3
/
+8
*
Introduced netlist_analog_net_t and netlist_logic_net_t to untangle code a bit.
Couriersud
2014-05-17
1
-1
/
+1
*
More work on pong doubles. Working again (if enabled).
Couriersud
2014-05-04
1
-3
/
+3
*
Netlist: All analysis is now based on an immutable list of terminals. The dyn...
Couriersud
2014-04-13
1
-6
/
+8
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-119
/
+119
*
Netlist: fixed reset (F3) and save state. Both crashed after last changes. Fi...
Couriersud
2014-04-06
1
-3
/
+8
*
netlist: Nice performance increase by removing logic terminals from net if th...
Couriersud
2014-03-23
1
-4
/
+4
*
Moved device models for diodes and bjts into net_lib.c
Couriersud
2014-03-02
1
-6
/
+3
*
Popeye now has netlist filtering and amplification. [Couriersud]
Couriersud
2014-03-02
1
-0
/
+3
*
NET_C now accepts more than two terminals ...
Couriersud
2014-03-02
1
-0
/
+14
*
Minor cosmetic changes for netlist
Couriersud
2014-02-26
1
-1
/
+1
*
first round of printf fixes (nw)
Oliver Stöneberg
2014-02-25
1
-2
/
+2
*
Fixed a netlist crash on clang due to ATTR_NORETURN. Also fixed some debug st...
Couriersud
2014-02-24
1
-4
/
+6
*
Only fatalerror if we are trying to connect two railnets.
Couriersud
2014-02-23
1
-2
/
+2
*
Netlist can now be included as sub-circuits. That's the same approach SPICE u...
Couriersud
2014-02-13
1
-1
/
+18
*
Preparation to cope with multiple netlists from single source
Couriersud
2014-02-12
1
-1
/
+1
*
Netlist maintenance:
Couriersud
2014-02-11
1
-11
/
+27
*
Netlist maintenance:
Couriersud
2014-02-09
1
-32
/
+13
*
Made device startup cleaner.
Couriersud
2014-02-09
1
-3
/
+4
*
Netlist code maintenance work.
Couriersud
2014-02-09
1
-40
/
+3
*
Added route-inputs to netlist sound device. Currently this is WIP and needs s...
Couriersud
2014-02-02
1
-0
/
+1
*
Netlist bugfixes:
Couriersud
2014-02-01
1
-11
/
+8
*
Fixed a nasty issue around convergence by defaulting to Gaussian elemination ...
Couriersud
2014-01-31
1
-0
/
+3
*
Created a better logic-to-analog proxy approximating output impedance. This r...
Couriersud
2014-01-27
1
-1
/
+26
*
Fix a bug in connecting nets. This bug surfaced during introduction of a "clo...
Couriersud
2014-01-26
1
-7
/
+9
*
Major renaming of netlist device macros, like
Couriersud
2014-01-19
1
-2
/
+2
*
Netlist:
Couriersud
2014-01-18
1
-3
/
+3
*
Introduced the concept of "logic families". Currently, standard devices defau...
Couriersud
2014-01-12
1
-7
/
+7
*
Made GND a device of it's own (actually a terminal container). No WN
Couriersud
2014-01-12
1
-1
/
+9
*
An output should have at most one d-to-a proxy connected to it. No WN
Couriersud
2014-01-12
1
-16
/
+26
*
Removed some dead code and ambiguous functions in the netlist code. [Couriersud]
Couriersud
2014-01-12
1
-2
/
+2
*
Removed two duplicate devices in netlist.
Couriersud
2014-01-11
1
-3
/
+3
*
Removed pointless "...->object()->" usage and fixed some issues in debug buil...
Couriersud
2014-01-10
1
-12
/
+18
*
Quite a number of simplifications for netlist. Also tested some parallel proc...
Couriersud
2014-01-10
1
-3
/
+4
*
Added a "-listdevices" option to nltool to list all available devices. Simpli...
Couriersud
2014-01-08
1
-4
/
+4
*
Moved analog stuff into its new home. No wn.
Couriersud
2014-01-06
1
-2
/
+2
*
Fixed PNP model and added test netlist (bjt.c) [Couriersud]
Couriersud
2014-01-01
1
-1
/
+1
*
Minor modifications to the netlist code. No wn
Couriersud
2014-01-01
1
-26
/
+26
*
Enhanced the netlist parser and cleaned pong.c. Also added a folder nl_exampl...
Couriersud
2013-12-31
1
-1
/
+2
*
Alignment of netlist with MAME standards. Inputs to netlist are now registere...
Couriersud
2013-12-27
1
-5
/
+51
*
Removed legacy code in netlist and separated out 74153 and 74107(A). [Courier...
Couriersud
2013-12-25
1
-1
/
+0
[next]