Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dnamcoio.cpp159 save_item(NAME(m_lastcoins)); in device_start()
201 toggled = val ^ m_lastcoins; in handle_coins()
202 m_lastcoins = val; in handle_coins()
H A Dnamcoio.h45 int32_t m_lastcoins, m_lastbuttons; variable
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dnamcoio.cpp159 save_item(NAME(m_lastcoins)); in device_start()
201 toggled = val ^ m_lastcoins; in handle_coins()
202 m_lastcoins = val; in handle_coins()
H A Dnamcoio.h45 int32_t m_lastcoins, m_lastbuttons; variable