Disassembler implemented.
This commit is contained in:
3
main.cpp
3
main.cpp
@@ -60,7 +60,8 @@ int main(int argc, char** argv) {
|
||||
anykey = true;
|
||||
just_pressed = sdlEvent.key.keysym.scancode;
|
||||
if (sdlEvent.key.keysym.scancode == SDL_SCANCODE_ESCAPE) { should_quit = true; }
|
||||
if (sdlEvent.key.keysym.scancode == SDL_SCANCODE_RETURN) { vm_big_step(); debug_update(); }
|
||||
if (sdlEvent.key.keysym.scancode == SDL_SCANCODE_F10) { vm_big_step(); debug_update(); }
|
||||
if (sdlEvent.key.keysym.scancode == SDL_SCANCODE_F11) { vm_step(); debug_update(); }
|
||||
}
|
||||
}
|
||||
//vm_step();
|
||||
|
||||
Reference in New Issue
Block a user