(MESS) mz_cas.c: apparently, MZT is just another alias for MZF. (no whatsnew)

This commit is contained in:
Miodrag Milanovic 2012-08-21 12:43:30 +00:00
parent 518b7ac708
commit fdff3e28a5

View File

@ -327,7 +327,7 @@ static casserr_t mz700_cas_load(cassette_image *cassette)
static const struct CassetteFormat mz700_cas_format =
{
"m12,mzf",
"m12,mzf,mzt",
mz700_cas_identify,
mz700_cas_load,
NULL