diff --git a/Machines/PCCompatible/PCCompatible.cpp b/Machines/PCCompatible/PCCompatible.cpp index a0e57a8dd..ddb015126 100644 --- a/Machines/PCCompatible/PCCompatible.cpp +++ b/Machines/PCCompatible/PCCompatible.cpp @@ -15,6 +15,7 @@ #include "Memory.hpp" #include "PIC.hpp" #include "PIT.hpp" +#include "RTC.hpp" #include "../../InstructionSets/x86/Decoder.hpp" #include "../../InstructionSets/x86/Flags.hpp" @@ -601,8 +602,8 @@ using PPI = Intel::i8255::i8255; template class IO { public: - IO(PIT &pit, DMA &dma, PPI &ppi, PIC &pic, typename Adaptor