attempt to fix formatting

This commit is contained in:
thrust26 2017-12-30 16:46:54 +01:00
parent 696fc2ab43
commit 96fceed896
1 changed files with 63 additions and 141 deletions

View File

@ -1,17 +1,3 @@
===========================================================================
SSSS tt lll lll
SS SS tt ll ll
SS tttttt eeee ll ll aaaa
SSSS tt ee ee ll ll aa
SS tt eeeeee ll ll aaaaa -- "An Atari 2600 VCS Emulator"
SS SS tt ee ll ll aa aa
SSSS ttt eeeee llll llll aaaaa
===========================================================================
Release History
===========================================================================
5.0.2 to 5.1: (January xx, 2018) 5.0.2 to 5.1: (January xx, 2018)
* Huge improvements to the disassembly view in the debugger and * Huge improvements to the disassembly view in the debugger and
@ -2108,14 +2094,11 @@
* Fixed crash which sometimes occurred when viewing snapshots in the * Fixed crash which sometimes occurred when viewing snapshots in the
ROM Info viewer. ROM Info viewer.
* Allow setting window sizes for the ROM launcher and debugger to be * Allow setting window sizes for the ROM launcher and debugger to be larger
larger than your desktop resolution. Be careful with this feature, as switching
than your desktop resolution. Be careful with this feature, as
switching
to fullscreen mode may cause problems in such cases. to fullscreen mode may cause problems in such cases.
* Made the ROM launcher filename filtering be case-insensitive. This * Made the ROM launcher filename filtering be case-insensitive. This fixes
fixes
a bug whereby ROMs with uppercase extensions were marked as invalid. a bug whereby ROMs with uppercase extensions were marked as invalid.
* Added a pattern matching textbox to the ROM launcher, used to * Added a pattern matching textbox to the ROM launcher, used to
@ -2189,8 +2172,7 @@
the current directory and '~/' (or '~\') to mean your home directory the current directory and '~/' (or '~\') to mean your home directory
(for Windows, home directory will be your 'My Documents' folder). (for Windows, home directory will be your 'My Documents' folder).
* Large speedup in loading directories with many files in the ROM * Large speedup in loading directories with many files in the ROM launcher.
launcher.
* Fixed reset issue in 3E, 4A50, AR, CV, E7, F4SC, F6SC, F8SC, FASC and MC * Fixed reset issue in 3E, 4A50, AR, CV, E7, F4SC, F6SC, F8SC, FASC and MC
ROMs; the internal RAM wasn't being randomized after the initial reset. ROMs; the internal RAM wasn't being randomized after the initial reset.
@ -2230,8 +2212,7 @@
'tia_filter' (which can be zoom1x, zoom2x, etc). There is no equivalent 'tia_filter' (which can be zoom1x, zoom2x, etc). There is no equivalent
for ui_zoom, since the UI can no longer be scaled. for ui_zoom, since the UI can no longer be scaled.
* Added experimental 64-bit version for Vista64 (may also work on * Added experimental 64-bit version for Vista64 (may also work on WinXP64).
WinXP64).
This hasn't been extensively tested, and is probably quite a bit slower This hasn't been extensively tested, and is probably quite a bit slower
than the 32-bit version. than the 32-bit version.
@ -2239,8 +2220,7 @@
but I no longer have access to older systems to compile for 10.2. but I no longer have access to older systems to compile for 10.2.
* Huge updates to the documentation, particularly concerning the debugger. * Huge updates to the documentation, particularly concerning the debugger.
Many features that have been in Stella for a while are now documented Many features that have been in Stella for a while are now documented for
for
the first time. the first time.
@ -2317,8 +2297,7 @@
* Added TIA emulation fixes for graphical glitches in Escape from the * Added TIA emulation fixes for graphical glitches in Escape from the
Mindmaster, Mission Survive, Solaris, and SWOOPS! Mindmaster, Mission Survive, Solaris, and SWOOPS!
* Fixed bug where fullscreen OpenGL scaling wasn't working on 4:3 * Fixed bug where fullscreen OpenGL scaling wasn't working on 4:3 monitors.
monitors.
* Further improvements to the M6532/RIOT emulation, which unfortunately * Further improvements to the M6532/RIOT emulation, which unfortunately
have broken old state files (again). have broken old state files (again).
@ -2346,11 +2325,9 @@
the ROM to be frozen afterwords. the ROM to be frozen afterwords.
* Removed logic whereby starting a ROM from something other than the * Removed logic whereby starting a ROM from something other than the
built-in launcher wouldn't allow the user to go back to the ROM built-in launcher wouldn't allow the user to go back to the ROM launcher.
launcher.
* Fixed bug (hopefully) with the app icon not showing on the Stella * Fixed bug (hopefully) with the app icon not showing on the Stella window.
window.
Further testing is needed, since I can't duplicate the error myself. Further testing is needed, since I can't duplicate the error myself.
* Fixed default snapshot folder issues; the folder will now be * Fixed default snapshot folder issues; the folder will now be
@ -2368,19 +2345,16 @@
2.4.2 to 2.5: (March 28, 2008) 2.4.2 to 2.5: (March 28, 2008)
* Added RomInfo widget to the ROM launcher, which shows properties * Added RomInfo widget to the ROM launcher, which shows properties
information and a snapshot of the currently selected ROM. Updated the information and a snapshot of the currently selected ROM. Updated the UI
UI
and added '-romviewer' commandline argument to activate this setting. and added '-romviewer' commandline argument to activate this setting.
Note that the ROM launcher will have to be sized at least 640x480 for Note that the ROM launcher will have to be sized at least 640x480 for this
this
to be used. Also note that the snapshots must be in 1x mode with a to be used. Also note that the snapshots must be in 1x mode with a
maximum size of 320x260. This will be expanded on in a future release. maximum size of 320x260. This will be expanded on in a future release.
* Added ROM audit functionality, whereby ROMs can be physically renamed * Added ROM audit functionality, whereby ROMs can be physically renamed
according to their properties' name. according to their properties' name.
* Added bankswitching support for 0840, SB, X07 and 4A50. A special * Added bankswitching support for 0840, SB, X07 and 4A50. A special thanks
thanks
to Eckhard Stolberg for much help in this area. to Eckhard Stolberg for much help in this area.
* Removed "non-browse" functionality from the ROM launcher; it now always * Removed "non-browse" functionality from the ROM launcher; it now always
@ -2401,8 +2375,7 @@
have to start a ROM to do so. have to start a ROM to do so.
* Added support for configurable font to ROM launcher (currently only * Added support for configurable font to ROM launcher (currently only
'small' and 'large'). Updated the UI and added -launcherfont' 'small' and 'large'). Updated the UI and added -launcherfont' commandline
commandline
argument to change this setting. argument to change this setting.
* Added SECAM, NTSC50, PAL60 and SECAM60 to the list of formats that can * Added SECAM, NTSC50, PAL60 and SECAM60 to the list of formats that can
@ -2425,8 +2398,7 @@
from DASM for proper functionality. from DASM for proper functionality.
* Updated state file format, creating smaller files (and in preparation * Updated state file format, creating smaller files (and in preparation
for state rewinding in a future release). Old state saves will no for state rewinding in a future release). Old state saves will no longer
longer
work. work.
* Added '-bs' commandline argument, which is an alias for '-type' (which * Added '-bs' commandline argument, which is an alias for '-type' (which
@ -2481,16 +2453,13 @@
* Re-added non-browser mode to the ROM launcher. * Re-added non-browser mode to the ROM launcher.
* For the Linux/UNIX port; fixed OpenGL vsync issue with Nvidia video * For the Linux/UNIX port; fixed OpenGL vsync issue with Nvidia video cards.
cards.
2.3.5 to 2.4: (August 20, 2007) 2.3.5 to 2.4: (August 20, 2007)
* Added new video sub-system where fullscreen and windowed modes are * Added new video sub-system where fullscreen and windowed modes are treated
treated differently. Windowed modes now use '-zoom_tia' and '-zoom_ui' arguments,
differently. Windowed modes now use '-zoom_tia' and '-zoom_ui'
arguments,
while fullscreen modes can be specified by resolution using the new while fullscreen modes can be specified by resolution using the new
'-fullres' argument. '-fullres' argument.
@ -2527,10 +2496,8 @@
* Removed OpenGL aspect ratio setting favour of the previously mentioned * Removed OpenGL aspect ratio setting favour of the previously mentioned
video changes. We'll see how this goes. video changes. We'll see how this goes.
* Removed dirty-rect support from software rendering, since it was * Removed dirty-rect support from software rendering, since it was actually
actually sub-optimal in Windows and OSX and defaulted to off in previous versions.
sub-optimal in Windows and OSX and defaulted to off in previous
versions.
* Added support for gzipped ROMs. * Added support for gzipped ROMs.
@ -2546,8 +2513,7 @@
* Removed PSP support, since it hasn't been updated in over a year, and * Removed PSP support, since it hasn't been updated in over a year, and
someone else is maintaining another port elsewhere. someone else is maintaining another port elsewhere.
* For the Unix/Linux port; fixed 'make install' issues, and changed icon * For the Unix/Linux port; fixed 'make install' issues, and changed icon to
to
PNG format. PNG format.
@ -2580,22 +2546,18 @@
Related to this, added 'colorloss' commandline argument. Related to this, added 'colorloss' commandline argument.
* Added rudimentary support for configuring the UI palette ('uipalette' * Added rudimentary support for configuring the UI palette ('uipalette'
commandline argument) and ability to change the size of the launcher commandline argument) and ability to change the size of the launcher window
window ('launchersize' commandline argument). This will be expanded on in future
('launchersize' commandline argument). This will be expanded on in
future
releases. releases.
* Reworked options menu so it's now accessible from the ROM launcher as * Reworked options menu so it's now accessible from the ROM launcher as
well as while playing a ROM. well as while playing a ROM.
* Re-added ability to change the width and height of a Console. Related * Re-added ability to change the width and height of a Console. Related to
to
this, changing XStart/YStart/Width/Height dynamically no longer resets this, changing XStart/YStart/Width/Height dynamically no longer resets
the ROM. the ROM.
* Removed 'tiadefaults' commandline argument, since Stella will now * Removed 'tiadefaults' commandline argument, since Stella will now default
default
to using accurate positioning, and not use 'tweaks'. to using accurate positioning, and not use 'tweaks'.
* Joystick code now allows all 4 directions; 'Bumper Bash' now works * Joystick code now allows all 4 directions; 'Bumper Bash' now works
@ -2606,16 +2568,14 @@
* Reworked GUI code, so that all dialog boxes are automatically centered. * Reworked GUI code, so that all dialog boxes are automatically centered.
* Added 'rominfo' commandline argument, which prints some detailed info * Added 'rominfo' commandline argument, which prints some detailed info for
for
a ROM. a ROM.
* For the OSX port; fixed crashes in OpenGL mode. * For the OSX port; fixed crashes in OpenGL mode.
* For the GP2X port; some improvements to the sound code. * For the GP2X port; some improvements to the sound code.
* For the GP2X port; added vertical centering of the TIA image (when * For the GP2X port; added vertical centering of the TIA image (when possible).
possible).
2.2 to 2.3: (December 22, 2006) 2.2 to 2.3: (December 22, 2006)
@ -2630,8 +2590,7 @@
* For UI navigation, changed from using 'joymouse' to the more familiar * For UI navigation, changed from using 'joymouse' to the more familiar
'tabbing' functionality, where you move from object to object by use of 'tabbing' functionality, where you move from object to object by use of
some tab key. As a result, completely removed the 'joymouse' some tab key. As a result, completely removed the 'joymouse' commandline
commandline
argument and all associated functionality. argument and all associated functionality.
* Added event remapping for UI events, separate from events while in * Added event remapping for UI events, separate from events while in
@ -2641,8 +2600,7 @@
but run at NTSC timing (60Hz). Added ROM property for this, and updated but run at NTSC timing (60Hz). Added ROM property for this, and updated
the internal properties database for many PAL60 ROMs. the internal properties database for many PAL60 ROMs.
* Added support for user-definable palettes. For now, only one extra * Added support for user-definable palettes. For now, only one extra palette
palette
is supported, but in the future we may have them specified per-ROM. is supported, but in the future we may have them specified per-ROM.
* Fixed bug in PAL colour-loss emulation, which wasn't actually being done * Fixed bug in PAL colour-loss emulation, which wasn't actually being done
@ -2651,10 +2609,8 @@
* Fixed several TIA-related emulation bugs as reported on AtariAge. More * Fixed several TIA-related emulation bugs as reported on AtariAge. More
fixes will come with the TIA rewrite, due in the next release. fixes will come with the TIA rewrite, due in the next release.
* Added new scaler infrastructure, replacing the '-zoom' commandline * Added new scaler infrastructure, replacing the '-zoom' commandline argument
argument with '-scale_ui' and '-scale_tia'. This means the UI and emulation can now
with '-scale_ui' and '-scale_tia'. This means the UI and emulation can
now
be scaled independently. be scaled independently.
* Added '-gl_vsync' commandline argument and associated UI elements, which * Added '-gl_vsync' commandline argument and associated UI elements, which
@ -2671,8 +2627,7 @@
succession. succession.
* Added a 'Previous directory' entry to the top of each listing while * Added a 'Previous directory' entry to the top of each listing while
in ROM Browse mode, which is equivalent to the 'Go Up' button. This in ROM Browse mode, which is equivalent to the 'Go Up' button. This makes
makes
it easier to navigate the filesystem, since you never have to 'tab out' it easier to navigate the filesystem, since you never have to 'tab out'
of the ROM listing. of the ROM listing.
@ -2680,13 +2635,11 @@
longer have to use the commandline to set those options. longer have to use the commandline to set those options.
* Added new property to ROM properties specifying whether to swap paddles * Added new property to ROM properties specifying whether to swap paddles
plugged into a virtual port. This eliminates the need to manually set plugged into a virtual port. This eliminates the need to manually set the
the
paddle mode for those ROMs that don't use paddle zero by default. paddle mode for those ROMs that don't use paddle zero by default.
* Added a 'Defaults' button to the Game Properties dialog, which resets * Added a 'Defaults' button to the Game Properties dialog, which resets
the ROM properties to the internal defaults, deleting that ROMs the ROM properties to the internal defaults, deleting that ROMs properties
properties
from the external properties file. from the external properties file.
* Fixed bug whereby modified ROM properties weren't being reloaded when * Fixed bug whereby modified ROM properties weren't being reloaded when
@ -2696,8 +2649,7 @@
set per-ROM. set per-ROM.
* Added support for relocating the base Stella directory, by setting the * Added support for relocating the base Stella directory, by setting the
environment variable 'STELLA_BASEDIR'. This must be done each time environment variable 'STELLA_BASEDIR'. This must be done each time before
before
Stella starts. Stella starts.
* Added '-fastscbios' commandline argument, which speeds up loading of * Added '-fastscbios' commandline argument, which speeds up loading of
@ -2713,8 +2665,7 @@
* Updated configure/build toolchain so patching is no longer required for * Updated configure/build toolchain so patching is no longer required for
Debian packages. Debian packages.
* Removed dependency on PNG library (PNG snapshots are still present, but * Removed dependency on PNG library (PNG snapshots are still present, but the
the
actual library is no longer required). actual library is no longer required).
* For the OSX port, improved OpenGL performance on Mac Mini using Intel * For the OSX port, improved OpenGL performance on Mac Mini using Intel
@ -2796,8 +2747,7 @@
* Added phosphor effect, similar to z26. Useful on ROMs which alternate * Added phosphor effect, similar to z26. Useful on ROMs which alternate
sprites from one frame to another, resulting in an annoying flicker. sprites from one frame to another, resulting in an annoying flicker.
When using phosphor mode, a pixels colour is mixed with its previous When using phosphor mode, a pixels colour is mixed with its previous value,
value,
resulting in a blended image that doesn't flicker, emulating the resulting in a blended image that doesn't flicker, emulating the
phosphoresence effect on a real television. phosphoresence effect on a real television.
@ -2828,8 +2778,7 @@
* Added mapping of multiple SDL joystick axis to Event Mapping. * Added mapping of multiple SDL joystick axis to Event Mapping.
* Added joystick hat support, and mapping of multiple hats to Event * Added joystick hat support, and mapping of multiple hats to Event Mapping.
Mapping.
* Added remapping of paddle emulation to the keyboard or joystick axis * Added remapping of paddle emulation to the keyboard or joystick axis
(the mouse is still used by default for paddles). Related to this, (the mouse is still used by default for paddles). Related to this,
@ -2865,8 +2814,7 @@
2.0 to 2.0.1: (October 24, 2005) 2.0 to 2.0.1: (October 24, 2005)
* Added 'dirtyrects' support, which speeds up rendering for some Windows * Added 'dirtyrects' support, which speeds up rendering for some Windows users.
users.
* Fixed bug where taking snapshots would fail if the snapshot directory * Fixed bug where taking snapshots would fail if the snapshot directory
wasn't specified. wasn't specified.
@ -2881,14 +2829,12 @@
'Untitled' in the Stella window or when taking snapshots. The actual 'Untitled' in the Stella window or when taking snapshots. The actual
ROM name is now used. ROM name is now used.
* Changed minimum height of debugger to be 27 lines in the prompt, or * Changed minimum height of debugger to be 27 lines in the prompt, or approx.
approx.
700 pixels high. This should make using the debugger easier for users 700 pixels high. This should make using the debugger easier for users
with lower resolution monitors. Related to this, the RomWidget now uses with lower resolution monitors. Related to this, the RomWidget now uses
all possible vertical space when changing the debugger height. all possible vertical space when changing the debugger height.
* Fixed bug related to upgrading Stella and event mappings being * Fixed bug related to upgrading Stella and event mappings being incorrect.
incorrect.
Stella now detects this, and uses the default mappings. So upgrading Stella now detects this, and uses the default mappings. So upgrading
to version 2.0.1 means your event mappings will be reset. to version 2.0.1 means your event mappings will be reset.
@ -2906,15 +2852,12 @@
1.4.2 to 2.0: (October 16, 2005) 1.4.2 to 2.0: (October 16, 2005)
* Added integrated GUI. Stella is now a fully graphical application, and * Added integrated GUI. Stella is now a fully graphical application, and all
all settings can be changed dynamically while the application is running. That
settings can be changed dynamically while the application is running.
That
means the commandline is no longer required (but support is still there means the commandline is no longer required (but support is still there
for those who want to use it). for those who want to use it).
* Added ROM launcher. You can now exit a game and start playing another * Added ROM launcher. You can now exit a game and start playing another one
one
from directly within Stella (you no longer have to quit Stella and from directly within Stella (you no longer have to quit Stella and
restart it). restart it).
@ -2927,8 +2870,7 @@
usable. usable.
* Added new sound subsystem, which is much faster and more accurate. * Added new sound subsystem, which is much faster and more accurate.
Related to this, added stereo sound output (used by some homebrew Related to this, added stereo sound output (used by some homebrew games).
games).
* Added ZIP support. Stella can now open ROM's compressed in zip * Added ZIP support. Stella can now open ROM's compressed in zip
format. format.
@ -3019,25 +2961,21 @@
1.4.1 to 1.4.2: (February 19, 2005) 1.4.1 to 1.4.2: (February 19, 2005)
* Updated the sound system. All popping and cracking sounds that * Updated the sound system. All popping and cracking sounds that previously
previously
occurred at program start/stop and when entering/exiting menu or pause occurred at program start/stop and when entering/exiting menu or pause
mode have been eliminated. mode have been eliminated.
* Fixed the gl_fsmax argument to mean "switch to desktop resolution on * Fixed the gl_fsmax argument to mean "switch to desktop resolution on
fullscreen OpenGL", instead of to the maximum possible resolution (the fullscreen OpenGL", instead of to the maximum possible resolution (the two
two
are not always the same). are not always the same).
* Added Alt [ and Alt ] keys to dynamically adjust the sound volume during * Added Alt [ and Alt ] keys to dynamically adjust the sound volume during
emulation. emulation.
* Added Control 0, Control 1, Control 2, Control 3 keys to dynamically * Added Control 0, Control 1, Control 2, Control 3 keys to dynamically change
change
which paddle the mouse should emulate. which paddle the mouse should emulate.
* Added video_driver argument. This accepts the different options that can * Added video_driver argument. This accepts the different options that can be
be
specified for SDL_VIDEODRIVER (see SDL homepage for more information). specified for SDL_VIDEODRIVER (see SDL homepage for more information).
Basically, it eliminates the need to set the SDL_VIDEODRIVER environment Basically, it eliminates the need to set the SDL_VIDEODRIVER environment
variable. variable.
@ -3055,38 +2993,30 @@
1.4 to 1.4.1: (August 15, 2004) 1.4 to 1.4.1: (August 15, 2004)
* Fixed PAL sound issues. PAL games now should sound correct (no * Fixed PAL sound issues. PAL games now should sound correct (no distortion
distortion or missing sounds), but some games may still run too fast. This is still
or missing sounds), but some games may still run too fast. This is
still
a work-in-progress, and will be fixed in Stella 1.5. a work-in-progress, and will be fixed in Stella 1.5.
* Cleaned up the SDL event gathering loop. This should hopefully fix the * Cleaned up the SDL event gathering loop. This should hopefully fix the
problems with "double-pumping events" reported by some Windows users. problems with "double-pumping events" reported by some Windows users.
Event gathering and dispatching is now much faster as well. Event gathering and dispatching is now much faster as well.
* Fixed a bug where the Control or Alt keys could be assigned to some * Fixed a bug where the Control or Alt keys could be assigned to some event,
event, but they could never be used. Control/Alt can now be used for any event.
but they could never be used. Control/Alt can now be used for any
event.
* Updated stella.pro file to work with the latest Good2600 ROMset release * Updated stella.pro file to work with the latest Good2600 ROMset release
(Thanks go to Voch for helping to maintain the stella.pro file). (Thanks go to Voch for helping to maintain the stella.pro file).
* For the Windows port; removed requirement for ROM files to be named * For the Windows port; removed requirement for ROM files to be named *.bin
*.bin in the StellaX frontend. The ROM's can now have any name, but ZIP-files are
in the StellaX frontend. The ROM's can now have any name, but ZIP-files
are
not yet supported. not yet supported.
* For the Windows port; fixed the problems with the included modified SDL * For the Windows port; fixed the problems with the included modified SDL
library and Windows 98 users. Stella should now run in Windows 98. library and Windows 98 users. Stella should now run in Windows 98.
* For the OSX port; added preference to allow user to select the directory * For the OSX port; added preference to allow user to select the directory
in which ROM images are stored. This sets the default directory to in which ROM images are stored. This sets the default directory to start
start the browsing for a ROM in, and doesn't preclude the user from selecting a
the browsing for a ROM in, and doesn't preclude the user from selecting
a
file outside that directory. file outside that directory.
* For the OSX port; fixed preferences bug where Preferences changed before * For the OSX port; fixed preferences bug where Preferences changed before
@ -3118,8 +3048,7 @@
* Added more refined in-game GUI. * Added more refined in-game GUI.
* Added event remapping. Emulation keys can now be remapped to the * Added event remapping. Emulation keys can now be remapped to the keyboard
keyboard
or up to 4 joysticks. or up to 4 joysticks.
* Added native Stelladaptor support. Joysticks, paddles, and driving * Added native Stelladaptor support. Joysticks, paddles, and driving
@ -3133,8 +3062,7 @@
the current Stella palette, original Stella palette (pre-1.2 versions), the current Stella palette, original Stella palette (pre-1.2 versions),
and the z26 palette. and the z26 palette.
* Added support for UA Limited style bankswitching (Funky Fish and * Added support for UA Limited style bankswitching (Funky Fish and Pleiades).
Pleiades).
* Switched to using high compatibility M6502 mode by default. This means * Switched to using high compatibility M6502 mode by default. This means
old state saves from previous Stella versions will no longer work. old state saves from previous Stella versions will no longer work.
@ -3209,26 +3137,21 @@
* Latest stella.pro file included in distribution * Latest stella.pro file included in distribution
* Added some developer options to the core, and the ability to change game * Added some developer options to the core, and the ability to change game
width, height, xstart, ystart, and others while the emulation is width, height, xstart, ystart, and others while the emulation is running.
running.
Added ability to switch between NTSC and PAL at runtime, and the ability Added ability to switch between NTSC and PAL at runtime, and the ability
to save the current properties to a file or to merge the changes into to save the current properties to a file or to merge the changes into the
the
stella.pro file; X11 and SDL versions supported for now (compile option) stella.pro file; X11 and SDL versions supported for now (compile option)
* External sound server for the X11 and SDL versions no longer required, * External sound server for the X11 and SDL versions no longer required, as
as
all sound code is now integrated into the core all sound code is now integrated into the core
* Changed locations of the user's config files for the X11 and SDL * Changed locations of the user's config files for the X11 and SDL versions;
versions;
the user's stellarc file is now located in $HOME/.stella/stellarc, state the user's stellarc file is now located in $HOME/.stella/stellarc, state
files are located in $HOME/.stella/state/ and the stella.pro file is files are located in $HOME/.stella/state/ and the stella.pro file is
located in $HOME/.stella/stella.pro located in $HOME/.stella/stella.pro
* Changed the way options are supplied on the commandline for the X11 and * Changed the way options are supplied on the commandline for the X11 and
SDL versions. Now all commandline options take exactly the same SDL versions. Now all commandline options take exactly the same arguments
arguments
as in the INI file. as in the INI file.
* Added "-accurate" command line option to choose between accurate * Added "-accurate" command line option to choose between accurate
@ -3522,4 +3445,3 @@ DOS 1.2 to DOS 1.2.1: (April 28, 2002)
* Power Macintosh port (Aaron Giles) * Power Macintosh port (Aaron Giles)
* Windows 95 & NT port (Jeff Miller) * Windows 95 & NT port (Jeff Miller)