This commit is contained in:
Peter Dell 2023-10-31 17:51:57 +01:00
parent 67dfae38e1
commit a242759c31
4 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,41 @@
<!DOCTYPE html>
<html class="client-nojs" lang="en" dir="ltr">
<head>
<meta charset="UTF-8" />
<title>8BitDev.org - Atari 7800 Development Wiki</title>
</head>
<body>
<div>
<p>Welcome to the <strong>Atari 7800 Development wiki</strong>! This site aims to be the definitive source for accurate and up-to-date information on <strong>programming the Atari 7800 console</strong>. If you're interested in <strong>7800 homebrew</strong> programming, you've come to the right place!</p>
<p>You can begin by checking out one of the links presented in the next section, or you may use the wiki search function to quickly find information on a specific topic.</p>
<h2>Wiki Sections</h2>
<dl>
<dt>The <a title="7800 Software Guide" href="http://7800.8bitdev.org/index.php/7800_Software_Guide" target="_blank">7800 Software Guide</a></dt>
<dd>An updated version of the documentation originally produced by Atari and GCC. Several inaccuracies have been discovered and corrected, and new sections have been added.</dd>
</dl>
<dl>
<dt><a title="The 7800 Minnie sound chip" href="http://7800.8bitdev.org/index.php/The_7800_Minnie_sound_chip" target="_blank">The 7800 Minnie sound chip</a></dt>
<dd>An overview of GCC's innovative sound chip that was going to be used as the 7800 in-cart sound solution.</dd>
</dl>
<dl>
<dt><a title="7800AsmDevKit" href="http://7800.8bitdev.org/index.php/7800AsmDevKit" target="_blank">7800AsmDevKit</a></dt>
<dd>A quick way to get started with programming the 7800 using assembly language. All the tools you need to create a game, cross-platform and available for multiple OSes. 7800.8bitdev.org is the official home of the 7800AsmDevKit.</dd>
</dl>
<dl>
<dt><a title="7800basic" href="http://7800.8bitdev.org/index.php/7800basic" target="_blank">7800basic</a></dt>
<dd>A quick way to get started with programming the 7800 using a higher level language. 7800basic is a compiled language, designed for efficiency. 7800.8bitdev.org is the official home of 7800basic.</dd>
</dl>
<dl>
<dt><a title="7800 Tutorials and Guides" href="http://7800.8bitdev.org/index.php/7800_Tutorials_and_Guides" target="_blank">7800 Tutorials and Guides</a></dt>
<dd>Covers more advanced 7800 topics.</dd>
</dl>
<dl>
<dt><a title="Emulators and Tools" href="http://7800.8bitdev.org/index.php/Emulators_and_Tools" target="_blank">Emulators and Tools</a></dt>
<dd>Covers information on tools useful to the 7800 developer.</dd>
</dl>
</div>
</body>
</html>

View File

@ -353,6 +353,11 @@ public final class LanguageTocProvider extends AbstractTocProvider {
chipTopics.add(createTopic("help/www.oxyron.de/html/registers_gtia.html"));
chipTopics.add(createTopic("help/www.oxyron.de/html/registers_pokey.html"));
break;
case ATARI7800:
chipTopics.add(createTopic("help/7800.8bitdev.org/index.html"));
break;
case C64:
chipTopics.add(createTopic("help/www.oxyron.de/html/registers_rec.html"));
chipTopics.add(createTopic("help/www.oxyron.de/html/registers_sid.html"));

View File

@ -5,6 +5,8 @@ help/ide-installation.section.html=Installation
help/ide-releases.section.html=Releases
help/ide-tutorials.section.html=Video Tutorials
help/7800.8bitdev.org/index.html=Atari 7800 Development Wiki Home
help/www.oxyron.de/html/registers_antic.html=ANTIC Reference
help/www.oxyron.de/html/registers_gtia.html=GTIA Reference
help/www.oxyron.de/html/registers_pokey.html=POKEY Reference

View File

@ -5,6 +5,8 @@ help/ide-installation.section.html=Installation
help/ide-releases.section.html=Versionen
help/ide-tutorials.section.html=Video Lehrgänge
help/7800.8bitdev.org/index.html=Atari 7800 Development Wiki Home
help/www.oxyron.de/html/registers_antic.html=ANTIC Referenz
help/www.oxyron.de/html/registers_gtia.html=GTIA Referenz
help/www.oxyron.de/html/registers_pokey.html=POKEY Referenz