diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-04-06 23:37:07 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-04-06 23:37:07 +0100 |
commit | d99a9070450157dd8fc3e5d6ad5172af4cc0be59 (patch) | |
tree | 55d0b494d0ea1d1df8df08fe9f95495a5b7acc98 /src/t64out.h | |
parent | fdef5d70c1890c7970f31061184a73e699ccd9fb (diff) |
Added ZX81 output driver
Diffstat (limited to 'src/t64out.h')
-rw-r--r-- | src/t64out.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/t64out.h b/src/t64out.h index 2743d0e..b4c5103 100644 --- a/src/t64out.h +++ b/src/t64out.h @@ -43,7 +43,7 @@ CommandStatus T64OutputSetOption(int opt, int argc, char *argv[], size_t error_size); -/* Spectrum TAP output of assembly. Returns TRUE if OK, FALSE for failure. +/* C64 T64 tape output of assembly. Returns TRUE if OK, FALSE for failure. */ int T64Output(const char *filename, const char *filename_bank, MemoryBank **bank, int count, |