1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-29 16:29:08 +00:00
CLK/Processors/68000/Implementation/68000Implementation.hpp
2019-03-10 17:27:34 -04:00

11 lines
220 B
C++

//
// 68000Implementation.hpp
// Clock Signal
//
// Created by Thomas Harte on 10/03/2019.
// Copyright © 2019 Thomas Harte. All rights reserved.
//
template <class T> void Processor<T>::run_for(Cycles cycles) {
}