Documentation for the raw dump mode
This commit is contained in:
parent
622abffc22
commit
8f8c2146ad
2 changed files with 27 additions and 0 deletions
17
manual.lyx
17
manual.lyx
|
@ -1138,6 +1138,23 @@ end-sdmp
|
||||||
End the current SDMP dump in progress.
|
End the current SDMP dump in progress.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Subsubsection
|
||||||
|
dump-raw <prefix>
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
Dump raw audio (to <prefix>.audio, at 32040.5Hz) and video (to <prefix>.video>,
|
||||||
|
at nominal framerate and 512x448 / 512x478 size).
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Subsubsection
|
||||||
|
end-raw
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
End the current RAW dump in progress.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Subsection
|
\begin_layout Subsection
|
||||||
Memory manipulation
|
Memory manipulation
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
10
manual.txt
10
manual.txt
|
@ -528,6 +528,16 @@ Dump SDMP to <file>, no splitting
|
||||||
|
|
||||||
End the current SDMP dump in progress.
|
End the current SDMP dump in progress.
|
||||||
|
|
||||||
|
6.5.8 dump-raw <prefix>
|
||||||
|
|
||||||
|
Dump raw audio (to <prefix>.audio, at 32040.5Hz) and video (to
|
||||||
|
<prefix>.video>, at nominal framerate and 512x448 / 512x478
|
||||||
|
size).
|
||||||
|
|
||||||
|
6.5.9 end-raw
|
||||||
|
|
||||||
|
End the current RAW dump in progress.
|
||||||
|
|
||||||
6.6 Memory manipulation
|
6.6 Memory manipulation
|
||||||
|
|
||||||
<address> may be decimal or hexadecimal (prefixed with '0x').
|
<address> may be decimal or hexadecimal (prefixed with '0x').
|
||||||
|
|
Loading…
Add table
Reference in a new issue