Home
last modified time | relevance | path

Searched refs:m_array_recall (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dx2201.cpp51 , m_array_recall(false) in x2201_device()
71 save_item(NAME(m_array_recall)); in device_start()
168 m_array_recall = !state; in WRITE_LINE_MEMBER()
179 if (m_cs && !state && !m_array_recall) in WRITE_LINE_MEMBER()
182 m_array_recall = !state; in WRITE_LINE_MEMBER()
H A Dx2212.cpp38 , m_array_recall(false) in x2212_device()
55 save_item(NAME(m_array_recall)); in device_start()
177 if (state != 0 && !m_array_recall) in recall()
179 m_array_recall = (state != 0); in recall()
H A Dx2201.h68 bool m_array_recall; variable
H A Dx2212.h74 bool m_array_recall; variable
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dx2201.cpp51 , m_array_recall(false) in x2201_device()
71 save_item(NAME(m_array_recall)); in device_start()
168 m_array_recall = !state; in WRITE_LINE_MEMBER()
179 if (m_cs && !state && !m_array_recall) in WRITE_LINE_MEMBER()
182 m_array_recall = !state; in WRITE_LINE_MEMBER()
H A Dx2212.cpp38 , m_array_recall(false) in x2212_device()
55 save_item(NAME(m_array_recall)); in device_start()
177 if (state != 0 && !m_array_recall) in recall()
179 m_array_recall = (state != 0); in recall()
H A Dx2201.h68 bool m_array_recall; variable
H A Dx2212.h74 bool m_array_recall; variable