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: code maintenance
Couriersud
2019-04-28
1
-4
/
+4
*
netlist: Fix MT06827.
couriersud
2019-04-22
1
-1
/
+1
*
netlist: runtime performance statistics on demand.
couriersud
2019-04-22
1
-4
/
+16
*
netlist: Add more validations and fix issues identified.
couriersud
2019-04-21
1
-14
/
+100
*
netlist: Add power terminals to most logic devices.
couriersud
2019-04-21
1
-2
/
+4
*
Fix validation crash. (nw)
couriersud
2019-04-17
1
-2
/
+6
*
netlist: Improve validation code.
couriersud
2019-04-16
1
-17
/
+44
*
netlist: Add validation support to netlist device.
couriersud
2019-04-15
1
-40
/
+146
*
netlist: modernize interface. (nw)
couriersud
2019-04-13
1
-6
/
+9
*
netlist: bug fixing.
couriersud
2019-04-13
1
-0
/
+10
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-174
/
+201
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-201
/
+174
*
netlist: fix artificial clicks in streaming sound device. (nw)
couriersud
2019-03-16
1
-2
/
+11
*
fixedfreq: some renaming, remove members called only once. (nw)
couriersud
2019-03-16
1
-0
/
+1
*
netlist: fix bugs in object initialization order. (nw)
Couriersud
2019-03-06
1
-24
/
+24
*
netlist: memory code refactoring. (nw)
couriersud
2019-03-01
1
-3
/
+3
*
netlist: memory management. [Couriersud]
couriersud
2019-02-22
1
-5
/
+5
*
netlist: remove locked-in context from sources. (nw)
couriersud
2019-02-17
1
-16
/
+16
*
netlist: refactoring startup process and array usage. (nw)
couriersud
2019-02-17
1
-5
/
+5
*
netlist: memory pool now supports aligned storage. (nw)
couriersud
2019-02-16
1
-17
/
+13
*
netlist: more core guidelines work. (nw)
couriersud
2019-02-09
1
-4
/
+4
*
netlist: Refactoring after adding clang-tidy support to netlist makefile
couriersud
2019-02-07
1
-7
/
+10
*
netlist: Refactoring and some functionality enhancements. (nw)
couriersud
2019-02-04
1
-4
/
+2
*
netlist: code maintenance and fixing kidniki ... (nw)
couriersud
2019-02-01
1
-6
/
+6
*
netlist: More run/setup separation. (nw)
couriersud
2019-01-18
1
-20
/
+20
*
netlist: refactored netlist creation. (nw)
couriersud
2019-01-15
1
-5
/
+5
*
netlist: Code refactoring. (nw)
couriersud
2019-01-14
1
-7
/
+6
*
netlist: Fix logging during object construction. (nw)
couriersud
2019-01-13
1
-13
/
+24
*
C++ and minor performance optimizations. (nw)
couriersud
2019-01-09
1
-10
/
+11
*
Code maintenance and fix for "pure virtual call" error. (nw)
couriersud
2019-01-06
1
-0
/
+2
*
More c++ alignment. pstring now behaves like std::string. (nw)
couriersud
2019-01-06
1
-9
/
+9
*
Minor bug fixes and refactoring. (nw)
couriersud
2019-01-05
1
-46
/
+57
*
Improve readability. (nw)
couriersud
2019-01-05
1
-32
/
+28
*
Reshuffle some stuff:
Vas Crabb
2018-03-28
1
-2
/
+2
*
don't pass so many naked pointers around (nw)
Vas Crabb
2018-03-25
1
-2
/
+2
*
destaticify initializations (nw) (#3289)
wilbertpol
2018-03-04
1
-45
/
+30
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
1
-17
/
+29
*
Explicitly allow floating point values for state registers
AJR
2017-10-13
1
-4
/
+1
*
Temporarily remove floating-point state registration (nw)
AJR
2017-10-13
1
-0
/
+3
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
1
-2
/
+2
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-0
/
+6
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-309
/
+302
*
Change pstring to use std::string as storage container.
couriersud
2017-03-30
1
-5
/
+9
*
Device validation fixes: all the rest (nw)
AJR
2017-03-03
1
-1
/
+1
*
more validation fixes (nw)
Vas Crabb
2017-03-04
1
-3
/
+3
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-11
/
+11
*
Fix netlist stats collection. Code refactoring:
couriersud
2017-02-24
1
-1
/
+1
*
Clean up net_t interface and increase readability. (nw)
couriersud
2017-02-22
1
-2
/
+8
*
Remove duplicate save states / Save state simplification. (nw)
couriersud
2017-02-13
1
-8
/
+2
*
Optimize queue save state. (nw)
couriersud
2017-02-12
1
-1
/
+5
[next]