| Commit message (Expand) | Author | Age | Files | Lines |
| * | Detect array members that can't be replicated and manually register each item... |  Aaron Giles | 2021-04-19 | 6 | -17/+0 |
| * | Replace remaining STRUCT_MEMBER macros with proper structured saves. |  Aaron Giles | 2021-04-14 | 1 | -0/+6 |
| * | Convert STRUCT_MEMBERs into proper struct saves for devices/sound/* |  Aaron Giles | 2021-04-14 | 47 | -596/+893 |
| * | Add support for std::array and for custom types that map to integers/FP value... |  Aaron Giles | 2021-04-13 | 26 | -203/+294 |
| * | Add explicit unique_ptr/vector containers. Fix registration checks. Added mod... |  Aaron Giles | 2021-04-09 | 6 | -92/+125 |
| * | Mac 128/512/Plus/SE: Emulate the lowpass audio filter, and fix the volume con... |  Lord-Nightmare | 2021-04-05 | 2 | -13/+35 |
| * | ymfm: Better fix for wrong sounds in megadriv sor2; mark the system modified ... |  Aaron Giles | 2021-04-05 | 1 | -0/+3 |
| * | Revert "ymfm: Latch the multi-frequency state at key on. Fixes sor2 punch sou... |  Aaron Giles | 2021-04-05 | 2 | -19/+5 |
| * | ymfm: Latch the multi-frequency state at key on. Fixes sor2 punch sound on me... |  Aaron Giles | 2021-04-04 | 2 | -5/+19 |
| * | ymadpcm: Initialize ADPCM-A pans and instrument volume. Fixes some homebrew n... |  Aaron Giles | 2021-04-04 | 1 | -0/+5 |
| * | ymfm: Don't pre-mask status bits with the status mask; apply instead at time ... |  Aaron Giles | 2021-04-04 | 2 | -5/+5 |
| * | ymf278b: Fix ID register implementation; fixes several metro games that were ... |  Aaron Giles | 2021-04-04 | 1 | -14/+17 |
| * | spkrdev: fix regression with filtering |  hap | 2021-04-04 | 2 | -38/+28 |
| * | spkrdev: not authored by nicola, introduced in MESS 0.36r1 |  hap | 2021-04-04 | 6 | -25/+24 |
| * | ymfm: Fix OPL3 output channels and waveform mask in compatibility mode. |  Aaron Giles | 2021-04-02 | 1 | -6/+6 |
| * | More friendly behavior when OPLL writes are performed out of range. |  Aaron Giles | 2021-04-02 | 1 | -1/+7 |
| * | New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ... |  Aaron Giles | 2021-04-02 | 38 | -10737/+4991 |
| * | rf5c68: update stream before writing to wave ram |  hap | 2021-04-02 | 2 | -10/+8 |
| * | multipcm: retrigger after writing to sample register if key is on (YMF278 als... |  hap | 2021-04-01 | 4 | -29/+38 |
| * | srcclean in preparation for release |  Vas Crabb | 2021-03-28 | 9 | -36/+36 |
| * | awacs: Add init/save for a couple of missed variables |  Olivier Galibert | 2021-03-26 | 1 | -0/+4 |
| * | Turn off VERBOSE |  Aaron Giles | 2021-03-25 | 1 | -1/+1 |
| * | awacs: remove leftovers |  Olivier Galibert | 2021-03-24 | 1 | -31/+0 |
| * | awacs: Rewrite |  Olivier Galibert | 2021-03-24 | 2 | -84/+290 |
| * | asc.cpp: add IMPERFECT_SOUND flag to Apple Sound Chip for now. [R. Belmont] |  arbee | 2021-03-23 | 1 | -0/+2 |
| * | xt446: Use its real name |  Olivier Galibert | 2021-03-22 | 2 | -27/+27 |
| * | keyboardmania: Interface with the mu100 |  Olivier Galibert | 2021-03-21 | 2 | -0/+140 |
| * | ymfm: Backport active channel detection to help improve performance. Further ... |  Aaron Giles | 2021-03-21 | 2 | -0/+38 |
| * | wc90: Fix ADPCM sound |  Aaron Giles | 2021-03-18 | 2 | -5/+7 |
| * | ym2610: remove FM output boost to match previous volume better. |  Aaron Giles | 2021-03-17 | 1 | -2/+0 |
| * | ym2608: Remove FM output boost. Matches previous core's volume better. |  Aaron Giles | 2021-03-17 | 1 | -2/+0 |
| * | If volume is low, don't erase output, just leave it alone. Fixes missing soun... |  Aaron Giles | 2021-03-15 | 1 | -4/+1 |
| * | pmac6100: Move it to a new driver |  Olivier Galibert | 2021-03-12 | 1 | -1/+6 |
| * | -firebeat.cpp: Added support for beatmania III FDD and spectrum analyzer. (#7... |  987123879113 | 2021-03-11 | 1 | -6/+38 |
| * | ymfm: Improve LFO noise behavior. Add logging (under verbose) when LFO noise ... |  Aaron Giles | 2021-03-03 | 2 | -42/+57 |
| * | ymfm: Also explicitly sync writes to the mode register to ensure timer contro... |  Aaron Giles | 2021-03-02 | 2 | -14/+34 |
| * | Schedule all interrupt changes via timers to ensure proper ordering. Fixes th... |  Aaron Giles | 2021-03-02 | 2 | -4/+25 |
| * | Revert "Fix YM synchronization in Seibu sound device." |  Aaron Giles | 2021-03-02 | 2 | -12/+0 |
| * | Fix YM synchronization in Seibu sound device. |  Aaron Giles | 2021-03-02 | 2 | -0/+12 |
| * | Fix ADPCM-B processing logic. Force external mode on for YM2610. Fixes neogeo... |  Aaron Giles | 2021-02-28 | 3 | -15/+12 |
| * | New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) |  Aaron Giles | 2021-02-27 | 26 | -9774/+5291 |
| * | x1_010: Clamp output samples to within range |  AJR | 2021-02-25 | 1 | -2/+8 |
| * | Refactored Seta sound, adding preliminary ST0032 sound support. (#7800) |  cam900 | 2021-02-23 | 4 | -281/+532 |
| * | sound/cdda.cpp: Return LBA position as currently playing LBA. (#7811) |  987123879113 | 2021-02-23 | 1 | -1/+1 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 3 | -51/+46 |
| * | grobda: Eliminate DAC and allow the 15XX custom to play the speech sample |  AJR | 2021-02-11 | 1 | -28/+35 |
| * | sound/rf5c400.cpp: Fixed looping, and implemented position readback. (#7699) |  987123879113 | 2021-01-24 | 2 | -17/+75 |
| * | srcclean in preparation for branching release |  Vas Crabb | 2021-01-24 | 2 | -44/+44 |
| * | Much more core std::string_view modernization |  AJR | 2021-01-20 | 1 | -0/+1 |
| * | -Improved accuracy of System 573's digital I/O audio emulation. (#7664) |  987123879113 | 2021-01-16 | 2 | -128/+251 |