diff options
author | Ian C <ianc@noddybox.co.uk> | 2024-08-04 18:23:47 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2024-08-04 18:23:47 +0100 |
commit | c086f055ef676ca96e948340386cb04725916db3 (patch) | |
tree | 6a7cda12d663d1027351d6d98c2d98bc0face5b2 /src/output.h | |
parent | 38f98a4d81042befe65fd84c33eeea806ecc5c86 (diff) |
Started adding CBM tape file support. Still the bulk of it to do, but
framework is there.
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 90cda5c..527e044 100644 --- a/src/output.h +++ b/src/output.h @@ -42,6 +42,7 @@ #include "cpcout.h" #include "prgout.h" #include "hexout.h" +#include "cbmtapout.h" /* ---------------------------------------- INTERFACES */ |