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
/
emu
/
netlist
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix more breakage
Vas Crabb
2015-04-01
1
-1
/
+1
*
Start removing the use of OSD macros outside OSD since core objects are share...
Vas Crabb
2015-04-01
1
-1
/
+1
*
Moved build system to GENie [Miodrag Milanovic]
Miodrag Milanovic
2015-03-26
1
-70
/
+0
*
more Android fixes (nw)
Miodrag Milanovic
2015-03-21
1
-1
/
+1
*
Cleanups and version bump
mame0158
Miodrag Milanovic
2015-01-28
17
-133
/
+130
*
Promote osd_getenv from osdlib.h to osdcore.h. Change return type to
couriersud
2015-01-27
1
-17
/
+23
*
Minor Solaris fixes. (nw)
couriersud
2015-01-25
1
-0
/
+4
*
More netlist code reschuffle to separate setup from run. (nw)
couriersud
2015-01-18
8
-42
/
+63
*
Fix crash caused by 4066 dip device. (nw)
couriersud
2015-01-18
2
-3
/
+3
*
Merge branch 'master' of https://github.com/mamedev/mame.git
couriersud
2015-01-18
1
-1
/
+1
|
\
|
*
Compile fix (nw)
Scott Stone
2015-01-18
1
-1
/
+1
*
|
Introduced an nl_double type. This will be followed by an nl_float type
couriersud
2015-01-18
30
-309
/
+317
|
/
*
Fixed memory allocation in netlist code. This caused a number of memory
couriersud
2015-01-18
18
-186
/
+285
*
Remove dependencies on mame headers in netlist code. (nw)
couriersud
2015-01-17
24
-87
/
+118
*
Fix bug highlighted by Visual Studio Code Analysis. (nw)
couriersud
2015-01-09
1
-1
/
+1
*
Fixed Visual Studio source analysis warnings. (nw)
couriersud
2015-01-09
1
-2
/
+2
*
Netlist update. Most prominent one is a "frontier" element which on a
couriersud
2014-12-31
10
-20
/
+109
*
Changing #includes for headers that are part of toolchain and not part of any...
Scott Stone
2014-09-29
1
-1
/
+1
*
fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn...
Oliver Stöneberg
2014-09-08
1
-8
/
+0
*
More cleanups, there is issue with srcclean that needs to be taken care as we...
Miodrag Milanovic
2014-07-22
27
-1404
/
+1401
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
20
-633
/
+627
*
Added more device to netlist:
Couriersud
2014-06-29
15
-71
/
+352
*
Fix crash caused "-debug -noautosave" when exiting the debugger immediately.
Couriersud
2014-06-24
1
-1
/
+3
*
Fixed debug build and a bug in connecting analog output to analog input.
Couriersud
2014-06-23
5
-9
/
+20
*
Fix debug build (nw)
Wilbert Pol
2014-06-22
1
-1
/
+1
*
Netlist:
Couriersud
2014-06-21
7
-113
/
+161
*
Added CD4020 device.
Couriersud
2014-06-21
8
-22
/
+238
*
Align naming convention to be the same for nld_signal and nld_truthtable
Couriersud
2014-06-21
15
-110
/
+158
*
More cleanup and some development:
Couriersud
2014-06-20
11
-175
/
+245
*
Removed a number of "uninitialized member" warnings by using a template wrapp...
Couriersud
2014-06-19
16
-26
/
+48
*
Moved solver templates into separate header files.
Couriersud
2014-06-19
8
-921
/
+1009
*
Fix clang compile.
Couriersud
2014-06-15
1
-1
/
+1
*
Goodbye to m_last_analog ... it was used any longer.
Couriersud
2014-06-15
3
-14
/
+0
*
Optimized netlist proxies. Small but measurable performance increase for pong...
Couriersud
2014-06-15
8
-181
/
+232
*
netlist:
Couriersud
2014-06-15
4
-107
/
+188
*
Disable printf logging of stats
Couriersud
2014-06-03
1
-1
/
+1
*
Quite a number of changes:
Couriersud
2014-06-03
3
-196
/
+325
*
Document & save work. Pretty convoluted code now. I'd really miss the good ol...
Couriersud
2014-06-01
3
-143
/
+303
*
Netlist changes:
Couriersud
2014-05-30
8
-160
/
+201
*
Further work on vectorization. Works, but not yet finished.
Couriersud
2014-05-29
5
-71
/
+85
*
Further work on vectorization. Works but not yet finished.
Couriersud
2014-05-29
4
-144
/
+192
*
More cleanups and one bug: resize should never have been public in plists.h
Couriersud
2014-05-29
3
-37
/
+37
*
Dead code removal
Couriersud
2014-05-28
2
-29
/
+14
*
Netlist updates and bugfixes
Couriersud
2014-05-28
3
-53
/
+96
*
Further simplification and clean up around the linear system solvers.
Couriersud
2014-05-25
5
-160
/
+175
*
Performance related changes. Mostly from analyzing auto-vectorization.
Couriersud
2014-05-23
3
-63
/
+128
*
Renamed auxiliary types to move them into the "p" namespace (plinearlist_t, p...
Couriersud
2014-05-22
9
-338
/
+388
*
Some improvements to the solver code.
Couriersud
2014-05-22
2
-18
/
+36
*
Netlist codebase now also compiles outside the MAME environment.
Couriersud
2014-05-21
13
-164
/
+252
*
fixed DEBUG compilation (nw)
Oliver Stöneberg
2014-05-21
1
-1
/
+1
[next]