File: index.html

package info (click to toggle)
hatari 2.6.1%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 11,236 kB
  • sloc: ansic: 167,249; cpp: 8,685; python: 6,324; objc: 1,888; asm: 1,754; sh: 1,688; javascript: 149; makefile: 87; xml: 32
file content (44 lines) | stat: -rw-r--r-- 1,844 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
  <title>Hatari documentation index</title>
  <meta name="description"
        content="Index for the documentation of the Atari ST emulator Hatari" />
  <meta name="author" content="Hatari development team" />
  <meta name="keywords" content="hatari, documentation, index" />
  <meta name="viewport" content="width=device-width; initial-scale=1.0;" />
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <link href="manual.css" rel="stylesheet" type="text/css" />
</head>

<body>

<h1 class="pageheader">Hatari documentation</h1>

<h2>Documentation index</h2>

<p>The following documentation files are available in this folder:</p>

<ul>
 <li><a href="manual.html">The manual</a></li>
 <li><a href="debugger.html">The manual for the built-in debugger</a></li>
 <li><a href="compatibility.html">Compatibility list</a></li>
 <li><a href="hatari-ui.html">Python / Gtk UI</a></li>
 <li><a href="release-notes.txt">The release notes</a></li>
 <li><a href="emutos.txt">Using EmuTOS with Hatari</a></li>
 <li><a href="keymap-sample.txt">Example key mapping config</a></li>
 <li><a href="m68k-linux.txt">How to run m68k Linux in Hatari</a></li>
 <li><a href="m68k-netbsd.txt">How to run m68k NetBSD in Hatari</a></li>
 <li><a href="midi-linux.txt">Getting MIDI working on Linux</a></li>
 <li><a href="scsi-driver.txt">Using Linux host SCSI drive pass-through</a></li>
 <li><a href="video-recording.txt">How to record videos with Hatari</a></li>
 <li><a href="todo.txt">The TODO list</a></li>
 <li><a href="bugs.txt">Known bugs</a></li>
 <li><a href="coding.txt">Coding guidelines</a></li>
 <li><a href="release-checklist.txt">Hatari release checklist</a></li>
 <li><a href="authors.txt">The authors</a></li>
 <li><a href="thanks.txt">Thanks to contributors</a></li>
</ul>

</body>
</html>