Initial cpu and instruction parsing
This commit is contained in:
@ -9,4 +9,6 @@ typedef struct {
|
||||
} emu_context;
|
||||
|
||||
int emu_run(int, char**);
|
||||
emu_context *emu_get_context();
|
||||
emu_context *emu_get_context();
|
||||
|
||||
void emu_cycles(int cpu_cycles);
|
Reference in New Issue
Block a user