Add a note on ystart autodetection.

This commit is contained in:
Christian Speckner 2017-07-10 00:49:09 +02:00
parent 7f6637a802
commit aa5be284cb
1 changed files with 3 additions and 1 deletions

View File

@ -3379,7 +3379,9 @@ Ms Pac-Man (Stella extended codes):
<tr>
<td VALIGN="TOP"><i>Display.YStart:</i></td>
<td>Indicates the scan-line to start displaying at.
The value must be <i>n</i> such that 0 &lt;= <i>n</i> &lt;= 64.</td>
The value must be <i>n</i> such that 0 &lt;= <i>n</i> &lt;= 64.
Setting <i>n</i> to zero will enable ystart autodetection, which
should work fine for the vast majority of ROMs.</td>
</tr>
<tr>