mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
[MESS] fixed interface for ondra cassette (nw)
This commit is contained in:
parent
7422d10295
commit
1e68d547c3
@ -115,7 +115,7 @@ static const cassette_interface ondra_cassette_interface =
|
|||||||
cassette_default_formats,
|
cassette_default_formats,
|
||||||
NULL,
|
NULL,
|
||||||
(cassette_state)(CASSETTE_STOPPED | CASSETTE_MOTOR_ENABLED | CASSETTE_SPEAKER_ENABLED),
|
(cassette_state)(CASSETTE_STOPPED | CASSETTE_MOTOR_ENABLED | CASSETTE_SPEAKER_ENABLED),
|
||||||
"ondra",
|
"ondra_cass",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user