96c96,101
< return false;
---
> #if FULL_SYSTEM
> HandyM5Reg m5reg = tc->readMiscRegNoEffect(MISCREG_M5_REG);
> return m5reg.cpl == 3;
> #else
> return true;
> #endif