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

Function get_byte_debug

src/cputest.cpp:813–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811}
812
813uae_u32 get_byte_debug(uaecptr addr)
814{
815 uae_u8 *p = get_addr(addr, 1, -1);
816 return *p;
817}
818uae_u32 get_word_debug(uaecptr addr)
819{
820 uae_u8 *p = get_addr(addr, 2, -1);

Callers

nothing calls this directly

Calls 1

get_addrFunction · 0.70

Tested by

no test coverage detected