Update linux.md

This commit is contained in:
Andrea 2020-07-05 14:54:31 +01:00 committed by GitHub
parent 16d17a3ab3
commit fb776b3c7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,13 +38,14 @@ Some key files have been completely reimplemented or discarded:
* AppleWin.cpp * AppleWin.cpp
* Frame.cpp * Frame.cpp
* Video.cpp (partially) * Video.cpp (partially)
* Audio (including Mockingboard but excluding speech in QApple)
Some features totally ignored: Some features totally ignored:
* ethernet * ethernet
* serial port * serial port
* debugger * debugger
* speech * speech (currently it hangs the emulator)
The rest is in a very usable state. 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. * 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) * 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) * (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) * Open Apple and Closed Apple can be emulated using AltGr and Menu (unfortunately, Alt does not work well)
## Build ## Build