summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/netlist.cpp
Commit message (Expand)AuthorAgeFilesLines
* netlist: Ensure correct input of non-audio data Olivier Galibert2025-05-051-10/+25
* netlist: prevent stream buffer overflow after detecting it hap2025-05-021-5/+8
* New sound infrastructure. Olivier Galibert2025-04-271-15/+15
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
* netlist: include file work (#10096) couriersud2022-07-161-3/+0
* netlist: gtrak10 performance and other improvements and fixes (#10032) couriersud2022-07-051-3/+3
* netlist: fix bug, prepare for future changes and improve readability (#9947) couriersud2022-06-201-0/+10
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-13/+13
* netlist: static solver work and improve code readability (#9841) couriersud2022-05-301-3/+3
* machine/netlist.cpp: Use templates to compile with NETLIST_CREATE_CSV=1. (#9707) couriersud2022-05-091-78/+67
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-8/+8
* netlist_sound: Fix sound_assert in debug builds AJR2021-06-071-1/+2
* netlist: missed some files for license change hap2021-03-111-1/+1
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-1/+1
* netlist: Remove "extended validation mode" couriersud2020-09-281-1/+0
* Revert "sound: Improved view interfaces to match usage patterns" Aaron Giles2020-09-171-4/+4
* sound: Improved view interfaces to match usage patterns Aaron Giles2020-09-171-4/+4
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-35/+25
* netlist: code maintenance and performance optimizations. Couriersud2020-09-051-111/+79
* device_state_interface overhaul AJR2020-08-311-32/+2
* netlist: Fix various issues around include directories. couriersud2020-08-251-1/+0
* Sound and other improvements to Sega G-80 games. (#7103) Aaron Giles2020-08-191-2/+81
* netlist: Fix compile - sorry. couriersud2020-08-161-6/+0
* netlist: buffered_param_setter refactoring couriersud2020-08-161-28/+27
* netlist: machine.time() rules. couriersud2020-08-151-11/+8
* netlist: untangle sound and cpu devices. couriersud2020-08-151-63/+64
* -netlist: Typo Ryan Holtz2020-08-061-1/+1
* -fireone: Netlist sound now works other than the Alert trigger. [Ryan Holtz, ... Ryan Holtz2020-08-061-1/+1
* -starfire: Added left/right mixer and left/right boom, but the booms don't tr... Ryan Holtz2020-08-061-3/+2
* netlist: Refactored pokenizer. couriersud2020-08-061-3/+3
* netlist: source stream refactoring couriersud2020-07-281-9/+13
* netlist.cpp: Fix a crash if an exception happened during validation. couriersud2020-07-281-1/+2
* speaker.cpp: Add new option -speaker_report <n> to help devs tune volume (#6995) Aaron Giles2020-07-271-4/+6
* netlist: remove soft reset support. couriersud2020-07-051-4/+18
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-1/+1
* netlist: include file refactoring. couriersud2020-06-281-7/+10
* Fix vs2019 build Frank Palazzolo2020-06-261-1/+1
* srcclean and cleanup (nw) Vas Crabb2020-06-211-3/+3
* netlist: Fix copy elusion bug on OSX and clang < 8 [AJR, Couriersud] couriersud2020-06-141-14/+6
* netlist: Performance improvement and refactoring. [Couriersud] couriersud2020-06-131-4/+5
* netlist: fix win32 compile (nw) couriersud2020-06-101-4/+6
* netlist: code maintenance. (nw) couriersud2020-06-081-19/+18
* netlist: remove more macro usage, fix win float exceptions. (nw) couriersud2020-06-061-6/+2
* netlist: Reduce macro usage and make use of pstring utf8. (nw) couriersud2020-06-061-0/+10
* netlist: move multiparameter streaming into nl_interface.h (nw) couriersud2020-06-011-246/+136
* netlist: device factory enhancements. (nw) couriersud2020-06-011-143/+71
* netlist: debugger - use callbacks to access terminals. (nw) couriersud2020-06-011-2/+41
* netlist: small memory system cleanup. (nw) couriersud2020-05-251-5/+5
* netlist: move configuration entries into netlist namespace. (nw) couriersud2020-05-251-4/+4
* netlist: Better integretation of INT128. (nw) couriersud2020-05-241-6/+6