mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
(MESS) mz_cas.c: apparently, MZT is just another alias for MZF. (no whatsnew)
This commit is contained in:
parent
518b7ac708
commit
fdff3e28a5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user