diff --git a/htdocs/aboutstella.gif b/htdocs/aboutstella.gif deleted file mode 100644 index 608a4ded4..000000000 Binary files a/htdocs/aboutstella.gif and /dev/null differ diff --git a/htdocs/aboutstella.html b/htdocs/aboutstella.html deleted file mode 100644 index 81bb0a5a6..000000000 --- a/htdocs/aboutstella.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - -

The Atari 2600 Video Computer System (VCS), introduced in 1977, was -the most popular home video game system of the early 1980's.  Now -you can enjoy all of your favorite Atari 2600 games on your PC thanks to -Stella! - -

Stella is a multi-platform Atari 2600 VCS emulator released under the -GNU General Public License (GPL). Stella was originally developed -for Linux by Bradford W. -Mott, however, since its original release several people have joined the -development team to port Stella to other operating systems such as AcornOS, -AmigaOS, DOS, FreeBSD, IRIX, Linux, OS/2, MacOS, Unix, and -Windows. The development team is working hard to perfect the emulator -and we hope you enjoy our effort. - -

On this site you'll find information about downloading, installing, -using, and enhancing Stella.  You'll also find useful information -about the Atari 2600 and emulation. - -

-

Accessed - -many times since April 1997. Updated on May 12, 2009. -

-


-Copyright © 1996-2009 by Bradford -W. Mott and the Stella team -
-
- - - diff --git a/htdocs/atari2600links.gif b/htdocs/atari2600links.gif deleted file mode 100644 index 6173305f5..000000000 Binary files a/htdocs/atari2600links.gif and /dev/null differ diff --git a/htdocs/atari2600links.html b/htdocs/atari2600links.html deleted file mode 100644 index 0b68855c7..000000000 --- a/htdocs/atari2600links.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Atari -AgeJust about everything you every wanted to -know about the Atari 2600 can be found here
Ancient -Atari PAL*DivisionThis site is designed to entertain and inform -Atari 2600 fans all over the world.
Atari -2600 Programming PageNick Bensema's page on programming the Atari -2600
Atari Gaming -HeadquartersThis is a really cool site for all Atari systems
ATARI.ORGA nice site for all your Atari needs
Classic -Home Video Games MuseumContains historical information about the -Atari 2600 and other video game systems
Digital -PressThe Bio-degradable Source for Video Gamers
History -of Home Video GamesThis site is dedicated to home video games -and contains historical information about the Atari 2600 and other video -game systems.
Kevin -Horton's 2600 technical informationKevin Horton's Atari 2600 techincal information -page
-Kirk Israel's 2600 tutorialsKirk Israel's Atari 2600 programming tutorial page
O'Shea, -Ltd.Selling over 1,000,000 new Atari 2600/7800 -videogames
-Stella Programmer's GuideThe Stella Programmer's Guide written by Steve -Wright contains most of the information you'll need to know to program -the Atari 2600.
- -
-

-


