Update linux.md
This commit is contained in:
parent
6f0a71a330
commit
725510f238
1 changed files with 3 additions and 7 deletions
10
linux.md
10
linux.md
|
@ -31,19 +31,17 @@ been modified, mostly for
|
|||
Some key files have been completely reimplemented or discarded:
|
||||
|
||||
* AppleWin.cpp
|
||||
* Video.cpp
|
||||
* Frame.cpp
|
||||
* NTSC.cpp
|
||||
* Video.cpp (partially)
|
||||
|
||||
Some features totally ignored:
|
||||
|
||||
* NSTC colors
|
||||
* ethernet
|
||||
* serial port
|
||||
* debugger
|
||||
* speech
|
||||
|
||||
The rest is in a usable state.
|
||||
The rest is in a very usable state.
|
||||
|
||||
## Executables
|
||||
|
||||
|
@ -69,9 +67,7 @@ The joystick uses evdev (currently the device name is hardcoded).
|
|||
This is based on Qt, currently tested with 5.10
|
||||
|
||||
* keyboard shortcuts are listed in the menu entries
|
||||
* graphics: code borrowed from linapple, no NTSC color
|
||||
* lo res in color
|
||||
* hi res in BW
|
||||
* graphics: runs the native NTSC code
|
||||
* joystick: it uses QtGamepad (correct names will only be displayed with 5.11)
|
||||
* emulator runs in the main UI thread
|
||||
* Qt timers are very coarse: the emulator needs to dynamically adapt the cycles to execute
|
||||
|
|
Loading…
Add table
Reference in a new issue