moa/emulator
transistor 0876d85626 Fixed giltching from audio frame assembly from queue
It wasn't copying the frame data from the sources to the output frame
correctly, and there was a small period of zeros at the start of the
frame.

I also converted to using a vec of tuples for the two channels to
make it easier to reason about, since some of the issues were related
to the differences sizes calculated from the clock based on the sample
rate
2022-10-08 16:17:17 -07:00
..
core Sort of working audio using queues 2022-10-08 13:26:17 -07:00
cpus Fixed regression when fixing interrupt handling in 68k 2022-09-29 20:21:00 -07:00
frontends Fixed giltching from audio frame assembly from queue 2022-10-08 16:17:17 -07:00
peripherals Sort of working audio using queues 2022-10-08 13:26:17 -07:00
systems Added mouse support, but it's not used yet 2022-10-02 20:39:02 -07:00