Skip to content

Commit

Permalink
Add http://7800.8bitdev.org/ to help contents
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdell committed Oct 31, 2023
1 parent 67dfae3 commit cc03225
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 0 deletions.
44 changes: 44 additions & 0 deletions com.wudsn.ide.lng/help/7800.8bitdev.org/index.html
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html class="client-nojs" lang="en" dir="ltr">
<head>
<meta charset="UTF-8"/>
<title>8BitDev.org - Atari 7800 Development Wiki</title>
<meta name="ResourceLoaderDynamicStyles" content=""/>
<meta name="generator" content="MediaWiki 1.28.0"/>
<link rel="shortcut icon" href="/favicon.ico"/>
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch_desc.php" title="8BitDev.org - Atari 7800 Development Wiki (en)"/>
<link rel="EditURI" type="application/rsd+xml" href="http://7800.8bitdev.org/api.php?action=rsd"/>
<link rel="alternate" type="application/atom+xml" title="8BitDev.org - Atari 7800 Development Wiki Atom feed" href="/index.php?title=Special:RecentChanges&amp;feed=atom"/>
</head>
<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Main_Page rootpage-Main_Page skin-monobook action-view"><div id="globalWrapper">

<p>Welcome to the <b>Atari 7800 Development wiki</b>! This site aims to be the definitive source for accurate and up-to-date information on <b>programming the Atari 7800 console</b>. If you're interested in <b>7800 homebrew</b> 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><span class="mw-headline" id="Wiki_Sections">Wiki Sections</span></h2>
<dl><dt>The <a href="http://7800.8bitdev.org/index.php/7800_Software_Guide" title="7800 Software Guide">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>
<p><br />
</p>
<dl><dt><a href="http://7800.8bitdev.org/index.php/The_7800_Minnie_sound_chip" title="The 7800 Minnie sound chip">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>
<p><br />
</p>
<dl><dt><a href="http://7800.8bitdev.org/index.php/7800AsmDevKit" title="7800AsmDevKit">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>
<p><br />
</p>
<dl><dt><a href="http://7800.8bitdev.org/index.php/7800basic" title="7800basic">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>
<p><br />
</p>
<dl><dt><a href="http://7800.8bitdev.org/index.php/7800_Tutorials_and_Guides" title="7800 Tutorials and Guides">7800 Tutorials and Guides</a> </dt>
<dd>Covers more advanced 7800 topics.</dd></dl>
<p><br />
</p>
<dl><dt><a href="http://7800.8bitdev.org/index.php/Emulators_and_Tools" title="Emulators and Tools">Emulators and Tools</a> </dt>
<dd>Covers information on tools useful to the 7800 developer.</dd></dl>

</div>
</body
</html>
Expand Up @@ -353,6 +353,11 @@ private static List<ITopic> createHardwareTopics() {
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"));
Expand Down
Expand Up @@ -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
Expand Down
Expand Up @@ -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
Expand Down

0 comments on commit cc03225

Please sign in to comment.