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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed regression pertaining to specification of empty strings as slot names
Nathan Woods
2017-02-27
2
-5
/
+6
*
Netlist refactoring
couriersud
2017-02-25
4
-107
/
+105
*
Fix clang-5.0 warning .. Maximum of unsigned X and 0 is always X. (nw)
couriersud
2017-02-24
1
-1
/
+1
*
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
*
Fixed an issue where device options (e.g. -cart) were reported as unknown whe...
Vas Crabb
2017-02-24
1
-2
/
+2
|
\
*
|
Vas feedback
Nathan Woods
2017-02-23
1
-8
/
+3
*
|
Fixed an issue where device options (e.g. -cart) were reported as unknown whe...
Nathan Woods
2017-02-22
2
-25
/
+54
|
/
*
Softlist cleanup (#2075)
npwoods
2017-02-22
2
-0
/
+44
*
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
17
-105
/
+105
*
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
*
|
abc800_dsk: Fixed sector interleave. [Curt Coder]
Curt Coder
2017-02-17
2
-2
/
+28
|
/
*
Optimized 7493 device. Gives some 5 to 10% improvement to pong.
couriersud
2017-02-16
4
-78
/
+88
*
Move from <cstring> to std::copy and friends. (nw)
couriersud
2017-02-16
6
-54
/
+63
*
Revert "wd177x_dsk, upd765_dsk: Fixed sector interleaving. [Curt Coder]"
Olivier Galibert
2017-02-16
4
-11
/
+9
*
wd177x_dsk, upd765_dsk: Fixed sector interleaving. [Curt Coder]
Curt Coder
2017-02-16
4
-9
/
+11
*
Merge pull request #2062 from shattered/_fb4f4dd
R. Belmont
2017-02-15
2
-0
/
+85
|
\
|
*
ms0515.cpp -- hook up keyboard and floppy, improve video emulation etc.
Sergey Svishchev
2017-02-13
2
-0
/
+85
*
|
Cherry-pick some features from self-registering drivers PoC:
Vas Crabb
2017-02-16
1
-2
/
+1
*
|
Added state saving and loading to nltool.
couriersud
2017-02-15
4
-26
/
+183
*
|
Move inline constructors from header to cpp. (nw)
couriersud
2017-02-15
2
-15
/
+33
*
|
dsk_dsk format: propagate CRC error flags
Sergey Svishchev
2017-02-13
1
-2
/
+6
*
|
Start adding save state support to nltool.
couriersud
2017-02-13
1
-0
/
+24
*
|
Add standalone VC2015 build file in src/lib/netlist/build
couriersud
2017-02-13
6
-0
/
+1095
*
|
Remove duplicate save states / Save state simplification. (nw)
couriersud
2017-02-13
4
-29
/
+12
*
|
Separate custom save states. (nw)
couriersud
2017-02-12
2
-7
/
+15
*
|
Optimize queue save state. (nw)
couriersud
2017-02-12
2
-14
/
+19
*
|
Remove emu.h from headers (nw)
Olivier Galibert
2017-02-11
1
-1
/
+0
*
|
Reorder include order to comply with best practices. (nw)
couriersud
2017-02-10
22
-52
/
+53
*
|
Make windows builds of nltool and nlwav understand unicode.
couriersud
2017-02-10
8
-117
/
+295
*
|
Make sure netlist includes are not found directly on include path.
couriersud
2017-02-10
139
-222
/
+229
|
/
*
Sync with upstream (nw)
Miodrag Milanovic
2017-02-05
3
-6
/
+19
*
Netlist: It is now possible to have multiple handlers per device ...
couriersud
2017-02-05
12
-116
/
+233
*
Fix 9322. (nw)
couriersud
2017-02-05
1
-22
/
+25
*
Add constexpr add noexcept. (nw)
couriersud
2017-02-05
4
-87
/
+105
*
Doxygen work. How the heck can one enforce a consistent device
couriersud
2017-02-05
5
-232
/
+114
*
Fix a bug in pstring.cpp causing crash if moved object is reused. (nw)
couriersud
2017-02-05
1
-7
/
+10
*
Some documentation work.
couriersud
2017-02-05
8
-26
/
+261
*
Avoid conflict with Apple C++ runtime header nl_types.h
Vas Crabb
2017-02-04
3
-9
/
+9
*
fix chd build (nw)
Vas Crabb
2017-02-02
1
-7
/
+7
[next]