Finished CPU instructions and created ui window.
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
typedef struct {
|
||||
bool paused;
|
||||
bool running;
|
||||
bool die;
|
||||
u64 ticks;
|
||||
} emu_context;
|
||||
|
||||
|
Reference in New Issue
Block a user