aboutsummaryrefslogtreecommitdiff
path: root/src/output.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2016-04-06 23:37:07 +0100
committerIan C <ianc@noddybox.co.uk>2016-04-06 23:37:07 +0100
commitd99a9070450157dd8fc3e5d6ad5172af4cc0be59 (patch)
tree55d0b494d0ea1d1df8df08fe9f95495a5b7acc98 /src/output.h
parentfdef5d70c1890c7970f31061184a73e699ccd9fb (diff)
Added ZX81 output driver
Diffstat (limited to 'src/output.h')
-rw-r--r--src/output.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/output.h b/src/output.h
index cb0e5ca..8ea1c1d 100644
--- a/src/output.h
+++ b/src/output.h
@@ -29,6 +29,13 @@
#include "parse.h"
#include "cmd.h"
+/* Pull in the output drivers
+*/
+#include "rawout.h"
+#include "specout.h"
+#include "t64out.h"
+#include "zx81out.h"
+
/* ---------------------------------------- INTERFACES
*/