diff options
Diffstat (limited to 'src/lib/formats/fmsx_cas.cpp')
| -rw-r--r-- | src/lib/formats/fmsx_cas.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/formats/fmsx_cas.cpp b/src/lib/formats/fmsx_cas.cpp index c7969b28eca..f0f5a62d06e 100644 --- a/src/lib/formats/fmsx_cas.cpp +++ b/src/lib/formats/fmsx_cas.cpp @@ -2,6 +2,7 @@ // copyright-holders:Sean Young #include "fmsx_cas.h" +#include "tzx_cas.h" #include <cstring> @@ -144,4 +145,5 @@ static const cassette_image::Format fmsx_cas_format = CASSETTE_FORMATLIST_START(fmsx_cassette_formats) CASSETTE_FORMAT(fmsx_cas_format) + CASSETTE_FORMAT(tsx_cassette_format) CASSETTE_FORMATLIST_END |
