2018-01-01 21:04:13 +00:00
|
|
|
//
|
|
|
|
// ROMFetcher.h
|
|
|
|
// Clock Signal
|
|
|
|
//
|
|
|
|
// Created by Thomas Harte on 01/01/2018.
|
|
|
|
// Copyright © 2018 Thomas Harte. All rights reserved.
|
|
|
|
//
|
|
|
|
|
|
|
|
#include "ROMMachine.hpp"
|
|
|
|
|
2018-01-25 23:28:19 +00:00
|
|
|
ROMMachine::ROMFetcher CSROMFetcher();
|