- Copyright © 1996-2009 by Bradford - W. Mott and the Stella team -
- - - diff --git a/htdocs/atari2600links.php b/htdocs/atari2600links.php new file mode 100644 index 000000000..bb0a42961 --- /dev/null +++ b/htdocs/atari2600links.php @@ -0,0 +1,52 @@ + + + + + Stella: "A Multi-Platform Atari 2600 VCS Emulator" + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AtariAgeJust about everything you every wanted to know about + the Atari 2600 can be found here
Atari ManiaA comprehensive database/collection of all things Atari-related, + including ROMs, snapshots and instructions, user guides, and more
JStellaA Java port of Stella which can be run in a web page
Kevin Horton's documentsVarious documents about the 32in1 cart, Atari 2600 easter eggs, and more
Atari 2600 on WikipediaHistorical information about the Atari 2600 console
+ + +
+ +
+
+ + diff --git a/htdocs/b-logo.gif b/htdocs/b-logo.gif deleted file mode 100644 index b7f523e46..000000000 Binary files a/htdocs/b-logo.gif and /dev/null differ diff --git a/htdocs/background.gif b/htdocs/background.gif new file mode 100644 index 000000000..de3b56d41 Binary files /dev/null and b/htdocs/background.gif differ diff --git a/htdocs/cssprint.css b/htdocs/cssprint.css new file mode 100644 index 000000000..f3c7b44fa --- /dev/null +++ b/htdocs/cssprint.css @@ -0,0 +1,23 @@ +body { color: black; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; background: white 0px 0px; margin: 20px } +p {} +td { font-size: 12pt; } +img { border: none } +a:link { color: blue } +a:active { color: blue } +a:visited { color: blue } +a:hover { color: red } +.rightcolumn { } +.header { } +.content { margin-top: 20px } +.footer { font-size: 10pt; margin-top: 40px } +.footer img { float: left; padding-right: 20px } +.leftcolumn { display: none } +.leftcolumn img { } +.menuheader { } +.leftcolumn ul { } +.leftcolumn ul li { } +.leftcolumn ul li a { } +.leftcolumn ul li a:link { } +.leftcolumn ul li a:active { } +.leftcolumn ul li a:visited { } +.leftcolumn ul li a:hover { } diff --git a/htdocs/cssscreen.css b/htdocs/cssscreen.css new file mode 100644 index 000000000..f074150c4 --- /dev/null +++ b/htdocs/cssscreen.css @@ -0,0 +1,33 @@ +body { color: black; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; background: white url(background.gif) repeat-y 0px 0px; margin: 20px } +p {} +td { font-size: 12pt; } +img { border: none } +a:link { color: blue } +a:active { color: blue } +a:visited { color: blue } +a:hover { color: red } +.rightcolumn { float: right; padding-right: 20px; padding-bottom: 20px; position: absolute; top: 20px; left: 200px } +.header { } +.content { margin-top: 20px } +.footer { font-size: 10pt; margin-top: 40px } +.footer img { float: left; padding-right: 20px } +.leftcolumn { font-size: 10pt; float: left; padding-bottom: 20px; position: absolute; top: 20px; left: 20px; width: 140px; overflow: hidden } +.leftcolumn img { } +.menuheader { font-weight: bold; font-size: 11pt; margin-top: 20px; margin-bottom: 5px } +.leftcolumn ul { list-style-type: none; margin: 0px; padding: 0px } +.leftcolumn ul li { } +.leftcolumn ul li a { text-decoration: none; margin-bottom: 3px; padding: 3px; width: 130px; display: block } +.leftcolumn ul li a:link { color: black; background-color: #ffd766 } +.leftcolumn ul li a:active { color: white; background-color: red } +.leftcolumn ul li a:visited { color: black; background-color: #ffd766 } +.leftcolumn ul li a:hover { color: red; background-color: white } +body#about a#about { color: black; background: white url(menucurrent.gif) no-repeat right top } +body#screenshots a#screenshots { color: black; background: white url(menucurrent.gif) no-repeat right top } +body#news a#news { color: black; background: white url(menucurrent.gif) no-repeat right top } +body#team a#team { color: black; background: white url(menucurrent.gif) no-repeat right top } +body#mailing a#mailing { color: black; background: white url(menucurrent.gif) no-repeat right top } +body#guide a#guide { color: black; background: white url(menucurrent.gif) no-repeat right top } +body#stable a#stable { color: black; background: white url(menucurrent.gif) no-repeat right top } +body#development a#development { color: black; background: white url(menucurrent.gif) no-repeat right top } +body#atarilinks a#atarilinks { color: black; background: white url(menucurrent.gif) no-repeat right top } +body#homebrew a#homebrew { color: black; background: white url(menucurrent.gif) no-repeat right top } diff --git a/htdocs/development.html b/htdocs/development.html deleted file mode 100644 index dbbd56eef..000000000 --- a/htdocs/development.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - -

Information for developers

- - -

The latest sourcecode for Stella can always be downloaded using Subversion from - the Sourceforge servers. Instructions for using Subversion on Sourceforge can be - found here.

-

Note: Developers can check out from 'trunk' with the following command: -

svn co https://stella.svn.sourceforge.net/svnroot/stella/trunk/stella

- -
-
- Copyright © 1996-2009 by Bradford - W. Mott and the Stella team -
-
- - diff --git a/htdocs/development.php b/htdocs/development.php new file mode 100644 index 000000000..cb45ee3c3 --- /dev/null +++ b/htdocs/development.php @@ -0,0 +1,41 @@ + + + + + Stella: "A Multi-Platform Atari 2600 VCS Emulator" + + + + +
+
+
+ + + +

Instructions for compiling Stella from source code can be found in the + User's Guide, which vary depending on your operating system. Feel free to + email Stephen Anthony if + you encounter problems, or you wish to contribute in any way to the Stella + project.

+ +

The latest sourcecode for Stella can always be downloaded using Subversion from + the Sourceforge servers. Instructions for using Subversion on Sourceforge can be + found here.

+

Note: Developers can check out from 'trunk' with the following command: +

svn co https://stella.svn.sourceforge.net/svnroot/stella/trunk/stella

+ + +
+ +
+
+ + diff --git a/htdocs/downloads.html b/htdocs/downloads.html deleted file mode 100644 index 5263a6926..000000000 --- a/htdocs/downloads.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
stella-2.7.7-win32.exeBinary installer (exe) for Windows 95/98/ME/2000/XP/Vista
stella-2.7.7-win32.zipBinary ZIP for Windows 95/98/ME/2000/XP/Vista
stella-2.7.7-win64.zipBinary 64-bit ZIP for Windows Vista64 (not well tested, may not work in XP64)
StellaOSX2.7.7.dmgBinary DMG for Mac OSX
stella-2.7.7-1.i586.rpmBinary 32-bit RPM for Mandriva Linux 2007 (may work on other RPM distributions)
stella_2.7.7-1_i386.debBinary 32-bit DEB for Ubuntu Jaunty Jackalope (9.04)
stella_2.7.7-1_amd64.debBinary 64-bit DEB for Ubuntu Jaunty Jackalope (9.04)
stella-2.3.5-gp2x.zipBinary ZIP for GP2X
stella-2.3.5-wince.zipBinary ZIP for WinCE devices (PocketPC and Smartphones)
stella-2.7.7-1.src.rpmSource RPM for Mandriva Linux (may work on other RPM distributions)
stella-2.7.7-src.tar.gzSource tarball for all systems
- Sourceforge project pageOlder releases on the Sourceforge Stella project page
stella-snapshots-20090119.zipSnapshot files for use in ROM launcher/ROM Info Viewer
- -
-

-


- Copyright © 1996-2009 by Bradford - W. Mott and the Stella team -
- - - diff --git a/htdocs/downloads.php b/htdocs/downloads.php new file mode 100644 index 000000000..487b3eeb2 --- /dev/null +++ b/htdocs/downloads.php @@ -0,0 +1,89 @@ + + + + + Stella: "A Multi-Platform Atari 2600 VCS Emulator" + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
stella-2.7.7-win32.exeBinary installer (exe) for Windows 95/98/ME/2000/XP/Vista
stella-2.7.7-win32.zipBinary ZIP for Windows 95/98/ME/2000/XP/Vista
stella-2.7.7-win64.zipBinary 64-bit ZIP for Windows Vista64 (not well tested, may not work in XP64)
StellaOSX2.7.7.dmgBinary DMG for Mac OSX
stella-2.7.7-1.i586.rpmBinary 32-bit RPM for Mandriva Linux 2007 (may work on other RPM distributions)
stella_2.7.7-1_i386.debBinary 32-bit DEB for Ubuntu Jaunty Jackalope (9.04)
stella_2.7.7-1_amd64.debBinary 64-bit DEB for Ubuntu Jaunty Jackalope (9.04)
stella-2.3.5-gp2x.zipBinary ZIP for GP2X
stella-2.3.5-wince.zipBinary ZIP for WinCE devices (PocketPC and Smartphones)
stella-2.7.7-1.src.rpmSource RPM for Mandriva Linux (may work on other RPM distributions)
stella-2.7.7-src.tar.gzSource tarball for all systems
+ Sourceforge project pageOlder releases on the Sourceforge Stella project page
stella-snapshots-20090119.zipSnapshot files for use in ROM launcher/ROM Info Viewer
+ + +
+ +
+
+ + diff --git a/htdocs/footer.php b/htdocs/footer.php new file mode 100644 index 000000000..273198b59 --- /dev/null +++ b/htdocs/footer.php @@ -0,0 +1,5 @@ +

Copyright © 1996- +Bradford W. Mott, +Stephen Anthony and +The Stella Team +
Site Updated May 16, 2009

diff --git a/htdocs/header.php b/htdocs/header.php new file mode 100644 index 000000000..8ef3a24d5 --- /dev/null +++ b/htdocs/header.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/htdocs/homebrew.php b/htdocs/homebrew.php new file mode 100644 index 000000000..fbc14b2b6 --- /dev/null +++ b/htdocs/homebrew.php @@ -0,0 +1,52 @@ + + + + + Stella: "A Multi-Platform Atari 2600 VCS Emulator" + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Stella Programmer's GuideThe Stella Programmer's Guide written by Steve Wright contains most of the + information you'll need to know to program the Atari 2600
Kevin Horton's Bankswitching DocumentKevin Horton's definitive 2600 bank switching document. + If you need to know the bank switching scheme a cartridge uses this is the document to read
Kirk Israel's 2600 tutorialsKirk Israel's Atari 2600 programming tutorial page, including the famous '2600 101' tutorials
Atari 2600 MemoriesA collection of programming tips and general Atari 2600 trivia from Random Terrain
batari BasicCreate games for the Atari 2600 in the BASIC programming language
+ + +
+ +
+
+ + diff --git a/htdocs/images/stella-outline-white.tif b/htdocs/images/stella-outline-white.tif deleted file mode 100644 index b114edea5..000000000 Binary files a/htdocs/images/stella-outline-white.tif and /dev/null differ diff --git a/htdocs/images/stella-outline.tif b/htdocs/images/stella-outline.tif deleted file mode 100644 index a033e8dee..000000000 Binary files a/htdocs/images/stella-outline.tif and /dev/null differ diff --git a/htdocs/images/title.tif b/htdocs/images/title.tif deleted file mode 100644 index 9815038f7..000000000 Binary files a/htdocs/images/title.tif and /dev/null differ diff --git a/htdocs/index.html b/htdocs/index.html deleted file mode 100644 index 6e23b0853..000000000 --- a/htdocs/index.html +++ /dev/null @@ -1,16 +0,0 @@ - - - Stella: "A multi-platform Atari 2600 VCS emulator" - - - - - - - - - - - diff --git a/htdocs/index.php b/htdocs/index.php new file mode 100644 index 000000000..53913bdbd --- /dev/null +++ b/htdocs/index.php @@ -0,0 +1,39 @@ + + + + + Stella: "A Multi-Platform Atari 2600 VCS Emulator" + + + + +
+
+
+ + +

The Atari 2600 Video Computer System (VCS), introduced in 1977, + was the most popular home video game system of the early 1980's.  + Now you can enjoy all of your favorite Atari 2600 games on your PC + thanks to Stella!

+ +

Stella is a multi-platform Atari 2600 VCS emulator released under + the GNU General Public License (GPL). Stella was originally developed + for Linux by Bradford W. Mott, + however, since its original release several people have joined the + development team to port Stella to other operating systems such as + AcornOS, AmigaOS, DOS, FreeBSD, IRIX, Linux, OS/2, MacOS, Unix, and + Windows. The development team is working hard to perfect the emulator + and we hope you enjoy our effort.

+ +

On this site you'll find information about downloading, installing, + using, and enhancing Stella.  You'll also find useful information + about the Atari 2600, emulation and homebrew development.

+ + +
+ +
+
+ + diff --git a/htdocs/menu-images/aboutstella.gif b/htdocs/menu-images/aboutstella.gif deleted file mode 100644 index 786d4f7ff..000000000 Binary files a/htdocs/menu-images/aboutstella.gif and /dev/null differ diff --git a/htdocs/menu-images/atari2600links.gif b/htdocs/menu-images/atari2600links.gif deleted file mode 100644 index 74ea37543..000000000 Binary files a/htdocs/menu-images/atari2600links.gif and /dev/null differ diff --git a/htdocs/menu-images/betaversions.gif b/htdocs/menu-images/betaversions.gif deleted file mode 100644 index 70343e8cb..000000000 Binary files a/htdocs/menu-images/betaversions.gif and /dev/null differ diff --git a/htdocs/menu-images/developmentversions.gif b/htdocs/menu-images/developmentversions.gif deleted file mode 100644 index 39ab86074..000000000 Binary files a/htdocs/menu-images/developmentversions.gif and /dev/null differ diff --git a/htdocs/menu-images/documentation.gif b/htdocs/menu-images/documentation.gif deleted file mode 100644 index b1e4a81c7..000000000 Binary files a/htdocs/menu-images/documentation.gif and /dev/null differ diff --git a/htdocs/menu-images/downloads.gif b/htdocs/menu-images/downloads.gif deleted file mode 100644 index 5d739997b..000000000 Binary files a/htdocs/menu-images/downloads.gif and /dev/null differ diff --git a/htdocs/menu-images/emulationlinks.gif b/htdocs/menu-images/emulationlinks.gif deleted file mode 100644 index 025159e21..000000000 Binary files a/htdocs/menu-images/emulationlinks.gif and /dev/null differ diff --git a/htdocs/menu-images/faq.gif b/htdocs/menu-images/faq.gif deleted file mode 100644 index 5cd4a2b7c..000000000 Binary files a/htdocs/menu-images/faq.gif and /dev/null differ diff --git a/htdocs/menu-images/importantlinks.gif b/htdocs/menu-images/importantlinks.gif deleted file mode 100644 index 72e38d44a..000000000 Binary files a/htdocs/menu-images/importantlinks.gif and /dev/null differ diff --git a/htdocs/menu-images/mailinglists.gif b/htdocs/menu-images/mailinglists.gif deleted file mode 100644 index 235d8d5b1..000000000 Binary files a/htdocs/menu-images/mailinglists.gif and /dev/null differ diff --git a/htdocs/menu-images/screenshots.gif b/htdocs/menu-images/screenshots.gif deleted file mode 100644 index 847c96731..000000000 Binary files a/htdocs/menu-images/screenshots.gif and /dev/null differ diff --git a/htdocs/menu-images/stableversions.gif b/htdocs/menu-images/stableversions.gif deleted file mode 100644 index 85a532349..000000000 Binary files a/htdocs/menu-images/stableversions.gif and /dev/null differ diff --git a/htdocs/menu-images/stella.gif b/htdocs/menu-images/stella.gif deleted file mode 100644 index 08ba06283..000000000 Binary files a/htdocs/menu-images/stella.gif and /dev/null differ diff --git a/htdocs/menu-images/stellalinks.gif b/htdocs/menu-images/stellalinks.gif deleted file mode 100644 index 95022a36f..000000000 Binary files a/htdocs/menu-images/stellalinks.gif and /dev/null differ diff --git a/htdocs/menu-images/stellanews.gif b/htdocs/menu-images/stellanews.gif deleted file mode 100644 index da183e3a6..000000000 Binary files a/htdocs/menu-images/stellanews.gif and /dev/null differ diff --git a/htdocs/menu-images/systemrequisites.gif b/htdocs/menu-images/systemrequisites.gif deleted file mode 100644 index 168f7cfb2..000000000 Binary files a/htdocs/menu-images/systemrequisites.gif and /dev/null differ diff --git a/htdocs/menu-images/theteam.gif b/htdocs/menu-images/theteam.gif deleted file mode 100644 index 075d65a21..000000000 Binary files a/htdocs/menu-images/theteam.gif and /dev/null differ diff --git a/htdocs/menu-images/usermanual.gif b/htdocs/menu-images/usermanual.gif deleted file mode 100644 index 7cf09e8d3..000000000 Binary files a/htdocs/menu-images/usermanual.gif and /dev/null differ diff --git a/htdocs/menu.html b/htdocs/menu.html index 52baa1e3e..fc12a092f 100644 --- a/htdocs/menu.html +++ b/htdocs/menu.html @@ -1,36 +1,31 @@ - - - - - - - - -
Stella
- - - - + - - + + + + + + + + -
-
General -
About Stella -
Screen Shots -
Stella News -
The Team -

Documentation -
Mailing Lists -
User's Guide -

Downloads -
Stable Releases -
Development -

Important Links -
Stella Links -
Atari 2600 Links -

- - +
 
+
 
+
 
+ +Get Stella - Atari 2600 Emulator at SourceForge.net. Fast, secure and Free Open Source software downloads diff --git a/htdocs/menucurrent.gif b/htdocs/menucurrent.gif new file mode 100644 index 000000000..d83934c7f Binary files /dev/null and b/htdocs/menucurrent.gif differ diff --git a/htdocs/screenshots.html b/htdocs/screenshots.php similarity index 63% rename from htdocs/screenshots.html rename to htdocs/screenshots.php index e8ea692b6..2072a9b07 100644 --- a/htdocs/screenshots.html +++ b/htdocs/screenshots.php @@ -1,14 +1,17 @@ - - - - - - - - + + + Stella: "A Multi-Platform Atari 2600 VCS Emulator" + + + + +
+
+
+

Emulation Snapshots (Software Mode)

@@ -49,12 +52,11 @@
+ -
-
- Copyright © 1996-2009 by Bradford - W. Mott and the Stella team -
-
- + + + +
+ diff --git a/htdocs/stellalinks.gif b/htdocs/stellalinks.gif deleted file mode 100644 index beb23b4ce..000000000 Binary files a/htdocs/stellalinks.gif and /dev/null differ diff --git a/htdocs/stellalinks.html b/htdocs/stellalinks.html deleted file mode 100644 index d3a4787b8..000000000 --- a/htdocs/stellalinks.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - -
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Stella ProjectThe Stella project page at SourceForge.net
Bank -Switching DocumentKevin Horton's definitive 2600 bank switching -document.  If you need to know the bank switching scheme a cartridge -uses this is the document to read.
Dreamcast Port WebsiteSven Oliver Moll's Website for the Dreamcast port of Stella
OS/2 -Port WebsiteDarrell Spice Jr.'s Website for the -OS/2 port of Stella
Old StellaX -Port WebsiteJeff Miller's Website for his port of Stella -release 1.1 to Windows
Aaron's Home PageAaron created the original port of Stella for the Macintosh
- -
-

-


- Copyright © 1996-2009 by Bradford - W. Mott and the Stella team -
- - - diff --git a/htdocs/stellanews.gif b/htdocs/stellanews.gif deleted file mode 100644 index f84283786..000000000 Binary files a/htdocs/stellanews.gif and /dev/null differ diff --git a/htdocs/stellanews.html b/htdocs/stellanews.php similarity index 98% rename from htdocs/stellanews.html rename to htdocs/stellanews.php index 04fe820a6..64434e6f0 100644 --- a/htdocs/stellanews.html +++ b/htdocs/stellanews.php @@ -1,12 +1,24 @@ - - - - - - - - -
+ + + + + Stella: "A Multi-Platform Atari 2600 VCS Emulator" + + + + +
+
+
+ + +

May 16, 2009

+Major website update using newer technologies (PHP and CSS). Updated +many dead links, and added a new 'Homebrew Developers' section. +Special thanks go to Andrew Kator +(http://www.katorlegaz.com) +for providing the PHP/CSS code. +

May 12, 2009

The Stella repository has now been fully converted to Subversion. All @@ -1857,15 +1869,11 @@ This is a partial list of features since Version 0.5 is still in development. There is no firm estimated-time-of-arrival but it'll probably be sometime near the end of October or beginning of November.
+ -
-
- Copyright © 1996-2009 by Bradford - W. Mott and the Stella team -
- -
-
- - - +
+ +
+
+ + diff --git a/htdocs/theteam.gif b/htdocs/theteam.gif deleted file mode 100644 index 898a5bab4..000000000 Binary files a/htdocs/theteam.gif and /dev/null differ diff --git a/htdocs/theteam.html b/htdocs/theteam.html deleted file mode 100644 index ba508f6d7..000000000 --- a/htdocs/theteam.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Stephen AnthonyAuthor of the SDL port of Stella and emulation core enhancements; -current maintainer for the Linux and Windows ports -
Joe D'AndreaMaintainer of the Solaris build of Stella
DoodleCurrent maintainer of the OS/2 port of Stella
Mark GrebeOriginal author of the Mac OSX port of Stella
Kostas Nakos -Author/maintainer of the WinCE port of Stella
Bradford -MottProject management and emulation core developer, -original author of Stella
Darrell Spice -Jr.Original author of the OS/2 port of Stella
Eckhard StolbergEmulation core development
Brian WatsonEmulation core development and debugger support
Alex ZaballaAuthor/maintainer of the GP2X port of Stella
- -
-

-


- Copyright © 1996-2009 by Bradford - W. Mott and the Stella team -
- - - diff --git a/htdocs/theteam.php b/htdocs/theteam.php new file mode 100644 index 000000000..b32f1a0e4 --- /dev/null +++ b/htdocs/theteam.php @@ -0,0 +1,94 @@ + + + + + Stella: "A Multi-Platform Atari 2600 VCS Emulator" + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Current Members 
Stephen AnthonyEmulation core/debugger development and enhancements; + current maintainer for the Linux, OSX and Windows ports
Mark GrebeOriginal author of the Mac OSX port of Stella
Kostas NakosAuthor/maintainer of the WinCE port of Stella
Bradford MottProject management and emulation core developer, original author of Stella
Eckhard StolbergEmulation core development
Brian WatsonEmulation core development and debugger support
  
Retired Members 
Joe D'AndreaMaintainer of the Solaris build of Stella
DoodleMaintainer of the OS/2 port of Stella
Darrell Spice Jr.Original author of the OS/2 port of Stella
Alex ZaballaAuthor/maintainer of the GP2X port of Stella
+ + +
+ +
+
+ +