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_base.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
netlist: Remove const on return types and non-necessary ref-by. (nw)
couriersud
2019-01-19
1
-13
/
+11
*
netlist: More run/setup separation. (nw)
couriersud
2019-01-18
1
-203
/
+85
*
netlist: refactored netlist creation. (nw)
couriersud
2019-01-15
1
-41
/
+68
*
netlist: Code refactoring. (nw)
couriersud
2019-01-14
1
-8
/
+8
*
netlist: Improve type safety for parameters. (nw)
couriersud
2019-01-13
1
-29
/
+13
*
netlist: Fix logging during object construction. (nw)
couriersud
2019-01-13
1
-8
/
+5
*
Move mainclock code from nl_base into header of nlid_system. (nw)
couriersud
2019-01-12
1
-35
/
+2
*
Fix clang-8 warnings. (nw)
couriersud
2019-01-11
1
-3
/
+1
*
Move NL_KEEP_STATISTICS from netlist_types to the individual use cases.
couriersud
2019-01-11
1
-10
/
+10
*
Refactoring and bug fixes. (nw)
couriersud
2019-01-10
1
-2
/
+2
*
Improve type safety on string->numeric conversions. (nw)
couriersud
2019-01-10
1
-2
/
+2
*
Fix reset order for nets. (nw)
couriersud
2019-01-07
1
-9
/
+7
*
Fix reported crash. (nw)
couriersud
2019-01-07
1
-2
/
+5
*
Code maintenance and bug fixes. (nw)
couriersud
2019-01-07
1
-22
/
+6
*
Code maintenance. (nw)
couriersud
2019-01-07
1
-15
/
+14
*
Code maintenance and fix for "pure virtual call" error. (nw)
couriersud
2019-01-06
1
-2
/
+5
*
More c++ alignment. pstring now behaves like std::string. (nw)
couriersud
2019-01-06
1
-3
/
+2
*
Netlist refactoring:
couriersud
2017-05-27
1
-1
/
+1
*
Netlist code refactoring:
couriersud
2017-04-09
1
-53
/
+44
*
Change pstring to use std::string as storage container.
couriersud
2017-03-30
1
-2
/
+0
*
Fix some cppcheck warnings. (nw)
Couriersud
2017-03-05
1
-8
/
+8
*
Netlist refactoring
couriersud
2017-02-25
1
-5
/
+8
*
Fix netlist stats collection. Code refactoring:
couriersud
2017-02-24
1
-5
/
+9
*
Improve readability. Add more c++11 noexcept and swap semantics.
couriersud
2017-02-22
1
-11
/
+11
*
Clean up net_t interface and increase readability. (nw)
couriersud
2017-02-22
1
-6
/
+4
*
srcclean (nw)
Vas Crabb
2017-02-19
1
-2
/
+2
*
Optimized 7493 device. Gives some 5 to 10% improvement to pong.
couriersud
2017-02-16
1
-8
/
+11
*
Move inline constructors from header to cpp. (nw)
couriersud
2017-02-15
1
-0
/
+27
*
Remove duplicate save states / Save state simplification. (nw)
couriersud
2017-02-13
1
-3
/
+3
*
Optimize queue save state. (nw)
couriersud
2017-02-12
1
-11
/
+16
*
Reorder include order to comply with best practices. (nw)
couriersud
2017-02-10
1
-3
/
+3
*
Netlist: It is now possible to have multiple handlers per device ...
couriersud
2017-02-05
1
-46
/
+105
*
Add constexpr add noexcept. (nw)
couriersud
2017-02-05
1
-4
/
+26
*
build fix (nw)
Lord-Nightmare
2017-01-31
1
-0
/
+1
*
Fixed a number of issues:
couriersud
2017-01-31
1
-17
/
+23
*
Separate include file usage for netlist.
couriersud
2017-01-29
1
-7
/
+7
*
Fix bug which caused hazl1500 to crash. (nw)
couriersud
2017-01-28
1
-6
/
+20
*
More netlist refactoring:
couriersud
2017-01-25
1
-29
/
+26
*
Netlist refactoring:
couriersud
2017-01-25
1
-10
/
+4
*
srcclean (nw)
Vas Crabb
2017-01-22
1
-8
/
+8
*
Netlist: code refactoring
couriersud
2017-01-20
1
-50
/
+2
*
Assume string literals are UTF8 in netlist code.
couriersud
2017-01-20
1
-2
/
+2
*
Converted warnings and fatal log messages to constants.
couriersud
2017-01-20
1
-4
/
+22
*
Preparation work for automatically generated include file for devices.
couriersud
2017-01-16
1
-1
/
+2
*
Introduce a more structured approach to models. (nw)
couriersud
2017-01-15
1
-0
/
+1
*
Prepare source for consistent error message usage. (nw)
couriersud
2017-01-14
1
-7
/
+11
*
Add code to remove devices connected only to rail terminals.
couriersud
2017-01-14
1
-0
/
+27
*
Core refactoring
couriersud
2017-01-14
1
-8
/
+7
*
Improve readability and remove some trampolines. (nw)
couriersud
2017-01-12
1
-11
/
+65
*
- setup_t is owned by netlist_t. Stop being complicated.
couriersud
2017-01-12
1
-12
/
+31
[prev]
[next]