moa/emulator
transistor 2d6044084d Modified how frames are updated
It turns out to not be too much of a performance issue to allocate
a new frame each time one is produced, so to reduce lock contention
I added a queue where frames are added to and taken from without
locking the frame for the whole update.  I'm hoping this will give
more flexibility to frontend implementations, which can simply
skip or repeat frames if needed.
2022-10-01 12:12:25 -07:00
..
core Modified how frames are updated 2022-10-01 12:12:25 -07:00
cpus Fixed regression when fixing interrupt handling in 68k 2022-09-29 20:21:00 -07:00
frontends Modified how frames are updated 2022-10-01 12:12:25 -07:00
peripherals Major reorganization into crates 2022-09-24 23:14:03 -07:00
systems Modified how frames are updated 2022-10-01 12:12:25 -07:00