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

Add a target for IDE activity.

This commit is contained in:
Thomas Harte
2025-08-26 23:47:39 -04:00
parent eeb06de916
commit 8b4a4369c1
3 changed files with 21 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
//
// IDE.hpp
// Clock Signal
//
// Created by Thomas Harte on 26/08/2025.
// Copyright © 2025 Thomas Harte. All rights reserved.
//
#pragma once
namespace PCCompatible {
struct IDE {
public:
};
}
+1
View File
@@ -12,6 +12,7 @@
#include "CPUControl.hpp"
#include "DMA.hpp"
#include "FloppyController.hpp"
#include "IDE.hpp"
#include "KeyboardController.hpp"
#include "KeyboardMapper.hpp"
#include "LinearMemory.hpp"
@@ -2356,6 +2356,7 @@
4BCA6CC61D9DD9F000C2D7B2 /* CommodoreROM.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CommodoreROM.cpp; path = Encodings/CommodoreROM.cpp; sourceTree = "<group>"; };
4BCA6CC71D9DD9F000C2D7B2 /* CommodoreROM.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = CommodoreROM.hpp; path = Encodings/CommodoreROM.hpp; sourceTree = "<group>"; };
4BCA98C21D065CA20062F44C /* 6522.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = 6522.hpp; sourceTree = "<group>"; };
4BCC76B32E5EB19500F0D39D /* IDE.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = IDE.hpp; sourceTree = "<group>"; };
4BCD634722D6756400F567F1 /* MacintoshDoubleDensityDrive.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = MacintoshDoubleDensityDrive.cpp; sourceTree = "<group>"; };
4BCD634822D6756400F567F1 /* MacintoshDoubleDensityDrive.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = MacintoshDoubleDensityDrive.hpp; sourceTree = "<group>"; };
4BCE004A227CE8CA000CA200 /* AppleII.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = AppleII.hpp; sourceTree = "<group>"; };
@@ -2574,6 +2575,7 @@
4B1FBE252D7C0B2200BAC888 /* CPUControl.hpp */,
4267A9C92B0D4F17008A59BB /* DMA.hpp */,
4B1FBE222D7B739700BAC888 /* FloppyController.hpp */,
4BCC76B32E5EB19500F0D39D /* IDE.hpp */,
4B1FBE242D7B753000BAC888 /* KeyboardController.hpp */,
4267A9CA2B111ED2008A59BB /* KeyboardMapper.hpp */,
4BA094C82D92339F00BD78A1 /* LinearMemory.hpp */,