diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-05-04 13:48:43 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-05-04 13:48:43 +0100 |
commit | a395d7bf01456620806ae521878a60bdad8dc6e5 (patch) | |
tree | d32b5903d59029227c454ffbb9213cd017f22429 /src/output.h | |
parent | 9b4f1b54a5b340ae094d33c7ef0eff49b86af489 (diff) |
First pass at SNES ROM output.
Still to do:
* ROM type
* ROM checksums
Diffstat (limited to 'src/output.h')
-rw-r--r-- | src/output.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |