Beispiel #1
0
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License along
   with this program; if not, write to the Free Software Foundation, Inc.,
   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

   Author contact information:

   E-mail: philip-fuse@shadowmagic.org.uk

*/
include ".inc/fuse.inc";
fuse_title("Fuse - the Free Unix Spectrum Emulator", true);
fuse_menu_heading("Fuse");
#<!-- ======================================================= -->
$img = mk_image('screens/f-awm.png', 330, 292);
fuse_section(NULL, "What is it?", <<<END_SECTION
  {$img}
  <p>Fuse (the Free Unix Spectrum Emulator) was originally, and somewhat unsurprisingly, a ZX Spectrum emulator for Unix. However, it has now also been ported to Mac OS X, which may or may not count as a Unix variant depending on your advocacy position. It has also been ported to Windows, the Wii, AmigaOS and MorphOS, which are definitely not Unix variants.</p>

END_SECTION
);
#<!-- ======================================================= -->
$img = mk_image('screens/f-large.png', 650, 532, 4);
fuse_section("Features", "What features does it have?", <<<END_SECTION
  {$img}
  <ul>
   <li>Accurate 16K, 48K (including the NTSC variant), 128K, +2, +2A and +3 emulation.</li>
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License along
   with this program; if not, write to the Free Software Foundation, Inc.,
   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

   Author contact information:

   E-mail: philip-fuse@shadowmagic.org.uk

*/
include ".inc/fuse.inc";
fuse_title("libspectrum - emulator support library");
fuse_menu_heading("libspectrum");
#<!-- ======================================================= -->
fuse_section(NULL, "What is it?", <<<END_SECTION
  <p>libspectrum is a library designed to make the input and output of some ZX Spectrum emulator files slightly easier. It is intended to be usable on Unix variants, Win32 and Mac OS X. Currently, it is mainly (only?) used by <a href="fuse.php">Fuse</a>, but other Spectrum emulator and utility authors are encouraged to use it.</p>

END_SECTION
);
#<!-- ======================================================= -->
fuse_section("Supported formats", "Which formats does it support?", <<<END_SECTION
  <ul>
   <li>Snapshots:
    <ul>
     <li>read/write: .z80, .szx, .sna</li>
     <li>read only: .zxs, .sp., .snp, +D snapshots</li>
    </ul>