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
/
lib
/
netlist
/
nl_setup.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove shared_ptr usage and replace with plib:owned_ptr. Clean up nltool
couriersud
2016-06-24
1
-1
/
+1
*
Netlist changes
couriersud
2016-06-23
1
-14
/
+76
*
Merge netlist_dev branch, all code_refactoring: (nw)
couriersud
2016-06-16
1
-84
/
+59
*
- More code cleanup.
couriersud
2016-06-07
1
-75
/
+44
*
- Added constructors to prepare to move terminal setup into constructor.
couriersud
2016-06-07
1
-26
/
+7
*
- Minor cosmetic refactoring. Added a "uninitialised array" template to
balr0g
2016-06-07
1
-7
/
+7
*
Leading underscore massacre. (nw)
couriersud
2016-05-27
1
-1
/
+1
*
Moved more code into plib namespace. (nw)
couriersud
2016-05-27
1
-29
/
+29
*
Remove dependency on osd_ticks. Converted palloc and friends into
couriersud
2016-05-27
1
-1
/
+1
*
Moved all parameter definitions in constructors. (nw)
couriersud
2016-05-25
1
-41
/
+41
*
All netlist devices now follow new syntax. Removed dead code. All sub
couriersud
2016-05-21
1
-8
/
+9
*
More memory timebombs removed. (nw)
couriersud
2016-05-21
1
-2
/
+12
*
Converted more devices to new layout. Improved memory handling in
couriersud
2016-05-21
1
-16
/
+19
*
Continuing work to move object initialization from start to constructor.
couriersud
2016-05-16
1
-20
/
+14
*
More automatic memory handling. (nw)
couriersud
2016-05-16
1
-25
/
+18
*
Some use of share_ptr to ease memory management. (nw)
couriersud
2016-05-12
1
-10
/
+7
*
Code simplification
couriersud
2016-05-12
1
-25
/
+4
*
Devices are now created after the netlist was parsed. This enables us
couriersud
2016-05-12
1
-1
/
+26
*
Don't include netlist name in device names. (nw)
couriersud
2016-05-12
1
-2
/
+4
*
Code simplification. (nw)
couriersud
2016-05-12
1
-22
/
+22
*
A step towards late creation of devices. (nw)
couriersud
2016-05-10
1
-8
/
+7
*
Align object registration syntax. (nw)
couriersud
2016-05-10
1
-0
/
+17
*
Converted most subdevices to unique_ptr. This is a temporary measure
couriersud
2016-05-02
1
-20
/
+18
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-15
/
+15
*
netlist_t no longer descends from netlist::object_t.
couriersud
2016-04-10
1
-5
/
+0
*
Netlist: code maintenance
couriersud
2016-03-23
1
-13
/
+8
*
netlist: rename plist_t to pvector_t to clarify origin.
couriersud
2016-03-14
1
-4
/
+4
*
netlist updates:
couriersud
2016-03-14
1
-62
/
+49
*
netlist override update (nw)
Miodrag Milanovic
2015-12-06
1
-1
/
+1
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+1054