Home
last modified time | relevance | path

Searched refs:m_portselect (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dldv1000.cpp118 m_portselect(0), in pioneer_ldv1000_device()
182 m_portselect = 0; in device_reset()
366 m_portselect = data; in z80_decoder_display_port_w()
374 if (m_portselect < 2) in z80_decoder_display_port_w()
375 m_display[m_portselect][m_dispindex++ % 20] = data & 0x3f; in z80_decoder_display_port_w()
392 if (m_portselect == 4) in z80_decoder_display_port_r()
H A Dldv1000.h118 uint8_t m_portselect; /* selection of which port to access */ in DECLARE_DEVICE_TYPE() local
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dldv1000.cpp118 m_portselect(0), in pioneer_ldv1000_device()
182 m_portselect = 0; in device_reset()
366 m_portselect = data; in z80_decoder_display_port_w()
374 if (m_portselect < 2) in z80_decoder_display_port_w()
375 m_display[m_portselect][m_dispindex++ % 20] = data & 0x3f; in z80_decoder_display_port_w()
392 if (m_portselect == 4) in z80_decoder_display_port_r()
H A Dldv1000.h118 uint8_t m_portselect; /* selection of which port to access */ in DECLARE_DEVICE_TYPE() local
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dfromance.cpp185 m_portselect = data; in fromance_portselect_w()
193 if (m_portselect & 0x01) in fromance_keymatrix_r()
195 if (m_portselect & 0x02) in fromance_keymatrix_r()
197 if (m_portselect & 0x04) in fromance_keymatrix_r()
199 if (m_portselect & 0x08) in fromance_keymatrix_r()
201 if (m_portselect & 0x10) in fromance_keymatrix_r()
873 save_item(NAME(m_portselect)); in MACHINE_START_MEMBER()
884 m_portselect = 0; in MACHINE_RESET_MEMBER()
H A Dfromanc2.cpp49 m_portselect = data; in portselect_w()
56 switch (m_portselect) in keymatrix_r()
63 logerror("PC:%08X unknown %02X\n", m_maincpu->pc(), m_portselect); in keymatrix_r()
472 save_item(NAME(m_portselect)); in MACHINE_START_MEMBER()
498 m_portselect = 0; in machine_reset()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dfromance.cpp185 m_portselect = data; in fromance_portselect_w()
193 if (m_portselect & 0x01) in fromance_keymatrix_r()
195 if (m_portselect & 0x02) in fromance_keymatrix_r()
197 if (m_portselect & 0x04) in fromance_keymatrix_r()
199 if (m_portselect & 0x08) in fromance_keymatrix_r()
201 if (m_portselect & 0x10) in fromance_keymatrix_r()
873 save_item(NAME(m_portselect)); in MACHINE_START_MEMBER()
884 m_portselect = 0; in MACHINE_RESET_MEMBER()
H A Dfromanc2.cpp49 m_portselect = data; in portselect_w()
56 switch (m_portselect) in keymatrix_r()
63 logerror("PC:%08X unknown %02X\n", m_maincpu->pc(), m_portselect); in keymatrix_r()
472 save_item(NAME(m_portselect)); in MACHINE_START_MEMBER()
498 m_portselect = 0; in machine_reset()
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dfromance.h97 uint8_t m_portselect; variable
H A Dfromanc2.h54 int m_portselect; variable
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dfromance.h97 uint8_t m_portselect; variable
H A Dfromanc2.h54 int m_portselect; variable