mirror of https://github.com/stella-emu/stella.git
95 lines
2.8 KiB
PHP
95 lines
2.8 KiB
PHP
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<title>Stella: "A Multi-Platform Atari 2600 VCS Emulator"</title>
|
|
<link href="cssscreen.css" rel="stylesheet" media="screen">
|
|
<link href="cssprint.css" rel="stylesheet" media="print">
|
|
</head>
|
|
<body id="team">
|
|
<div class="rightcolumn">
|
|
<div class="header"><?php include("header.php"); ?></div>
|
|
<div class="content">
|
|
|
|
<!---------------------------------------------------------------->
|
|
<table BORDER=0 CELLPADDING=6 WIDTH="100%" >
|
|
|
|
<tr>
|
|
<td><b>Current Members</b></td>
|
|
<td> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td BGCOLOR="#CCCCCC"><a href="mailto:stephena@users.sourceforge.net">Stephen Anthony</a></td>
|
|
<td BGCOLOR="#FFCC99">Emulation core/debugger development and enhancements;
|
|
current maintainer for the Linux, OSX and Windows ports</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td BGCOLOR="#CCCCCC"><a href="mailto:AtariMac@cox.net">Mark Grebe</a></td>
|
|
<td BGCOLOR="#FFCC99">Original author of the Mac OSX port of Stella</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td BGCOLOR="#CCCCCC"><a href="mailto:knakos@gmail.com">Kostas Nakos</a></td>
|
|
<td BGCOLOR="#FFCC99">Author/maintainer of the WinCE port of Stella</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td BGCOLOR="#CCCCCC"><a href="mailto:bwmott@users.sourceforge.net">Bradford Mott</a></td>
|
|
<td BGCOLOR="#FFCC99">Project management and emulation core developer, original author of Stella</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td BGCOLOR="#CCCCCC"><a href="mailto:estolberg@users.sourceforge.net">Eckhard Stolberg</a></td>
|
|
<td BGCOLOR="#FFCC99">Emulation core development</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td BGCOLOR="#CCCCCC"><a href="mailto:urchlay@users.sourceforge.net">Brian Watson</a></td>
|
|
<td BGCOLOR="#FFCC99">Emulation core development and debugger support</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> </td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Retired Members</b></td>
|
|
<td> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td BGCOLOR="#CCCCCC"><a href="mailto:jdandrea@users.sourceforge.net">Joe D'Andrea</a></td>
|
|
<td BGCOLOR="#FFCC99">Maintainer of the Solaris build of Stella</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td BGCOLOR="#CCCCCC"><a href="mailto:doodle@scenergy.dfmk.hu">Doodle</a></td>
|
|
<td BGCOLOR="#FFCC99">Maintainer of the OS/2 port of Stella</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td BGCOLOR="#CCCCCC"><a href="mailto:dspice@users.sourceforge.net">Darrell Spice Jr.</a></td>
|
|
<td BGCOLOR="#FFCC99">Original author of the OS/2 port of Stella</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td BGCOLOR="#CCCCCC"><a href="mailto:azaballa@users.sourceforge.net">Alex Zaballa</a></td>
|
|
<td BGCOLOR="#FFCC99">Author/maintainer of the GP2X port of Stella</td>
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
</table>
|
|
<!---------------------------------------------------------------->
|
|
|
|
</div>
|
|
<div class="footer"><?php include("footer.php"); ?></div>
|
|
</div>
|
|
<div class="leftcolumn"><?php include("menu.html"); ?></div>
|
|
</body>
|
|
</html>
|