Home
last modified time | relevance | path

Searched refs:current_device_stack (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/emu/
H A Dmconfig.cpp25 class machine_config::current_device_stack class in machine_config
28 current_device_stack(current_device_stack const &) = delete;
29current_device_stack(machine_config &host) : m_host(host), m_device(host.m_current_device) { m_hos… in current_device_stack() function in machine_config::current_device_stack
30 ~current_device_stack() { assert(!m_host.m_current_device); m_host.m_current_device = m_device; } in ~current_device_stack()
313 current_device_stack const context(*this); in add_device()
339 current_device_stack const context(*this); in replace_device()
H A Dmconfig.h230 class current_device_stack;
/dports/emulators/mame/mame-mame0226/src/emu/
H A Dmconfig.cpp25 class machine_config::current_device_stack class in machine_config
28 current_device_stack(current_device_stack const &) = delete;
29current_device_stack(machine_config &host) : m_host(host), m_device(host.m_current_device) { m_hos… in current_device_stack() function in machine_config::current_device_stack
30 ~current_device_stack() { assert(!m_host.m_current_device); m_host.m_current_device = m_device; } in ~current_device_stack()
313 current_device_stack const context(*this); in add_device()
339 current_device_stack const context(*this); in replace_device()
H A Dmconfig.h230 class current_device_stack;