summaryrefslogtreecommitdiff
path: root/emu/7seg.h
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-11-25 20:35:13 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-11-25 20:35:13 +0100
commit394c9fbb6cc243e46b32aa9e7221b0e6cadd4c13 (patch)
tree2a6cf365b703be3cdb78045890f84e2a3aa5e74c /emu/7seg.h
parent6c3401b8a2ce7a2dfe21a253f840f286088b1921 (diff)
download6502-394c9fbb6cc243e46b32aa9e7221b0e6cadd4c13.tar.gz
6502-394c9fbb6cc243e46b32aa9e7221b0e6cadd4c13.tar.bz2
some work on emulator, also added gengetopt and cmake support for it
Diffstat (limited to 'emu/7seg.h')
-rw-r--r--emu/7seg.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/emu/7seg.h b/emu/7seg.h
new file mode 100644
index 0000000..c49a8a1
--- /dev/null
+++ b/emu/7seg.h
@@ -0,0 +1,12 @@
+#ifndef 7_SEG_H
+#define 7_SEG_H
+
+#ifdef WITH_GUI
+#include <SDL.h>
+#endif
+
+typedef struct 7seg_t
+{
+} 7seg_t;
+
+#endif