From bbecd3b886f054f65ae97f552fa507237a4143d3 Mon Sep 17 00:00:00 2001 From: Nathan Woods Date: Sat, 22 Mar 2008 22:26:25 +0000 Subject: MESS-specific: Interim change in the process of changing over to MAME's device system --- src/emu/uimenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3