openMSX
|
#include <CPUCore.hh>
Public Attributes | |
std::span< const byte *, CacheLine::NUM > | read |
std::span< byte *, CacheLine::NUM > | write |
Definition at line 48 of file CPUCore.hh.
std::span<const byte*, CacheLine::NUM> openmsx::CacheLines::read |
Definition at line 49 of file CPUCore.hh.
std::span< byte*, CacheLine::NUM> openmsx::CacheLines::write |
Definition at line 50 of file CPUCore.hh.