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

Function isrom

src/debug.cpp:1414–1421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1412}
1413
1414static bool isrom(uaecptr addr)
1415{
1416 addrbank *ab = &get_mem_bank(addr);
1417 if (ab->flags & ABFLAG_ROM) {
1418 return true;
1419 }
1420 return false;
1421}
1422
1423static uae_u32 lastaddr(uae_u32 start)
1424{

Callers 1

debugFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected