summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/netlist.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-3/+3
* netlist: fix bug, prepare for future changes and improve readability (#9947) couriersud2022-06-201-10/+5
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-5/+9
* machine/netlist.cpp: Use templates to compile with NETLIST_CREATE_CSV=1. (#9707) couriersud2022-05-091-18/+43
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-4/+4
* netlist: missed some files for license change hap2021-03-111-1/+1
* netlist: Disable logging accidentally left on. Aaron Giles2020-10-071-1/+1
* vicdual: Tranquilizer Gun uses the same sound board as Borderline Aaron Giles2020-10-071-1/+1
* Revert "sound: Improved view interfaces to match usage patterns" Aaron Giles2020-09-171-1/+1
* sound: Improved view interfaces to match usage patterns Aaron Giles2020-09-171-1/+1
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-3/+20
* netlist: code maintenance and performance optimizations. Couriersud2020-09-051-0/+1
* Sound and other improvements to Sega G-80 games. (#7103) Aaron Giles2020-08-191-0/+24
* netlist: Fix compile - sorry. couriersud2020-08-161-17/+17
* netlist: buffered_param_setter refactoring couriersud2020-08-161-9/+6
* netlist: machine.time() rules. couriersud2020-08-151-1/+0
* netlist: untangle sound and cpu devices. couriersud2020-08-151-27/+28
* netlist: remove soft reset support. couriersud2020-07-051-0/+1
* netlist: include file refactoring. couriersud2020-06-281-1/+1
* finished removing read* and write* macros from the mame part of the tree. the... Ivan Vangelista2020-06-161-12/+12
* netlist: code maintenance. (nw) couriersud2020-06-081-1/+1
* netlist: move multiparameter streaming into nl_interface.h (nw) couriersud2020-06-011-5/+26
* netlist: device factory enhancements. (nw) couriersud2020-06-011-10/+17
* netlist: move configuration entries into netlist namespace. (nw) couriersud2020-05-251-1/+1
* netlist: improve timing accuracy for sound devices. [Couriersud] couriersud2020-05-201-1/+10
* netlist: code cleanup and development stage tristate [Couriersud] couriersud2020-05-151-5/+5
* srcclean, manual adjustments (nw) Vas Crabb2020-01-261-1/+1
* netlist: fix overclocking. (nw) couriersud2020-01-161-2/+6
* netlist: Increase resolution to 100 pico seconds. [Couriersud] couriersud2020-01-151-4/+11
* netlist: Code maintenance. (nw) couriersud2020-01-121-5/+5
* netlist: code maintenance. (nw) couriersud2019-11-131-3/+3
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-2/+2
* netlist: Compile with float/double floating point. [Couriersud] couriersud2019-10-311-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-11/+5
* Netlist: code maintenance and bug fixes. [Couriersud] couriersud2019-10-151-4/+4
* netlist: Use unique_ptr where possible. (nw) couriersud2019-10-151-1/+1
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-46/+0
* netlist: Add more validations and fix issues identified. couriersud2019-04-211-0/+13
* netlist: Add validation support to netlist device. couriersud2019-04-151-3/+15
* Improve netlist initialization in drivers. (nw) couriersud2019-04-141-11/+30
* netlist: modernize interface. (nw) couriersud2019-04-131-5/+13
* netlist: bug fixing. couriersud2019-04-131-0/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-28/+46
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-46/+28
* netlist: fix bugs in object initialization order. (nw) Couriersud2019-03-061-6/+7
* netlist: memory code refactoring. (nw) couriersud2019-03-011-1/+1
* netlist: Fix relative include paths and a conflict. (nw) couriersud2019-02-231-1/+1
* Move ptime struct into plib namespace and fix relative includes. (nw) couriersud2019-02-231-2/+1
* netlist: remove locked-in context from sources. (nw) couriersud2019-02-171-4/+21
* netlist: refactoring startup process and array usage. (nw) couriersud2019-02-171-3/+4