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
*
netlist: Fix logging during object construction. (nw)
couriersud
2019-01-13
10
-60
/
+89
*
hpi_dsk.cpp: Resolve unused variable warnings (nw)
AJR
2019-01-13
1
-0
/
+2
*
Merge pull request #4501 from fulivi/hp9825_dev4
R. Belmont
2019-01-13
2
-19
/
+78
|
\
|
*
hp9825: added HLE of HP9885 floppy drive. Extended HPI format to
fulivi
2019-01-12
2
-19
/
+78
*
|
Make search not suck as badly (use algorithm derived from Jaro-Winkler simila...
Vas Crabb
2019-01-14
4
-76
/
+213
*
|
netlist: fix bug recently introduced and some refactoring. (nw)
couriersud
2019-01-13
2
-44
/
+39
*
|
netlist: Added && and || operators to preprocessor expressions. (nw)
couriersud
2019-01-13
2
-45
/
+30
*
|
Fix bug in GMRES solver. (nw)
couriersud
2019-01-13
1
-2
/
+2
*
|
Reenable LOG_STATS - issue fixed by smf 12 months ago is gone. (nw)
couriersud
2019-01-13
2
-10
/
+10
*
|
Replace ATTR_UNUSED by c++ template. (nw)
couriersud
2019-01-13
8
-16
/
+28
*
|
Improve dealing ownership in pstreams. (nw)
couriersud
2019-01-13
15
-104
/
+239
*
|
Move mainclock code from nl_base into header of nlid_system. (nw)
couriersud
2019-01-12
3
-42
/
+15
*
|
Removed most inlines not necessary ... (nw)
couriersud
2019-01-12
20
-76
/
+73
*
|
Fix clang-8 warnings. (nw)
couriersud
2019-01-11
27
-57
/
+60
|
/
*
Move NL_KEEP_STATISTICS from netlist_types to the individual use cases.
couriersud
2019-01-11
4
-28
/
+26
*
Fix clang error: extraneous template parameter list in template specializatio...
AJR
2019-01-10
1
-1
/
+0
*
Fix reset members. (nw)
couriersud
2019-01-10
3
-7
/
+7
*
Forgot this one. (nw)
couriersud
2019-01-10
1
-2
/
+3
*
5% performance improvement for breakout from a single device. (nw)
couriersud
2019-01-10
1
-19
/
+46
*
2018 -> 2019 changes (nw)
Stiletto
2019-01-10
2
-2
/
+2
*
Fix stuntcyc regression. (nw)
couriersud
2019-01-10
1
-2
/
+2
*
Refactoring and bug fixes. (nw)
couriersud
2019-01-10
10
-91
/
+147
*
Move information where it belongs ... into the drivers. (nw)
couriersud
2019-01-10
51
-146
/
+163
*
Improve type safety on string->numeric conversions. (nw)
couriersud
2019-01-10
18
-133
/
+197
*
C++ and minor performance optimizations. (nw)
couriersud
2019-01-09
6
-119
/
+99
*
Fixed tp1983 and 7497 and added 7497 dip version. (nw)
couriersud
2019-01-09
4
-24
/
+55
*
Rewrote 7497 device. (nw)
couriersud
2019-01-08
1
-83
/
+40
*
Fix netlist logs. (nw)
couriersud
2019-01-08
1
-1
/
+1
*
Fix clang build [-Wc++11-narrowing] (nw)
AJR
2019-01-07
2
-2
/
+2
*
Merge pull request #4482 from peterferrie/master
R. Belmont
2019-01-07
1
-1
/
+1
|
\
|
*
fix MSVC (llvm toolset) compile (nw)
Peter Ferrie
2019-01-06
1
-1
/
+1
*
|
Merge pull request #4487 from shattered/_1c5572b0c3
R. Belmont
2019-01-07
7
-2
/
+252
|
\
\
|
*
|
netlist wip: 7474, 7497, test driver
Sergey Svishchev
2019-01-07
7
-2
/
+252
*
|
|
Fix reset order for nets. (nw)
couriersud
2019-01-07
1
-9
/
+7
*
|
|
Fix reported crash. (nw)
couriersud
2019-01-07
1
-2
/
+5
*
|
|
add C++ standard library headers for things that are used (nw)
Vas Crabb
2019-01-07
3
-3
/
+8
|
|
/
|
/
|
*
|
Code maintenance and bug fixes. (nw)
couriersud
2019-01-07
7
-41
/
+26
*
|
Code maintenance. (nw)
couriersud
2019-01-07
2
-16
/
+15
*
|
Code maintenance and fix for "pure virtual call" error. (nw)
couriersud
2019-01-06
7
-28
/
+33
*
|
(nw) fixed compile error in netlist.
Robbbert
2019-01-07
1
-1
/
+1
*
|
More c++ alignment. pstring now behaves like std::string. (nw)
couriersud
2019-01-06
20
-341
/
+420
|
/
*
Add gitignore to src/lib/netlist. (nw)
couriersud
2019-01-02
2
-1
/
+6
*
Fixed a few missing #includes flagged by VS2019 beta, nw
mooglyguy
2018-12-30
1
-0
/
+1
*
(nw) So we're back to MSVC blowing up on non-trivial templates. Lovely.
Vas Crabb
2018-12-30
1
-3
/
+10
*
einstein: Software list items promoted to working: Theatre Europe
Dirk Best
2018-12-29
1
-1
/
+2
*
Start cleaning up palette configuration:
Vas Crabb
2018-12-29
1
-127
/
+113
*
Fix (unused) 3.5" head calc (nw)
arbee
2018-12-25
1
-1
/
+1
*
Fix (currently unused) 3.5" track calc for WOZ2 (nw)
arbee
2018-12-24
1
-1
/
+1
*
apple2: Support the new version 2 .WOZ images [R. Belmont]
arbee
2018-12-23
2
-14
/
+48
*
Fix compilation errors with -Og
Celelibi
2018-12-11
1
-1
/
+1
[next]