From cc032252659b761c748cbbbecfad6bcc887935c0 Mon Sep 17 00:00:00 2001 From: Peter Dell Date: Tue, 31 Oct 2023 17:51:57 +0100 Subject: [PATCH] Add http://7800.8bitdev.org/ to help contents --- .../help/7800.8bitdev.org/index.html | 44 +++++++++++++++++++ .../ide/lng/help/LanguageTocProvider.java | 5 +++ .../lng/help/LanguageTocProvider.properties | 2 + .../help/LanguageTocProvider_de.properties | 2 + 4 files changed, 53 insertions(+) create mode 100644 com.wudsn.ide.lng/help/7800.8bitdev.org/index.html diff --git a/com.wudsn.ide.lng/help/7800.8bitdev.org/index.html b/com.wudsn.ide.lng/help/7800.8bitdev.org/index.html new file mode 100644 index 00000000..c1078f04 --- /dev/null +++ b/com.wudsn.ide.lng/help/7800.8bitdev.org/index.html @@ -0,0 +1,44 @@ + + + + +8BitDev.org - Atari 7800 Development Wiki + + + + + + + +
+ +

Welcome to the Atari 7800 Development wiki! This site aims to be the definitive source for accurate and up-to-date information on programming the Atari 7800 console. If you're interested in 7800 homebrew programming, you've come to the right place! +

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. +

+

Wiki Sections

+
The 7800 Software Guide
+
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.
+


+

+
The 7800 Minnie sound chip
+
An overview of GCC's innovative sound chip that was going to be used as the 7800 in-cart sound solution.
+


+

+
7800AsmDevKit
+
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.
+


+

+
7800basic
+
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.
+


+

+
7800 Tutorials and Guides
+
Covers more advanced 7800 topics.
+


+

+
Emulators and Tools
+
Covers information on tools useful to the 7800 developer.
+ +
+ \ No newline at end of file diff --git a/com.wudsn.ide.lng/src/com/wudsn/ide/lng/help/LanguageTocProvider.java b/com.wudsn.ide.lng/src/com/wudsn/ide/lng/help/LanguageTocProvider.java index 0839c349..17314d53 100644 --- a/com.wudsn.ide.lng/src/com/wudsn/ide/lng/help/LanguageTocProvider.java +++ b/com.wudsn.ide.lng/src/com/wudsn/ide/lng/help/LanguageTocProvider.java @@ -353,6 +353,11 @@ private static List 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")); diff --git a/com.wudsn.ide.lng/src/com/wudsn/ide/lng/help/LanguageTocProvider.properties b/com.wudsn.ide.lng/src/com/wudsn/ide/lng/help/LanguageTocProvider.properties index 9045fd2a..5748f189 100644 --- a/com.wudsn.ide.lng/src/com/wudsn/ide/lng/help/LanguageTocProvider.properties +++ b/com.wudsn.ide.lng/src/com/wudsn/ide/lng/help/LanguageTocProvider.properties @@ -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 diff --git a/com.wudsn.ide.lng/src/com/wudsn/ide/lng/help/LanguageTocProvider_de.properties b/com.wudsn.ide.lng/src/com/wudsn/ide/lng/help/LanguageTocProvider_de.properties index e8b8d714..4b357046 100644 --- a/com.wudsn.ide.lng/src/com/wudsn/ide/lng/help/LanguageTocProvider_de.properties +++ b/com.wudsn.ide.lng/src/com/wudsn/ide/lng/help/LanguageTocProvider_de.properties @@ -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