moa/emulator/core/src
transistor 941c793523 Added pixel encoding, requested by frontend
The hope was that this would reduce the amount of copying and bit
shifting required by the frontend to get the data on screen, but
it doesn't seem to offer much advantage, surprisingly.  I'll leave
it in though.  There are a few other minor tweaks included here to
try to improve the performance a bit
2023-03-25 10:51:46 -07:00
..
host Added pixel encoding, requested by frontend 2023-03-25 10:51:46 -07:00
debugger.rs Fixed all clippy warnings 2023-03-05 20:19:49 -08:00
devices.rs Fixed all clippy warnings 2023-03-05 20:19:49 -08:00
error.rs Fixed all clippy warnings 2023-03-05 20:19:49 -08:00
interrupts.rs Fixed all clippy warnings 2023-03-05 20:19:49 -08:00
lib.rs Added log crate 2022-10-09 09:40:20 -07:00
memory.rs Fixed all clippy warnings 2023-03-05 20:19:49 -08:00
parser.rs Fixed all clippy warnings 2023-03-05 20:19:49 -08:00
signals.rs Fixed all clippy warnings 2023-03-05 20:19:49 -08:00
system.rs Added pixel encoding, requested by frontend 2023-03-25 10:51:46 -07:00
timers.rs Fixed all clippy warnings 2023-03-05 20:19:49 -08:00