Skip to content

Commit

Permalink
prodos243 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DevoKun committed Jan 2, 2024
1 parent d4ff5f9 commit 9295d7f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _includes/topbar.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="topbar">
<div class="container">
<h1 id="latest-release-notice"><a href="/releases/prodos-242"><strong>Latest release</strong> of ProDOS is <strong>2.4.3</strong></a></h1>
<h1 id="latest-release-notice"><a href="/releases/prodos-243"><strong>Latest release</strong> of ProDOS is <strong>2.4.3</strong></a></h1>
<span class="phone"><a href="/releases/prodos-25">ProDOS <strong>2.5 alpha 8</strong> pre-release is available</a></span>
</div>
</div>
Expand Down
3 changes: 1 addition & 2 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ <h1>Your Apple II. Enhanced.</h1>
<ul>
<li>Compatibility with all 8-bit Apple II's</li>
<li>Bitsy Bye Program Launcher</li>
<li>Disk imaging using ADT Pro</li>
<li>Disk utilities</li>
<li>ROM ID detection for Apple II clones.</li>
<li>Thunderclock driver updated to work beyond 2023</li>
<li>Thunderclock driver updated to work beyond 2023, up to 2028</li>
</ul>
<a href="/releases/prodos-243" id="download-prodos-release" class="btn btn-lg btn-secondary">Download ProDOS 2.4.3</a>
</div>
Expand Down
12 changes: 7 additions & 5 deletions _pages/releases/prodos-243.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,24 @@ download_link: 'http://prodos8-releases.s3-website-us-east-1.amazonaws.com/ProDO

## Updates:

- Thunderclock driver updated for years 2023-2028, _([issue 72](https://github.com/ProDOS-8/ProDOS8-Testing/issues/72))_.
<img src="/pix/prodos243/ProDOS-2.4.3-apps.png">

* ADT Pro removed from the disk image because of size constraints

* Thunderclock driver updated for years 2023-2028, _([issue 72](https://github.com/ProDOS-8/ProDOS8-Testing/issues/72))_.

### `BASIC.SYSTEM` changed from 1.6 to 1.7:

* Delete key is mapped to left arrow.
* `RENAME` command supports using space _(new)_ or comma _(as before)_ between the filenames, e.g. `RENAME f1 f2`".
* `RENAME` command supports using space _(new)_ or comma _(as before)_ between the filenames, e.g. `RENAME f1 f2`.
* Bump `IVERSION` to `7` at globals `$BFFD`



<img src="/pix/prodos243/ProDOS-2.4.3-apps.png">

<p>&nbsp;</p>

<div style="width:100%">
Please file bug reports at: [github.com/ProDOS-8/ProDOS8-Testing](https://github.com/ProDOS-8/ProDOS8-Testing/issues)
Please file bug reports at: <a href="https://github.com/ProDOS-8/ProDOS8-Testing/issues">github.com/ProDOS-8/ProDOS8-Testing</a>
</div>

<p>&nbsp;</p>
Expand Down

0 comments on commit 9295d7f

Please sign in to comment.