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

Function debug_wput

src/debug.cpp:4665–4670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4663 debug_mem_banks[off]->lput (addr, v);
4664}
4665static void REGPARAM2 debug_wput (uaecptr addr, uae_u32 v)
4666{
4667 int off = debug_mem_off (&addr);
4668 if (memwatch_func (addr, 2, 2, &v, MW_MASK_CPU_D_W, 0))
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);

Callers

nothing calls this directly

Calls 2

debug_mem_offFunction · 0.85
memwatch_funcFunction · 0.85

Tested by

no test coverage detected