mirror of
https://github.com/holub/mame
synced 2025-06-22 12:28:33 +03:00
MESS-specific: Interim change in the process of changing over to MAME's device
system
This commit is contained in:
parent
55c9a000bf
commit
bbecd3b886
@ -822,7 +822,7 @@ do { \
|
||||
|
||||
#if HAS_WAVE
|
||||
/* add tape control menu */
|
||||
if (device_find(Machine->devices, IO_CASSETTE))
|
||||
if (device_find_from_machine(Machine, IO_CASSETTE))
|
||||
ADD_MENU("Tape Control", menu_tape_control, 1);
|
||||
#endif /* HAS_WAVE */
|
||||
#endif /* MESS */
|
||||
|
Loading…
Reference in New Issue
Block a user