index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
emu/ioport.h: Made syntax for configuring callbacks more consistent.
Vas Crabb
2024-10-18
1
-3
/
+3
*
Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#...
holub
2024-09-27
1
-15
/
+15
*
emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu...
MooglyGuy
2023-06-01
1
-3
/
+3
*
netlist: fix bug, prepare for future changes and improve readability (#9947)
couriersud
2022-06-20
1
-10
/
+5
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-5
/
+9
*
machine/netlist.cpp: Use templates to compile with NETLIST_CREATE_CSV=1. (#9707)
couriersud
2022-05-09
1
-18
/
+43
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
1
-4
/
+4
*
netlist: missed some files for license change
hap
2021-03-11
1
-1
/
+1
*
netlist: Disable logging accidentally left on.
Aaron Giles
2020-10-07
1
-1
/
+1
*
vicdual: Tranquilizer Gun uses the same sound board as Borderline
Aaron Giles
2020-10-07
1
-1
/
+1
*
Revert "sound: Improved view interfaces to match usage patterns"
Aaron Giles
2020-09-17
1
-1
/
+1
*
sound: Improved view interfaces to match usage patterns
Aaron Giles
2020-09-17
1
-1
/
+1
*
Significant internal changes to sound streams (#7169)
Aaron Giles
2020-09-13
1
-3
/
+20
*
netlist: code maintenance and performance optimizations.
Couriersud
2020-09-05
1
-0
/
+1
*
Sound and other improvements to Sega G-80 games. (#7103)
Aaron Giles
2020-08-19
1
-0
/
+24
*
netlist: Fix compile - sorry.
couriersud
2020-08-16
1
-17
/
+17
*
netlist: buffered_param_setter refactoring
couriersud
2020-08-16
1
-9
/
+6
*
netlist: machine.time() rules.
couriersud
2020-08-15
1
-1
/
+0
*
netlist: untangle sound and cpu devices.
couriersud
2020-08-15
1
-27
/
+28
*
netlist: remove soft reset support.
couriersud
2020-07-05
1
-0
/
+1
*
netlist: include file refactoring.
couriersud
2020-06-28
1
-1
/
+1
*
finished removing read* and write* macros from the mame part of the tree. the...
Ivan Vangelista
2020-06-16
1
-12
/
+12
*
netlist: code maintenance. (nw)
couriersud
2020-06-08
1
-1
/
+1
*
netlist: move multiparameter streaming into nl_interface.h (nw)
couriersud
2020-06-01
1
-5
/
+26
*
netlist: device factory enhancements. (nw)
couriersud
2020-06-01
1
-10
/
+17
*
netlist: move configuration entries into netlist namespace. (nw)
couriersud
2020-05-25
1
-1
/
+1
*
netlist: improve timing accuracy for sound devices. [Couriersud]
couriersud
2020-05-20
1
-1
/
+10
*
netlist: code cleanup and development stage tristate [Couriersud]
couriersud
2020-05-15
1
-5
/
+5
*
srcclean, manual adjustments (nw)
Vas Crabb
2020-01-26
1
-1
/
+1
*
netlist: fix overclocking. (nw)
couriersud
2020-01-16
1
-2
/
+6
*
netlist: Increase resolution to 100 pico seconds. [Couriersud]
couriersud
2020-01-15
1
-4
/
+11
*
netlist: Code maintenance. (nw)
couriersud
2020-01-12
1
-5
/
+5
*
netlist: code maintenance. (nw)
couriersud
2019-11-13
1
-3
/
+3
*
Make many device_execute_interface functions noexcept, including the "informa...
AJR
2019-11-09
1
-2
/
+2
*
netlist: Compile with float/double floating point. [Couriersud]
couriersud
2019-10-31
1
-1
/
+1
*
Make devdelegate more like devcb for configuration. This is a
Vas Crabb
2019-10-26
1
-11
/
+5
*
Netlist: code maintenance and bug fixes. [Couriersud]
couriersud
2019-10-15
1
-4
/
+4
*
netlist: Use unique_ptr where possible. (nw)
couriersud
2019-10-15
1
-1
/
+1
*
-core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON...
MooglyGuy
2019-07-02
1
-46
/
+0
*
netlist: Add more validations and fix issues identified.
couriersud
2019-04-21
1
-0
/
+13
*
netlist: Add validation support to netlist device.
couriersud
2019-04-15
1
-3
/
+15
*
Improve netlist initialization in drivers. (nw)
couriersud
2019-04-14
1
-11
/
+30
*
netlist: modernize interface. (nw)
couriersud
2019-04-13
1
-5
/
+13
*
netlist: bug fixing.
couriersud
2019-04-13
1
-0
/
+2
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-28
/
+46
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-46
/
+28
*
netlist: fix bugs in object initialization order. (nw)
Couriersud
2019-03-06
1
-6
/
+7
*
netlist: memory code refactoring. (nw)
couriersud
2019-03-01
1
-1
/
+1
*
netlist: Fix relative include paths and a conflict. (nw)
couriersud
2019-02-23
1
-1
/
+1
*
Move ptime struct into plib namespace and fix relative includes. (nw)
couriersud
2019-02-23
1
-2
/
+1
[next]