mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-04 10:44:37 +00:00
Implementing a rectangle memory accesor for the Cartridge (for the LoRom)
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
||||
|
||||
namespace ComSquare::CPU
|
||||
{
|
||||
CPU::CPU(std::shared_ptr<ComSquare::MemoryBus> bus)
|
||||
CPU::CPU(std::shared_ptr<Memory::MemoryBus> bus)
|
||||
: _bus(std::move(bus))
|
||||
{ }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user