summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Nathan Woods <npwoods@mess.org>2008-03-22 22:26:25 +0000
committer Nathan Woods <npwoods@mess.org>2008-03-22 22:26:25 +0000
commitbbecd3b886f054f65ae97f552fa507237a4143d3 (patch)
tree63aca1e5af1d16303a59211709b1d74622f0942b
parent55c9a000bf22665859716a2221ed4586c2ef7ee8 (diff)
MESS-specific: Interim change in the process of changing over to MAME's device
system
-rw-r--r--src/emu/uimenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/uimenu.c b/src/emu/uimenu.c
index 06dfc28e609..91511dbc754 100644
--- a/src/emu/uimenu.c
+++ b/src/emu/uimenu.c
@@ -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 */