mirror of https://github.com/stella-emu/stella.git
Add a note on ystart autodetection.
This commit is contained in:
parent
7f6637a802
commit
aa5be284cb
|
@ -3379,7 +3379,9 @@ Ms Pac-Man (Stella extended codes):
|
||||||
<tr>
|
<tr>
|
||||||
<td VALIGN="TOP"><i>Display.YStart:</i></td>
|
<td VALIGN="TOP"><i>Display.YStart:</i></td>
|
||||||
<td>Indicates the scan-line to start displaying at.
|
<td>Indicates the scan-line to start displaying at.
|
||||||
The value must be <i>n</i> such that 0 <= <i>n</i> <= 64.</td>
|
The value must be <i>n</i> such that 0 <= <i>n</i> <= 64.
|
||||||
|
Setting <i>n</i> to zero will enable ystart autodetection, which
|
||||||
|
should work fine for the vast majority of ROMs.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue