Skip to content

Commit

Permalink
Update help for release
Browse files Browse the repository at this point in the history
  • Loading branch information
atarimacosx committed Nov 16, 2020
1 parent 212667a commit b4d9bb0
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 45 deletions.
57 changes: 13 additions & 44 deletions atari800-MacOSX/src/Atari800MacX/Atari800MacX Help/FileTypes.html
Original file line number Diff line number Diff line change
Expand Up @@ -1100,21 +1100,9 @@
| Type 62: The!Cart 128 MB cartridge |
+---------------------------------------------------------------------------+

Only a small subset, as described below, of this cartridge's features is
currently emulated.

The cartridge occupies 8 KB of address space between $A000 and $BFFF, and
consists of 16384 banks. Byte written to $D5A2 turns the cartridge on/off:
bit 0 = 1 enables the cartridge, 0 disables it and enables RAM. The enabled
bank is controlled by bytes written to $D5A0 (LSB) and $D5A1 (MSB, only 6
lowest bytes matter). Any write do $D5A0-$D5A1 also automatically enables the
cartridge.

The cartridge starts with bank 0 enabled.

The $D5A0-$D5A2 registers are read/write; one can read the cartridge's current
state from them. Unused bits are always read as 0.

Most features of the cartridge are emulated, see the refernce page.
The only feature not currently emulated is local flashing.

Reference:
http://www.mega-hz.de/Angebote/THE!CART/THE!CART_EN.htm

Expand Down Expand Up @@ -1148,41 +1136,22 @@
| Type 65: The!Cart 32 MB cartridge |
+---------------------------------------------------------------------------+

Only a small subset, as described below, of this cartridge's features is
currently emulated.

The cartridge occupies 8 KB of address space between $A000 and $BFFF, and
consists of 4096 banks. Byte written to $D5A2 turns the cartridge on/off:
bit 0 = 1 enables the cartridge, 0 disables it and enables RAM. The enabled
bank is controlled by bytes written to $D5A0 (LSB) and $D5A1 (MSB, only 6
lowest bytes are stored in the internal register, and only 4 lowest bytes
matter in choosing the enabled bank). Any write do $D5A0-$D5A1 also
automatically enables the cartridge.

The cartridge starts with bank 0 enabled.
Most features of the cartridge are emulated, see the refernce page.
The only feature not currently emulated is local flashing.

Reference:
http://www.mega-hz.de/Angebote/THE!CART/THE!CART_EN.htm

The $D5A0-$D5A2 registers are read/write; one can read the cartridge's current
state from them. Unused bits are always read as 0.

+---------------------------------------------------------------------------+
| Type 66: The!Cart 64 MB cartridge |
+---------------------------------------------------------------------------+

Only a small subset, as described below, of this cartridge's features is
currently emulated.

The cartridge occupies 8 KB of address space between $A000 and $BFFF, and
consists of 8192 banks. Byte written to $D5A2 turns the cartridge on/off:
bit 0 = 1 enables the cartridge, 0 disables it and enables RAM. The enabled
bank is controlled by bytes written to $D5A0 (LSB) and $D5A1 (MSB, only 6
lowest bytes are stored in the internal register, and only 5 lowest bytes
matter in choosing the enabled bank). Any write do $D5A0-$D5A1 also
automatically enables the cartridge.

The cartridge starts with bank 0 enabled.

The $D5A0-$D5A2 registers are read/write; one can read the cartridge's current
state from them. Unused bits are always read as 0.
Most features of the cartridge are emulated, see the refernce page.
The only feature not currently emulated is local flashing.

Reference:
http://www.mega-hz.de/Angebote/THE!CART/THE!CART_EN.htm

+---------------------------------------------------------------------------+
| Type 67: XEGS 64 KB cartridge (banks 8-15) |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@
</tbody>
</table>


<br>Version 5.4.2 Release 11-16-2020<br>&nbsp;
&nbsp;Features Added/Changed:<br>
<ul>
<li>Added full emulation for The!Cart, replacing the limited atari800 emulation which worked for few ROM image types. The new emulation supports Flexi mode RAM, but does not yet support flashing in the emulator. </li>
</ul>
&nbsp;&nbsp; Bugs Fixed:<br>
<ul>
<li>Fixed issue with "ghost"/double characters being entered with non-US Keyboards which was reintroduced with 5.4.0</li>
<li>Fix issue with raw cartridge images with new image types that were added in 5.3.</li>
<li>Fixed issue with Save Media when exiting, where it would not clear the cartridge if it was ejected during operation.</li>
</ul>

<br>Version 5.4.1 Release 11-12-2020<br>&nbsp;
&nbsp;Bugs Fixed:<br>
<ul>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,19 @@ <h1>What happens if the&nbsp;Emulated Atari crashes?</h1>

<br>

<h1>What's New in 5.x.x?</h1>
<h1>What's New in 5.4.x?</h1>

<h4>New Features/Bug Fixes (in version 5.4.2):</h4>
<ul>
<li>Added full emulation for The!Cart, replacing the limited atari800 emulation which worked for few ROM image types. The new emulation supports Flexi mode RAM, but does not yet support flashing in the emulator. </li>
</ul>

<h4>Bug Fixes (in version 5.4.2):</h4>
<ul>
<li>Fixed issue with "ghost"/double characters being entered with non-US Keyboards which was reintroduced with 5.4.0</li>
<li>Fix issue with raw cartridge images with new image types that were added in 5.3.</li>
<li>Fixed issue with Save Media when exiting, where it would not clear the cartridge if it was ejected during operation.</li>
</ul>

<h4>Bug Fixes (in version 5.4.1):</h4>
<ul>
Expand Down

0 comments on commit b4d9bb0

Please sign in to comment.