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
/
devices
/
machine
/
netlist.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fairly significant overhaul of Lua engine and some cleanup.
Vas Crabb
2020-11-25
1
-1
/
+1
*
netlist: Remove "extended validation mode"
couriersud
2020-09-28
1
-1
/
+0
*
Revert "sound: Improved view interfaces to match usage patterns"
Aaron Giles
2020-09-17
1
-4
/
+4
*
sound: Improved view interfaces to match usage patterns
Aaron Giles
2020-09-17
1
-4
/
+4
*
Significant internal changes to sound streams (#7169)
Aaron Giles
2020-09-13
1
-35
/
+25
*
netlist: code maintenance and performance optimizations.
Couriersud
2020-09-05
1
-111
/
+79
*
device_state_interface overhaul
AJR
2020-08-31
1
-32
/
+2
*
netlist: Fix various issues around include directories.
couriersud
2020-08-25
1
-1
/
+0
*
Sound and other improvements to Sega G-80 games. (#7103)
Aaron Giles
2020-08-19
1
-2
/
+81
*
netlist: Fix compile - sorry.
couriersud
2020-08-16
1
-6
/
+0
*
netlist: buffered_param_setter refactoring
couriersud
2020-08-16
1
-28
/
+27
*
netlist: machine.time() rules.
couriersud
2020-08-15
1
-11
/
+8
*
netlist: untangle sound and cpu devices.
couriersud
2020-08-15
1
-63
/
+64
*
-netlist: Typo
Ryan Holtz
2020-08-06
1
-1
/
+1
*
-fireone: Netlist sound now works other than the Alert trigger. [Ryan Holtz, ...
Ryan Holtz
2020-08-06
1
-1
/
+1
*
-starfire: Added left/right mixer and left/right boom, but the booms don't tr...
Ryan Holtz
2020-08-06
1
-3
/
+2
*
netlist: Refactored pokenizer.
couriersud
2020-08-06
1
-3
/
+3
*
netlist: source stream refactoring
couriersud
2020-07-28
1
-9
/
+13
*
netlist.cpp: Fix a crash if an exception happened during validation.
couriersud
2020-07-28
1
-1
/
+2
*
speaker.cpp: Add new option -speaker_report <n> to help devs tune volume (#6995)
Aaron Giles
2020-07-27
1
-4
/
+6
*
netlist: remove soft reset support.
couriersud
2020-07-05
1
-4
/
+18
*
various devices and drivers: removed superfluous semicolons (nw)
Ivan Vangelista
2020-06-29
1
-1
/
+1
*
netlist: include file refactoring.
couriersud
2020-06-28
1
-7
/
+10
*
Fix vs2019 build
Frank Palazzolo
2020-06-26
1
-1
/
+1
*
srcclean and cleanup (nw)
Vas Crabb
2020-06-21
1
-3
/
+3
*
netlist: Fix copy elusion bug on OSX and clang < 8 [AJR, Couriersud]
couriersud
2020-06-14
1
-14
/
+6
*
netlist: Performance improvement and refactoring. [Couriersud]
couriersud
2020-06-13
1
-4
/
+5
*
netlist: fix win32 compile (nw)
couriersud
2020-06-10
1
-4
/
+6
*
netlist: code maintenance. (nw)
couriersud
2020-06-08
1
-19
/
+18
*
netlist: remove more macro usage, fix win float exceptions. (nw)
couriersud
2020-06-06
1
-6
/
+2
*
netlist: Reduce macro usage and make use of pstring utf8. (nw)
couriersud
2020-06-06
1
-0
/
+10
*
netlist: move multiparameter streaming into nl_interface.h (nw)
couriersud
2020-06-01
1
-246
/
+136
*
netlist: device factory enhancements. (nw)
couriersud
2020-06-01
1
-143
/
+71
*
netlist: debugger - use callbacks to access terminals. (nw)
couriersud
2020-06-01
1
-2
/
+41
*
netlist: small memory system cleanup. (nw)
couriersud
2020-05-25
1
-5
/
+5
*
netlist: move configuration entries into netlist namespace. (nw)
couriersud
2020-05-25
1
-4
/
+4
*
netlist: Better integretation of INT128. (nw)
couriersud
2020-05-24
1
-6
/
+6
*
netlist: Fix OSX compile. (nw)
couriersud
2020-05-22
1
-3
/
+3
*
netlist: simplify factory call structure. (nw)
couriersud
2020-05-20
1
-3
/
+6
*
netlist: improve timing accuracy for sound devices. [Couriersud]
couriersud
2020-05-20
1
-38
/
+117
*
netlist: improve typesafety for source locations. (nw)
couriersud
2020-05-17
1
-3
/
+3
*
netlist: code cleanup and development stage tristate [Couriersud]
couriersud
2020-05-15
1
-20
/
+16
*
netlist: Extended functionality and code cleanup. [Couriersud]
couriersud
2020-05-12
1
-42
/
+44
*
appease vs2019_clang with llvm 10.0
smf-
2020-04-25
1
-3
/
+3
*
netlist: rename some camel case names. (nw)
couriersud
2020-04-19
1
-4
/
+4
*
netlist: nltool usage and static compile changes. [Couriersud]
couriersud
2020-04-18
1
-0
/
+8
*
netlist: improve performance up to 65% on audio netlists. [Couriersud]
couriersud
2020-04-13
1
-3
/
+5
*
netlist: Reduce memory allocation calls in non-core code. (nw)
couriersud
2020-04-10
1
-5
/
+5
*
netlist: Parameters evaluated when netlist is created. [Couriersud]
couriersud
2020-01-29
1
-5
/
+5
*
srcclean, manual adjustments (nw)
Vas Crabb
2020-01-26
1
-2
/
+2
[next]