Searched refs:m_genpc (Results 1 – 10 of 10) sorted by relevance
/dports/emulators/mess/mame-mame0226/src/devices/cpu/capricorn/ |
H A D | capricorn.cpp | 211 debugger_instruction_hook(m_genpc); in execute_run() 312 m_genpc = read_u16(REG_PC | GP_REG_MASK); in fetch() 313 start_mem_burst(m_genpc , false); in fetch() 314 return m_cache.read_byte(m_genpc); in fetch() 319 m_genpc = read_u16(REG_PC | GP_REG_MASK); in offset_pc() 320 m_genpc += offset; in offset_pc() 321 write_u16(REG_PC | GP_REG_MASK, m_genpc); in offset_pc() 326 m_genpc = read_u16(vector); in vector_to_pc() 395 ea_addr_t res = m_genpc; in get_ea_lit_imm() 414 ea_addr_t res = read_u16(m_genpc); in get_ea_lit_dir() [all …]
|
H A D | capricorn.h | 71 uint16_t m_genpc; // PC variable
|
/dports/emulators/mame/mame-mame0226/src/devices/cpu/capricorn/ |
H A D | capricorn.cpp | 211 debugger_instruction_hook(m_genpc); in execute_run() 312 m_genpc = read_u16(REG_PC | GP_REG_MASK); in fetch() 313 start_mem_burst(m_genpc , false); in fetch() 314 return m_cache.read_byte(m_genpc); in fetch() 319 m_genpc = read_u16(REG_PC | GP_REG_MASK); in offset_pc() 320 m_genpc += offset; in offset_pc() 321 write_u16(REG_PC | GP_REG_MASK, m_genpc); in offset_pc() 326 m_genpc = read_u16(vector); in vector_to_pc() 395 ea_addr_t res = m_genpc; in get_ea_lit_imm() 414 ea_addr_t res = read_u16(m_genpc); in get_ea_lit_dir() [all …]
|
H A D | capricorn.h | 71 uint16_t m_genpc; // PC variable
|
/dports/emulators/mess/mame-mame0226/src/devices/cpu/hphybrid/ |
H A D | hphybrid.cpp | 208 state_add(STATE_GENPC, "GENPC", m_genpc).noshow(); in device_start() 209 state_add(STATE_GENPCBASE, "CURPC", m_genpc).noshow(); in device_start() 284 debugger_instruction_hook(m_genpc); in execute_run() 328 logerror("hp_hybrid: unknown opcode %04x @ %06x\n" , opcode , m_genpc); in execute_one() 1192 m_genpc = add_mae(AEC_CASE_A , m_reg_P); in fetch() 1193 return fetch_at(m_genpc); in fetch() 1317 logerror("H pre-empted L @ %06x\n" , m_genpc); in check_for_interrupts()
|
H A D | hphybrid.h | 191 uint32_t m_genpc; // Full PC variable
|
/dports/emulators/mame/mame-mame0226/src/devices/cpu/hphybrid/ |
H A D | hphybrid.cpp | 208 state_add(STATE_GENPC, "GENPC", m_genpc).noshow(); in device_start() 209 state_add(STATE_GENPCBASE, "CURPC", m_genpc).noshow(); in device_start() 284 debugger_instruction_hook(m_genpc); in execute_run() 328 logerror("hp_hybrid: unknown opcode %04x @ %06x\n" , opcode , m_genpc); in execute_one() 1192 m_genpc = add_mae(AEC_CASE_A , m_reg_P); in fetch() 1193 return fetch_at(m_genpc); in fetch() 1317 logerror("H pre-empted L @ %06x\n" , m_genpc); in check_for_interrupts()
|
H A D | hphybrid.h | 191 uint32_t m_genpc; // Full PC variable
|
/dports/emulators/mess/mame-mame0226/src/devices/cpu/apexc/ |
H A D | apexc.h | 83 uint32_t m_genpc; variable
|
/dports/emulators/mame/mame-mame0226/src/devices/cpu/apexc/ |
H A D | apexc.h | 83 uint32_t m_genpc; variable
|