From 94fc3f8077caebfb2f3aa71dfdb2ccadb3ea2734 Mon Sep 17 00:00:00 2001 From: Jorj Bauer Date: Sun, 28 Jun 2020 08:29:05 -0400 Subject: [PATCH] add missing abstraction headers --- apple/woz.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apple/woz.h b/apple/woz.h index edc2276..5a84418 100644 --- a/apple/woz.h +++ b/apple/woz.h @@ -76,8 +76,11 @@ class Woz { bool decodeWozTrackToDsk(uint8_t phystrack, uint8_t subtype, uint8_t sectorData[256*16]); bool writeWozFile(const char *filename, uint8_t subtype); + bool writeWozFile(int fd, uint8_t subtype); bool writeDskFile(const char *filename, uint8_t subtype); + bool writeDskFile(int fd, uint8_t subtype); bool writeNibFile(const char *filename); + bool writeNibFile(int fd); uint8_t fakeBit();