MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / debug_wget

Function debug_wget

src/debug.cpp:4627–4634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4625 return v;
4626}
4627static uae_u32 REGPARAM2 debug_wget (uaecptr addr)
4628{
4629 int off = debug_mem_off (&addr);
4630 uae_u32 v;
4631 v = debug_mem_banks[off]->wget (addr);
4632 memwatch_func (addr, 1, 2, &v, MW_MASK_CPU_D_R, 0);
4633 return v;
4634}
4635static uae_u32 REGPARAM2 debug_bget (uaecptr addr)
4636{
4637 int off = debug_mem_off (&addr);

Callers

nothing calls this directly

Calls 2

debug_mem_offFunction · 0.85
memwatch_funcFunction · 0.85

Tested by

no test coverage detected