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:
|
Some key files have been completely reimplemented or discarded:
|
||||||
|
|
||||||
* AppleWin.cpp
|
* AppleWin.cpp
|
||||||
* Video.cpp
|
|
||||||
* Frame.cpp
|
* Frame.cpp
|
||||||
* NTSC.cpp
|
* Video.cpp (partially)
|
||||||
|
|
||||||
Some features totally ignored:
|
Some features totally ignored:
|
||||||
|
|
||||||
* NSTC colors
|
|
||||||
* ethernet
|
* ethernet
|
||||||
* serial port
|
* serial port
|
||||||
* debugger
|
* debugger
|
||||||
* speech
|
* speech
|
||||||
|
|
||||||
The rest is in a usable state.
|
The rest is in a very usable state.
|
||||||
|
|
||||||
## Executables
|
## 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
|
This is based on Qt, currently tested with 5.10
|
||||||
|
|
||||||
* keyboard shortcuts are listed in the menu entries
|
* keyboard shortcuts are listed in the menu entries
|
||||||
* graphics: code borrowed from linapple, no NTSC color
|
* graphics: runs the native NTSC code
|
||||||
* lo res in color
|
|
||||||
* hi res in BW
|
|
||||||
* joystick: it uses QtGamepad (correct names will only be displayed with 5.11)
|
* joystick: it uses QtGamepad (correct names will only be displayed with 5.11)
|
||||||
* emulator runs in the main UI thread
|
* emulator runs in the main UI thread
|
||||||
* Qt timers are very coarse: the emulator needs to dynamically adapt the cycles to execute
|
* Qt timers are very coarse: the emulator needs to dynamically adapt the cycles to execute
|
||||||
|
|
Loading…
Add table
Reference in a new issue