Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dmsx.cpp183 save_item(NAME(m_secondary_slot)); in driver_start()
193 int slot_secondary = (m_secondary_slot[slot_primary] >> (page * 2)) & 3; in device_post_load()
409 for (auto & elem : m_secondary_slot) in msx_memory_reset()
418 int slot_secondary = (m_secondary_slot[slot_primary] >> (page * 2)) & 3; in msx_memory_map_page()
447 m_secondary_slot[slot] = data; in msx_sec_slot_w()
460 return ~m_secondary_slot[slot]; in msx_sec_slot_r()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dmsx.cpp183 save_item(NAME(m_secondary_slot)); in driver_start()
193 int slot_secondary = (m_secondary_slot[slot_primary] >> (page * 2)) & 3; in device_post_load()
409 for (auto & elem : m_secondary_slot) in msx_memory_reset()
418 int slot_secondary = (m_secondary_slot[slot_primary] >> (page * 2)) & 3; in msx_memory_map_page()
447 m_secondary_slot[slot] = data; in msx_sec_slot_w()
460 return ~m_secondary_slot[slot]; in msx_sec_slot_r()
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dmsx.h72 m_secondary_slot[prim] = 0; in msx_state()
345 uint8_t m_secondary_slot[4]; variable
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dmsx.h72 m_secondary_slot[prim] = 0; in msx_state()
345 uint8_t m_secondary_slot[4]; variable