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
/
devices
/
sound
Commit message (
Expand
)
Author
Age
Files
Lines
*
-cdplay: Created branch for experimental cd-player driver. [Ryan Holtz]
cdplay
Ryan Holtz
2020-05-01
2
-8
/
+10
*
srcclean and manual cleanup (nw)
Vas Crabb
2020-04-26
3
-15
/
+15
*
pokey, ym2151: Modernize struct saving (nw)
AJR
2020-04-21
2
-54
/
+46
*
Document DISCRETE_FILTER1 and DISCRETE_FILTER2 better (#6551)
Frank Palazzolo
2020-04-14
1
-18
/
+78
*
With permission from Dirk Best, apply 3-clause BSD license to common devices ...
Vas Crabb
2020-04-13
4
-8
/
+8
*
ks0164: Make some noise. Someone get me a GM sample rom please? [O. Galibert]
Olivier Galibert
2020-04-12
2
-3
/
+118
*
rolandpcm: Use actual part number; double input clock; add callback for futur...
AJR
2020-04-10
2
-14
/
+41
*
-vgm_visualizer: Added more spectrogram visualization modes. [Ryan Holtz]
Ryan Holtz
2020-04-08
2
-66
/
+202
*
Merge tag 'mame0220' into mainline-master
Vas Crabb
2020-04-06
1
-2
/
+2
|
\
|
*
more random cleanup (nw)
Vas Crabb
2020-04-04
1
-2
/
+2
*
|
fix compile (nw)
arbee
2020-04-04
1
-1
/
+1
*
|
Split S-SMP and S-DSP implement in snes_snd.cpp (#6417)
cam900
2020-04-04
2
-0
/
+1196
*
|
okim6258.cpp: fixed crashes in debug builds in the devnoclear branch (nw)
Ivan Vangelista
2020-04-02
1
-0
/
+1
*
|
vgm_visualizer.cpp: C++14's non-inline constexpr variables are problematic, p...
AJR
2020-03-30
1
-0
/
+2
*
|
-vgmplay: Fixed DC offset issue, and added more visualization modes. [Ryan Ho...
mooglyguy
2020-03-30
2
-63
/
+213
*
|
-vgmplay: Added multiple spectrogram visualization modes. [Ryan Holtz]
mooglyguy
2020-03-28
2
-7
/
+62
*
|
ym2151: Add YM2414 as alias (no attempt at emulating distinctive features at ...
AJR
2020-03-26
2
-0
/
+20
|
/
*
srcclean (nw)
Vas Crabb
2020-03-22
2
-11
/
+11
*
refix prev (nw)
MetalliC
2020-03-20
1
-1
/
+1
*
segac2.cpp: fix ribbit random jumps back to 1st round
MetalliC
2020-03-20
2
-1
/
+4
*
sn76496: Fixed ready_r handling.
Michael Zapf
2020-03-17
1
-0
/
+2
*
ks0164: Z is set on bset/bclr (nw)
Olivier Galibert
2020-03-16
1
-1
/
+1
*
add Roland PCM sound emulation for CM-32P
Valley Bell
2020-03-15
2
-0
/
+437
*
ks0164: Connect the mpu (nw)
Olivier Galibert
2020-03-15
2
-1
/
+119
*
ks0164.cpp : Correct description (nw)
cam900
2020-03-15
1
-2
/
+2
*
ks0164: Add timer at a random frequency (nw)
Olivier Galibert
2020-03-15
2
-1
/
+23
*
Bad cpu bug (nw)
Olivier Galibert
2020-03-14
2
-0
/
+32
*
ks1064: Store the voice registers (nw)
Olivier Galibert
2020-03-14
2
-1
/
+52
*
ks0164: Turn it into a device (nw)
Olivier Galibert
2020-03-14
2
-0
/
+188
*
k005289.cpp: fixed regression I caused in nemesis.cpp games (nw)
Ivan Vangelista
2020-03-13
2
-4
/
+4
*
devices/sound: more handler simplification (nw)
Ivan Vangelista
2020-03-12
63
-249
/
+248
*
Woops (nw)
Olivier Galibert
2020-03-11
1
-1
/
+1
*
src/devices: simplified some handlers (nw)
Ivan Vangelista
2020-03-11
15
-45
/
+44
*
ks0164 disassembler work (nw)
Olivier Galibert
2020-03-11
1
-1
/
+1
*
(nw) Cleanup on the way:
Vas Crabb
2020-03-10
1
-5
/
+5
*
(nw) It helps if you're using the same data types in both places (VGM
Vas Crabb
2020-03-07
2
-37
/
+37
*
ym2151: Add YM2164 variant and emulate some known differences
AJR
2020-03-04
2
-4
/
+65
*
Maintenance:
Vas Crabb
2020-03-04
3
-1290
/
+4
*
Merge pull request #6364 from cam900/x1_010_freq
ajrhacker
2020-03-02
2
-84
/
+84
|
\
|
*
x1_010.cpp : Accurate frequency calculation, Minor cleanups
cam900
2020-02-26
2
-84
/
+84
*
|
vgm_visualizer: Build fixes (nw)
AJR
2020-03-01
1
-1
/
+1
*
|
-vgmplay: Added a visualizer. [Ryan Holtz, Justin Frankel]
MooglyGuy
2020-03-01
4
-0
/
+1860
|
/
*
srcclean and manual adjustments (nw)
Vas Crabb
2020-02-23
1
-68
/
+68
*
New working machines
hap
2020-02-19
1
-1
/
+1
*
MM5837: Documented frequency by supply voltage. [Couriersud]
couriersud
2020-02-16
1
-0
/
+70
*
ics2115.cpp : Calculated sample rate related to clock, Activated osc numbers,...
cam900
2020-02-13
2
-1
/
+12
*
Merge pull request #6272 from cam900/ymf271_release
ajrhacker
2020-02-07
1
-3
/
+3
|
\
|
*
ymf271.cpp : Correct envelope release time
cam900
2020-02-08
1
-3
/
+3
*
|
ymf278b.cpp : Fix output rate and clock divider of FM part, Fix mixing behavior
cam900
2020-02-08
4
-32
/
+33
|
/
*
doh (nw)
smf-
2020-02-06
1
-3
/
+3
[next]