From fb776b3c7f44aceb1dd3eef4fc421f05e0503822 Mon Sep 17 00:00:00 2001 From: Andrea Date: Sun, 5 Jul 2020 14:54:31 +0100 Subject: [PATCH] Update linux.md --- linux.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/linux.md b/linux.md index 2d7b612d..aad1bb32 100644 --- a/linux.md +++ b/linux.md @@ -38,13 +38,14 @@ Some key files have been completely reimplemented or discarded: * AppleWin.cpp * Frame.cpp * Video.cpp (partially) +* Audio (including Mockingboard but excluding speech in QApple) Some features totally ignored: * ethernet * serial port * debugger -* speech +* speech (currently it hangs the emulator) The rest is in a very usable state. @@ -79,6 +80,7 @@ This is based on Qt, currently tested with 5.10 * the app runs at 60FPS with correction for uneven timer deltas. * full speed when disk spins execute up to 5 ms real wall clock of emulator code (then returns to Qt) * (standard) audio is supported and there are a few configuration options to tune the latency (default very conservative 200ms) +* plain mockingboard is supported as well (not speech, which hang the emulator) * Open Apple and Closed Apple can be emulated using AltGr and Menu (unfortunately, Alt does not work well) ## Build