Home
last modified time | relevance | path

Searched refs:DSP_ReadMemory (Results 1 – 12 of 12) sorted by relevance

/dports/games/libretro-hatari/hatari-561c07e/src/falcon/
H A Ddsp.h50 extern Uint32 DSP_ReadMemory(Uint16 addr, char space, const char **mem_str);
H A Ddsp.c289 Uint32 DSP_ReadMemory(Uint16 address, char space_id, const char **mem_str) in DSP_ReadMemory() function
388 value = DSP_ReadMemory(mem, space, &mem_str); in DSP_DisasmMemory()
404 value = DSP_ReadMemory(mem, space, &mem_str); in DSP_DisasmMemory()
/dports/emulators/hatari/hatari-2.2.1/src/falcon/
H A Ddsp.h54 extern Uint32 DSP_ReadMemory(Uint16 addr, char space, const char **mem_str);
H A Ddsp.c360 Uint32 DSP_ReadMemory(Uint16 address, char space_id, const char **mem_str) in DSP_ReadMemory() function
459 value = DSP_ReadMemory(mem, space, &mem_str); in DSP_DisasmMemory()
475 value = DSP_ReadMemory(mem, space, &mem_str); in DSP_DisasmMemory()
/dports/games/libretro-hatari/hatari-561c07e/tests/debugger/
H A Dtest-dummies.c90 Uint32 DSP_ReadMemory(Uint16 addr, char space, const char **mem_str) in DSP_ReadMemory() function
/dports/emulators/hatari/hatari-2.2.1/tests/debugger/
H A Dtest-dummies.c141 Uint32 DSP_ReadMemory(Uint16 addr, char space, const char **mem_str) in DSP_ReadMemory() function
/dports/games/libretro-hatari/hatari-561c07e/src/debug/
H A Ddebugdsp.c380 opcode = DSP_ReadMemory(DSP_GetPC(), 'P', &dummy) & 0xFFFFFF; in DebugDsp_OpcodeType()
H A Dprofiledsp.c404 opcode = DSP_ReadMemory(prev_pc, 'P', &dummy) & 0xFFFFFF; in dsp_opcode_type()
H A Dbreakcond.c185 return DSP_ReadMemory(addr, bc_value->dsp_space, &dummy) & BITMASK(24); in BreakCond_ReadDspMemory()
/dports/emulators/hatari/hatari-2.2.1/src/debug/
H A Ddebugdsp.c389 opcode = DSP_ReadMemory(DSP_GetPC(), 'P', &dummy) & 0xFFFFFF; in DebugDsp_OpcodeType()
H A Dprofiledsp.c416 opcode = DSP_ReadMemory(prev_pc, 'P', &dummy) & 0xFFFFFF; in dsp_opcode_type()
H A Dbreakcond.c180 return DSP_ReadMemory(addr, bc_value->dsp_space, &dummy) & BITMASK(24); in BreakCond_ReadDspMemory()