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
/
analog
/
nld_solver.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move solver code into own folder. (nw)
couriersud
2015-06-19
1
-588
/
+0
*
Completely integrated the GMRES solver into netlist solver templates and
couriersud
2015-06-19
1
-5
/
+9
*
Some more moves to the netlist namespace. (nw)
couriersud
2015-06-19
1
-28
/
+42
*
worked around the compilation problem on OSX until we decide
etabeta78
2015-06-18
1
-0
/
+1
*
Rename netlist::netlist_<somename> to just netlist::<somename>. (nw)
couriersud
2015-06-13
1
-16
/
+16
*
Netlist code now uses "namespace netlist". At the same time, moved all
couriersud
2015-06-13
1
-1
/
+5
*
Added a GMRES solver to netlist. The generalized minimal residual method
couriersud
2015-06-12
1
-3
/
+7
*
Fixed a number of bugs and some additions:
couriersud
2015-06-07
1
-1
/
+8
*
Fixed a number of bugs
couriersud
2015-06-05
1
-9
/
+5
*
Netlist now uses the same approach as delegate.h to derive member
couriersud
2015-05-31
1
-7
/
+7
*
Use netlist().log() for logging instead of printf. This avoids the
couriersud
2015-05-29
1
-1
/
+1
*
commented this line to enable compile on 64bit win (nw)
Miodrag Milanovic
2015-05-28
1
-1
/
+1
*
Got truthtable parsing working in the parser. The plib preprocessor now
couriersud
2015-05-28
1
-1
/
+1
*
Moved all files in src/emu/netlist starting with p into plib folder.
couriersud
2015-05-27
1
-1
/
+1
*
Add #ifndef, #ifdef to netlist preprocessor and implemented == operator
couriersud
2015-05-26
1
-20
/
+17
*
Changed plist_t to be closer to vector. Commented out tons of inlines
couriersud
2015-05-26
1
-35
/
+28
*
Cleaned up includes in header files and reworked memory allocation. (nw)
couriersud
2015-05-24
1
-9
/
+8
*
Removed netlist_input_t and net_output_t. Instead introduced
couriersud
2015-05-22
1
-4
/
+3
*
Added stop virtual method to devices to be able to log statistics
couriersud
2015-05-21
1
-1
/
+13
*
netlist:
couriersud
2015-05-20
1
-2
/
+2
*
Fixed a number of "-Wextra -Wdouble-promotion" warnings. (nw)
couriersud
2015-05-18
1
-1
/
+1
*
Added netlist-level parameter NETLIST.USE_DEACTIVATE. Device
couriersud
2015-05-13
1
-1
/
+1
*
liceses for rest of Couriersud files (nw)
Miodrag Milanovic
2015-05-13
1
-2
/
+2
*
Finally got USE_DEACTIVE_DEVICE to work with breakout as well.
couriersud
2015-05-12
1
-1
/
+1
*
Fix SOR criteria. (nw)
couriersud
2015-05-12
1
-1
/
+1
*
Netlist chnages:
couriersud
2015-05-09
1
-6
/
+15
*
Added dummy license headers for EMU section (nw)
Miodrag Milanovic
2015-05-07
1
-0
/
+2
*
- improved 9312 device ==> 20% speed increase
couriersud
2015-05-06
1
-34
/
+1
*
Fix a bug in the solver code. (nw)
couriersud
2015-05-03
1
-4
/
+9
*
Minor netlist changes. (nw)
couriersud
2015-04-17
1
-11
/
+14
*
Cleanups and version bump
mame0158
Miodrag Milanovic
2015-01-28
1
-8
/
+8
*
Introduced an nl_double type. This will be followed by an nl_float type
couriersud
2015-01-18
1
-7
/
+7
*
Fixed memory allocation in netlist code. This caused a number of memory
couriersud
2015-01-18
1
-22
/
+21
*
Netlist update. Most prominent one is a "frontier" element which on a
couriersud
2014-12-31
1
-3
/
+11
*
Changing #includes for headers that are part of toolchain and not part of any...
Scott Stone
2014-09-29
1
-1
/
+1
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
1
-202
/
+200
*
Fixed debug build and a bug in connecting analog output to analog input.
Couriersud
2014-06-23
1
-1
/
+1
*
Moved solver templates into separate header files.
Couriersud
2014-06-19
1
-794
/
+32
*
Fix clang compile.
Couriersud
2014-06-15
1
-1
/
+1
*
Goodbye to m_last_analog ... it was used any longer.
Couriersud
2014-06-15
1
-5
/
+0
*
netlist:
Couriersud
2014-06-15
1
-81
/
+157
*
Disable printf logging of stats
Couriersud
2014-06-03
1
-1
/
+1
*
Quite a number of changes:
Couriersud
2014-06-03
1
-162
/
+257
*
Document & save work. Pretty convoluted code now. I'd really miss the good ol...
Couriersud
2014-06-01
1
-80
/
+160
*
Netlist changes:
Couriersud
2014-05-30
1
-99
/
+96
*
Further work on vectorization. Works, but not yet finished.
Couriersud
2014-05-29
1
-49
/
+54
*
Further work on vectorization. Works but not yet finished.
Couriersud
2014-05-29
1
-86
/
+127
*
More cleanups and one bug: resize should never have been public in plists.h
Couriersud
2014-05-29
1
-6
/
+8
*
Dead code removal
Couriersud
2014-05-28
1
-15
/
+11
*
Netlist updates and bugfixes
Couriersud
2014-05-28
1
-43
/
+71
[next]