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

Function check_safe_memory

src/cputest.cpp:6840–6849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6838}
6839
6840static int check_safe_memory(uae_u32 start, uae_u32 end)
6841{
6842 if (start == 0xffffffff)
6843 return 0;
6844 if (safe_memory_start < start)
6845 return 1;
6846 if (safe_memory_end > end)
6847 return 1;
6848 return 0;
6849}
6850
6851static const TCHAR *addrmodes[] =
6852{

Callers 1

testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected