1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-08-17 07:29:04 +00:00
CLK/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp

19 lines
308 B
C++
Raw Normal View History

2022-05-16 15:44:16 +00:00
//
// 68000Mk2Implementation.hpp
// Clock Signal
//
// Created by Thomas Harte on 16/05/2022.
// Copyright © 2022 Thomas Harte. All rights reserved.
//
#ifndef _8000Mk2Implementation_h
#define _8000Mk2Implementation_h
namespace CPU {
namespace MC68000Mk2 {
}
}
#endif /* _8000Mk2Implementation_h */