From a395d7bf01456620806ae521878a60bdad8dc6e5 Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 4 May 2016 13:48:43 +0100 Subject: First pass at SNES ROM output. Still to do: * ROM type * ROM checksums --- src/output.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/output.h') diff --git a/src/output.h b/src/output.h index 1069fed..b894e88 100644 --- a/src/output.h +++ b/src/output.h @@ -36,6 +36,7 @@ #include "t64out.h" #include "zx81out.h" #include "gbout.h" +#include "snesout.h" /* ---------------------------------------- INTERFACES */ -- cgit v1.2.3