1
0
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:
Thomas Harte 2025-02-28 13:18:48 -05:00
parent 0823fc32fe
commit 2c2216afae
304 changed files with 674 additions and 686 deletions

View File

@ -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(

View File

@ -8,7 +8,7 @@
#pragma once
#include "../../../Storage/Cartridge/Cartridge.hpp"
#include "Storage/Cartridge/Cartridge.hpp"
namespace Analyser::Static::MSX {

View File

@ -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>

View File

@ -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 {

View File

@ -8,7 +8,7 @@
#include "Tape.hpp"
#include "../../../Storage/Tape/Parsers/MSX.hpp"
#include "Storage/Tape/Parsers/MSX.hpp"
using namespace Analyser::Static::MSX;

View File

@ -8,7 +8,7 @@
#pragma once
#include "../../../Storage/Tape/Tape.hpp"
#include "Storage/Tape/Tape.hpp"
#include <string>
#include <vector>

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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>

View File

@ -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 {

View File

@ -7,7 +7,7 @@
//
#include "Tape.hpp"
#include "../../../Storage/Tape/Parsers/Oric.hpp"
#include "Storage/Tape/Parsers/Oric.hpp"
using namespace Analyser::Static::Oric;

View File

@ -8,7 +8,7 @@
#pragma once
#include "../../../Storage/Tape/Tape.hpp"
#include "Storage/Tape/Tape.hpp"
#include <string>
#include <vector>

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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;

View File

@ -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 {

View File

@ -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 {

View File

@ -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"

View File

@ -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 {

View File

@ -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 {

View File

@ -9,7 +9,7 @@
#pragma once
#include "ClockReceiver.hpp"
#include "../Concurrency/AsyncTaskQueue.hpp"
#include "Concurrency/AsyncTaskQueue.hpp"
#include "ClockingHintSource.hpp"
#include "ForceInline.hpp"

View File

@ -8,7 +8,7 @@
#pragma once
#include "../../Storage/Disk/Controller/MFMDiskController.hpp"
#include "Storage/Disk/Controller/MFMDiskController.hpp"
namespace WD {

View File

@ -8,11 +8,9 @@
#pragma once
#include "Storage/MassStorage/SCSI/SCSI.hpp"
#include <cstdint>
#include "../../Storage/MassStorage/SCSI/SCSI.hpp"
namespace NCR::NCR5380 {
/*!

View File

@ -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 {

View File

@ -6,7 +6,7 @@
// Copyright 2017 Thomas Harte. All rights reserved.
//
#include "../6522.hpp"
#include "Components/6522/6522.hpp"
using namespace MOS::MOS6522;

View File

@ -11,7 +11,7 @@
#include <cstdint>
#include "Implementation/6526Storage.hpp"
#include "../Serial/Line.hpp"
#include "Components/Serial/Line.hpp"
namespace MOS::MOS6526 {

View File

@ -8,11 +8,11 @@
#pragma once
#include "ClockReceiver/ClockReceiver.hpp"
#include <cstdint>
#include <cstdio>
#include "../../ClockReceiver/ClockReceiver.hpp"
namespace MOS {
/*!

View File

@ -8,7 +8,7 @@
#pragma once
#include "../../ClockReceiver/ClockReceiver.hpp"
#include "ClockReceiver/ClockReceiver.hpp"
#include <cstdint>
#include <cstdio>

View File

@ -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 {

View File

@ -8,8 +8,8 @@
#pragma once
#include "../../ClockReceiver/ClockReceiver.hpp"
#include "../../ClockReceiver/ClockingHintSource.hpp"
#include "ClockReceiver/ClockReceiver.hpp"
#include "ClockReceiver/ClockingHintSource.hpp"
#include <cstdint>

View File

@ -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>

View File

@ -8,7 +8,7 @@
#pragma once
#include "../9918.hpp"
#include "Components/9918/9918.hpp"
#include "PersonalityTraits.hpp"
#include "LineLayout.hpp"

View File

@ -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>

View File

@ -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>

View File

@ -8,7 +8,7 @@
#pragma once
#include "../../../Numeric/LFSR.hpp"
#include "Numeric/LFSR.hpp"
namespace Yamaha::OPL {

View File

@ -8,7 +8,7 @@
#include "RP5C01.hpp"
#include "../../Numeric/NumericCoder.hpp"
#include "Numeric/NumericCoder.hpp"
#include <ctime>

View File

@ -8,7 +8,7 @@
#pragma once
#include "../../ClockReceiver/ClockReceiver.hpp"
#include "ClockReceiver/ClockReceiver.hpp"
#include <array>
#include <cstdint>

View File

@ -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 {

View File

@ -14,7 +14,7 @@
#include <thread>
#include <vector>
#include "../ClockReceiver/TimeTypes.hpp"
#include "ClockReceiver/TimeTypes.hpp"
namespace Concurrency {

View File

@ -8,7 +8,7 @@
#pragma once
#include "../Reflection/Struct.hpp"
#include "Reflection/Struct.hpp"
#include <memory>

View File

@ -8,7 +8,7 @@
#pragma once
#include "../Reflection/Enum.hpp"
#include "Reflection/Enum.hpp"
namespace Configurable {

View File

@ -8,7 +8,7 @@
#pragma once
#include "../Mouse.hpp"
#include "Inputs/Mouse.hpp"
#include <atomic>
namespace Inputs {

View File

@ -11,7 +11,7 @@
#include "BarrelShifter.hpp"
#include "OperationMapper.hpp"
#include "Registers.hpp"
#include "../../Numeric/Carry.hpp"
#include "Numeric/Carry.hpp"
namespace InstructionSet::ARM {

View File

@ -8,7 +8,7 @@
#pragma once
#include "../../Reflection/Dispatcher.hpp"
#include "Reflection/Dispatcher.hpp"
#include "BarrelShifter.hpp"
namespace InstructionSet::ARM {

View File

@ -8,7 +8,7 @@
#pragma once
#include "../Numeric/Sizes.hpp"
#include "Numeric/Sizes.hpp"
#include <array>
#include <cstdint>

View File

@ -8,7 +8,7 @@
#pragma once
#include "../Numeric/Sizes.hpp"
#include "Numeric/Sizes.hpp"
#include <list>
#include <map>

View File

@ -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>

View File

@ -12,7 +12,7 @@
#include <iomanip>
#include <string>
#include <sstream>
#include "../AccessType.hpp"
#include "InstructionSets/AccessType.hpp"
namespace InstructionSet::M50740 {

View File

@ -10,7 +10,7 @@
#include <cstdint>
#include "Decoder.hpp"
#include "../AccessType.hpp"
#include "InstructionSets/AccessType.hpp"
namespace InstructionSet::M50740 {

View File

@ -10,7 +10,7 @@
#include "Instruction.hpp"
#include "Model.hpp"
#include "../../Numeric/Sizes.hpp"
#include "Numeric/Sizes.hpp"
namespace InstructionSet::M68k {

View File

@ -9,8 +9,8 @@
#pragma once
#include "../Perform.hpp"
#include "../ExceptionVectors.hpp"
#include "InstructionSets/M68k/Perform.hpp"
#include "InstructionSets/M68k/ExceptionVectors.hpp"
#include <cassert>

View File

@ -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>

View File

@ -11,7 +11,7 @@
#include "Model.hpp"
#include "Instruction.hpp"
#include "Status.hpp"
#include "../../Numeric/RegisterSizes.hpp"
#include "Numeric/RegisterSizes.hpp"
namespace InstructionSet::M68k {

View File

@ -8,7 +8,7 @@
#pragma once
#include "../../Numeric/Carry.hpp"
#include "Numeric/Carry.hpp"
namespace InstructionSet::x86 {

View File

@ -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 {

View File

@ -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 {

View File

@ -10,7 +10,7 @@
#include "Resolver.hpp"
#include "Stack.hpp"
#include "../AccessType.hpp"
#include "InstructionSets/x86/AccessType.hpp"
#include <type_traits>

View File

@ -8,7 +8,7 @@
#pragma once
#include "../AccessType.hpp"
#include "InstructionSets/x86/AccessType.hpp"
namespace InstructionSet::x86::Primitive {

View File

@ -8,7 +8,7 @@
#pragma once
#include "../AccessType.hpp"
#include "InstructionSets/x86/AccessType.hpp"
#include <utility>

View File

@ -8,7 +8,7 @@
#pragma once
#include "../AccessType.hpp"
#include "InstructionSets/x86/AccessType.hpp"
namespace InstructionSet::x86::Primitive {

View File

@ -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

View File

@ -8,7 +8,7 @@
#pragma once
#include "../AccessType.hpp"
#include "InstructionSets/x86/AccessType.hpp"
namespace InstructionSet::x86::Primitive {

View File

@ -8,7 +8,7 @@
#pragma once
#include "../AccessType.hpp"
#include "InstructionSets/x86/AccessType.hpp"
namespace InstructionSet::x86 {

View File

@ -8,7 +8,7 @@
#pragma once
#include "../AccessType.hpp"
#include "InstructionSets/x86/AccessType.hpp"
namespace InstructionSet::x86::Primitive {

View File

@ -8,7 +8,7 @@
#pragma once
#include "../AccessType.hpp"
#include "InstructionSets/x86/AccessType.hpp"
#include <type_traits>

View File

@ -8,7 +8,7 @@
#include "Instruction.hpp"
#include "../../Numeric/Carry.hpp"
#include "Numeric/Carry.hpp"
#include <cassert>
#include <iomanip>

View File

@ -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>

View File

@ -8,7 +8,7 @@
#pragma once
#include "../../../Components/1770/1770.hpp"
#include "Components/1770/1770.hpp"
namespace Archimedes {

View File

@ -8,7 +8,7 @@
#pragma once
#include "../../KeyboardMachine.hpp"
#include "Machines/KeyboardMachine.hpp"
#include "Keyboard.hpp"
namespace Archimedes {

View File

@ -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>

View File

@ -8,8 +8,8 @@
#pragma once
#include "../../KeyboardMachine.hpp"
#include "../../Utility/Typer.hpp"
#include "Machines/KeyboardMachine.hpp"
#include "Machines/Utility/Typer.hpp"
namespace Electron {

View File

@ -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 {

View File

@ -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 {

View File

@ -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>

View File

@ -13,7 +13,7 @@
#include <string>
#include <vector>
#include "../../ClockReceiver/ClockReceiver.hpp"
#include "ClockReceiver/ClockReceiver.hpp"
#include "BlitterSequencer.hpp"
#include "DMADevice.hpp"

View File

@ -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 {

View File

@ -8,7 +8,7 @@
#pragma once
#include "../../Analyser/Static/Amiga/Target.hpp"
#include "Analyser/Static/Amiga/Target.hpp"
#include <array>
#include <cassert>

View File

@ -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 {

View File

@ -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>

View File

@ -8,7 +8,7 @@
#pragma once
#include "../../Components/8272/i8272.hpp"
#include "Components/8272/i8272.hpp"
namespace Amstrad {

View File

@ -8,8 +8,8 @@
#pragma once
#include "../KeyboardMachine.hpp"
#include "../Utility/Typer.hpp"
#include "Machines/KeyboardMachine.hpp"
#include "Machines/Utility/Typer.hpp"
namespace AmstradCPC {

View File

@ -8,7 +8,7 @@
#pragma once
#include "../../../ClockReceiver/ClockReceiver.hpp"
#include "ClockReceiver/ClockReceiver.hpp"
#include <bitset>
#include <cstddef>

View File

@ -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>

View File

@ -9,7 +9,7 @@
#pragma once
#include "ReactiveDevice.hpp"
#include "../../../Inputs/Mouse.hpp"
#include "Inputs/Mouse.hpp"
namespace Apple::ADB {

View File

@ -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>

View File

@ -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 {

View File

@ -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>

View File

@ -8,7 +8,7 @@
#pragma once
#include "../../../Inputs/Joystick.hpp"
#include "Inputs/Joystick.hpp"
#include <memory>
#include <vector>

View File

@ -10,7 +10,7 @@
#include "Card.hpp"
#include "../../../Components/6522/6522.hpp"
#include "Components/6522/6522.hpp"
namespace Apple::II {

View File

@ -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 {

View File

@ -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 {

View File

@ -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>

View File

@ -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 {

View File

@ -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>

View File

@ -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 {

View File

@ -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