#define assert(condition)
Word MinimumAddressableUnit
Type for storing a MAU (must be unsigned type!). This limits the maximum size of the simulated minimu...
MinimumAddressableUnit MAU
MinimumAddressableUnit MAU
virtual void writeMem(Word address, MAU data, const AddressSpace &)=0
virtual MAU readMem(Word address, const AddressSpace &)=0
virtual void write(ULongWord address, MAU data) override
const AddressSpace & addressspace_
virtual Memory::MAU read(ULongWord address) override
RemoteController * controller_