mirror of https://github.com/xemu-project/xemu.git
10 lines
378 B
Plaintext
10 lines
378 B
Plaintext
# See docs/devel/tracing.rst for syntax documentation.
|
|
|
|
# dsp.c
|
|
dsp_read_peripheral(uint32_t addr, uint32_t val) "addr 0x%"PRIx32" val 0x%"PRIx32
|
|
dsp_write_peripheral(uint32_t addr, uint32_t val) "addr 0x%"PRIx32" val 0x%"PRIx32
|
|
|
|
# dsp_cpu.c
|
|
dsp56k_execute_instruction(uint32_t id, uint32_t pc) "[gp=%d]: pc=0x%"PRIx32
|
|
dsp56k_execute_instruction_disasm(const char *disasm) "%s"
|