1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Adds inclusion of the 3/4 of the MSX's support chips that are currently implemented.

This commit is contained in:
Thomas Harte 2017-11-24 22:05:50 -05:00
parent ae50ca9ab2
commit 324b57c054

View File

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