diff options
author | Ian C <ianc@noddybox.co.uk> | 2021-11-20 10:01:52 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2021-11-20 10:01:52 +0000 |
commit | 607668671eb6d10e7ca036df81b3f288bce57339 (patch) | |
tree | df5973eb6e5828aede9948bac0e6d728fdd82fdc /src/output.h | |
parent | 38e9dd313001142ae36254cc6c8ef79d369dc109 (diff) |
Added Intel HEX output handler
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 b63e3a0..90cda5c 100644 --- a/src/output.h +++ b/src/output.h @@ -41,6 +41,7 @@ #include "nesout.h" #include "cpcout.h" #include "prgout.h" +#include "hexout.h" /* ---------------------------------------- INTERFACES */ |