From c7b0b280339064ab1b673ab7767d0318b2e9b72a Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 29 Nov 2020 19:31:22 +0100 Subject: 7-segment display is now drawn --- emu/emul.h | 1 + 1 file changed, 1 insertion(+) (limited to 'emu/emul.h') diff --git a/emu/emul.h b/emu/emul.h index 6945143..a0e6b5f 100644 --- a/emu/emul.h +++ b/emu/emul.h @@ -33,6 +33,7 @@ typedef struct emul_t { bool gui; int width; int height; + bool debug; #ifdef WITH_GUI SDL_Window *window; SDL_Renderer *renderer; -- cgit v1.2.3-54-g00ecf