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

Function debug_bget

src/debug.cpp:4635–4642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4633 return v;
4634}
4635static uae_u32 REGPARAM2 debug_bget (uaecptr addr)
4636{
4637 int off = debug_mem_off (&addr);
4638 uae_u32 v;
4639 v = debug_mem_banks[off]->bget (addr);
4640 memwatch_func (addr, 1, 1, &v, MW_MASK_CPU_D_R, 0);
4641 return v;
4642}
4643static uae_u32 REGPARAM2 debug_lgeti (uaecptr addr)
4644{
4645 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