diff options
| author | Eero Tamminen <oak@helsinkinet.fi> | 2019-03-10 20:47:57 (GMT) |
|---|---|---|
| committer | Eero Tamminen <oak@helsinkinet.fi> | 2019-03-10 20:53:46 (GMT) |
| commit | e1bd25306a15aeb8780ec98443de5730c40bd107 (patch) | |
| tree | ca95efd50348338dea46cfce847009b2a85743cc | |
| parent | fc43dbb71bd807ba0d792323d532f094853a71e5 (diff) | |
| download | hatari-e1bd25306a15aeb8780ec98443de5730c40bd107.zip hatari-e1bd25306a15aeb8780ec98443de5730c40bd107.tar.gz | |
Update --bios-intercept and --natfeats descriptions
XBios(255) is deprecated and --natfeats preferred instead.
| -rw-r--r-- | doc/hatari.1 | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/doc/hatari.1 b/doc/hatari.1 index cd21703..061b4b2 100644 --- a/doc/hatari.1 +++ b/doc/hatari.1 @@ -496,10 +496,13 @@ Specify which exceptions invoke debugger, see for available (comma separated) exception flags. .TP .B \-\-bios\-intercept <bool> -Enable/Disable XBios command parsing. Allows Atari programs to use all -Hatari functionality and change Hatari state through Hatari specific -XBios(255) calls. XBios(20) printscreen calls produce also Hatari -screenshots. XBios(11) Dbmsg call can be used to invoke the debugger. +Enable/Disable XBios command parsing. XBios(11) Dbmsg call can be used +to invoke Hatari debugger. XBios(20) printscreen calls produce also +Hatari screenshots. XBios(255) allows Atari programs to use Hatari +debugger functionality, which allows e.g. invoking shortcuts and +Hatari command line options. Last one is deprecated as it gives too +much control to emulated program, please use NatFeats API (--natfeats) +instead of XBios 11 and 255. .TP .B \-\-conout <device> Enable console (xconout vector functions) output redirection for given @@ -513,8 +516,10 @@ to use, bitmask sets output options for the external disassembly engine and 'help' lists them. .TP .B \-\-natfeats <bool> -Enable/disable (basic) Native Features support. -E.g. EmuTOS uses it for debug output. +Enable/disable (basic) Native Features support. EmuTOS uses it +for debug output, and it's supported also by the Aranym emulator. +For more info, see example code and readme.txt in tests/natfeats/ +coming with Hatari sources. .TP .B \-\-trace <flags> Activate debug traces, see |
