Home
last modified time | relevance | path

Searched refs:mem_ltop (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/tilem/tilem-2.0/gui/
H A Ddisasmview.c202 addr = (*calc->hw.mem_ltop)(calc, POS_TO_ADDR(pos)); in pos_ltop()
278 dword pa = (*calc->hw.mem_ltop)(calc, addr); in find_bp_logical()
317 pa = (*calc->hw.mem_ltop)(calc, la); in find_bp_physical()
440 pc = (*calc->hw.mem_ltop)(calc, pc); in append_dasm_line()
H A Daddress.c236 *value = (*dbg->emu->calc->hw.mem_ltop)(dbg->emu->calc, *value); in tilem_prompt_address()
H A Dmemview.c243 return (*emu->calc->hw.mem_ltop)(emu->calc, a & 0xffff); in translate_addr()
H A Dmemmodel.c106 phys = (*calc->hw.mem_ltop)(calc, addr); in fill_cache_block()
H A Ddebugger.c74 phys = (*calc->hw.mem_ltop)(calc, addr & 0xffff); in read_mem_word()
76 phys = (*calc->hw.mem_ltop)(calc, (addr + 1) & 0xffff); in read_mem_word()
/dports/emulators/tilem/tilem-2.0/db/
H A Ddisasm.c1056 ibuf[i] = calc->mem[(*calc->hw.mem_ltop)(calc, a)]; in tilem_disasm_disassemble()
1072 ibuf[i] = calc->mem[(*calc->hw.mem_ltop)(calc, addr)]; in tilem_disasm_disassemble()
H A Dlisting.c261 dword pa = (*calc->hw.mem_ltop)(calc, addr & 0xffff); in getbyte()
/dports/emulators/tilem/tilem-2.0/emu/
H A Dtilem.h771 dword (*mem_ltop) (TilemCalc*, dword); member
H A Dz80.c721 addr = (*calc->hw.mem_ltop)(calc, addr); in check_mem_breakpoints()