1 2 3 4 5 6 7
#include "Bus.h" #include <stdexcept> Bus::Bus(std::shared_ptr<RAM> ram) : m_RAM(ram) { }