| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update recently modified files to new APIs |  Aaron Giles | 2021-08-13 | 3 | -15/+17 |
| * | Merge branch 'master' into time-experiments |  Aaron Giles | 2021-08-13 | 77 | -16230/+3421 |
| |\ |
|
| | * | srcclean for 0.234 branch |  Vas Crabb | 2021-07-25 | 1 | -3/+3 |
| | * | swp30: Start implementing something remotely looking like envelopes |  Olivier Galibert | 2021-07-23 | 3 | -89/+215 |
| | * | Fixed a few doco strings. |  Robbbert | 2021-07-10 | 1 | -1/+1 |
| | * | flt_rc.cpp: Rename the filter types to be more consistent with regards to beh... |  Lord-Nightmare | 2021-07-05 | 2 | -12/+13 |
| | * | ymfm: Remove dead code in MAME interface. Remove ay8910.h include from ymfm_m... |  Aaron Giles | 2021-07-04 | 1 | -177/+6 |
| | * | ymfm: Save busy end time. Fixes MT08018 |  Aaron Giles | 2021-07-04 | 1 | -0/+3 |
| | * | Add a differentiator bandpass filter primitive to flt_biquad.cpp. [Lord Night... |  Lord-Nightmare | 2021-07-04 | 2 | -3/+66 |
| | * | c140: c219 has less voice regs, don't call c140_r |  hap | 2021-06-09 | 1 | -1/+6 |
| | * | c140: correct offset range when reading keyon status [dink] |  hap | 2021-06-09 | 1 | -1/+3 |
| | * | c140: fix regression with namcos2 assault engine noise |  hap | 2021-06-05 | 2 | -10/+6 |
| | * | ym2154: Decode real sample data, which is ulaw-ish. |  Aaron Giles | 2021-06-05 | 1 | -5/+13 |
| | * | ymfm: Sync with upstream: |  Aaron Giles | 2021-06-01 | 2 | -6/+6 |
| | * | ympsr60: Fix BBD connections and behavior, use the cv callback to control the... |  Aaron Giles | 2021-05-31 | 1 | -1/+1 |
| | * | bbd: Fix out of bounds accesses. |  Aaron Giles | 2021-05-31 | 1 | -1/+1 |
| | * | bbd: Add support for a continuously-varying frequency to avoid abusing the so... |  Aaron Giles | 2021-05-31 | 2 | -11/+70 |
| | * | es5503: bits 0 and 6 are always high for this register (#8121) |  tim lindner | 2021-05-31 | 1 | -1/+1 |
| | * | ympsr60: Fleshed out the PSR60/PSR70 drivers |  Aaron Giles | 2021-05-31 | 6 | -0/+666 |
| | * | votrax: Tell the device's parent when the IRQ line is lowered. Improves Type ... |  arbee | 2021-05-30 | 1 | -0/+1 |
| | * | ymfm: Improve OPQ behavior for timers and register access. Add YM3533 device ... |  Aaron Giles | 2021-05-23 | 2 | -6/+34 |
| | * | srcclean for release |  Vas Crabb | 2021-05-23 | 1 | -1/+1 |
| | * | ymfm: Sync with latest, add complete YMF278B support (#8090) |  Aaron Giles | 2021-05-22 | 7 | -1238/+151 |
| | * | Fix c6280 volume envelope shape (#8087) |  Leonardo Demartino (Delek) | 2021-05-21 | 1 | -2/+2 |
| | * | c140.cpp: add sample status readback, fixes engine sound in suzuka 8 hours, f... |  Angelo Salese | 2021-05-20 | 2 | -0/+20 |
| | * | ymfm: Switch to internal SSG for YM2203/2608/2610. Clean up code to determine... |  Aaron Giles | 2021-05-15 | 1 | -14/+14 |
| | * | ymfm: Refactor new FM engine into a 3rdparty library (#8046) |  Aaron Giles | 2021-05-14 | 37 | -8933/+1652 |
| | * | spkrdev: change device description, it's not 1bit |  hap | 2021-05-03 | 1 | -5/+5 |
| | * | srcclean in preparation for branching release |  Vas Crabb | 2021-04-25 | 12 | -35/+35 |
| | * | ymfm: Check for decay->sustain transitions even if we just transitioned from ... |  Aaron Giles | 2021-04-21 | 1 | -2/+8 |
| | * | twinspri: Fix missing samples by masking the ADPCM-A end address properly. |  Aaron Giles | 2021-04-20 | 2 | -26/+68 |
| | * | swp30: Make the stream synchronous, add dummy-ish internal register read, mor... |  Olivier Galibert | 2021-04-12 | 2 | -107/+165 |
| | * | ymadpcm: Fix coverity issue, document differences between YM2608/10 and Y8950... |  Aaron Giles | 2021-04-09 | 2 | -4/+7 |
| | * | 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 |