St and X86 moved to support

This commit is contained in:
karllurman
2018-11-01 11:15:58 +11:00
parent 3fccd05165
commit 62058bfa32
10 changed files with 119 additions and 106 deletions

View File

@@ -9,3 +9,10 @@
// Archie support
#include "support/archie/archie.h"
// ST (Atari) support
#include "support/st/st_ikbd.h"
#include "support/st/st_tos.h"
// X86 support
#include "support/x86/x86.h"