mirror of
https://github.com/TomHarte/CLK.git
synced 2025-03-02 20:30:28 +00:00
Further eliminate file-relative includes.
This commit is contained in:
parent
0823fc32fe
commit
2c2216afae
@ -8,12 +8,12 @@
|
||||
|
||||
#include "StaticAnalyser.hpp"
|
||||
|
||||
#include "../Enterprise/StaticAnalyser.hpp"
|
||||
#include "../PCCompatible/StaticAnalyser.hpp"
|
||||
#include "Analyser/Static/Enterprise/StaticAnalyser.hpp"
|
||||
#include "Analyser/Static/PCCompatible/StaticAnalyser.hpp"
|
||||
|
||||
#include "../../../Storage/Disk/Track/TrackSerialiser.hpp"
|
||||
#include "../../../Storage/Disk/Encodings/MFM/Constants.hpp"
|
||||
#include "../../../Storage/Disk/Encodings/MFM/SegmentParser.hpp"
|
||||
#include "Storage/Disk/Track/TrackSerialiser.hpp"
|
||||
#include "Storage/Disk/Encodings/MFM/Constants.hpp"
|
||||
#include "Storage/Disk/Encodings/MFM/SegmentParser.hpp"
|
||||
|
||||
|
||||
Analyser::Static::TargetList Analyser::Static::FAT12::GetTargets(
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../../Storage/Cartridge/Cartridge.hpp"
|
||||
#include "Storage/Cartridge/Cartridge.hpp"
|
||||
|
||||
namespace Analyser::Static::MSX {
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
#include "Tape.hpp"
|
||||
#include "Target.hpp"
|
||||
|
||||
#include "../Disassembler/Z80.hpp"
|
||||
#include "../Disassembler/AddressMapper.hpp"
|
||||
#include "Analyser/Static/Disassembler/Z80.hpp"
|
||||
#include "Analyser/Static//Disassembler/AddressMapper.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../StaticAnalyser.hpp"
|
||||
#include "../../../Storage/TargetPlatforms.hpp"
|
||||
#include "Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "Storage/TargetPlatforms.hpp"
|
||||
#include <string>
|
||||
|
||||
namespace Analyser::Static::MSX {
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#include "Tape.hpp"
|
||||
|
||||
#include "../../../Storage/Tape/Parsers/MSX.hpp"
|
||||
#include "Storage/Tape/Parsers/MSX.hpp"
|
||||
|
||||
using namespace Analyser::Static::MSX;
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../../Storage/Tape/Tape.hpp"
|
||||
#include "Storage/Tape/Tape.hpp"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -8,9 +8,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../../Reflection/Enum.hpp"
|
||||
#include "../../../Reflection/Struct.hpp"
|
||||
#include "../StaticAnalyser.hpp"
|
||||
#include "Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "Reflection/Enum.hpp"
|
||||
#include "Reflection/Struct.hpp"
|
||||
#include <string>
|
||||
|
||||
namespace Analyser::Static::MSX {
|
||||
|
@ -8,8 +8,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../StaticAnalyser.hpp"
|
||||
#include "../../../Storage/TargetPlatforms.hpp"
|
||||
#include "Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "Storage/TargetPlatforms.hpp"
|
||||
#include <string>
|
||||
|
||||
namespace Analyser::Static::Macintosh {
|
||||
|
@ -8,9 +8,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../../Reflection/Enum.hpp"
|
||||
#include "../../../Reflection/Struct.hpp"
|
||||
#include "../StaticAnalyser.hpp"
|
||||
#include "Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "Reflection/Enum.hpp"
|
||||
#include "Reflection/Struct.hpp"
|
||||
|
||||
namespace Analyser::Static::Macintosh {
|
||||
|
||||
|
@ -11,10 +11,10 @@
|
||||
#include "Tape.hpp"
|
||||
#include "Target.hpp"
|
||||
|
||||
#include "../Disassembler/6502.hpp"
|
||||
#include "../Disassembler/AddressMapper.hpp"
|
||||
#include "Analyser/Static/Disassembler/6502.hpp"
|
||||
#include "Analyser/Static/Disassembler/AddressMapper.hpp"
|
||||
|
||||
#include "../../../Storage/Disk/Encodings/MFM/Parser.hpp"
|
||||
#include "Storage/Disk/Encodings/MFM/Parser.hpp"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../StaticAnalyser.hpp"
|
||||
#include "../../../Storage/TargetPlatforms.hpp"
|
||||
#include "Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "Storage/TargetPlatforms.hpp"
|
||||
#include <string>
|
||||
|
||||
namespace Analyser::Static::Oric {
|
||||
|
@ -7,7 +7,7 @@
|
||||
//
|
||||
|
||||
#include "Tape.hpp"
|
||||
#include "../../../Storage/Tape/Parsers/Oric.hpp"
|
||||
#include "Storage/Tape/Parsers/Oric.hpp"
|
||||
|
||||
using namespace Analyser::Static::Oric;
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../../Storage/Tape/Tape.hpp"
|
||||
#include "Storage/Tape/Tape.hpp"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -8,9 +8,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../../Reflection/Enum.hpp"
|
||||
#include "../../../Reflection/Struct.hpp"
|
||||
#include "../StaticAnalyser.hpp"
|
||||
#include "Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "Reflection/Enum.hpp"
|
||||
#include "Reflection/Struct.hpp"
|
||||
#include <string>
|
||||
|
||||
namespace Analyser::Static::Oric {
|
||||
|
@ -8,8 +8,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../StaticAnalyser.hpp"
|
||||
#include "../../../Storage/TargetPlatforms.hpp"
|
||||
#include "Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "Storage/TargetPlatforms.hpp"
|
||||
#include <string>
|
||||
|
||||
namespace Analyser::Static::PCCompatible {
|
||||
|
@ -8,8 +8,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../../Reflection/Struct.hpp"
|
||||
#include "../StaticAnalyser.hpp"
|
||||
#include "Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "Reflection/Struct.hpp"
|
||||
|
||||
namespace Analyser::Static::PCCompatible {
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../StaticAnalyser.hpp"
|
||||
#include "../../../Storage/TargetPlatforms.hpp"
|
||||
#include "Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "Storage/TargetPlatforms.hpp"
|
||||
#include <string>
|
||||
|
||||
namespace Analyser::Static::Sega {
|
||||
|
@ -8,9 +8,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../../Reflection/Enum.hpp"
|
||||
#include "../../../Reflection/Struct.hpp"
|
||||
#include "../StaticAnalyser.hpp"
|
||||
#include "Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "Reflection/Enum.hpp"
|
||||
#include "Reflection/Struct.hpp"
|
||||
|
||||
namespace Analyser::Static::Sega {
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include "Target.hpp"
|
||||
#include "../../../Storage/Tape/Parsers/ZX8081.hpp"
|
||||
#include "Storage/Tape/Parsers/ZX8081.hpp"
|
||||
|
||||
static std::vector<Storage::Data::ZX8081::File> GetFiles(Storage::Tape::TapeSerialiser &serialiser) {
|
||||
std::vector<Storage::Data::ZX8081::File> files;
|
||||
|
@ -8,8 +8,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../StaticAnalyser.hpp"
|
||||
#include "../../../Storage/TargetPlatforms.hpp"
|
||||
#include "Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "Storage/TargetPlatforms.hpp"
|
||||
#include <string>
|
||||
|
||||
namespace Analyser::Static::ZX8081 {
|
||||
|
@ -8,9 +8,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../../Reflection/Enum.hpp"
|
||||
#include "../../../Reflection/Struct.hpp"
|
||||
#include "../StaticAnalyser.hpp"
|
||||
#include "Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "Reflection/Enum.hpp"
|
||||
#include "Reflection/Struct.hpp"
|
||||
#include <string>
|
||||
|
||||
namespace Analyser::Static::ZX8081 {
|
||||
|
@ -8,9 +8,9 @@
|
||||
|
||||
#include "StaticAnalyser.hpp"
|
||||
|
||||
#include "../../../Storage/Disk/Parsers/CPM.hpp"
|
||||
#include "../../../Storage/Disk/Encodings/MFM/Parser.hpp"
|
||||
#include "../../../Storage/Tape/Parsers/Spectrum.hpp"
|
||||
#include "Storage/Disk/Parsers/CPM.hpp"
|
||||
#include "Storage/Disk/Encodings/MFM/Parser.hpp"
|
||||
#include "Storage/Tape/Parsers/Spectrum.hpp"
|
||||
|
||||
#include "Target.hpp"
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../StaticAnalyser.hpp"
|
||||
#include "../../../Storage/TargetPlatforms.hpp"
|
||||
#include "Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "Storage/TargetPlatforms.hpp"
|
||||
#include <string>
|
||||
|
||||
namespace Analyser::Static::ZXSpectrum {
|
||||
|
@ -8,9 +8,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../../Reflection/Enum.hpp"
|
||||
#include "../../../Reflection/Struct.hpp"
|
||||
#include "../StaticAnalyser.hpp"
|
||||
#include "Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "Reflection/Enum.hpp"
|
||||
#include "Reflection/Struct.hpp"
|
||||
|
||||
namespace Analyser::Static::ZXSpectrum {
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "ClockReceiver.hpp"
|
||||
#include "../Concurrency/AsyncTaskQueue.hpp"
|
||||
#include "Concurrency/AsyncTaskQueue.hpp"
|
||||
#include "ClockingHintSource.hpp"
|
||||
#include "ForceInline.hpp"
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../Storage/Disk/Controller/MFMDiskController.hpp"
|
||||
#include "Storage/Disk/Controller/MFMDiskController.hpp"
|
||||
|
||||
namespace WD {
|
||||
|
||||
|
@ -8,11 +8,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Storage/MassStorage/SCSI/SCSI.hpp"
|
||||
#include <cstdint>
|
||||
|
||||
#include "../../Storage/MassStorage/SCSI/SCSI.hpp"
|
||||
|
||||
|
||||
namespace NCR::NCR5380 {
|
||||
|
||||
/*!
|
||||
|
@ -8,12 +8,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Components/6522/Implementation/6522Storage.hpp"
|
||||
#include "ClockReceiver/ClockReceiver.hpp"
|
||||
#include <cstdint>
|
||||
|
||||
#include "Implementation/6522Storage.hpp"
|
||||
|
||||
#include "../../ClockReceiver/ClockReceiver.hpp"
|
||||
|
||||
namespace MOS::MOS6522 {
|
||||
|
||||
enum Port {
|
||||
|
@ -6,7 +6,7 @@
|
||||
// Copyright 2017 Thomas Harte. All rights reserved.
|
||||
//
|
||||
|
||||
#include "../6522.hpp"
|
||||
#include "Components/6522/6522.hpp"
|
||||
|
||||
using namespace MOS::MOS6522;
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <cstdint>
|
||||
|
||||
#include "Implementation/6526Storage.hpp"
|
||||
#include "../Serial/Line.hpp"
|
||||
#include "Components/Serial/Line.hpp"
|
||||
|
||||
namespace MOS::MOS6526 {
|
||||
|
||||
|
@ -8,11 +8,11 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "ClockReceiver/ClockReceiver.hpp"
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstdio>
|
||||
|
||||
#include "../../ClockReceiver/ClockReceiver.hpp"
|
||||
|
||||
namespace MOS {
|
||||
|
||||
/*!
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../ClockReceiver/ClockReceiver.hpp"
|
||||
#include "ClockReceiver/ClockReceiver.hpp"
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstdio>
|
||||
|
@ -9,10 +9,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include "../../ClockReceiver/ClockReceiver.hpp"
|
||||
#include "../../ClockReceiver/ForceInline.hpp"
|
||||
#include "../../ClockReceiver/ClockingHintSource.hpp"
|
||||
#include "../Serial/Line.hpp"
|
||||
#include "ClockReceiver/ClockReceiver.hpp"
|
||||
#include "ClockReceiver/ForceInline.hpp"
|
||||
#include "ClockReceiver/ClockingHintSource.hpp"
|
||||
#include "Components/Serial/Line.hpp"
|
||||
|
||||
namespace Motorola::ACIA {
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../ClockReceiver/ClockReceiver.hpp"
|
||||
#include "../../ClockReceiver/ClockingHintSource.hpp"
|
||||
#include "ClockReceiver/ClockReceiver.hpp"
|
||||
#include "ClockReceiver/ClockingHintSource.hpp"
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "CommandDecoder.hpp"
|
||||
#include "Status.hpp"
|
||||
|
||||
#include "../../Storage/Disk/Controller/MFMDiskController.hpp"
|
||||
#include "Storage/Disk/Controller/MFMDiskController.hpp"
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../9918.hpp"
|
||||
#include "Components/9918/9918.hpp"
|
||||
#include "PersonalityTraits.hpp"
|
||||
#include "LineLayout.hpp"
|
||||
|
||||
|
@ -8,13 +8,13 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../ClockReceiver/ClockReceiver.hpp"
|
||||
#include "../../ClockReceiver/ClockingHintSource.hpp"
|
||||
#include "ClockReceiver/ClockReceiver.hpp"
|
||||
#include "ClockReceiver/ClockingHintSource.hpp"
|
||||
|
||||
#include "../../Storage/Disk/Disk.hpp"
|
||||
#include "../../Storage/Disk/Drive.hpp"
|
||||
#include "Storage/Disk/Disk.hpp"
|
||||
#include "Storage/Disk/Drive.hpp"
|
||||
|
||||
#include "../../Activity/Observer.hpp"
|
||||
#include "Activity/Observer.hpp"
|
||||
|
||||
#include <array>
|
||||
#include <cstdint>
|
||||
|
@ -8,12 +8,12 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../Activity/Observer.hpp"
|
||||
#include "Activity/Observer.hpp"
|
||||
|
||||
#include "../../ClockReceiver/ClockReceiver.hpp"
|
||||
#include "../../ClockReceiver/ClockingHintSource.hpp"
|
||||
#include "ClockReceiver/ClockReceiver.hpp"
|
||||
#include "ClockReceiver/ClockingHintSource.hpp"
|
||||
|
||||
#include "../../Storage/Disk/Drive.hpp"
|
||||
#include "Storage/Disk/Drive.hpp"
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../../Numeric/LFSR.hpp"
|
||||
#include "Numeric/LFSR.hpp"
|
||||
|
||||
namespace Yamaha::OPL {
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#include "RP5C01.hpp"
|
||||
|
||||
#include "../../Numeric/NumericCoder.hpp"
|
||||
#include "Numeric/NumericCoder.hpp"
|
||||
|
||||
#include <ctime>
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../ClockReceiver/ClockReceiver.hpp"
|
||||
#include "ClockReceiver/ClockReceiver.hpp"
|
||||
|
||||
#include <array>
|
||||
#include <cstdint>
|
||||
|
@ -9,9 +9,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include "../../Storage/Storage.hpp"
|
||||
#include "../../ClockReceiver/ClockReceiver.hpp"
|
||||
#include "../../ClockReceiver/ForceInline.hpp"
|
||||
#include "Storage/Storage.hpp"
|
||||
#include "ClockReceiver/ClockReceiver.hpp"
|
||||
#include "ClockReceiver/ForceInline.hpp"
|
||||
|
||||
namespace Serial {
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
#include <thread>
|
||||
#include <vector>
|
||||
|
||||
#include "../ClockReceiver/TimeTypes.hpp"
|
||||
#include "ClockReceiver/TimeTypes.hpp"
|
||||
|
||||
namespace Concurrency {
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../Reflection/Struct.hpp"
|
||||
#include "Reflection/Struct.hpp"
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../Reflection/Enum.hpp"
|
||||
#include "Reflection/Enum.hpp"
|
||||
|
||||
namespace Configurable {
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../Mouse.hpp"
|
||||
#include "Inputs/Mouse.hpp"
|
||||
#include <atomic>
|
||||
|
||||
namespace Inputs {
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "BarrelShifter.hpp"
|
||||
#include "OperationMapper.hpp"
|
||||
#include "Registers.hpp"
|
||||
#include "../../Numeric/Carry.hpp"
|
||||
#include "Numeric/Carry.hpp"
|
||||
|
||||
namespace InstructionSet::ARM {
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../Reflection/Dispatcher.hpp"
|
||||
#include "Reflection/Dispatcher.hpp"
|
||||
#include "BarrelShifter.hpp"
|
||||
|
||||
namespace InstructionSet::ARM {
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../Numeric/Sizes.hpp"
|
||||
#include "Numeric/Sizes.hpp"
|
||||
|
||||
#include <array>
|
||||
#include <cstdint>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../Numeric/Sizes.hpp"
|
||||
#include "Numeric/Sizes.hpp"
|
||||
|
||||
#include <list>
|
||||
#include <map>
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
#include "Instruction.hpp"
|
||||
#include "Parser.hpp"
|
||||
#include "../CachingExecutor.hpp"
|
||||
#include "../../ClockReceiver/ClockReceiver.hpp"
|
||||
#include "InstructionSets/CachingExecutor.hpp"
|
||||
#include "ClockReceiver/ClockReceiver.hpp"
|
||||
|
||||
#include <array>
|
||||
#include <cstdint>
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include <iomanip>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include "../AccessType.hpp"
|
||||
#include "InstructionSets/AccessType.hpp"
|
||||
|
||||
namespace InstructionSet::M50740 {
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#include <cstdint>
|
||||
#include "Decoder.hpp"
|
||||
#include "../AccessType.hpp"
|
||||
#include "InstructionSets/AccessType.hpp"
|
||||
|
||||
namespace InstructionSet::M50740 {
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#include "Instruction.hpp"
|
||||
#include "Model.hpp"
|
||||
#include "../../Numeric/Sizes.hpp"
|
||||
#include "Numeric/Sizes.hpp"
|
||||
|
||||
namespace InstructionSet::M68k {
|
||||
|
||||
|
@ -9,8 +9,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../Perform.hpp"
|
||||
#include "../ExceptionVectors.hpp"
|
||||
#include "InstructionSets/M68k/Perform.hpp"
|
||||
#include "InstructionSets/M68k/ExceptionVectors.hpp"
|
||||
|
||||
#include <cassert>
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../../Numeric/Carry.hpp"
|
||||
#include "../ExceptionVectors.hpp"
|
||||
#include "Numeric/Carry.hpp"
|
||||
#include "InstructionSets/M68k/ExceptionVectors.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "Model.hpp"
|
||||
#include "Instruction.hpp"
|
||||
#include "Status.hpp"
|
||||
#include "../../Numeric/RegisterSizes.hpp"
|
||||
#include "Numeric/RegisterSizes.hpp"
|
||||
|
||||
namespace InstructionSet::M68k {
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../Numeric/Carry.hpp"
|
||||
#include "Numeric/Carry.hpp"
|
||||
|
||||
namespace InstructionSet::x86 {
|
||||
|
||||
|
@ -8,11 +8,11 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../AccessType.hpp"
|
||||
#include "../Interrupts.hpp"
|
||||
#include "../Perform.hpp"
|
||||
#include "InstructionSets/x86/AccessType.hpp"
|
||||
#include "InstructionSets/x86/Interrupts.hpp"
|
||||
#include "InstructionSets/x86/Perform.hpp"
|
||||
|
||||
#include "../../../Numeric/Carry.hpp"
|
||||
#include "Numeric/Carry.hpp"
|
||||
|
||||
namespace InstructionSet::x86::Primitive {
|
||||
|
||||
|
@ -8,9 +8,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../AccessType.hpp"
|
||||
#include "InstructionSets/x86/AccessType.hpp"
|
||||
|
||||
#include "../../../Numeric/RegisterSizes.hpp"
|
||||
#include "Numeric/RegisterSizes.hpp"
|
||||
|
||||
namespace InstructionSet::x86::Primitive {
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#include "Resolver.hpp"
|
||||
#include "Stack.hpp"
|
||||
#include "../AccessType.hpp"
|
||||
#include "InstructionSets/x86/AccessType.hpp"
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../AccessType.hpp"
|
||||
#include "InstructionSets/x86/AccessType.hpp"
|
||||
|
||||
namespace InstructionSet::x86::Primitive {
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../AccessType.hpp"
|
||||
#include "InstructionSets/x86/AccessType.hpp"
|
||||
|
||||
#include <utility>
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../AccessType.hpp"
|
||||
#include "InstructionSets/x86/AccessType.hpp"
|
||||
|
||||
namespace InstructionSet::x86::Primitive {
|
||||
|
||||
|
@ -20,8 +20,8 @@
|
||||
#include "ShiftRoll.hpp"
|
||||
#include "Stack.hpp"
|
||||
|
||||
#include "../Interrupts.hpp"
|
||||
#include "../AccessType.hpp"
|
||||
#include "InstructionSets/x86/Interrupts.hpp"
|
||||
#include "InstructionSets/x86/AccessType.hpp"
|
||||
|
||||
//
|
||||
// Comments throughout headers above come from the 1997 edition of the
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../AccessType.hpp"
|
||||
#include "InstructionSets/x86/AccessType.hpp"
|
||||
|
||||
namespace InstructionSet::x86::Primitive {
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../AccessType.hpp"
|
||||
#include "InstructionSets/x86/AccessType.hpp"
|
||||
|
||||
namespace InstructionSet::x86 {
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../AccessType.hpp"
|
||||
#include "InstructionSets/x86/AccessType.hpp"
|
||||
|
||||
namespace InstructionSet::x86::Primitive {
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../AccessType.hpp"
|
||||
#include "InstructionSets/x86/AccessType.hpp"
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#include "Instruction.hpp"
|
||||
|
||||
#include "../../Numeric/Carry.hpp"
|
||||
#include "Numeric/Carry.hpp"
|
||||
|
||||
#include <cassert>
|
||||
#include <iomanip>
|
||||
|
@ -8,10 +8,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../../Configurable/Configurable.hpp"
|
||||
#include "../../../Configurable/StandardOptions.hpp"
|
||||
#include "../../../Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "../../ROMMachine.hpp"
|
||||
#include "Configurable/Configurable.hpp"
|
||||
#include "Configurable/StandardOptions.hpp"
|
||||
#include "Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "Machines/ROMMachine.hpp"
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../../Components/1770/1770.hpp"
|
||||
#include "Components/1770/1770.hpp"
|
||||
|
||||
namespace Archimedes {
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../KeyboardMachine.hpp"
|
||||
#include "Machines/KeyboardMachine.hpp"
|
||||
#include "Keyboard.hpp"
|
||||
|
||||
namespace Archimedes {
|
||||
|
@ -8,10 +8,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../../Configurable/Configurable.hpp"
|
||||
#include "../../../Configurable/StandardOptions.hpp"
|
||||
#include "../../../Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "../../ROMMachine.hpp"
|
||||
#include "Configurable/Configurable.hpp"
|
||||
#include "Configurable/StandardOptions.hpp"
|
||||
#include "Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "Machines/ROMMachine.hpp"
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../KeyboardMachine.hpp"
|
||||
#include "../../Utility/Typer.hpp"
|
||||
#include "Machines/KeyboardMachine.hpp"
|
||||
#include "Machines/Utility/Typer.hpp"
|
||||
|
||||
namespace Electron {
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../../Components/1770/1770.hpp"
|
||||
#include "../../../Activity/Observer.hpp"
|
||||
#include "Components/1770/1770.hpp"
|
||||
#include "Activity/Observer.hpp"
|
||||
|
||||
namespace Electron {
|
||||
|
||||
|
@ -10,9 +10,9 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#include "../../../ClockReceiver/ClockReceiver.hpp"
|
||||
#include "../../../Storage/Tape/Tape.hpp"
|
||||
#include "../../../Storage/Tape/Parsers/Acorn.hpp"
|
||||
#include "ClockReceiver/ClockReceiver.hpp"
|
||||
#include "Storage/Tape/Tape.hpp"
|
||||
#include "Storage/Tape/Parsers/Acorn.hpp"
|
||||
#include "Interrupts.hpp"
|
||||
|
||||
namespace Electron {
|
||||
|
@ -8,8 +8,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "../ROMMachine.hpp"
|
||||
#include "Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "Machines/ROMMachine.hpp"
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "../../ClockReceiver/ClockReceiver.hpp"
|
||||
#include "ClockReceiver/ClockReceiver.hpp"
|
||||
#include "BlitterSequencer.hpp"
|
||||
#include "DMADevice.hpp"
|
||||
|
||||
|
@ -8,11 +8,12 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "ClockReceiver/ClockReceiver.hpp"
|
||||
#include "Components/Serial/Line.hpp"
|
||||
#include "Machines/KeyboardMachine.hpp"
|
||||
|
||||
#include <array>
|
||||
#include <cstdint>
|
||||
#include "../KeyboardMachine.hpp"
|
||||
#include "../../Components/Serial/Line.hpp"
|
||||
#include "../../ClockReceiver/ClockReceiver.hpp"
|
||||
|
||||
namespace Amiga {
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../Analyser/Static/Amiga/Target.hpp"
|
||||
#include "Analyser/Static/Amiga/Target.hpp"
|
||||
|
||||
#include <array>
|
||||
#include <cassert>
|
||||
|
@ -11,8 +11,8 @@
|
||||
#include <array>
|
||||
#include <atomic>
|
||||
|
||||
#include "../../Inputs/Joystick.hpp"
|
||||
#include "../../Inputs/Mouse.hpp"
|
||||
#include "Inputs/Joystick.hpp"
|
||||
#include "Inputs/Mouse.hpp"
|
||||
|
||||
namespace Amiga {
|
||||
|
||||
|
@ -8,10 +8,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../Configurable/Configurable.hpp"
|
||||
#include "../../Configurable/StandardOptions.hpp"
|
||||
#include "../../Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "../ROMMachine.hpp"
|
||||
#include "Configurable/Configurable.hpp"
|
||||
#include "Configurable/StandardOptions.hpp"
|
||||
#include "Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "Machines/ROMMachine.hpp"
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../Components/8272/i8272.hpp"
|
||||
#include "Components/8272/i8272.hpp"
|
||||
|
||||
namespace Amstrad {
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../KeyboardMachine.hpp"
|
||||
#include "../Utility/Typer.hpp"
|
||||
#include "Machines/KeyboardMachine.hpp"
|
||||
#include "Machines/Utility/Typer.hpp"
|
||||
|
||||
namespace AmstradCPC {
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../../ClockReceiver/ClockReceiver.hpp"
|
||||
#include "ClockReceiver/ClockReceiver.hpp"
|
||||
|
||||
#include <bitset>
|
||||
#include <cstddef>
|
||||
|
@ -9,8 +9,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "ReactiveDevice.hpp"
|
||||
#include "../../../Inputs/Keyboard.hpp"
|
||||
#include "../../KeyboardMachine.hpp"
|
||||
#include "Inputs/Keyboard.hpp"
|
||||
#include "Machines/KeyboardMachine.hpp"
|
||||
|
||||
#include <array>
|
||||
#include <cstdint>
|
||||
|
@ -9,7 +9,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "ReactiveDevice.hpp"
|
||||
#include "../../../Inputs/Mouse.hpp"
|
||||
#include "Inputs/Mouse.hpp"
|
||||
|
||||
namespace Apple::ADB {
|
||||
|
||||
|
@ -8,10 +8,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../../Configurable/Configurable.hpp"
|
||||
#include "../../../Configurable/StandardOptions.hpp"
|
||||
#include "../../../Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "../../ROMMachine.hpp"
|
||||
#include "Configurable/Configurable.hpp"
|
||||
#include "Configurable/StandardOptions.hpp"
|
||||
#include "Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "Machines/ROMMachine.hpp"
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
@ -8,9 +8,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../../Processors/6502/6502.hpp"
|
||||
#include "../../../ClockReceiver/ClockReceiver.hpp"
|
||||
#include "../../../Activity/Observer.hpp"
|
||||
#include "Processors/6502/6502.hpp"
|
||||
#include "ClockReceiver/ClockReceiver.hpp"
|
||||
#include "Activity/Observer.hpp"
|
||||
|
||||
namespace Apple::II {
|
||||
|
||||
|
@ -9,11 +9,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "Card.hpp"
|
||||
#include "../../ROMMachine.hpp"
|
||||
#include "Machines/ROMMachine.hpp"
|
||||
|
||||
#include "../../../Components/DiskII/DiskII.hpp"
|
||||
#include "../../../Storage/Disk/Disk.hpp"
|
||||
#include "../../../ClockReceiver/ClockingHintSource.hpp"
|
||||
#include "Components/DiskII/DiskII.hpp"
|
||||
#include "Storage/Disk/Disk.hpp"
|
||||
#include "ClockReceiver/ClockingHintSource.hpp"
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../../Inputs/Joystick.hpp"
|
||||
#include "Inputs/Joystick.hpp"
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#include "Card.hpp"
|
||||
|
||||
#include "../../../Components/6522/6522.hpp"
|
||||
#include "Components/6522/6522.hpp"
|
||||
|
||||
namespace Apple::II {
|
||||
|
||||
|
@ -8,9 +8,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../../ClockReceiver/ClockReceiver.hpp"
|
||||
#include "../../../ClockReceiver/DeferredQueue.hpp"
|
||||
#include "../../ROMMachine.hpp"
|
||||
#include "ClockReceiver/ClockReceiver.hpp"
|
||||
#include "ClockReceiver/DeferredQueue.hpp"
|
||||
#include "Machines/ROMMachine.hpp"
|
||||
|
||||
namespace Apple::II {
|
||||
|
||||
|
@ -10,11 +10,11 @@
|
||||
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
#include "../../../InstructionSets/M50740/Executor.hpp"
|
||||
#include "InstructionSets/M50740/Executor.hpp"
|
||||
|
||||
#include "../ADB/Bus.hpp"
|
||||
#include "../ADB/Mouse.hpp"
|
||||
#include "../ADB/Keyboard.hpp"
|
||||
#include "Machines/Apple/ADB/Bus.hpp"
|
||||
#include "Machines/Apple/ADB/Mouse.hpp"
|
||||
#include "Machines/Apple/ADB/Keyboard.hpp"
|
||||
|
||||
namespace Apple::IIgs::ADB {
|
||||
|
||||
|
@ -8,10 +8,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../../Configurable/Configurable.hpp"
|
||||
#include "../../../Configurable/StandardOptions.hpp"
|
||||
#include "../../../Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "../../ROMMachine.hpp"
|
||||
#include "Configurable/Configurable.hpp"
|
||||
#include "Configurable/StandardOptions.hpp"
|
||||
#include "Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "Machines/ROMMachine.hpp"
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
#include "../AppleII/LanguageCardSwitches.hpp"
|
||||
#include "../AppleII/AuxiliaryMemorySwitches.hpp"
|
||||
#include "Machines/Apple/AppleII/LanguageCardSwitches.hpp"
|
||||
#include "Machines/Apple/AppleII/AuxiliaryMemorySwitches.hpp"
|
||||
|
||||
namespace Apple::IIgs {
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../KeyboardMachine.hpp"
|
||||
#include "../../../ClockReceiver/ClockReceiver.hpp"
|
||||
#include "Machines/KeyboardMachine.hpp"
|
||||
#include "ClockReceiver/ClockReceiver.hpp"
|
||||
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
|
@ -8,10 +8,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../../Configurable/Configurable.hpp"
|
||||
#include "../../../Configurable/StandardOptions.hpp"
|
||||
#include "../../../Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "../../ROMMachine.hpp"
|
||||
#include "Configurable/Configurable.hpp"
|
||||
#include "Configurable/StandardOptions.hpp"
|
||||
#include "Analyser/Static/StaticAnalyser.hpp"
|
||||
#include "Machines/ROMMachine.hpp"
|
||||
|
||||
namespace Apple::Macintosh {
|
||||
|
||||
|
@ -11,9 +11,9 @@
|
||||
#include <algorithm>
|
||||
#include <cstdio>
|
||||
|
||||
#include "../../MachineTypes.hpp"
|
||||
#include "Machines/MachineTypes.hpp"
|
||||
|
||||
#include "../../../Analyser/Static/Atari2600/Target.hpp"
|
||||
#include "Analyser/Static/Atari2600/Target.hpp"
|
||||
|
||||
#include "Cartridges/Atari8k.hpp"
|
||||
#include "Cartridges/Atari16k.hpp"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user