diff options
Diffstat (limited to 'emulator.c')
-rw-r--r-- | emulator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulator.c b/emulator.c index ce607fe..87b6e81 100644 --- a/emulator.c +++ b/emulator.c @@ -124,6 +124,7 @@ int emulator_tick(Emulator* emulator) break; case 0xD: dbgprintf("DRAW!\n"); + emulator->draw_flag = 1; break; case 0xE: break; |