From 34858842acf9a86a32003f7ed256192064a994ed Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Mon, 19 Jul 2021 18:26:09 +0100 Subject: Feature: Prepared SDL window for pixel drawing instruction --- emulator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'emulator.h') diff --git a/emulator.h b/emulator.h index cf1e81c..7a9c5ef 100644 --- a/emulator.h +++ b/emulator.h @@ -44,6 +44,7 @@ typedef struct typedef struct { volatile uint8_t is_on; + volatile uint8_t draw_flag; volatile uint8_t delay_timer; volatile uint8_t sound_timer; uint8_t display[64][32]; -- cgit 1.4.1