index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
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: Fix regression (#10041)
couriersud
2022-07-05
1
-1
/
+1
*
netlist: gtrak10 performance and other improvements and fixes (#10032)
couriersud
2022-07-05
1
-76
/
+83
*
netlist: fix bug, prepare for future changes and improve readability (#9947)
couriersud
2022-06-20
1
-306
/
+331
*
netlist: fix bugs and more cpp instead of macros (#9897)
couriersud
2022-06-10
1
-140
/
+196
*
netlist: static solver work and improve code readability (#9841)
couriersud
2022-05-30
1
-19
/
+19
*
netlist: palloc now uses c++17 alignment aware operator new. (#9834)
couriersud
2022-05-27
1
-1
/
+1
*
netlist: Address comments from PR #9794, partially fix issue #9801 (#9805)
couriersud
2022-05-23
1
-23
/
+23
*
netlist: More c++, less macros, added support for cspell (#9794)
couriersud
2022-05-22
1
-8
/
+7
*
netlist: Improved PPMF target support and test coverage. (#9752)
couriersud
2022-05-15
1
-3
/
+1
*
netlist: standalone makefile and prototype modifications (#9708)
couriersud
2022-05-08
1
-3
/
+4
*
netlist: more c++, less macros (#9706)
couriersud
2022-05-07
1
-6
/
+6
*
netlist: Relicensing of the GPL code to BSD-3 with the blessing of the
Olivier Galibert
2021-03-09
1
-1
/
+1
*
netlist: simplify code.
couriersud
2020-10-02
1
-9
/
+8
*
netlist: move core_terms to netlist_state.
couriersud
2020-10-02
1
-3
/
+5
*
netlist: Convert driver filenames to lower case.
couriersud
2020-09-30
1
-3
/
+3
*
netlist: Fix a net splitting issue with four term devices.
couriersud
2020-09-30
1
-2
/
+10
*
netlist: Remove "extended validation mode"
couriersud
2020-09-28
1
-1
/
+0
*
netlist: minor code cleanup.
couriersud
2020-09-25
1
-4
/
+6
*
netlist: optimize headers.
couriersud
2020-09-17
1
-2
/
+2
*
netlist: move to generated header and link support files files.
couriersud
2020-09-12
1
-2
/
+6
*
netlist: Pedantic and clang tidy updates
couriersud
2020-09-06
1
-1
/
+1
*
netlist: code maintenance and performance optimizations.
Couriersud
2020-09-05
1
-11
/
+8
*
netlist: Fix various issues around include directories.
couriersud
2020-08-25
1
-1
/
+4
*
netlist: Add NETLIB_DELEGATE_NOOP()
couriersud
2020-08-22
1
-3
/
+3
*
netlist: dead code removal.
couriersud
2020-08-17
1
-1
/
+0
*
netlist: more include untangling.
couriersud
2020-08-12
1
-1
/
+0
*
netlist: improve parsing performance
couriersud
2020-08-12
1
-8
/
+9
*
netlist: align naming of files within the macro folder.
couriersud
2020-08-10
1
-3
/
+3
*
netlist: more header file separation
couriersud
2020-08-08
1
-0
/
+77
*
netlist: Refactored pokenizer.
couriersud
2020-08-06
1
-3
/
+6
*
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
[next]