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
/
lib
/
netlist
/
nl_base.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
netlist: source stream refactoring
couriersud
2020-07-28
1
-1
/
+1
*
netlist: necessary changes towards runtime processing of macro directory
couriersud
2020-07-28
1
-0
/
+12
*
netlist: further nl_base.h splitting into headers in core subdir.
couriersud
2020-07-28
1
-0
/
+21
*
netlist: separate nl_base.h into separate header files.
couriersud
2020-07-25
1
-1
/
+1
*
netlist: Rewrote scheduler scheduling.
couriersud
2020-07-25
1
-48
/
+31
*
netlist: Potential regression trigger.
couriersud
2020-07-17
1
-37
/
+18
*
netlist: comment out empty reset and update calls
couriersud
2020-07-16
1
-0
/
+2
*
netlist: code maintenance.
couriersud
2020-07-16
1
-9
/
+5
*
netlist: finished input handler refactoring.
couriersud
2020-07-12
1
-3
/
+3
*
netlist: remove soft reset support.
couriersud
2020-07-05
1
-4
/
+14
*
netlist: code maintenance and bug fixes.
couriersud
2020-07-01
1
-1
/
+2
*
netlist: include file refactoring.
couriersud
2020-06-28
1
-2
/
+3
*
netlist: fix some clang-tidy warnings. (nw)
couriersud
2020-06-13
1
-0
/
+1
*
netlist: Performance improvement and refactoring. [Couriersud]
couriersud
2020-06-13
1
-12
/
+12
*
netlist: Make fostrm actually write to file. (nw)
couriersud
2020-06-13
1
-4
/
+2
*
netlist: prepare path to non-virtual update functions. (nw)
couriersud
2020-06-08
1
-4
/
+0
*
netlist: code maintenance. (nw)
couriersud
2020-06-08
1
-11
/
+11
*
netlist: debugger - use callbacks to access terminals. (nw)
couriersud
2020-06-01
1
-1
/
+1
*
netlist: refactored ppmf.h [Couriersud]
couriersud
2020-06-01
1
-0
/
+5
*
netlist: small memory system cleanup. (nw)
couriersud
2020-05-25
1
-2
/
+3
*
netlist: move configuration entries into netlist namespace. (nw)
couriersud
2020-05-25
1
-4
/
+4
*
netlist: improve performance. [Couriersud]
couriersud
2020-05-24
1
-1
/
+65
*
netlist: move penum into own header file. (nw)
couriersud
2020-05-24
1
-1
/
+3
*
netlist: fix a memory issue. (nw)
couriersud
2020-05-24
1
-3
/
+1
*
netlist: various clang-tidy-11 fixes. (nw)
couriersud
2020-05-24
1
-3
/
+3
*
netlist: Add tristate support for rom devices. [Couriersud]
couriersud
2020-05-20
1
-13
/
+21
*
netlist: Add working 74125 and 74126 implementations. [Couriersud]
couriersud
2020-05-17
1
-8
/
+5
*
netlist: code cleanup and development stage tristate [Couriersud]
couriersud
2020-05-15
1
-41
/
+20
*
netlist: Extended functionality and code cleanup. [Couriersud]
couriersud
2020-05-12
1
-42
/
+39
*
netlist: more family/model alignment. (nw)
couriersud
2020-05-10
1
-8
/
+9
*
netlist: logic devices now support model parameter. [Couriersud]
couriersud
2020-05-10
1
-200
/
+110
*
netlist: remove family_setter and other maintenance. (nw)
couriersud
2020-05-09
1
-30
/
+83
*
netlist: Restructered the save state system. (nw)
couriersud
2020-05-04
1
-4
/
+4
*
netlist: Fix some tidy warnings. (nw)
couriersud
2020-05-03
1
-3
/
+3
*
netlist: more code maintenance. (nw)
couriersud
2020-04-28
1
-12
/
+0
*
netlist: improve const-awareness and tidy changes. (nw)
couriersud
2020-04-28
1
-9
/
+9
*
netlist: More clang-tidy fixes. (nw)
couriersud
2020-04-28
1
-1
/
+1
*
netlist: Fix clang-tidy warnings. (nw)
couriersud
2020-04-28
1
-3
/
+3
*
netlist: unify solver calls. (nw)
couriersud
2020-04-25
1
-11
/
+3
*
netlist: improve readability. (nw)
couriersud
2020-04-25
1
-1
/
+1
*
netlist: rename some camel case names. (nw)
couriersud
2020-04-19
1
-8
/
+9
*
netlist: simplify object structure a bit. (nw)
couriersud
2020-04-19
1
-8
/
+7
*
netlist: clang-tidy, srcclean and pedantic warnings fixed. (nw)
couriersud
2020-04-18
1
-1
/
+1
*
netlist: nltool usage and static compile changes. [Couriersud]
couriersud
2020-04-18
1
-3
/
+1
*
netlist: improve performance up to 65% on audio netlists. [Couriersud]
couriersud
2020-04-13
1
-5
/
+16
*
netlist: Reduce memory allocation calls in non-core code. (nw)
couriersud
2020-04-10
1
-1
/
+1
*
netlist: Fix some clang-tidy-10 warnings. (nw)
couriersud
2020-04-05
1
-6
/
+6
*
netlist: change output impedance to more realistic values. (nw)
couriersud
2020-02-17
1
-2
/
+5
*
netlist: Parameters evaluated when netlist is created. [Couriersud]
couriersud
2020-01-29
1
-4
/
+0
*
netlist: Code maintenance. (nw)
couriersud
2020-01-27
1
-2
/
+18
[next]