MESS-specific: Interim change in the process of changing over to MAME's device

system
This commit is contained in:
Nathan Woods 2008-03-22 22:26:25 +00:00
parent 55c9a000bf
commit bbecd3b886

View File

@ -822,7 +822,7 @@ do { \
#if HAS_WAVE #if HAS_WAVE
/* add tape control menu */ /* 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); ADD_MENU("Tape Control", menu_tape_control, 1);
#endif /* HAS_WAVE */ #endif /* HAS_WAVE */
#endif /* MESS */ #endif /* MESS */