Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Day31015.h23 void set_auto_rdav(bool auto_rdav) { m_auto_rdav = auto_rdav; } in set_auto_rdav()
154 bool m_auto_rdav; // true if RDAV (pin 18) is tied to RDE (pin 4) variable
H A Day31015.cpp131 m_auto_rdav(false) in ay31015_device()
727 if (m_auto_rdav && !machine().side_effects_disabled()) in receive()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Day31015.h23 void set_auto_rdav(bool auto_rdav) { m_auto_rdav = auto_rdav; } in set_auto_rdav()
154 bool m_auto_rdav; // true if RDAV (pin 18) is tied to RDE (pin 4) variable
H A Day31015.cpp131 m_auto_rdav(false) in ay31015_device()
727 if (m_auto_rdav && !machine().side_effects_disabled()) in receive()