openMSX
Namespaces | Variables
CacheLine.hh File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  openmsx
 This file implemented 3 utility functions:
 
namespace  openmsx::CacheLine
 

Variables

constexpr unsigned openmsx::CacheLine::BITS = 8
 
constexpr unsigned openmsx::CacheLine::SIZE = 1 << BITS
 
constexpr unsigned openmsx::CacheLine::NUM = 0x10000 / SIZE
 
constexpr unsigned openmsx::CacheLine::LOW = SIZE - 1
 
constexpr unsigned openmsx::CacheLine::HIGH = 0xFFFF - LOW