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
Commit message (
Expand
)
Author
Age
Files
Lines
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
2
-2
/
+2
*
Add Zaccaria to mamenl build. (nw)
couriersud
2017-05-28
1
-0
/
+2
*
Fix state saving for pfunction lfsr. (nw)
couriersud
2017-05-28
5
-4
/
+23
*
srcclean (nw)
Vas Crabb
2017-05-28
1
-4
/
+4
*
Fix issues identified by Vas and LordKale4:
couriersud
2017-05-27
3
-2
/
+14
*
Add rand() function to pfunction expression parser. Use this to simulate
couriersud
2017-05-27
2
-0
/
+8
*
netlist: add a crude TTL schmitt trigger model and hook up in 1B11142
Vas Crabb
2017-05-27
7
-1
/
+248
*
Fix DEBUG build. (nw)
couriersud
2017-05-27
1
-1
/
+1
*
Various code alignments across solvers. (nw)
couriersud
2017-05-27
7
-76
/
+137
*
Cleanup of solver code. (nw)
couriersud
2017-05-27
9
-289
/
+46
*
Reordered members to be more cache friendly. (nw)
couriersud
2017-05-27
2
-9
/
+10
*
Netlist refactoring:
couriersud
2017-05-27
6
-17
/
+84
*
Changed Solver.PARALLEL parameter logic:
couriersud
2017-05-27
2
-33
/
+13
*
Preliminary netlist sound for the Zaccaria 1B11142 board
Vas Crabb
2017-05-27
2
-2
/
+129
*
cheekyms: add preliminary netlist sound based on schematics provided by Sam G...
Vas Crabb
2017-05-26
3
-0
/
+0
*
Forgot this one for GCC 7.1 (nw)
Miodrag Milanovic
2017-05-15
1
-0
/
+4
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-1
/
+1
*
stupid MSVC (nw)
Vas Crabb
2017-04-24
1
-0
/
+2
*
srcclean (nw)
Vas Crabb
2017-04-23
2
-44
/
+44
*
Minor optimization. (nw)
couriersud
2017-04-09
1
-4
/
+4
*
Parametrized device activation in truthtables. (nw)
couriersud
2017-04-09
1
-13
/
+15
*
Fix VS2015 build. (nw)
couriersud
2017-04-09
4
-2
/
+17
*
More work on 9316. (nw)
couriersud
2017-04-09
1
-13
/
+8
*
Refactored 74715 to one device layout. Removed subdevice. (nw)
couriersud
2017-04-09
1
-65
/
+31
*
Netlist code refactoring:
couriersud
2017-04-09
37
-446
/
+472
*
pstring, pdynlib, pfmtlog refactoring :
couriersud
2017-04-04
18
-314
/
+556
*
Fix pedantic clang warnings. (nw)
couriersud
2017-03-30
2
-3
/
+3
*
Use char32_t were appropriate. (nw)
couriersud
2017-03-30
1
-3
/
+3
*
Change pstring to use std::string as storage container.
couriersud
2017-03-30
17
-619
/
+233
*
Turn psring iterator into a real forward iterator that works with standard al...
Vas Crabb
2017-03-30
8
-53
/
+85
*
srcclean (nw)
Vas Crabb
2017-03-26
1
-1
/
+1
*
Fix openmp compile. (nw)
couriersud
2017-03-20
1
-4
/
+4
*
Fix clang warnings in netlist code.
couriersud
2017-03-05
17
-39
/
+38
*
More cppcheck fixes. (nw)
Couriersud
2017-03-05
37
-98
/
+100
*
Fix some cppcheck warnings. (nw)
Couriersud
2017-03-05
5
-36
/
+60
*
Netlist refactoring
couriersud
2017-02-25
4
-107
/
+105
*
Fix netlist stats collection. Code refactoring:
couriersud
2017-02-24
8
-244
/
+160
*
Added a heap priority queue to the netlist source.
couriersud
2017-02-24
2
-7
/
+127
*
Fix VS2015 compile. (nw)
couriersud
2017-02-22
4
-4
/
+11
*
Improve readability. Add more c++11 noexcept and swap semantics.
couriersud
2017-02-22
9
-100
/
+131
*
Clean up net_t interface and increase readability. (nw)
couriersud
2017-02-22
16
-58
/
+40
*
Slightly improve event timing if state changes.
couriersud
2017-02-19
3
-23
/
+36
*
srcclean (nw)
Vas Crabb
2017-02-19
15
-101
/
+101
*
Add prodigy to mamenl build. Fix clang5 warnings. (nw)
couriersud
2017-02-19
4
-4
/
+4
*
More truthtable rework and clean up. (nw)
couriersud
2017-02-19
7
-227
/
+260
*
Fix nltool logging. (nw)
couriersud
2017-02-19
1
-8
/
+9
*
Merge pull request #2068 from JoakimLarsson/prodigy_display
R. Belmont
2017-02-17
4
-0
/
+164
|
\
|
*
new netlist device: 74164 - 8bit parallel output serial shift register
Joakim Larsson Edstrom
2017-02-17
4
-0
/
+164
*
|
Fix mingw 32 bit build. (nw)
couriersud
2017-02-17
6
-28
/
+22
*
|
Reworked truthtables a bit.
couriersud
2017-02-17
20
-619
/
+410
|
/
[next]