You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Note: readRomSize MUST be set to a non-zero number prior to calling this function or an exception will occur
return romData[address % readRomSize]; // This MOD operation with the ROM's size should force the value to keep rolling over until its valid with the ROM's range/size