Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dpacman.h98 uint8_t m_maketrax_offset; variable
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dpacman.h98 uint8_t m_maketrax_offset; variable
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dpacman.cpp397 m_maketrax_offset = 0; in MACHINE_RESET_MEMBER()
580 m_maketrax_offset = 0; in maketrax_protection_w()
593 m_maketrax_offset++; in maketrax_protection_w()
595 if (m_maketrax_offset == 0x1e) in maketrax_protection_w()
596 m_maketrax_offset = 0; in maketrax_protection_w()
611 return protdata[m_maketrax_offset] | data; in maketrax_special_port2_r()
637 return protdata[m_maketrax_offset]; in maketrax_special_port3_r()
7369 save_item(NAME(m_maketrax_offset)); in CRC()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dpacman.cpp397 m_maketrax_offset = 0; in MACHINE_RESET_MEMBER()
580 m_maketrax_offset = 0; in maketrax_protection_w()
593 m_maketrax_offset++; in maketrax_protection_w()
595 if (m_maketrax_offset == 0x1e) in maketrax_protection_w()
596 m_maketrax_offset = 0; in maketrax_protection_w()
611 return protdata[m_maketrax_offset] | data; in maketrax_special_port2_r()
637 return protdata[m_maketrax_offset]; in maketrax_special_port3_r()
7369 save_item(NAME(m_maketrax_offset)); in CRC()