Update info in README.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
783ccb9060
commit
da1648706d
2 changed files with 8 additions and 5 deletions
|
@ -2,12 +2,15 @@
|
|||
|
||||
This file only lists options not already described in ``-h``.
|
||||
|
||||
There are really 2 frontends here, with and without ``ImGui``, which will become the default in the future.
|
||||
|
||||
## Configuration
|
||||
|
||||
There is no GUI to configure the emulator: either manually edit the configuration file ``~/.applewin/applewin.conf`` or use ``qapple`` and run ``sa2 --qt-ini``.
|
||||
The configuration GUI only works with ``--imgui``: otherwise either manually edit the configuration file ``~/.applewin/applewin.conf`` or use ``qapple`` and run ``sa2 --qt-ini``.
|
||||
The format of the configuration file is the same as the Windows Registry of AppleWin.
|
||||
|
||||
*Drag & drop* works for floppy disks: they are inserted in Drive 1. If the filename ends with `.yaml`, it will be loaded as a *State* file.
|
||||
*Drag & drop* works for floppy disks. With ``--imgui`` it is possible to select which drive they are dropped into (``D&D``).
|
||||
If the filename ends with `.yaml`, it will be loaded as a *State* file.
|
||||
|
||||
Individual options can be passed via arguments too: ``-c Configuration.Printer_FileName=Printer.txt``.
|
||||
|
||||
|
@ -25,6 +28,8 @@ On a Raspberry Pi, a KMS driver is mandatory and best results are obtained on a
|
|||
|
||||
Output mentions the Dear ImGui version, e.g.: ``IMGUI_VERSION: 1.81 WIP``.
|
||||
|
||||
Some of the configuration options are exposed in the ``Settings`` menu. This is **not** a modal dialog and options are applied immediately. You might need to **Restart** the emulator manually.
|
||||
|
||||
## Hotkeys
|
||||
|
||||
``F2``, ``F5``, ``F6``, ``F9``, ``F11``, ``F12`` and ``Pause`` have the same meaning as in AppleWin.
|
||||
|
@ -43,8 +48,6 @@ Channels: 2, buffer: 45000, SDL: 65536, queue: 0.63 s
|
|||
```
|
||||
(1) is the speaker, (2) the Mockingboard.
|
||||
|
||||
Speech / phonemes are known to hang the emulator.
|
||||
|
||||
## Speed diagnostic
|
||||
|
||||
At the end of the run, it will print stats about timings:
|
||||
|
|
|
@ -210,7 +210,7 @@ namespace sa2
|
|||
|
||||
ImGui::Separator();
|
||||
|
||||
if (ImGui::Button("Reboot"))
|
||||
if (ImGui::Button("Restart"))
|
||||
{
|
||||
frame->Restart();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue