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
/
k053260.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
1
-474
/
+0
*
Ownership fix (nw)
Alex W. Jackson
2015-05-14
1
-1
/
+1
*
updated licenses for most of devices (nw)
Miodrag Milanovic
2015-05-14
1
-2
/
+2
*
Added dummy license headers for EMU section (nw)
Miodrag Milanovic
2015-05-07
1
-0
/
+2
*
Touching all the candy again: [Alex Jackson]
Alex W. Jackson
2014-11-17
1
-1
/
+1
*
Cleanups and version bump
mame0155
Miodrag Milanovic
2014-10-15
1
-2
/
+2
*
bleh, we save_item(bool) all over the place and using ints for bools is ugly ...
Alex W. Jackson
2014-10-14
1
-8
/
+8
*
Shouldn't use bool for save stated variables anyway; representation can vary ...
Alex W. Jackson
2014-10-13
1
-5
/
+5
*
MSVC compile fix
Michaël Banaan Ananas
2014-10-13
1
-1
/
+1
*
Rewrite k053260 sound device [Alex Jackson]
Alex W. Jackson
2014-10-06
1
-297
/
+354
*
k053260: delta PCM decoding rolls over instead of clipping; fixes MT#1007 [Al...
Alex W. Jackson
2014-10-01
1
-15
/
+10
*
fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn...
Oliver Stöneberg
2014-09-09
1
-1
/
+0
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
1
-2
/
+1
*
Some changes/corrections to device descriptions per Dev request (nw)
Scott Stone
2014-04-18
1
-2
/
+2
*
Some changes/corrections to device descriptions from MASH and Tafoid (nw)
Scott Stone
2014-04-17
1
-1
/
+1
*
k053260: converted to use inline config. nw.
Fabio Priuli
2014-04-11
1
-12
/
+6
*
Some changes/corrections to device descriptions from MASH and Tafoid (nw)
Scott Stone
2014-04-10
1
-1
/
+1
*
not used and should not be part of this device anyway (nw)
Miodrag Milanovic
2014-03-22
1
-4
/
+0
*
extended large amount of devices with shortname and source file data (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
Cleanups and version bump
mame0148u3
Miodrag Milanovic
2013-04-09
1
-7
/
+7
*
Modernized k053260 device. [Andrew Gardner]
Andrew Gardner
2013-03-23
1
-223
/
+176
*
output of new srcclean changes that are relatively small [smf]
smf-
2013-01-11
1
-4
/
+0
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-28
/
+26
*
Stop allocating arrays of UINT8s for the tokens, when
Aaron Giles
2012-09-18
1
-1
/
+1
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
1
-4
/
+2
*
Cleanup and some inheritance fixes (no whatsnew)
Miodrag Milanovic
2012-09-03
1
-26
/
+0
*
conversion of legacy devices into modern wip (no whatsnew)
Miodrag Milanovic
2012-09-03
1
-2
/
+49
*
Changed device->subregion to device->memregion. Moved
Aaron Giles
2012-04-20
1
-1
/
+1
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-1
/
+1
*
Delegates 2.0 implementation. Resdesigned how delegates work to make
Aaron Giles
2011-04-16
1
-1
/
+1
*
BIG update.
Aaron Giles
2011-03-29
1
-5
/
+5
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-13
/
+13
*
As promised, the bulk update of timer calls:
Aaron Giles
2011-02-06
1
-1
/
+1
*
Convert emu_timers to objects. Move implementation and management of
Aaron Giles
2011-02-06
1
-1
/
+1
*
Converted attotime to a class, with proper operators. Removed old
Aaron Giles
2011-02-03
1
-1
/
+1
*
C++-ified the sound and streams interfaces. Combined sound.c and streams.c
Aaron Giles
2011-01-27
1
-3
/
+2
*
Ok, last major rename for this round:
Aaron Giles
2011-01-01
1
-1
/
+1
*
running_device -> device_t
Aaron Giles
2010-12-31
1
-2
/
+2
*
Remove artificial SOUND_ prefix from sound device names.
Aaron Giles
2010-09-02
1
-1
/
+1
*
Cleanups and version bump.
mame0139u2
Aaron Giles
2010-08-30
1
-1
/
+1
*
03989: asterix and clones: Reload of state causes loss of audio [Phil Bennett]
Phil Bennett
2010-08-15
1
-29
/
+54
*
Split implementation for legacy devices into a separate macro. Updated all
Aaron Giles
2010-06-11
1
-0
/
+2
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-9
/
+7
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-3
/
+3
*
Cleanups and version bump.
Aaron Giles
2010-01-16
1
-2
/
+2
*
Added casting operators to the region_info class so you can assign
Aaron Giles
2010-01-16
1
-7
/
+5
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-3
/
+1
*
Cleaned up braces in the code so that they are properly balanced. [Atari Ace]
Aaron Giles
2009-12-28
1
-1
/
+1
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-1
/
+1
*
Sound cores compile cleanly.
Aaron Giles
2009-03-12
1
-2
/
+2
[next]