From 49f354d5449432d449dd22f8455776a8ca8f4842 Mon Sep 17 00:00:00 2001 From: AJR Date: Mon, 21 May 2018 01:10:24 -0400 Subject: Kludge some absolute tag lookups in the core that can't really be helped (nw) --- src/emu/debug/debugcmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu/debug/debugcmd.cpp') diff --git a/src/emu/debug/debugcmd.cpp b/src/emu/debug/debugcmd.cpp index 3b38f536ef4..c0ef82c8d36 100644 --- a/src/emu/debug/debugcmd.cpp +++ b/src/emu/debug/debugcmd.cpp @@ -441,7 +441,7 @@ bool debugger_commands::validate_cpu_parameter(const char *param, device_t *&res } /* first look for a tag match */ - result = m_machine.device(param); + result = m_machine.root_device().subdevice(param); if (result) return true; -- cgit v1.2.3