From 324b57c0548b12dc8508bdec4592879297e52ac1 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 24 Nov 2017 22:05:50 -0500 Subject: [PATCH] Adds inclusion of the 3/4 of the MSX's support chips that are currently implemented. --- Machines/MSX/MSX.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Machines/MSX/MSX.cpp b/Machines/MSX/MSX.cpp index 88b5c79d6..8cf05f2f4 100644 --- a/Machines/MSX/MSX.cpp +++ b/Machines/MSX/MSX.cpp @@ -10,6 +10,10 @@ #include "../../Processors/Z80/Z80.hpp" +#include "../../Components/1770/1770.hpp" +#include "../../Components/8255/i8255.hpp" +#include "../../Components/AY38910/AY38910.hpp" + namespace MSX { class ConcreteMachine: