added tzx to the sc-3000 formats (#8592)

This commit is contained in:
Fabio DL 2021-09-22 11:23:08 +09:00 committed by GitHub
parent 45d893eaa5
commit 1d819e186a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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