Finished CPU instructions and created ui window.

This commit is contained in:
2025-01-31 14:39:38 -07:00
parent 83c5a7cbe6
commit 9a6dc67c3e
12 changed files with 265 additions and 33 deletions

View File

@ -5,6 +5,7 @@
typedef struct {
bool paused;
bool running;
bool die;
u64 ticks;
} emu_context;