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
/
es5506.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
1
-1
/
+1
*
removed not needed parameter from stream_alloc (nw)
Miodrag Milanovic
2014-04-30
1
-2
/
+2
*
es550x_device: converted to devcb2 (nw)
Ivan Vangelista
2014-04-28
1
-78
/
+31
*
(MESS) kt76 updates: [R. Belmont, Guru]
R. Belmont
2014-04-06
1
-0
/
+5
*
Cleanups and version bump
mame0152
Miodrag Milanovic
2013-12-24
1
-5
/
+2
*
Modernized es5505/es5506 device. (nw)
Ivan Vangelista
2013-11-11
1
-626
/
+711
*
Added license tags to a few more files. Also converted many of OG's
Aaron Giles
2013-10-16
1
-0
/
+2
*
small DEVICE_RESET cleanups (nw)
Oliver Stöneberg
2013-08-03
1
-6
/
+0
*
Cleanups and version bump
mame0149u1
Miodrag Milanovic
2013-07-23
1
-1
/
+1
*
devlegcy.h usage cleanup (nw)
Oliver Stöneberg
2013-07-10
1
-0
/
+1
*
extended large amount of devices with shortname and source file data (nw)
Miodrag Milanovic
2013-06-21
1
-4
/
+4
*
es5510: Preliminary hookup to es5505/5506. Samples are passed through unchan...
R. Belmont
2013-06-14
1
-23
/
+48
*
Cleanups and version bump
mame0148u3
Miodrag Milanovic
2013-04-09
1
-3
/
+3
*
made some of sound devices use device callbacks instead of function callbacks...
Miodrag Milanovic
2013-03-29
1
-16
/
+16
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-402
/
+402
*
Stop allocating arrays of UINT8s for the tokens, when
Aaron Giles
2012-09-18
1
-2
/
+2
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
1
-4
/
+2
*
fix es5506 issue (no whatsnew)
Miodrag Milanovic
2012-09-10
1
-1
/
+1
*
Fixed inheritance (no whatsnew)
Miodrag Milanovic
2012-09-03
1
-77
/
+17
*
Cleanup and some inheritance fixes (no whatsnew)
Miodrag Milanovic
2012-09-03
1
-57
/
+8
*
conversion of legacy devices into modern wip (no whatsnew)
Miodrag Milanovic
2012-09-03
1
-3
/
+115
*
fixed some unread variable warnings reported by clang (no whatsnew)
Oliver Stöneberg
2012-08-09
1
-1
/
+1
*
stop spamming error.log
Michaël Banaan Ananas
2012-07-13
1
-5
/
+7
*
Removed es5505_set_channel_volume() hack (no whatsnew)
Phil Bennett
2012-06-02
1
-6
/
+0
*
es5505/6: actually use the ADC port read callback [R. Belmont]
R. Belmont
2012-05-27
1
-5
/
+6
*
Changed device->subregion to device->memregion. Moved
Aaron Giles
2012-04-20
1
-4
/
+4
*
Added per-channel volume control to ES5505/ES5506 sound chip, and hooked it u...
Angelo Salese
2011-11-06
1
-0
/
+5
*
"English doesn't borrow from other languages. English follows other languages...
Scott Stone
2011-08-23
1
-1
/
+1
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-2
/
+2
*
BIG update.
Aaron Giles
2011-03-29
1
-30
/
+30
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-33
/
+33
*
As promised, the bulk update of timer calls:
Aaron Giles
2011-02-06
1
-20
/
+20
*
C++-ified the sound and streams interfaces. Combined sound.c and streams.c
Aaron Giles
2011-01-27
1
-10
/
+9
*
Cleanups and version bump.
Aaron Giles
2011-01-01
1
-1
/
+1
*
Ok, last major rename for this round:
Aaron Giles
2011-01-01
1
-4
/
+4
*
running_device -> device_t
Aaron Giles
2010-12-31
1
-6
/
+6
*
Update the es5506.c driver with documentation on the capabilities of the Enso...
Brian Troha
2010-12-31
1
-5
/
+80
*
Remove artificial SOUND_ prefix from sound device names.
Aaron Giles
2010-09-02
1
-4
/
+4
*
Split implementation for legacy devices into a separate macro. Updated all
Aaron Giles
2010-06-11
1
-0
/
+3
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-9
/
+7
*
es5506.c: added save state to both ES5505 and ES5506 [Fabio Priuli]
Fabio Priuli
2010-02-20
1
-1
/
+42
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-8
/
+8
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-6
/
+1
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-7
/
+7
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-6
/
+6
*
Sound cores compile cleanly.
Aaron Giles
2009-03-12
1
-6
/
+6
*
Ok, this is The Big One.
Aaron Giles
2009-02-11
1
-202
/
+93
*
On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote:
Aaron Giles
2009-01-22
1
-4
/
+3
*
Sound cores no longer allocate their own tokens. Instead they return a new
Aaron Giles
2009-01-18
1
-11
/
+7
*
Removed redundant config parameter from SND_START.
Aaron Giles
2009-01-18
1
-2
/
+2
[next]