summaryrefslogtreecommitdiff
path: root/emu/emul.h
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-11-29 19:31:22 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-11-29 19:31:22 +0100
commitc7b0b280339064ab1b673ab7767d0318b2e9b72a (patch)
treeb597ee3f3c36db401eccb5bca5e8d7f8a8db8485 /emu/emul.h
parentaca930d803177cb6ea8ebadd77b6ef09ab2b5b49 (diff)
download6502-c7b0b280339064ab1b673ab7767d0318b2e9b72a.tar.gz
6502-c7b0b280339064ab1b673ab7767d0318b2e9b72a.tar.bz2
7-segment display is now drawn
Diffstat (limited to 'emu/emul.h')
-rw-r--r--emu/emul.h1
1 files changed, 1 insertions, 0 deletions
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;