From 272b225320ff42bf06462482710883b3ccd42d21 Mon Sep 17 00:00:00 2001 From: George Wright Date: Thu, 25 Jun 2026 16:35:44 -0700 Subject: [PATCH] test: series7 --- WindQt/main.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WindQt/main.cpp b/WindQt/main.cpp index a655bb3..f9bee04 100644 --- a/WindQt/main.cpp +++ b/WindQt/main.cpp @@ -1,5 +1,7 @@ #include "../WindCore/osaris/clps7111.h" #include "../WindCore/series5mx/windermere.h" +#include "../WindCore/series7/sa1100.h" + #include "mainwindow.h" #include #include @@ -51,6 +53,9 @@ int main(int argc, char* argv[]) { } } + if (!emu) { + emu = new SA1100::Emulator; + } emu->loadROM(romData, buffer.size()); MainWindow w(emu); w.show(); -- 2.45.2