mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-02 16:04:59 +00:00
13 lines
245 B
C++
13 lines
245 B
C++
//
|
|
// ROM.cpp
|
|
// Clock Signal
|
|
//
|
|
// Created by Thomas Harte on 27/08/2016.
|
|
// Copyright 2016 Thomas Harte. All rights reserved.
|
|
//
|
|
|
|
#include "Cartridge.hpp"
|
|
|
|
const size_t Storage::Cartridge::Cartridge::Segment::UnknownAddress = size_t(-1);
|
|
|