Update linux.md
This commit is contained in:
parent
16d17a3ab3
commit
fb776b3c7f
1 changed files with 3 additions and 1 deletions
4
linux.md
4
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
|
||||
|
|
Loading…
Add table
Reference in a new issue