MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / Flash_Init

Function Flash_Init

Source/Core/FlashMem.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42#define SetFlashStatus(x) FlashStatus[0] = (u32)((x)>> 32), FlashStatus[1] = (u32)(x)
43
44void Flash_Init()
45{
46 FlashFlag = FLASHRAM_MODE_NOPES;
47 FlashStatus[0] = 0;
48 FlashStatus[1] = 0;
49}
50
51bool DMA_FLASH_CopyToDRAM(u32 dest, u32 StartOffset, u32 len)
52{

Callers 1

Memory_InitTablesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected