| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add adjust_periodic() to persistent_timer. Update obvious situations where it... |  Aaron Giles | 2021-09-11 | 1 | -1/+1 |
| * | Merge branch 'master' into time-experiments2 |  Aaron Giles | 2021-08-14 | 1 | -24/+22 |
| |\ |
|
| | * | API cleanups and miscellaneous fixes. |  Vas Crabb | 2021-07-15 | 1 | -24/+22 |
| * | | Better fix for wavwrite length. |  Aaron Giles | 2021-06-07 | 1 | -11/+1 |
| * | | Remove stray printf |  Aaron Giles | 2021-06-07 | 1 | -1/+0 |
| * | | Add back the final snapshot after seconds-to-run. Add logic to nail the sound... |  Aaron Giles | 2021-06-07 | 1 | -1/+12 |
| * | | Merge branch 'master' into time-experiments2 |  Aaron Giles | 2021-04-23 | 1 | -1/+4 |
| |\| |
|
| | * | sound: Don't go down to the osd on redundant mute calls (like vgmplay's 44100... |  Olivier Galibert | 2021-04-16 | 1 | -1/+4 |
| * | | Fix logging. |  Aaron Giles | 2021-04-07 | 1 | -1/+1 |
| * | | Templatize the integer parameter for multiply/divide. Normalize return values... |  Aaron Giles | 2021-04-07 | 1 | -2/+2 |
| * | | Rename raw_subseconds() to frac(). Create initial cut at new attotime impleme... |  Aaron Giles | 2021-04-04 | 1 | -5/+5 |
| * | | Subseconds is now signed, +/-2 seconds, to more closely align with expected u... |  Aaron Giles | 2021-04-03 | 1 | -3/+3 |
| * | | Switch out attoseconds in favor of more abstract subseconds. Update everyone ... |  Aaron Giles | 2021-04-02 | 1 | -11/+11 |
| * | | Added stricter checks on allocation of device timers. Fixed several places th... |  Aaron Giles | 2021-03-27 | 1 | -2/+2 |
| * | | Small cleanups. Properly differentiate persistent_timer::init for device time... |  Aaron Giles | 2021-03-26 | 1 | -2/+2 |
| * | | Major timer object reshuffling. timer_expired_delegate wraps the various call... |  Aaron Giles | 2021-03-26 | 1 | -6/+4 |
| * | | Use the device-provided timer_alloc instead of reaching around to the schedul... |  Aaron Giles | 2021-03-25 | 1 | -1/+1 |
| * | | Made m_seconds and m_attoseconds private members to allow for future abstract... |  Aaron Giles | 2021-03-17 | 1 | -1/+1 |
| |/ |
|
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -4/+4 |
| * | More Lua interface cleanup - it's simpler with cleaner underlyng APIs. |  Vas Crabb | 2020-12-27 | 1 | -34/+24 |
| * | Eliminate many unnecessary c_str calls |  AJR | 2020-12-21 | 1 | -1/+1 |
| * | Fairly significant overhaul of Lua engine and some cleanup. |  Vas Crabb | 2020-11-25 | 1 | -7/+7 |
| * | sound: Fix bug where gain was doubly-applied in some cases. |  Aaron Giles | 2020-10-25 | 1 | -1/+1 |
| * | 07765: Sample rate now saved as part of the stream |  Aaron Giles | 2020-10-19 | 1 | -0/+1 |
| * | dac/volt_reg: improve performance (#7274) |  Aaron Giles | 2020-10-17 | 1 | -0/+1 |
| * | Complete sound modernization of remaining devices. Legacy callbacks and strea... |  Aaron Giles | 2020-09-28 | 1 | -86/+2 |
| * | Disable SOUND_DEBUG for non-debug builds, and srcclean |  Vas Crabb | 2020-09-27 | 1 | -1/+1 |
| * | sound: Fix assertion when loading save state from command line. |  Aaron Giles | 2020-09-24 | 1 | -2/+2 |
| * | sound: fix some crackling when upsampling |  Aaron Giles | 2020-09-20 | 1 | -1/+1 |
| * | sound: Fix asserts due to sample-rate ping-pong in esq5505 driver |  Aaron Giles | 2020-09-19 | 1 | -1/+8 |
| * | sound: Some optimizations for common cases |  Aaron Giles | 2020-09-17 | 1 | -29/+41 |
| * | Revert "sound: Improved view interfaces to match usage patterns" |  Aaron Giles | 2020-09-17 | 1 | -18/+23 |
| * | sound: Improved view interfaces to match usage patterns |  Aaron Giles | 2020-09-17 | 1 | -23/+18 |
| * | sound: Fix #7241, crash when restoring save state. |  Aaron Giles | 2020-09-15 | 1 | -0/+4 |
| * | sound: Fix edge case where pending sample rate matches output. |  Aaron Giles | 2020-09-14 | 1 | -3/+5 |
| * | sound: Drive updates more sensibly from the sound manager, fixing some asserts. |  Aaron Giles | 2020-09-14 | 1 | -8/+17 |
| * | Significant internal changes to sound streams (#7169) |  Aaron Giles | 2020-09-13 | 1 | -587/+1071 |
| * | emu: correct some file headers (nw) |  hap | 2020-06-19 | 1 | -1/+1 |
| * | disound.cpp, sound.cpp, speaker.cpp: Use fill_n and resize to zero memory ins... |  AJR | 2019-11-24 | 1 | -18/+12 |
| * | callback after sound update has generated new samples |  feos | 2019-09-24 | 1 | -0/+3 |
| * | Expose sound buffer and samplerate to luaengine (#5497) |  feos | 2019-08-17 | 1 | -4/+20 |
| * | -keyboard/a1200, changela, goldnpkr, m68705prg, mexico86, pipeline, pitnrun, ... |  mooglyguy | 2018-12-14 | 1 | -2/+2 |
| * | Fix setting sample rate back to zero & crash for synchronous streams when rat... |  smf- | 2018-07-29 | 1 | -16/+45 |
| * | Revert part of 20b5f5d0e6f73b9ce6fffa4fc5dbe3f2b83d2a27 |  Olivier Galibert | 2018-07-29 | 1 | -31/+8 |
| * | vgmplay: start all clocks at zero and reset all sound chips on a song change ... |  smf- | 2018-07-27 | 1 | -8/+31 |
| * | sound.cpp: Turn this check into an assert now that the caller should prevent ... |  AJR | 2018-05-15 | 1 | -3/+1 |
| * | sound.cpp: Perform the sanity check from a0137c10da45fe10e52f9debcf00b266f223... |  AJR | 2018-05-15 | 1 | -3/+3 |
| * | sound: If stream->update() is done going back in time (originating from |  Olivier Galibert | 2018-05-15 | 1 | -0/+3 |
| * | This causes huge changes in behaviour that can't be hand-waved away. |  Vas Crabb | 2018-01-13 | 1 | -13/+17 |
| * | New way to provide DAC reference inputs (nw) |  AJR | 2018-01-10 | 1 | -17/+13 |