diff options
author | 2021-09-22 11:23:08 +0900 | |
---|---|---|
committer | 2021-09-21 22:23:08 -0400 | |
commit | 1d819e186abff50670ac2ac9d51ba896ff6c0d72 (patch) | |
tree | 46b7f7033a32598d9c00fcf449ca13087f0ca716 /src/lib/formats/sc3000_bit.cpp | |
parent | 45d893eaa55fd4db870642f406cba4a8cbac04b4 (diff) |
added tzx to the sc-3000 formats (#8592)
Diffstat (limited to 'src/lib/formats/sc3000_bit.cpp')
-rw-r--r-- | src/lib/formats/sc3000_bit.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/formats/sc3000_bit.cpp b/src/lib/formats/sc3000_bit.cpp index 1cf015f2b6d..6044d9eec50 100644 --- a/src/lib/formats/sc3000_bit.cpp +++ b/src/lib/formats/sc3000_bit.cpp @@ -9,6 +9,7 @@ *********************************************************************/ #include "sc3000_bit.h" +#include "tzx_cas.h" /*************************************************************************** @@ -98,4 +99,5 @@ const cassette_image::Format sc3000_bit_format = CASSETTE_FORMATLIST_START( sc3000_cassette_formats ) CASSETTE_FORMAT(sc3000_bit_format) + CASSETTE_FORMAT(tzx_cassette_format) CASSETTE_FORMATLIST_END |