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
Commit message (
Expand
)
Author
Age
Files
Lines
*
srcclean (nw)
Vas Crabb
2019-07-28
4
-23
/
+23
*
-aviio: Added functionality to read RGB24 and YUV420p uncompressed video fram...
mooglyguy
2019-07-21
2
-15
/
+137
*
tzx_cas.cpp: Fix pulses on Standard Data blocks
AmatCoder
2019-07-14
1
-17
/
+3
*
Merge pull request #5316 from AmatCoder/AmatCoder-dsk_dsk-1
R. Belmont
2019-07-06
1
-1
/
+25
|
\
|
*
dsk_dsk.cpp: Surpass some copy-protected tracks
AmatCoder
2019-07-06
1
-1
/
+25
*
|
Merge pull request #5317 from AmatCoder/AmatCoder-tzx_cas-1
R. Belmont
2019-07-06
1
-2
/
+8
|
\
\
|
*
|
tzx_cas.cpp: Fix memory leak (nw)
AmatCoder
2019-07-06
1
-2
/
+8
|
|
/
*
|
Merge pull request #5303 from shattered/_430d642ac2
ajrhacker
2019-07-04
8
-0
/
+596
|
\
\
|
*
|
agat: basic emulation of agat9 (video, apple compat mode, LLE floppy)
Sergey Svishchev
2019-07-02
8
-0
/
+596
|
|
/
*
/
(nw) uef : added baudrate detection for atom. Needs much more to be done.
Robbbert
2019-07-04
1
-26
/
+47
|
/
*
tzx_cass.cpp: Fix loading of Generalized Data blocks
AmatCoder
2019-06-30
1
-6
/
+5
*
txz_cass.cpp: Adding 1 ms. pause to ensure that the last edge is properly fin...
AmatCoder
2019-06-26
1
-9
/
+15
*
revert tzx_cas changes from 0.202, they break things
DavidHaywood
2019-06-17
1
-6
/
+2
*
ap2_dsk: only save 40 tracks if the disk originally had that many [R. Belmont]
arbee
2019-06-09
2
-3
/
+8
*
Apple II dsk 35 to 40 track
zzemu-cn
2019-06-09
2
-16
/
+18
*
imgtool: MT 6693 wip, solves mess_hd issue (nw)
Sergey Svishchev
2019-06-02
1
-0
/
+1
*
clean up some stuff (nw)
Vas Crabb
2019-05-30
2
-12
/
+7
*
srcclean (nw)
Vas Crabb
2019-05-26
5
-83
/
+83
*
netlist: GCC 9 fixes (nw)
arbee
2019-05-16
2
-5
/
+5
*
netlist: array -> std::array (nw)
couriersud
2019-05-12
2
-2
/
+6
*
netlist: remove base_dummy class and fix CD4020 VCC/VDD.
couriersud
2019-05-11
6
-38
/
+18
*
netlist: Fix cmos power pins and gcc-9 error.
couriersud
2019-05-06
9
-41
/
+57
*
netlist: improve readability (nw)
couriersud
2019-05-06
1
-5
/
+9
*
netlist: fix pedantic clang warnings. (nw)
couriersud
2019-05-01
2
-6
/
+7
*
netlist: add more defines to nltool -v --version output
couriersud
2019-05-01
4
-41
/
+36
*
netlist: provide example for state in truthtable.
couriersud
2019-05-01
6
-1
/
+110
*
netlist: move things where they belong (nw)
couriersud
2019-04-29
3
-39
/
+34
*
netlist: fix include order and logging queue stats (nw)
couriersud
2019-04-28
3
-24
/
+25
*
netlist: only print queue stats if they are enabled.
couriersud
2019-04-28
1
-6
/
+9
*
netlist: code maintenance
Couriersud
2019-04-28
6
-35
/
+42
*
flopimh.h: uncluttered global name space as per Vas suggestion
Joakim Larsson Edstrom
2019-04-26
1
-3
/
+3
*
Fix OS-9 disk writing bug (#4925)
tim lindner
2019-04-26
3
-39
/
+160
*
plib: don't assume constructors will only throw things derived from std::exce...
Vas Crabb
2019-04-24
2
-2
/
+2
*
netlist: Fix the 7448 mess.
couriersud
2019-04-23
6
-87
/
+153
*
netlist: Protect defines with ifdefs ...
couriersud
2019-04-23
3
-3
/
+58
*
netlist: fix validation errors. (nw)
couriersud
2019-04-23
1
-3
/
+10
*
netlist: fix exception handling and uninitialized var. (nw)
couriersud
2019-04-22
4
-4
/
+4
*
Fix clang build. (nw)
couriersud
2019-04-22
1
-0
/
+8
*
netlist/plib: Fix memory leak when exception is thrown in constructor.
couriersud
2019-04-22
2
-2
/
+28
*
netlist: Fix MT06827.
couriersud
2019-04-22
11
-27
/
+40
*
netlist: fix some error/warnings. (nw)
couriersud
2019-04-22
4
-74
/
+84
*
netlist: minor optimization. (nw)
couriersud
2019-04-22
2
-7
/
+10
*
netlist: runtime performance statistics on demand.
couriersud
2019-04-22
9
-67
/
+131
*
netlist: lint and pedantic warning fixes. (nw)
couriersud
2019-04-22
7
-10
/
+16
*
netlist: Add more validations and fix issues identified.
couriersud
2019-04-21
9
-90
/
+122
*
Merge pull request #4911 from AmatCoder/AmatCoder-tzx_cas-1
R. Belmont
2019-04-21
1
-4
/
+6
|
\
|
*
tzx_cas.cpp: Apply 1ms pause only on data blocks
AmatCoder
2019-04-21
1
-4
/
+6
*
|
netlist: use A,B,C,... for packaged components.
couriersud
2019-04-21
10
-571
/
+577
*
|
netlist: bug fixes and nltool validation.
couriersud
2019-04-21
6
-99
/
+169
*
|
netlist: Add power terminals to most logic devices.
couriersud
2019-04-21
78
-977
/
+1258
[next]