Compare commits

...

5 Commits

Author SHA1 Message Date
Peter Dell 18c9325cf9 Change build path sequence 2023-11-20 21:43:23 +01:00
Peter Dell 8a3b19728c Update todos.txt 2023-11-20 16:06:35 +01:00
Peter Dell 1161775628 Update asap to 6.0.1 2023-11-20 14:30:08 +01:00
Peter Dell 0821d40ed7 Create Stella_Programmers_Guide.docx 2023-11-20 14:14:57 +01:00
Peter Dell 007b74c986 Update Stella Programmer's Guide
Add .pdf and .docx by Dion Olsthoorn, version 2021-11-19.
2023-11-20 14:11:21 +01:00
15 changed files with 27 additions and 4331 deletions

View File

@ -0,0 +1 @@
From https://forums.atariage.com/topic/278499-stella-programmers-guide-reprinted-book/

File diff suppressed because it is too large Load Diff

View File

@ -341,7 +341,7 @@ public final class LanguageTocProvider extends AbstractTocProvider {
case ATARI2600:
chipTopics.add(createTopic("help/www.qotile.net/minidig/docs/sizes.txt"));
chipTopics.add(createTopic("help/www.qotile.net/minidig/docs/2600_mem_map.txt"));
chipTopics.add(createTopic("help/www.qotile.net/minidig/docs/stella.pdf"));
chipTopics.add(createTopic("help/forums.atariage.com/dionoid/Stella_Programmers_Guide.pdf"));
chipTopics.add(createTopic("help/www.qotile.net/minidig/docs/2600_advanced_prog_guide.txt"));
chipTopics.add(createTopic("help/www.qotile.net/minidig/docs/tia_color.html"));
chipTopics.add(createTopic("help/www.qotile.net/minidig/docs/2600_tia_map.txt"));

View File

@ -7,6 +7,8 @@ help/ide-tutorials.section.html=Video Tutorials
help/7800.8bitdev.org/index.html=Atari 7800 Development Wiki Home
help/forums.atariage.com/dionoid/Stella_Programmers_Guide.pdf=STELLA Programmer's Guide
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
@ -21,5 +23,4 @@ help/www.qotile.net/minidig/docs/2600_mem_map.txt=Memory Map
help/www.qotile.net/minidig/docs/2600_riot_map.txt=RIOT Map
help/www.qotile.net/minidig/docs/2600_tia_map.txt=TIA Map
help/www.qotile.net/minidig/docs/sizes.txt=Cartridges
help/www.qotile.net/minidig/docs/stella.pdf=STELLA Programming Guide
help/www.qotile.net/minidig/docs/tia_color.html=TIA Colors

View File

@ -7,6 +7,8 @@ help/ide-tutorials.section.html=Video Lehrg
help/7800.8bitdev.org/index.html=Atari 7800 Development Wiki Home
help/forums.atariage.com/dionoid/Stella_Programmers_Guide.pdf=STELLA Programmierleitfaden
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
@ -16,10 +18,9 @@ help/www.oxyron.de/html/registers_ted.html=TED Referenz
help/www.oxyron.de/html/registers_vic1.html=VIC I Referenz
help/www.oxyron.de/html/registers_vic2.html=VIC II Referenz
help/www.qotile.net/minidig/docs/2600_advanced_prog_guide.txt=STELLA Programmierleitfaden (erweitert)
help/www.qotile.net/minidig/docs/2600_advanced_prog_guide.txt=STELLA Programmierleitfaden (fortgeschritten)
help/www.qotile.net/minidig/docs/2600_mem_map.txt=Speicher Addressübersicht
help/www.qotile.net/minidig/docs/2600_riot_map.txt=RIOT Addressübersicht
help/www.qotile.net/minidig/docs/2600_tia_map.txt=TIA Addressübersicht
help/www.qotile.net/minidig/docs/sizes.txt=Steckmodule
help/www.qotile.net/minidig/docs/stella.pdf=STELLA Programmierleitfaden
help/www.qotile.net/minidig/docs/tia_color.html=TIA Farben

View File

@ -1,9 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="lib/atari8bit/asap.jar" sourcepath="lib/atari8bit/asap-4.0.0-java-src.zip"/>
<classpathentry exported="true" kind="lib" path="lib/atari8bit/asap.jar" sourcepath="lib/atari8bit/asap-6.0.1-java-src.zip"/>
<classpathentry exported="true" kind="lib" path="lib/c64/jsidplay2.jar" sourcepath="lib/c64/jsidplay2-src.zip"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@ -1,5 +1,2 @@
The file "asap.jar" and tis "asap-4.0.0-java-src.zipp" were provided by Fox.
The files "asap.jar" and "asap-6.0.1-java-src.zip" were provided by Fox.
The source is not included in the build.properties to keep the size at the minimum.
Note: On 2019-01-02 the files were replaced by a by a Java 1.6 compliant version provided by Fox.

View File

@ -1,16 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/com.wudsn.ide.base">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="lib" path="/fpc/fpc-ppcjvm/mp"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@ -7,7 +7,6 @@ WebSite
FIXED? https://search.google.com/search-console/mobile-usability/drilldown?resource_id=https%3A%2F%2Fwww.wudsn.com%2F&item_key=CAk&hl=en
FIXED? ROM checker HTML: <th style="border-style:solid;border-width:1px;border-collapse:collapse;;white-space:nowrap;">CRC32</th>
Complete: RGBA article, http://localhost:8080/administrator/index.php?option=com_content&view=article&layout=edit&id=23
Why is editing sometimes slow, or is everything blocked, showing the wait cursor?
WUDSN Tools
=========
@ -22,7 +21,12 @@ WUDSN Runners
=============
https://github.com/wudsn/wudsn-ide/issues/19 - Path
Check for "<mainsourcefile.bat/.sh" and have @com.wudsn.ide.lng.RunnerScript= annotation
All Compiler Variables as Environment variables bevor calling the script with the OS shell.
All Compiler Variables as Environment variables before calling the script with the OS shell.
WUDSN Documentation
===================
Idea to use cheat sheets
https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fextension-points%2Forg_eclipse_ui_cheatsheets_cheatSheetContent.html
SillyPacks:
===========