diff options
author | Ian C <ianc@noddybox.co.uk> | 2024-11-30 07:53:44 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2024-11-30 07:53:44 +0000 |
commit | 2e82a0eb6e13f209a2a4492dc348c9d4f8509753 (patch) | |
tree | 08cc69b152f6413f3bfb8884bafe2003ff9006fd /src/output.h | |
parent | c086f055ef676ca96e948340386cb04725916db3 (diff) |
Removed CBM TAP output. Couldn't find enough documentation and we already
have PRG output for those platforms, plut T64.
Diffstat (limited to 'src/output.h')
-rw-r--r-- | src/output.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/output.h b/src/output.h index 527e044..90cda5c 100644 --- a/src/output.h +++ b/src/output.h @@ -42,7 +42,6 @@ #include "cpcout.h" #include "prgout.h" #include "hexout.h" -#include "cbmtapout.h" /* ---------------------------------------- INTERFACES */ |