2018-01-01 16:04:13 -05: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 18:28:19 -05:00
|
|
|
ROMMachine::ROMFetcher CSROMFetcher();
|