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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved netlist from emu to lib (nw)
Miodrag Milanovic
2015-09-12
10
-1887
/
+0
*
Created a separate logging class. Netlist code should now be at least
couriersud
2015-08-23
4
-7
/
+1
*
Converted USE_PIVOT into runtime option PIVOT. Fixed some issues for
couriersud
2015-08-21
1
-1
/
+1
*
Removed relative paths in include statements. (nw)
couriersud
2015-08-03
9
-13
/
+13
*
Improve MB3614 parameters. Changed some opamps to type "idealized" (type
couriersud
2015-07-29
1
-29
/
+54
*
Cleanups and version bump
mame0164
Miodrag Milanovic
2015-07-29
1
-14
/
+13
*
Consolidate the scattered model parsing code. Now models support
couriersud
2015-07-23
3
-12
/
+12
*
Changed case for parameter "model" to uppercase to align with rest of
couriersud
2015-07-20
6
-47
/
+47
*
Aligned builtin device identification with parser device
couriersud
2015-07-19
3
-6
/
+6
*
Align naming conventions of CD4XXX series. (nw)
couriersud
2015-07-12
1
-1
/
+1
*
Created macro libraries for CD4XXX and 74XX chip families. Going
couriersud
2015-07-12
1
-1
/
+1
*
Added two more models to netlist:
couriersud
2015-07-11
6
-24
/
+262
*
Move updates based on model to update_param. (nw)
couriersud
2015-07-11
1
-46
/
+41
*
Added Voltage source and Current source to netlist. [Couriersud]
couriersud
2015-06-30
2
-8
/
+105
*
Netlist now compiles with
couriersud
2015-06-30
6
-32
/
+15
*
Hopefully fix more "maybes" which maybe popup sometime in the future.
couriersud
2015-06-28
1
-1
/
+1
*
Analog drums and filtering for Kid Niki et al. [Andrew Gardner,
couriersud
2015-06-21
1
-1
/
+2
*
Move solver code into own folder. (nw)
couriersud
2015-06-19
13
-2653
/
+3
*
Completely integrated the GMRES solver into netlist solver templates and
couriersud
2015-06-19
6
-1003
/
+519
*
Some more moves to the netlist namespace. (nw)
couriersud
2015-06-19
15
-190
/
+202
*
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
12
-71
/
+71
*
Netlist code now uses "namespace netlist". At the same time, moved all
couriersud
2015-06-13
17
-8
/
+67
*
Add missing file. (nw)
couriersud
2015-06-12
1
-0
/
+202
*
Added a GMRES solver to netlist. The generalized minimal residual method
couriersud
2015-06-12
3
-3
/
+961
*
Fixed a bug in the SOR solvers. (nw)
couriersud
2015-06-12
2
-17
/
+14
*
From 45% to 60% to 99%. That's the improvement achieved for a 89x89
couriersud
2015-06-10
6
-170
/
+183
*
Fixed a number of bugs and some additions:
couriersud
2015-06-07
3
-2
/
+10
*
Fixed a number of bugs
couriersud
2015-06-05
7
-373
/
+55
*
Found some cycles by removing static declarations in some functions.
couriersud
2015-06-03
1
-1
/
+1
*
Converted netlist into a library. Moved most code from nl_convert.h to
couriersud
2015-06-01
2
-4
/
+14
*
Code maintenance. Remove commented out directives. (nw)
couriersud
2015-05-31
8
-37
/
+37
*
Netlist now uses the same approach as delegate.h to derive member
couriersud
2015-05-31
8
-17
/
+19
*
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
5
-62
/
+62
*
Add #ifndef, #ifdef to netlist preprocessor and implemented == operator
couriersud
2015-05-26
2
-20
/
+20
*
Changed plist_t to be closer to vector. Commented out tons of inlines
couriersud
2015-05-26
5
-49
/
+40
*
Fixed some netlist issues valgrind pointed me too. In addition, added a
couriersud
2015-05-26
1
-0
/
+4
*
Added a simple preprocessor to the netlist parsing pipeline.
couriersud
2015-05-25
8
-37
/
+37
*
Fixed a number of -Wpedantic messages in netlist. The netlist code and
couriersud
2015-05-25
3
-3
/
+3
*
Cleaned up RESTRICT and ATTR_ALIGN usage. (nw)
couriersud
2015-05-25
10
-27
/
+27
*
Cleaned up includes in header files and reworked memory allocation. (nw)
couriersud
2015-05-24
6
-42
/
+27
*
Removed netlist_input_t and net_output_t. Instead introduced
couriersud
2015-05-22
2
-7
/
+6
*
Added stop virtual method to devices to be able to log statistics
couriersud
2015-05-21
4
-17
/
+26
*
netlist:
couriersud
2015-05-20
7
-28
/
+37
*
Fixed a number of "-Wextra -Wdouble-promotion" warnings. (nw)
couriersud
2015-05-18
6
-28
/
+30
*
Made netlist code compile with "-Wextra -Wdouble-promotion
couriersud
2015-05-16
2
-3
/
+3
*
Some netlist bugfixes:
couriersud
2015-05-16
1
-13
/
+2
[next]