summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/multipcm.cpp
Commit message (Expand)AuthorAgeFilesLines
* yamaha: new GEW7 and GEW12 machines, various GEW8/MultiPCM improvements (#11105) Devin Acker2023-04-221-630/+26
* multipcm: Correct address bus width AJR2022-10-111-2/+2
* multipcm: change which bit selects 12-bit samples, fixes MU-5 bad instruments... arbee2022-10-111-3/+4
* dirom: added pre and post rom bank change callbacks and changed almost all us... hap2022-10-041-2/+3
* rf5c68: update stream before writing to wave ram hap2021-04-021-5/+5
* multipcm: retrigger after writing to sample register if key is on (YMF278 als... hap2021-04-011-25/+33
* srcclean for 0.227 Vas Crabb2020-12-271-1/+1
* multipcm: remove leftover logerror hap2020-11-161-6/+4
* Fix multi32 broken by the memory changes Olivier Galibert2020-11-161-0/+1
* multipcm.cpp: Corrected clock divider and clocks for users of YMW-258-F to ma... arbee2020-11-161-2/+2
* multipcm: Found the real 12-bit format flag. [R. Belmont] arbee2020-11-081-2/+5
* multipcm: fix the 12bits mode decoding, the trigger bit is incorrect though [... Olivier Galibert2020-11-081-14/+12
* multipcm: fix endianness of word reads. Some 12-bit samples sound almost rea... arbee2020-11-081-6/+6
* multipcm: ported 12-bit sample support from swp30, still needs work [R. Belmont] arbee2020-11-051-3/+45
* -Got rid of most of the remaining problematic uses of make_unique_clear. Vas Crabb2020-09-301-1/+1
* sound: Add a few new helpers to write_stream_view Aaron Giles2020-09-201-15/+2
* la7a1045/lmc1992/mas3507d/mea8000/mos6560/mos6581/mos7360/msm5232/multipcm: u... Aaron Giles2020-09-191-19/+12
* emu/save.cpp: Fix bad SFINAE trick breaking segapcm.cpp, fix saving attotime ... Vas Crabb2020-09-141-26/+26
* multipcm.cpp: Work around template error introduced in 9b582574922cb7af1a9a31... AJR2020-09-131-10/+10
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-3/+3
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-1/+1
* devices/sound: more handler simplification (nw) Ivan Vangelista2020-03-121-2/+2
* Added wrapper for using STRUCT_MEMBER with an indeterminate length array Vas Crabb2019-12-091-13/+13
* -multipcm: Added optional compile-time sample logging. [Ryan Holtz] mooglyguy2019-11-231-0/+37
* multipcm: Build fix, again (nw) AJR2019-09-171-3/+1
* multipcm: Saner pointer allocation (nw) AJR2019-09-161-2/+0
* multipcm: Fix crash on exit (nw) AJR2019-09-121-2/+2
* multipcm: Eliminate auto_alloc (nw) AJR2019-09-111-107/+107
* update and fix various comments (nw) Lord-Nightmare2018-09-131-4/+4
* multipcm notes (nw) Lord-Nightmare2018-04-081-1/+2
* Move Multipcm bank schemes to DEVICE_ADDRESS_MAP (#3113) cam9002018-01-251-26/+21
* multipcm.cpp: avoid unnecessary initialization - also fixes division by zero ... Oliver Stöneberg2018-01-061-1/+1
* multipcm: confirmed as Yamaha YMW-258-F. [any, R. Belmont] arbee2017-07-271-5/+4
* explicit sizes for enums used in save states - one should always do this to m... Vas Crabb2017-07-161-9/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-8/+8
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove device_config_complete from numerous devices that don't really need it... AJR2017-02-091-10/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-61/+61
* okim6295: Directly use set_rom_bank [O. Galibert] Olivier Galibert2016-09-061-0/+10
* Make multipcm cache sample data on keyon, nw therealmogminer@gmail.com2016-08-181-23/+33
* Added YM2203, YM3526, AY-3-8910, NES APU, DMG APU, K053260, and MultiPCM to v... therealmogminer@gmail.com2016-08-181-35/+18
* dirom: device_rom_interface for sound chips with rom/memory map alternative [... Olivier Galibert2016-08-151-23/+3
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* clang-modernize part 3 Miodrag Milanovic2015-12-041-15/+15
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-16/+16
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+756