1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-25 03:32:01 +00:00

Made it no longer public knowledge that any sort of Typer is involved in being a ZX80/81.

This commit is contained in:
Thomas Harte 2017-08-02 22:17:22 -04:00
parent 8e0736fbe6
commit 6d510e4e70
2 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,7 @@
#include "../../Storage/Tape/Parsers/ZX8081.hpp"
#include "../MemoryFuzzer.hpp"
#include "../Typer.hpp"
#include "Video.hpp"

View File

@ -11,7 +11,6 @@
#include "../ConfigurationTarget.hpp"
#include "../CRTMachine.hpp"
#include "../Typer.hpp"
namespace ZX8081 {