1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-26 19:17:52 +00:00

Relocated ClockReceiver.hpp as it's a dependency for parts of the static analyser, and therefore needs to be distinct from the actual emulation parts.

This commit is contained in:
Thomas Harte
2017-07-25 20:20:55 -04:00
parent a1e9a54765
commit 75d67ee770
18 changed files with 210 additions and 24 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
#include <typeinfo>
#include <cstdio>
#include "../ClockReceiver.hpp"
#include "../../ClockReceiver/ClockReceiver.hpp"
namespace MOS {
+2 -1
View File
@@ -11,7 +11,8 @@
#include <cstdint>
#include <cstdio>
#include "../ClockReceiver.hpp"
#include "../../ClockReceiver/ClockReceiver.hpp"
namespace MOS {
+1 -1
View File
@@ -11,7 +11,7 @@
#include "../../Outputs/CRT/CRT.hpp"
#include "../../Outputs/Speaker.hpp"
#include "../ClockReceiver.hpp"
#include "../../ClockReceiver/ClockReceiver.hpp"
namespace MOS {