| Commit message (Expand) | Author | Age | Files | Lines |
* | yamaha: new GEW7 and GEW12 machines, various GEW8/MultiPCM improvements (#11105) |  Devin Acker | 2023-04-22 | 1 | -630/+26 |
* | multipcm: Correct address bus width |  AJR | 2022-10-11 | 1 | -2/+2 |
* | multipcm: change which bit selects 12-bit samples, fixes MU-5 bad instruments... |  arbee | 2022-10-11 | 1 | -3/+4 |
* | dirom: added pre and post rom bank change callbacks and changed almost all us... |  hap | 2022-10-04 | 1 | -2/+3 |
* | rf5c68: update stream before writing to wave ram |  hap | 2021-04-02 | 1 | -5/+5 |
* | multipcm: retrigger after writing to sample register if key is on (YMF278 als... |  hap | 2021-04-01 | 1 | -25/+33 |
* | srcclean for 0.227 |  Vas Crabb | 2020-12-27 | 1 | -1/+1 |
* | multipcm: remove leftover logerror |  hap | 2020-11-16 | 1 | -6/+4 |
* | Fix multi32 broken by the memory changes |  Olivier Galibert | 2020-11-16 | 1 | -0/+1 |
* | multipcm.cpp: Corrected clock divider and clocks for users of YMW-258-F to ma... |  arbee | 2020-11-16 | 1 | -2/+2 |
* | multipcm: Found the real 12-bit format flag. [R. Belmont] |  arbee | 2020-11-08 | 1 | -2/+5 |
* | multipcm: fix the 12bits mode decoding, the trigger bit is incorrect though [... |  Olivier Galibert | 2020-11-08 | 1 | -14/+12 |
* | multipcm: fix endianness of word reads. Some 12-bit samples sound almost rea... |  arbee | 2020-11-08 | 1 | -6/+6 |
* | multipcm: ported 12-bit sample support from swp30, still needs work [R. Belmont] |  arbee | 2020-11-05 | 1 | -3/+45 |
* | -Got rid of most of the remaining problematic uses of make_unique_clear. |  Vas Crabb | 2020-09-30 | 1 | -1/+1 |
* | sound: Add a few new helpers to write_stream_view |  Aaron Giles | 2020-09-20 | 1 | -15/+2 |
* | la7a1045/lmc1992/mas3507d/mea8000/mos6560/mos6581/mos7360/msm5232/multipcm: u... |  Aaron Giles | 2020-09-19 | 1 | -19/+12 |
* | emu/save.cpp: Fix bad SFINAE trick breaking segapcm.cpp, fix saving attotime ... |  Vas Crabb | 2020-09-14 | 1 | -26/+26 |
* | multipcm.cpp: Work around template error introduced in 9b582574922cb7af1a9a31... |  AJR | 2020-09-13 | 1 | -10/+10 |
* | Significant internal changes to sound streams (#7169) |  Aaron Giles | 2020-09-13 | 1 | -3/+3 |
* | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 1 | -1/+1 |
* | devices/sound: more handler simplification (nw) |  Ivan Vangelista | 2020-03-12 | 1 | -2/+2 |
* | Added wrapper for using STRUCT_MEMBER with an indeterminate length array |  Vas Crabb | 2019-12-09 | 1 | -13/+13 |
* | -multipcm: Added optional compile-time sample logging. [Ryan Holtz] |  mooglyguy | 2019-11-23 | 1 | -0/+37 |
* | multipcm: Build fix, again (nw) |  AJR | 2019-09-17 | 1 | -3/+1 |
* | multipcm: Saner pointer allocation (nw) |  AJR | 2019-09-16 | 1 | -2/+0 |
* | multipcm: Fix crash on exit (nw) |  AJR | 2019-09-12 | 1 | -2/+2 |
* | multipcm: Eliminate auto_alloc (nw) |  AJR | 2019-09-11 | 1 | -107/+107 |
* | update and fix various comments (nw) |  Lord-Nightmare | 2018-09-13 | 1 | -4/+4 |
* | multipcm notes (nw) |  Lord-Nightmare | 2018-04-08 | 1 | -1/+2 |
* | Move Multipcm bank schemes to DEVICE_ADDRESS_MAP (#3113) |  cam900 | 2018-01-25 | 1 | -26/+21 |
* | multipcm.cpp: avoid unnecessary initialization - also fixes division by zero ... |  Oliver Stöneberg | 2018-01-06 | 1 | -1/+1 |
* | multipcm: confirmed as Yamaha YMW-258-F. [any, R. Belmont] |  arbee | 2017-07-27 | 1 | -5/+4 |
* | explicit sizes for enums used in save states - one should always do this to m... |  Vas Crabb | 2017-07-16 | 1 | -9/+9 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -8/+8 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+1 |
* | Remove device_config_complete from numerous devices that don't really need it... |  AJR | 2017-02-09 | 1 | -10/+0 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -61/+61 |
* | okim6295: Directly use set_rom_bank [O. Galibert] |  Olivier Galibert | 2016-09-06 | 1 | -0/+10 |
* | Make multipcm cache sample data on keyon, nw |  therealmogminer@gmail.com | 2016-08-18 | 1 | -23/+33 |
* | Added YM2203, YM3526, AY-3-8910, NES APU, DMG APU, K053260, and MultiPCM to v... |  therealmogminer@gmail.com | 2016-08-18 | 1 | -35/+18 |
* | dirom: device_rom_interface for sound chips with rom/memory map alternative [... |  Olivier Galibert | 2016-08-15 | 1 | -23/+3 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
* | clang-modernize part 3 |  Miodrag Milanovic | 2015-12-04 | 1 | -15/+15 |
* | Cleanups and version bumpmame0168 |  Miodrag Milanovic | 2015-11-25 | 1 | -16/+16 |
* | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+756 |