Help docs: update for NSC and SSI263

This commit is contained in:
tomcw 2021-05-23 17:12:53 +01:00
parent d631b23d24
commit aa6572301b
2 changed files with 29 additions and 14 deletions

View File

@ -11,16 +11,18 @@
<hr size="4">
<h3>Clock:</h3>
<p>AppleWin emulates a No-Slot clock (aka NSC).</p>
<p>This is a chip (a Dallas SmartWatch DS1216) that sits under one of the 28-pin ROM chips in the Apple II.<br>
No hardware configuration is required: this chip is always present (unless -no-nsc is used), but won't interfere with emulation when not in use.
<p>This is a chip (a Dallas SmartWatch DS1216) that sits under one of the 28-pin (or 24-pin) ROM chips in the Apple II.<br>
No hardware configuration is required: this chip is always present (unless -no-nsc is used), but won't interfere with system operation when not in use.
</p>
<p>It requires a software driver to be installed (for DOS and ProDOS). This driver then emulates the Thunderclock card.</p>
<p>Here's a summary of NSC/ROM chip locations and which drivers work:</p>
<br>
<p>For the <strong>Apple //e</strong>, here's a summary of NSC/ROM chip locations and which drivers work:</p>
<ul>
<li>"CD" ROM socket: C000-DFFF (internal) ROM space - all drivers work</li>
<li>"EF" ROM socket: E000-FFFF ROM space - never seen any drivers use this space</li>
<li>"CF" ROM socket: C000-FFFF (internal) ROM space - all drivers work</li>
<li>Slot ROM socket: Cs00-CsFF (slot) ROM space - NS.CLOCK.SYSTEM works</li>
<li>"CD" ROM socket: $C000-DFFF (internal) ROM space - all drivers work</li>
<li>"EF" ROM socket: $E000-FFFF ROM space - never seen any drivers use this space</li>
<li>"CF" ROM socket: $C000-FFFF (internal) ROM space - all drivers work</li>
<li>Slot ROM socket: $Cs00-CsFF (slot) ROM space - NS.CLOCK.SYSTEM works</li>
</ul>
<p>Here are the drivers and ROM pages they check:</p>
@ -28,8 +30,21 @@
<li>ProDOS "SWU.SYSTEM" - internal C3</li>
<li>ProDOS "NS.CLOCK.SYSTEM" - internal C3 C8 / external C1-C7</li>
<li>GEOS "NoSlot Clock" - internal C8</li>
<li>ProDOS-8 v2.5.0 "NoSlotClk.IIe" - internal C3 (currently 65C02 only)</li>
</ul>
<br>
<p>For the <strong>Apple II/II+</strong>, here's a summary of NSC/ROM chip locations and driver information:</p>
<ul>
<li>"F8" ROM socket: $F800-FFFF (internal) ROM space - ProDOS-8 v2.5.0a8 (not currently working)</li>
</ul>
<p>Here are the drivers and ROM pages they check:</p>
<ul>
<li>ProDOS-8 v2.5.0 "NOSLOTCLK.II" - internal F8</li>
</ul>
<br>
<p><strong>NOTE: </strong>For ProDOS, the load order of drivers is important:</p>
<p>Some .SYSTEM drivers will <strong>not</strong> chain-load the next driver.<br>
NS.CLOCK.SYSTEM does, so ensure this is the first one ProDOS finds,

View File

@ -18,10 +18,10 @@
<h4>Mockingboard:</h4>
<p>When the Mockingboards are enabled, the cards are physically plugged into slots
4 and 5 of the Apple II.</p>
<p>Each Mockingboard is a type 'C': 2x AY8910 (3-channel sound generator) &amp; 1x
<p>Each Mockingboard is a type 'C': 2x AY-3-8913 (3-channel sound generator) &amp; 2x
SSI263 (speech chip)<font face="Tahoma"><br>
</font>Each AY8910 is fully emulated (tone, noise &amp; envelope).<font face="Tahoma"><br>
</font>Each SY6522 (that controls an AY8910) can generate precise timer
</font>Each AY-3-8913 is fully emulated (tone, noise &amp; envelope).<font face="Tahoma"><br>
</font>Each SY6522 (that controls an AY-3-8913) can generate precise timer
interrupts or phoneme-complete interrupts.<font face="Tahoma"><br>
</font>Emulation of the SSI263 is basic at the moment and only plays back
phonemes at a fixed rate without any support for inflection or filters.<font face="Tahoma"><br>
@ -29,13 +29,13 @@
remapping Votrax phonemes to the SSI263's.</p>
<H4>Phasor:</H4>
<P>When Phasor is enabled, the card is physically plugged into slot 4 of the Apple II.</P>
<P>Phasor is equivalent to 2 Mockingboards: so has 4x AY8910 &amp; 1x SSI263.</P>
<P>Phasor is equivalent to 2 Mockingboards: so has 4x AY-3-8913 &amp; 2x SSI263.</P>
<br>
<P>There are a number of games and demos that support Mockingboard (or Phasor), eg:</P>
<ul>
<li>Adventure Construction Set</li>
<li>Bejeweled (with SSI263 speech)</li>
<li>Berzap! (with SSI263 speech)</li>
<li>Berzap! (with Votrax or SSI263 speech)</li>
<li>Broadsides</li>
<li>Crimewave (Votrax speech)</li>
<li>Crypt of Medea (Votrax speech)</li>
@ -51,7 +51,7 @@
<li>Rescue Raiders v1.3 (SSI263 speech only)</li>
<li>Silent Service</li>
<li>Skyfox</li>
<li>Spy Strikes Back (Votrax speech)</li>
<li>The Spy Strikes Back (Votrax speech)</li>
<li>Ultima III (Mockingboard version)</li>
<li>Ultima IV</li>
<li>Ultima V</li>