Added a few last minute documentation changes. For the next version, I'm

putting all documentation in the main HTML file, since it's too time
consuming to maintain separate files that say the same thing.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@364 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2005-02-19 14:59:58 +00:00
parent aba74d2939
commit 267afcca06
3 changed files with 12 additions and 1 deletions

View File

@ -33,7 +33,7 @@ distributions currently available are:
* Source code distribution for Linux, Mac OSX and Windows (stella-1.4.2-src.tar.gz)
* Source code in SRPM format for Linux RPM-based systems (stella-1.4.1-1plf.src.rpm)
* Source code in SRPM format for Linux RPM-based systems (stella-1.4.2-1plf.src.rpm)
PLEASE DO NOT WRITE ASKING FOR ROM IMAGES TO USE WITH STELLA! ALL SUCH
REQUESTS WILL BE IGNORED!

View File

@ -33,11 +33,16 @@
Basically, it eliminates the need to set the SDL_VIDEODRIVER environment
variable.
* Made sure screen is refreshed before taking a snapshot. This eliminates
the problem with new snapshots containing the text "Snapshot saved".
* For the Windows port; added windib and directx as options for
'video_driver' when using software rendering. The 'windib' option is now
the default, and in many cases it's up to 10 times faster than using
'directx'.
* For the OSX port; added 'Cmd-R' key to reload the currently loaded ROM.
1.4 to 1.4.1: (August 15, 2004)
* Fixed PAL sound issues. PAL games now should sound correct (no distortion

View File

@ -234,10 +234,16 @@
information). Basically, it eliminates the need to set the SDL_VIDEODRIVER
environment variable.</li>
<li>Made sure screen is refreshed before taking a snapshot. This eliminates
the problem with new snapshots containing the text "Snapshot saved".</li>
<li>For the Windows port; added <i>windib</i> and <i>directx</i> as options for
'video_driver' when using software rendering. The 'windib' option is now
the default, and in many cases it's up to 10 times faster than using
'directx'.</li>
<li>For the OSX port; added 'Cmd-R' key to reload the currently loaded ROM.</li>
</ul>
<p>