[MESS] fixed interface for ondra cassette (nw)

This commit is contained in:
Oliver Stöneberg 2013-01-22 23:19:02 +00:00
parent 7422d10295
commit 1e68d547c3

View File

@ -115,7 +115,7 @@ static const cassette_interface ondra_cassette_interface =
cassette_default_formats,
NULL,
(cassette_state)(CASSETTE_STOPPED | CASSETTE_MOTOR_ENABLED | CASSETTE_SPEAKER_ENABLED),
"ondra",
"ondra_cass",
NULL
};