[dev] lots of progress

Create main timer loop using an auxilliary thread.
This commit is contained in:
2024-03-02 13:00:57 +05:30
parent d1b0f03779
commit 2a4868c0c0
9 changed files with 192 additions and 26 deletions

6
src/device/mod.rs Normal file
View File

@@ -0,0 +1,6 @@
pub mod timer;
mod device;
mod sound;
mod cpu;
pub use device::*;