mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-02 01:04:54 +00:00
12 lines
236 B
C++
12 lines
236 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 int Storage::Cartridge::Cartridge::Segment::UnknownAddress = -1;
|