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
/
emu
/
sound
Commit message (
Expand
)
Author
Age
Files
Lines
*
added save state to the remaining devices modernized by me in the past few da...
Fabio Priuli
2013-06-08
2
-1
/
+18
*
3rd time's the charm
Michaël Banaan Ananas
2013-06-07
1
-0
/
+10
*
clear some more core dependencies (nw)
Miodrag Milanovic
2013-06-06
1
-9
/
+0
*
typo
Michaël Banaan Ananas
2013-06-04
1
-1
/
+1
*
I keep forgetting to remove this include... nw.
Fabio Priuli
2013-06-04
1
-2
/
+0
*
modernized speaker device. [Fabio Priuli]
Fabio Priuli
2013-06-04
2
-202
/
+169
*
(note)
Michaël Banaan Ananas
2013-06-03
4
-14
/
+21
*
(nevermind)
Michaël Banaan Ananas
2013-06-02
1
-2
/
+0
*
correct ymf271 external memory handling
Michaël Banaan Ananas
2013-06-02
2
-35
/
+52
*
small fix with ext mem write (no game uses it tho)
Michaël Banaan Ananas
2013-06-02
1
-1
/
+3
*
disregard timer A upper bits after all (aka |= 0x300)
Michaël Banaan Ananas
2013-06-02
1
-6
/
+8
*
had to change 16bit pcm again after removing firebeat hack
Michaël Banaan Ananas
2013-06-02
1
-2
/
+2
*
Fix compile error regarding reordering variables (nw)
Scott Stone
2013-06-01
1
-1
/
+1
*
added readlatch (dummy read is documented by Yamaha)
Michaël Banaan Ananas
2013-06-01
2
-19
/
+23
*
accurate timer/irq emulation
Michaël Banaan Ananas
2013-06-01
2
-35
/
+36
*
"if( address < 0x800000)" was useless
Michaël Banaan Ananas
2013-06-01
1
-13
/
+9
*
get rid of timerA madness
Michaël Banaan Ananas
2013-06-01
1
-10
/
+4
*
addresses are 23-bit, and added alternate loop bit but can't find any game th...
Michaël Banaan Ananas
2013-06-01
2
-4
/
+12
*
sync stream before write
Michaël Banaan Ananas
2013-06-01
2
-6
/
+8
*
fix ymf278b irq regression
Michaël Banaan Ananas
2013-05-29
1
-4
/
+7
*
tms5220: minor wip, commented for now. (no whatsnew)
Jonathan Gevaryahu
2013-05-29
1
-0
/
+13
*
msm5205.c: modernized the device. [Fabio Priuli]
Fabio Priuli
2013-05-28
2
-233
/
+184
*
(MESS) minor improvements to pce save state reliability. not there yet + adde...
Fabio Priuli
2013-05-26
1
-0
/
+17
*
(MESS) sp0256: modernized the SP0256 Narrator Speech Processor sound device. ...
Fabio Priuli
2013-05-26
2
-421
/
+410
*
better safe than sowwy
Michaël Banaan Ananas
2013-05-23
1
-1
/
+4
*
fix irq timer regression
Michaël Banaan Ananas
2013-05-23
1
-1
/
+1
*
use device_post_load() instead of register_postload() (nw)
smf-
2013-05-22
2
-4
/
+2
*
Cleanups and version bump
mame0148u5
Miodrag Milanovic
2013-05-20
8
-16
/
+16
*
fixed memset size (nw)
smf-
2013-05-16
1
-2
/
+2
*
started to modernise TMS5110 [smf]
smf-
2013-05-16
2
-780
/
+582
*
file location update (nw)
Miodrag Milanovic
2013-05-15
1
-1
/
+1
*
modernised TMS5220 [smf]
smf-
2013-05-14
3
-2304
/
+677
*
modernised CDDA & discard buffered samples when starting to play to avoid aud...
smf-
2013-05-13
2
-227
/
+137
*
modernised YMF278B [smf]
smf-
2013-05-13
2
-412
/
+383
*
modernised YM2413 [smf]
smf-
2013-05-13
2
-124
/
+47
*
modernised YM3812 [smf]
smf-
2013-05-13
2
-125
/
+101
*
attempt at a better name for what this actually is. (nw)
smf-
2013-05-13
1
-1
/
+1
*
modernised the YMF262 [smf]
smf-
2013-05-12
2
-132
/
+93
*
modernised Y8950 [smf]
smf-
2013-05-12
2
-169
/
+164
*
removed unnecessary #includes (nw)
smf-
2013-05-12
5
-7
/
+1
*
standardised on #include format (nw)
smf-
2013-05-12
1
-1
/
+1
*
modernised the YM3526, which also required adding write lines to the 6502, 68...
smf-
2013-05-12
2
-126
/
+105
*
modernised YM2612/YM3438 [smf]
smf-
2013-05-12
2
-182
/
+97
*
simplified ay8910_start_ym now that all sound chips that use it are devices (nw)
smf-
2013-05-12
5
-11
/
+10
*
modernised the AY8910 [smf]
smf-
2013-05-12
2
-217
/
+84
*
(MESS) PlayStation: Improved save state behavior, but still needs work. (nw)
R. Belmont
2013-05-12
1
-36
/
+26
*
clears variables to avoid random crashing (nw)
smf-
2013-05-12
6
-27
/
+60
*
ym2612: temporarily limit table lookup ranges (nw)
R. Belmont
2013-05-11
1
-4
/
+4
*
a few changes for consistency (nw)
smf-
2013-05-11
2
-8
/
+7
*
modernised YM2203 [smf]
smf-
2013-05-11
2
-149
/
+146
[next]