From c086f055ef676ca96e948340386cb04725916db3 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 4 Aug 2024 18:23:47 +0100 Subject: Started adding CBM tape file support. Still the bulk of it to do, but framework is there. --- 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 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 */ -- cgit v1.2.3