From 807265ed21396f4ae950d144513f02c828bc95d6 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 12 Jan 2016 12:00:56 +0100 Subject: put debug_view back in machine due to issues with QT (nw) --- src/osd/modules/debugger/debugint.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/osd/modules/debugger/debugint.cpp') diff --git a/src/osd/modules/debugger/debugint.cpp b/src/osd/modules/debugger/debugint.cpp index a43f3a7ede7..0f77f08f802 100644 --- a/src/osd/modules/debugger/debugint.cpp +++ b/src/osd/modules/debugger/debugint.cpp @@ -189,7 +189,7 @@ public: this->target = target; //dv->container = render_target_get_component_container(target, name, &pos); this->container = target->debug_alloc(); - this->view = machine.debugger().view().alloc_view(type, dview_update, this); + this->view = machine.debug_view().alloc_view(type, dview_update, this); this->type = type; this->m_machine = &machine; this->state = flags | VIEW_STATE_NEEDS_UPDATE | VIEW_STATE_VISIBLE; @@ -211,7 +211,7 @@ public: ~DView() { //this->target->debug_free(*this->container); - machine().debugger().view().free_view(*this->view); + machine().debug_view().free_view(*this->view); } running_machine &machine() const { assert(m_machine != nullptr); return *m_machine; } -- cgit v1.2.3