mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-31 17:33:07 +00:00
Creating a main and a cartridge reader
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// Created by anonymus-raccoon on 1/24/20.
|
||||
//
|
||||
|
||||
#include "CPU.hpp"
|
||||
|
||||
namespace ComSquare::CPU
|
||||
{
|
||||
CPU::CPU(std::shared_ptr<ComSquare::MemoryBus> bus)
|
||||
: _bus(bus)
|
||||
{ }
|
||||
}
|
||||
Reference in New Issue
Block a user