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
*
netlist: Ensure correct input of non-audio data
Olivier Galibert
2025-05-05
1
-10
/
+25
*
netlist: prevent stream buffer overflow after detecting it
hap
2025-05-02
1
-5
/
+8
*
New sound infrastructure.
Olivier Galibert
2025-04-27
1
-15
/
+15
*
Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz]
MooglyGuy
2023-05-23
1
-1
/
+0
*
netlist: include file work (#10096)
couriersud
2022-07-16
1
-3
/
+0
*
netlist: gtrak10 performance and other improvements and fixes (#10032)
couriersud
2022-07-05
1
-3
/
+3
*
netlist: fix bug, prepare for future changes and improve readability (#9947)
couriersud
2022-06-20
1
-0
/
+10
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-13
/
+13
*
netlist: static solver work and improve code readability (#9841)
couriersud
2022-05-30
1
-3
/
+3
*
machine/netlist.cpp: Use templates to compile with NETLIST_CREATE_CSV=1. (#9707)
couriersud
2022-05-09
1
-78
/
+67
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
1
-8
/
+8
*
netlist_sound: Fix sound_assert in debug builds
AJR
2021-06-07
1
-1
/
+2
*
netlist: missed some files for license change
hap
2021-03-11
1
-1
/
+1
*
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
[next]