summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/netlist.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* netlist: Fix OSX compile. (nw) couriersud2020-05-221-3/+3
* netlist: simplify factory call structure. (nw) couriersud2020-05-201-3/+6
* netlist: improve timing accuracy for sound devices. [Couriersud] couriersud2020-05-201-38/+117
* netlist: improve typesafety for source locations. (nw) couriersud2020-05-171-3/+3
* netlist: code cleanup and development stage tristate [Couriersud] couriersud2020-05-151-20/+16
* netlist: Extended functionality and code cleanup. [Couriersud] couriersud2020-05-121-42/+44
* appease vs2019_clang with llvm 10.0 smf-2020-04-251-3/+3
* netlist: rename some camel case names. (nw) couriersud2020-04-191-4/+4
* netlist: nltool usage and static compile changes. [Couriersud] couriersud2020-04-181-0/+8
* netlist: improve performance up to 65% on audio netlists. [Couriersud] couriersud2020-04-131-3/+5
* netlist: Reduce memory allocation calls in non-core code. (nw) couriersud2020-04-101-5/+5
* netlist: Parameters evaluated when netlist is created. [Couriersud] couriersud2020-01-291-5/+5
* srcclean, manual adjustments (nw) Vas Crabb2020-01-261-2/+2
* netlist: fix overclocking. (nw) couriersud2020-01-161-68/+72