From aa5be284cbd254523facf1a2842314721ac9848d Mon Sep 17 00:00:00 2001 From: Christian Speckner Date: Mon, 10 Jul 2017 00:49:09 +0200 Subject: [PATCH] Add a note on ystart autodetection. --- docs/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index d7615df36..059a2defe 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3379,7 +3379,9 @@ Ms Pac-Man (Stella extended codes): Display.YStart: Indicates the scan-line to start displaying at. - The value must be n such that 0 <= n <= 64. + The value must be n such that 0 <= n <= 64. + Setting n to zero will enable ystart autodetection, which + should work fine for the vast majority of ROMs.