Home
last modified time | relevance | path

Searched refs:m_op64 (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/cpu/upd7810/
H A Dupd7810.cpp437 m_op64 = s_op64; in configure_ops()
464 m_op64 = s_op64; in configure_ops()
481 m_op64 = s_op64_7801; in configure_ops()
498 m_op64 = s_op64_78c05; in configure_ops()
520 m_op64 = s_op64_78c06; in configure_ops()
1934 cc = m_op64[OP2].cycles_skip; in execute_run()
1935 PC += m_op64[OP2].oplen - 2; in execute_run()
H A Dupd7810.h333 const struct opcode_s *m_op64; variable
H A Dupd7810_opcodes.cpp8910 m_icount -= m_op64[OP2].cycles; in PRE_64()
8911 handle_timers(m_op64[OP2].cycles); in PRE_64()
8912 (this->*m_op64[OP2].opfunc)(); in PRE_64()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/upd7810/
H A Dupd7810.cpp437 m_op64 = s_op64; in configure_ops()
464 m_op64 = s_op64; in configure_ops()
481 m_op64 = s_op64_7801; in configure_ops()
498 m_op64 = s_op64_78c05; in configure_ops()
520 m_op64 = s_op64_78c06; in configure_ops()
1934 cc = m_op64[OP2].cycles_skip; in execute_run()
1935 PC += m_op64[OP2].oplen - 2; in execute_run()
H A Dupd7810.h333 const struct opcode_s *m_op64; variable
H A Dupd7810_opcodes.cpp8910 m_icount -= m_op64[OP2].cycles; in PRE_64()
8911 handle_timers(m_op64[OP2].cycles); in PRE_64()
8912 (this->*m_op64[OP2].opfunc)(); in PRE_64()