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

Function debug_bput

src/debug.cpp:4671–4676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4669 debug_mem_banks[off]->wput (addr, v);
4670}
4671static void REGPARAM2 debug_bput (uaecptr addr, uae_u32 v)
4672{
4673 int off = debug_mem_off (&addr);
4674 if (memwatch_func (addr, 2, 1, &v, MW_MASK_CPU_D_W, 0))
4675 debug_mem_banks[off]->bput (addr, v);
4676}
4677static int REGPARAM2 debug_check (uaecptr addr, uae_u32 size)
4678{
4679 return debug_mem_banks[munge24 (addr) >> 16]->check (addr, size);

Callers

nothing calls this directly

Calls 2

debug_mem_offFunction · 0.85
memwatch_funcFunction · 0.85

Tested by

no test coverage detected