#include "Bus.h"
#include <stdexcept>
Bus::Bus() {
for(int i = 0; i < 992 * 1024; i++)
{
m_RAM[i] = 0x90;
}