Home
last modified time | relevance | path

Searched refs:m_io_dsw0 (Results 1 – 20 of 20) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dpmd85.h39 , m_io_dsw0(*this, "DSW0") in pmd85_state()
148 optional_ioport m_io_dsw0; variable
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dpmd85.h39 , m_io_dsw0(*this, "DSW0") in pmd85_state()
148 optional_ioport m_io_dsw0; variable
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dgp_1.cpp44 , m_io_dsw0(*this, "DSW0") in gp_1_state()
79 required_ioport m_io_dsw0; member in gp_1_state
302 return m_io_dsw0->read(); in DEF_STR()
H A Dmrgame.cpp63 , m_io_dsw0(*this, "DSW0") in mrgame_state()
134 required_ioport m_io_dsw0; member in mrgame_state
259 return m_io_dsw0->read() | ((uint8_t)m_ack1 << 5) | ((uint8_t)m_ack2 << 4); in DEF_STR()
H A Dgp_2.cpp52 , m_io_dsw0(*this, "DSW0") in gp_2_state()
83 required_ioport m_io_dsw0; member in gp_2_state
485 return m_io_dsw0->read(); in DEF_STR()
H A Dst_mp100.cpp35 , m_io_dsw0(*this, "DSW0") in st_mp100_state()
86 required_ioport m_io_dsw0; member in st_mp100_state
579 data |= m_io_dsw0->read(); in u10_b_r()
H A Dbyvid.cpp66 , m_io_dsw0(*this, "DSW0") in by133_state()
137 required_ioport m_io_dsw0; member in by133_state
660 data |= m_io_dsw0->read(); in u10_b_r()
H A Dst_mp200.cpp42 , m_io_dsw0(*this, "DSW0") in st_mp200_state()
102 required_ioport m_io_dsw0; member in st_mp200_state
428 data |= m_io_dsw0->read(); in u10_b_r()
H A Dby17.cpp42 , m_io_dsw0(*this, "DSW0") in by17_state()
93 required_ioport m_io_dsw0; member in by17_state
664 data |= m_io_dsw0->read(); in u10_b_r()
H A Dby35.cpp123 , m_io_dsw0(*this, "DSW0") in by35_state()
198 required_ioport m_io_dsw0; member in by35_state
1159 data |= m_io_dsw0->read(); in u10_b_r()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dgp_1.cpp44 , m_io_dsw0(*this, "DSW0") in gp_1_state()
79 required_ioport m_io_dsw0; member in gp_1_state
302 return m_io_dsw0->read(); in DEF_STR()
H A Dmrgame.cpp63 , m_io_dsw0(*this, "DSW0") in mrgame_state()
134 required_ioport m_io_dsw0; member in mrgame_state
259 return m_io_dsw0->read() | ((uint8_t)m_ack1 << 5) | ((uint8_t)m_ack2 << 4); in DEF_STR()
H A Dgp_2.cpp52 , m_io_dsw0(*this, "DSW0") in gp_2_state()
83 required_ioport m_io_dsw0; member in gp_2_state
485 return m_io_dsw0->read(); in DEF_STR()
H A Dst_mp100.cpp35 , m_io_dsw0(*this, "DSW0") in st_mp100_state()
86 required_ioport m_io_dsw0; member in st_mp100_state
579 data |= m_io_dsw0->read(); in u10_b_r()
H A Dbyvid.cpp66 , m_io_dsw0(*this, "DSW0") in by133_state()
137 required_ioport m_io_dsw0; member in by133_state
660 data |= m_io_dsw0->read(); in u10_b_r()
H A Dst_mp200.cpp42 , m_io_dsw0(*this, "DSW0") in st_mp200_state()
102 required_ioport m_io_dsw0; member in st_mp200_state
428 data |= m_io_dsw0->read(); in u10_b_r()
H A Dby17.cpp42 , m_io_dsw0(*this, "DSW0") in by17_state()
93 required_ioport m_io_dsw0; member in by17_state
664 data |= m_io_dsw0->read(); in u10_b_r()
H A Dby35.cpp123 , m_io_dsw0(*this, "DSW0") in by35_state()
198 required_ioport m_io_dsw0; member in by35_state
1159 data |= m_io_dsw0->read(); in u10_b_r()
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dpmd85.cpp640 if (!BIT(m_io_dsw0->read(), 1)) /* V.24 / Tape Switch */ in TIMER_CALLBACK_MEMBER()
770 m_rom_module_present = BIT(m_io_dsw0->read(), 0); in machine_reset()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dpmd85.cpp640 if (!BIT(m_io_dsw0->read(), 1)) /* V.24 / Tape Switch */ in TIMER_CALLBACK_MEMBER()
770 m_rom_module_present = BIT(m_io_dsw0->read(), 0); in machine_reset()