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
...
*
Separate include file usage for netlist.
couriersud
2017-01-29
1
-23
/
+22
*
Fix bug which caused hazl1500 to crash. (nw)
couriersud
2017-01-28
1
-13
/
+0
*
Do not derive other classes from std::vector. More cleanup. (nw)
couriersud
2017-01-27
1
-4
/
+4
*
Cleanup of includes. (nw)
couriersud
2017-01-27
1
-2
/
+0
*
More netlist refactoring:
couriersud
2017-01-25
1
-15
/
+5
*
Netlist: code refactoring
couriersud
2017-01-20
1
-4
/
+63
*
Assume string literals are UTF8 in netlist code.
couriersud
2017-01-20
1
-6
/
+7
*
Default argument on plib::environment now optional. (nw)
couriersud
2017-01-20
1
-1
/
+1
*
Converted warnings and fatal log messages to constants.
couriersud
2017-01-20
1
-45
/
+53
*
Keep track were registry elements are created. (nw)
couriersud
2017-01-16
1
-4
/
+4
*
Preparation work for automatically generated include file for devices.
couriersud
2017-01-16
1
-2
/
+0
*
Move analog devices into "netlist::analog" namespace. Added
couriersud
2017-01-15
1
-1
/
+1
*
Add code to remove devices connected only to rail terminals.
couriersud
2017-01-14
1
-3
/
+6
*
Core refactoring
couriersud
2017-01-14
1
-0
/
+3
*
Improve readability and remove some trampolines. (nw)
couriersud
2017-01-12
1
-70
/
+3
*
- setup_t is owned by netlist_t. Stop being complicated.
couriersud
2017-01-12
1
-26
/
+2
*
Move netlists into macro folder. (nw)
couriersud
2017-01-09
1
-25
/
+1
*
More cleanups. (nw)
couriersud
2017-01-06
1
-8
/
+12
*
Fix clang "-Wno-weak-vtables" warnings in netlist source. Refactored
couriersud
2017-01-05
1
-0
/
+18
*
Fix parsing of macro devices. (nw)
couriersud
2017-01-04
1
-1
/
+1
*
Refactored factory. Use namespace "factory" instead of prefix factory_
couriersud
2017-01-02
1
-2
/
+2
*
Simplify code. Introduce consistent approach to loading macro devices.
couriersud
2017-01-02
1
-20
/
+11
*
cstr() ==> c_str() (nw)
couriersud
2016-12-30
1
-4
/
+4
*
Align noexcept usage. Rename register_con to add_terminal for clearity.
couriersud
2016-12-30
1
-15
/
+17
*
Analog to digital proxy rework. (nw)
couriersud
2016-12-30
1
-13
/
+57
*
Some preparation for future changes on proxies and chip families. (nw)
couriersud
2016-12-28
1
-4
/
+5
*
Moved proxy code into separate file. (nw)
couriersud
2016-12-28
1
-0
/
+1
*
Simplify. (nw)
couriersud
2016-12-27
1
-33
/
+34
*
Fix loading roms in two devices. (nl)
couriersud
2016-12-27
1
-1
/
+1
*
Netlist: Roms now specify an identifier in the netlist.
couriersud
2016-12-27
1
-13
/
+33
*
Well, it sorta looks like Stunt Cycle, at least. (nw)
MooglyGuy
2016-12-26
1
-0
/
+1
*
-netlist: Added shared RAM pointer, for use by netlist RAM devices which need...
therealmogminer@gmail.com
2016-12-21
1
-2
/
+2
*
-netlist: Add simple ROM hookup capability. [Ryan Holtz]
therealmogminer@gmail.com
2016-12-21
1
-0
/
+3
*
Use noexcept in netlist code where appropriate.
couriersud
2016-08-07
1
-4
/
+29
*
Various netlist fixes:
couriersud
2016-08-06
1
-14
/
+16
*
Netlist updates:
couriersud
2016-07-21
1
-102
/
+50
*
Moved two macros, added more RAII and improved exceptions. Fixed some
couriersud
2016-07-09
1
-1
/
+1
*
Netlist improvements:
couriersud
2016-07-01
1
-14
/
+22
*
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
[prev]
[next]