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

Function nextaddr_init

src/debug.cpp:1444–1454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1442static uae_u32 nextaddr_ab_flags_mask = ABFLAG_RAM;
1443
1444static void nextaddr_init(uaecptr addr)
1445{
1446 addrbank *ab = get_mem_bank_real(addr + 1);
1447 if (addr != 0xffffffff && (ab->flags & ABFLAG_ROM)) {
1448 nextaddr_ab_flags = ABFLAG_ROM;
1449 nextaddr_ab_flags_mask = ABFLAG_ROM;
1450 } else {
1451 nextaddr_ab_flags = ABFLAG_RAM;
1452 nextaddr_ab_flags_mask = ABFLAG_RAM;
1453 }
1454}
1455
1456static uaecptr nextaddr(uaecptr addr, uaecptr last, uaecptr *endp, bool verbose, bool *lfp)
1457{

Callers 5

deepcheatsearchFunction · 0.85
cheatsearchFunction · 0.85
illg_initFunction · 0.85
searchmemFunction · 0.85
find_eaFunction · 0.85

Calls 1

get_mem_bank_realFunction · 0.85

Tested by

no test coverage detected