mirror of https://github.com/stella-emu/stella.git
Some fixes to ELF doc
This commit is contained in:
parent
77e45307c4
commit
cb624aece0
|
@ -3446,6 +3446,13 @@
|
||||||
<td>Immediately jump to debugger mode when starting Stella.</td>
|
<td>Immediately jump to debugger mode when starting Stella.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td><pre>-elf.dump</pre></td>
|
||||||
|
<td>Display extensive linkage information when loading ELF ROMs and dump
|
||||||
|
the low 4.5MB of ARM memory (to which all sections are relocated) to
|
||||||
|
'elf_executable_image.bin' in the current working directory.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><pre>-holdjoy0 <U,D,L,R,F></pre></td>
|
<td><pre>-holdjoy0 <U,D,L,R,F></pre></td>
|
||||||
<td>Start the emulator with the left joystick direction/button held down
|
<td>Start the emulator with the left joystick direction/button held down
|
||||||
|
@ -3606,15 +3613,6 @@
|
||||||
<td>Set "Display.PPBlend" property, used for phosphor effect (0-100).
|
<td>Set "Display.PPBlend" property, used for phosphor effect (0-100).
|
||||||
Default is whatever is specified for tv.phosblend.</td>
|
Default is whatever is specified for tv.phosblend.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td><pre>-elf.dump</pre></td>
|
|
||||||
<td>
|
|
||||||
Display extensive linkage information when loading ELF cartridges and dump the low 4.5MB of
|
|
||||||
ARM memory (to which all sections are relocated) to elf_executable_image.bin in
|
|
||||||
the current working directory.
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p>The following are almost all available in two sets, one for players (prefixed by "plr.") and one
|
<p>The following are almost all available in two sets, one for players (prefixed by "plr.") and one
|
||||||
|
@ -3679,11 +3677,14 @@
|
||||||
fatal errors are simply logged, and emulation continues. Do not use this
|
fatal errors are simply logged, and emulation continues. Do not use this
|
||||||
unless you know exactly what you're doing, as it changes the behaviour as
|
unless you know exactly what you're doing, as it changes the behaviour as
|
||||||
compared to real hardware.
|
compared to real hardware.
|
||||||
For ELF cartridges, this option additionally checks for write accesses to
|
For ELF ROMs, this option additionally checks for write accesses to
|
||||||
those parts of memory that should be read only and validates that all
|
those parts of memory that should be read only and validates that all
|
||||||
relevant symbols in the ELF file can be relocated. Errors during relocation
|
relevant symbols in the ELF file can be relocated. Errors during relocation
|
||||||
will cause Stella to return to the debugger.
|
will cause Stella to return to the debugger.
|
||||||
</td>
|
</td>
|
||||||
|
</tr><tr>
|
||||||
|
<td><pre>-dev.arm.mips <50-300></pre></td>
|
||||||
|
<td>Limit the number of ARM instructions executed per 6507 instruction for ELF ROMs.</td>
|
||||||
</tr><tr>
|
</tr><tr>
|
||||||
<td><pre>-dev.thumb.incycles <1|0></pre></td>
|
<td><pre>-dev.thumb.incycles <1|0></pre></td>
|
||||||
<td>When enabled, ARM emulation cycles are added to 6507 system cycles. This
|
<td>When enabled, ARM emulation cycles are added to 6507 system cycles. This
|
||||||
|
@ -3782,10 +3783,6 @@
|
||||||
<td><pre>-<plr.|dev.>tm.horizon <3s|10s|30s|1m|3m|</br> 10m|30m|60m></pre></td>
|
<td><pre>-<plr.|dev.>tm.horizon <3s|10s|30s|1m|3m|</br> 10m|30m|60m></pre></td>
|
||||||
<td>Define the horizon of the Time Machine.</td>
|
<td>Define the horizon of the Time Machine.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tr><tr>
|
|
||||||
<td><pre>-dev.arm.mips <number></pre></td>
|
|
||||||
<td>
|
|
||||||
Limit the number of ARM instructions executed per 6507 instruction for ELF cartridges. Dev mode only.
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -4621,11 +4618,14 @@
|
||||||
<td><span style="white-space:nowrap">-dev.wrportbreak</span></td>
|
<td><span style="white-space:nowrap">-dev.wrportbreak</span></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Fatal ARM emulation ...</td>
|
<td>Strict ARM emulation ...</td>
|
||||||
<td>Thumb ARM emulation throws an exception and enters the debugger on fatal errors</td>
|
<td>Thumb ARM emulation throws an exception and enters the debugger on fatal errors.</br>
|
||||||
|
For ELF ROMs, this option additionally checks for valid write accesses.</td>
|
||||||
<td><span style="white-space:nowrap">-dev.thumb.trapfatal</span></td>
|
<td><span style="white-space:nowrap">-dev.thumb.trapfatal</span></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td>Limit ARM speed...</td><td>Change the number of ARM instructions executed for eacht 6507 instruction for ELF ROMs.</td><td>-dev.arm.mips</td></tr>
|
<tr><td>Limit ARM speed...</td>
|
||||||
|
<td>Limit the number of ARM instructions executed per 6507 instruction for ELF ROMs.</td>
|
||||||
|
<td>-dev.arm.mips</td></tr>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -5130,8 +5130,8 @@ Ms Pac-Man (Stella extended codes):
|
||||||
<td>Indicates the television format the game was designed for. The value
|
<td>Indicates the television format the game was designed for. The value
|
||||||
must be <b>Auto</b> or one of the following. Types marked as (¹)
|
must be <b>Auto</b> or one of the following. Types marked as (¹)
|
||||||
do currently have no reliable auto-detection. A format can be enforced
|
do currently have no reliable auto-detection. A format can be enforced
|
||||||
by using one of the following pattern in the filename.
|
by using one of the following pattern in the filename.</br>
|
||||||
For ELF cartridges, this also controls the mode Stella configures the
|
For ELF ROMs, this also controls the mode Stella configures the
|
||||||
cartridge to run in.
|
cartridge to run in.
|
||||||
<table cellpadding="2" border="1">
|
<table cellpadding="2" border="1">
|
||||||
<tr><th> Format </th><th>Filename Pattern (to force format)</th></tr>
|
<tr><th> Format </th><th>Filename Pattern (to force format)</th></tr>
|
||||||
|
|
Loading…
Reference in New Issue