Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Ddecocass.cpp520 data = prom[256 * m_type2_d2_latch + m_type2_promaddr]; in decocass_type2_r()
521 …ine().time().as_string(6), m_maincpu->pcbase(), offset, data, 256 * m_type2_d2_latch + m_type2_pro… in decocass_type2_r()
564 m_type2_d2_latch = (data & 0x04) ? 1 : 0; in decocass_type2_w()
565 LOG(3,("PROM:%s D2:%d", m_type2_xx_latch ? "on" : "off", m_type2_d2_latch)); in decocass_type2_w()
1302 save_item(NAME(m_type2_d2_latch)); in machine_start()
1315 m_type2_d2_latch = 0; in machine_reset()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Ddecocass.cpp520 data = prom[256 * m_type2_d2_latch + m_type2_promaddr]; in decocass_type2_r()
521 …ine().time().as_string(6), m_maincpu->pcbase(), offset, data, 256 * m_type2_d2_latch + m_type2_pro… in decocass_type2_r()
564 m_type2_d2_latch = (data & 0x04) ? 1 : 0; in decocass_type2_w()
565 LOG(3,("PROM:%s D2:%d", m_type2_xx_latch ? "on" : "off", m_type2_d2_latch)); in decocass_type2_w()
1302 save_item(NAME(m_type2_d2_latch)); in machine_start()
1315 m_type2_d2_latch = 0; in machine_reset()
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Ddecocass.h304 int32_t m_type2_d2_latch; /* latched 8041-STATUS D2 value */ variable
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Ddecocass.h304 int32_t m_type2_d2_latch; /* latched 8041-STATUS D2 value */ variable