MCPcopy Create free account
hub / github.com/TASEmulators/fceux / setNamesPointerForAddress

Function setNamesPointerForAddress

src/drivers/win/debuggersp.cpp:696–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

694 }
695}
696void setNamesPointerForAddress(uint16 address, Name* newNode)
697{
698 if (address >= 0x8000)
699 {
700 pageNames[RomPageIndexForAddress(address)] = newNode;
701 }
702 else
703 {
704 ramBankNames = newNode;
705 }
706}
707
708/**
709* Loads the necessary NL files

Callers 2

AddNewSymbolicNameFunction · 0.85
DeleteSymbolicNameFunction · 0.85

Calls 1

RomPageIndexForAddressFunction · 0.85

Tested by

no test coverage detected