mirror of https://github.com/stella-emu/stella.git
updated docs
This commit is contained in:
parent
fe0d29a795
commit
8ee2c56980
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 7.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
|
@ -3238,7 +3238,7 @@
|
||||||
frames per second, bankswitch and display formats, etc. The following shows
|
frames per second, bankswitch and display formats, etc. The following shows
|
||||||
an example of this information:
|
an example of this information:
|
||||||
<p><img src="graphics/developer_stats.png"></p>
|
<p><img src="graphics/developer_stats.png"></p>
|
||||||
<p>The two lines of output describe the following:
|
<p>The three lines of output describe the following:
|
||||||
<ol>
|
<ol>
|
||||||
<li>Number of scanlines in current frame, associated framerate, and
|
<li>Number of scanlines in current frame, associated framerate, and
|
||||||
resulting display format. Note that the framerate shown is the
|
resulting display format. Note that the framerate shown is the
|
||||||
|
@ -3246,6 +3246,8 @@
|
||||||
number of scanlines). If the '*' character is present, it means
|
number of scanlines). If the '*' character is present, it means
|
||||||
the display format was auto-detected as shown. For the given example,
|
the display format was auto-detected as shown. For the given example,
|
||||||
the format was auto-detected as 'NTSC'.</li>
|
the format was auto-detected as 'NTSC'.</li>
|
||||||
|
<li>Effective emulation speed displayed as frames per seconds and user
|
||||||
|
defined emulation speed displayed as percentage relative to normal speed.</li>
|
||||||
<li>Cartridge information. If the '*' character is present,
|
<li>Cartridge information. If the '*' character is present,
|
||||||
it means the bankswitch format was auto-detected as shown. The item
|
it means the bankswitch format was auto-detected as shown. The item
|
||||||
in round brackets indicates ROM size. For the given example,
|
in round brackets indicates ROM size. For the given example,
|
||||||
|
|
Loading…
Reference in New Issue