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
/
devices
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
netlist: fix logging of final timestamp.
couriersud
2020-07-19
1
-2
/
+3
*
netlist: Fix 4066
couriersud
2020-07-17
1
-4
/
+10
*
netlist: Potential regression trigger.
couriersud
2020-07-17
53
-379
/
+3
*
netlist: add 74157 device.
Aaron Giles
2020-07-17
1
-0
/
+8
*
netlist: prepare road towards trapezoidal integration.
couriersud
2020-07-17
1
-5
/
+19
*
nld_4066.cpp: Actually fix build for now
AJR
2020-07-16
1
-3
/
+3
*
nld_4066.cpp: Fix clang error: no matching constructor for initialization of ...
AJR
2020-07-16
1
-3
/
+3
*
netlist: avoid ne555 oscillation due to overshoot compensation
couriersud
2020-07-16
1
-2
/
+8
*
netlist: comment out empty reset and update calls
couriersud
2020-07-16
34
-89
/
+69
*
netlist: code maintenance.
couriersud
2020-07-16
1
-10
/
+13
*
netlist: reduce overshoot impact on NE555 astable frequency.
couriersud
2020-07-14
1
-18
/
+43
*
netlist: Always take power pin names from logic family.
couriersud
2020-07-12
6
-11
/
+11
*
netlist: finished input handler refactoring.
couriersud
2020-07-12
15
-191
/
+328
*
netlist: and the next batch of non-virtual handlers.
couriersud
2020-07-12
8
-390
/
+423
*
netlist: another batch of explicit handler refactoring.
couriersud
2020-07-12
18
-481
/
+549
*
netlist: next batch of explicit handlers.
couriersud
2020-07-12
6
-192
/
+228
*
netlist: first batch of explicit handlers.
couriersud
2020-07-12
10
-330
/
+371
*
netlist: fix power pin names for CMOS devices.
couriersud
2020-07-12
3
-4
/
+9
*
netlist: fix 74121 clocking logic.
Aaron Giles
2020-07-11
1
-1
/
+1
*
netlist: use threads on netlist logs.
couriersud
2020-07-11
1
-3
/
+68
*
netlist: Add 74113 device.
Aaron Giles
2020-07-10
5
-0
/
+275
*
netlist: add 74121 device and refactor 74123 code.
couriersud
2020-07-10
3
-166
/
+122
*
netlist: update documenation on noise sources.
couriersud
2020-07-05
1
-5
/
+28
*
netlist: Fix polarity of 74LS125 tristate input.
couriersud
2020-07-04
1
-3
/
+3
*
netlist: Align design VARCLOCK to AFUNC.
Aaron Giles
2020-07-03
2
-2
/
+3
*
netlist: Add a parameter to varclock.
Aaron Giles
2020-07-03
1
-8
/
+30
*
netlist: code maintenance and bug fixes.
couriersud
2020-07-01
1
-0
/
+1
*
netlist: include file refactoring.
couriersud
2020-06-28
2
-0
/
+4
*
srcclean and cleanup (nw)
Vas Crabb
2020-06-21
2
-2
/
+2
*
netlist: Performance improvement and refactoring. [Couriersud]
couriersud
2020-06-13
3
-11
/
+14
*
netlist: code maintenance. (nw)
couriersud
2020-06-08
4
-12
/
+12
*
netlist: Reduce macro usage and make use of pstring utf8. (nw)
couriersud
2020-06-06
1
-6
/
+1
*
netlist: code maintenance. (nw)
couriersud
2020-06-06
2
-67
/
+66
*
netlist: Enable utf7 filenames on windows. (nw)
couriersud
2020-06-06
1
-1
/
+1
*
netlist: clang-tidy, header order fixes. (nw)
couriersud
2020-06-01
5
-12
/
+8
*
netlist: drop c++11 support. (nw)
couriersud
2020-06-01
4
-4
/
+4
*
netlist: Change use of NETLIB_DELEGATE macro. (nw)
couriersud
2020-06-01
15
-41
/
+38
*
netlist: refactored ppmf.h [Couriersud]
couriersud
2020-06-01
1
-0
/
+4
*
netlist: split plists.h and fix nvcc compile for 10.2 (nw)
couriersud
2020-05-25
2
-4
/
+2
*
netlist: small memory system cleanup. (nw)
couriersud
2020-05-25
5
-220
/
+211
*
netlist: move configuration entries into netlist namespace. (nw)
couriersud
2020-05-25
1
-2
/
+2
*
netlist: improve performance. [Couriersud]
couriersud
2020-05-24
7
-12
/
+18
*
netlist: Better integretation of INT128. (nw)
couriersud
2020-05-24
1
-6
/
+24
*
netlist: fix a memory issue. (nw)
couriersud
2020-05-24
1
-5
/
+5
*
netlist: various clang-tidy-11 fixes. (nw)
couriersud
2020-05-24
3
-10
/
+10
*
netlist: Fix performance issues and VC2019. [Couriersud]
couriersud
2020-05-22
5
-200
/
+294
*
netlist: consolidate 9316-type counters. [Couriersud]
couriersud
2020-05-22
8
-526
/
+136
*
netlist: fix performance decrease. (nw)
couriersud
2020-05-22
4
-99
/
+84
*
netlist: Add tristate support for rom devices. [Couriersud]
couriersud
2020-05-20
2
-13
/
+35
*
netlist: improve syntax of generic device descriptors. (nw)
couriersud
2020-05-20
2
-36
/
+38
[prev]
[next]