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
/
lib
/
netlist
/
nl_base.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Reduce memory footprint for parameters. (nw)
couriersud
2017-01-08
1
-7
/
+26
*
Decrease memory footprint. (nw)
couriersud
2017-01-08
1
-11
/
+29
*
No need for a virtual stop which is needed only by the solver. (nw)
couriersud
2017-01-08
1
-13
/
+2
*
Make stop be called again. Fix METHOD parameter. (nw)
couriersud
2017-01-08
1
-1
/
+1
*
Fix some clang pedantic warnings. (nw)
couriersud
2017-01-07
1
-1
/
+1
*
Minor refactoring with focus on a bit more readability. (nw)
couriersud
2017-01-07
1
-1
/
+0
*
Make destructors virtual on base classes. (nw)
couriersud
2017-01-06
1
-1
/
+0
*
More cleanups. (nw)
couriersud
2017-01-06
1
-17
/
+50
*
Fix clang "-Wno-weak-vtables" warnings in netlist source. Refactored
couriersud
2017-01-05
1
-0
/
+62
*
cstr() ==> c_str() (nw)
couriersud
2016-12-30
1
-1
/
+1
*
Align noexcept usage. Rename register_con to add_terminal for clearity.
couriersud
2016-12-30
1
-2
/
+2
*
Analog to digital proxy rework. (nw)
couriersud
2016-12-30
1
-0
/
+12
*
Some preparation for future changes on proxies and chip families. (nw)
couriersud
2016-12-28
1
-8
/
+10
*
Moved proxy code into separate file. (nw)
couriersud
2016-12-28
1
-0
/
+1
*
Simplify. (nw)
couriersud
2016-12-27
1
-24
/
+35
*
Netlist: Roms now specify an identifier in the netlist.
couriersud
2016-12-27
1
-22
/
+38
*
-netlist: Added shared RAM pointer, for use by netlist RAM devices which need...
therealmogminer@gmail.com
2016-12-21
1
-1
/
+1
*
-netlist: Add simple ROM hookup capability. [Ryan Holtz]
therealmogminer@gmail.com
2016-12-21
1
-0
/
+1
*
Fix noexcept and NL_NOEXCEPT to pass g++ 6.x builds. (nw)
couriersud
2016-08-07
1
-15
/
+12
*
removed NL_NOEXCEPT since there is a case when these calls throws exceptions ...
Miodrag Milanovic
2016-08-07
1
-3
/
+3
*
Use noexcept in netlist code where appropriate.
couriersud
2016-08-07
1
-35
/
+8
*
Various netlist fixes:
couriersud
2016-08-06
1
-31
/
+0
*
Netlist updates:
couriersud
2016-07-21
1
-62
/
+111
*
fix Clang build. it still fails b/c of the file and directory stuff. (nw)
arbee
2016-06-24
1
-2
/
+2
[prev]
[next]