mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-02 16:04:59 +00:00
12 lines
259 B
C++
12 lines
259 B
C++
//
|
|
// ROMFetcher.h
|
|
// Clock Signal
|
|
//
|
|
// Created by Thomas Harte on 01/01/2018.
|
|
// Copyright 2018 Thomas Harte. All rights reserved.
|
|
//
|
|
|
|
#include "ROMMachine.hpp"
|
|
|
|
ROMMachine::ROMFetcher CSROMFetcher(std::vector<ROMMachine::ROM> *missing_roms = nullptr);
|