Skip to content

Commit

Permalink
ProDOS 2.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DevoKun committed Jan 1, 2024
1 parent 8deda28 commit d4ff5f9
Show file tree
Hide file tree
Showing 12 changed files with 284 additions and 8 deletions.
3 changes: 3 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
- subtitle: "ProDOS 2.5 alpha 8"
subhref: "/releases/prodos-25/"

- subtitle: "ProDOS 2.4.3"
subhref: "/releases/prodos-243/"

- subtitle: "ProDOS 2.4.2"
subhref: "/releases/prodos-242/"

Expand Down
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.2</strong></a></h1>
<h1 id="latest-release-notice"><a href="/releases/prodos-242"><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
14 changes: 7 additions & 7 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
<div class="col-xl-5 col-lg-5 col-md-12 col-sm-12">
<div class="home-intro">
<h1>Your Apple II. Enhanced.</h1>
<p><strong>ProDOS 2.4.2</strong> is the current release, and available for <strong>ALL</strong> models of the Apple II.</p>
<p>Features of <strong>ProDOS 2.4.2</strong> include:</p>
<p><strong>ProDOS 2.4.3</strong> is the current release, and available for <strong>ALL</strong> models of the Apple II.</p>
<p>Features of <strong>ProDOS 2.4.3</strong> include:</p>
<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 is updated to work through 2023</li>
<li>Thunderclock driver updated to work beyond 2023</li>
</ul>
<a href="/releases/prodos-242" id="download-prodos-release" class="btn btn-lg btn-secondary">Download ProDOS 2.4.2</a>
<a href="/releases/prodos-243" id="download-prodos-release" class="btn btn-lg btn-secondary">Download ProDOS 2.4.3</a>
</div>
</div>
<div class="col-xl-7 col-lg-7 col-md-12 col-sm-12">
Expand All @@ -31,15 +31,15 @@ <h1>Your Apple II. Enhanced.</h1>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<a href="/releases/prodos-242"><img class="d-block img-fluid" src="/pix/prodos242/homepage_slide1.png" alt="ProDOS 2.4.2 Boot Screen">
<a href="/releases/prodos-243"><img class="d-block img-fluid" src="/pix/prodos243/homepage_slide1.png" alt="ProDOS 2.4.3 Boot Screen">
<div class="carousel-caption d-none d-md-block"></a></div>
</div>
<div class="carousel-item">
<a href="/bitsy-bye"><img class="d-block img-fluid" src="/pix/prodos242/homepage_slide2.png" alt="ProDOS 2.4.2 Bitsy Bye"></a>
<a href="/bitsy-bye"><img class="d-block img-fluid" src="/pix/prodos243/homepage_slide2.png" alt="ProDOS 2.4.3 Bitsy Bye"></a>
<div class="carousel-caption d-none d-md-block"></div>
</div>
<div class="carousel-item">
<a href="/bitsy-boot"><img class="d-block img-fluid" src="/pix/prodos242/homepage_slide3.png" alt="ProDOS 2.4.2 Bitsy Boot"></a>
<a href="/bitsy-boot"><img class="d-block img-fluid" src="/pix/prodos243/homepage_slide3.png" alt="ProDOS 2.4.3 Bitsy Boot"></a>
<div class="carousel-caption d-none d-md-block"></div>
</div>
</div>
Expand Down
78 changes: 78 additions & 0 deletions _pages/releases/prodos-243.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
---
layout: page
title: ProDOS 2.4.3
permalink: /releases/prodos-243/
download_link: 'http://prodos8-releases.s3-website-us-east-1.amazonaws.com/ProDOS_2_4_3.po'
---

## Announcing ProDOS 2.4.3 for all Apple II computers

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

* ProDOS 2.4.3 updates the **Thunderclock year table** so it goes beyond 2023.
* ProDOS 2.4.2 replaces the previous <a href="/releases/prodos-24/">ProDOS 2.4</a>, <a href="/releases/prodos-241/">ProDOS 2.4.1</a>, and <a href="/releases/prodos-242/">ProDOS 2.4.2</a> releases.

<p>&nbsp;</p>







## Bugs fixed:

* Fix long standing bug where `CATALOG` would fail on **directories** that have `128 blocks` or more.
- Fix crash starting **A2osX** _([issue 55](https://github.com/ProDOS-8/ProDOS8-Testing/issues/55))_.
- Fix bug where ProDOS would not distinguish disks with the same volume name, _([issues 46](https://github.com/ProDOS-8/ProDOS8-Testing/issues/46))_ and _([issue 50](https://github.com/ProDOS-8/ProDOS8-Testing/issues/50))_.
- Fix **splash screen** to not use lower case on II and II+ machines with a **65C02 or 65816 CPU upgrade**.
- Fix long standing bug that prevented **creating more than 33024 files in a directory**.
- Fix long standing bug where `SET_MARK` on **directories** would fail for **offsets** past `block 128`.

<p>&nbsp;</p>

## Updates:

- 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`".
* 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)
</div>

<p>&nbsp;</p>

<div style="width:100%">
Enjoy.
</div>

<p>&nbsp;</p>

<div style="width:100%">
&mdash; John Brooks and Friends
</div>

<p>&nbsp;</p>

<div style="width:100%">
Twitter: <a href="https://www.twitter.com/JBrooksBSI">@JBrooksBSI</a>
</div>
<p>&nbsp;</p>
<div style="width:100%">
<a href="{{ page.download_link }}" class="btn btn-lg btn-secondary">Download {{ page.title }}</a>
</div>
<p>&nbsp;</p>
<div style="width:100%">
If you’d like to support John Brook's efforts to improve the Apple II, donations are welcome using: <a href="https://www.paypal.me/JBrooksBSI">PayPal</a>
</div>
Binary file added pix/prodos243/ProDOS-2.4.3-apps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pix/prodos243/ProDOS-2.4.3-title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pix/prodos243/homepage_slide1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pix/prodos243/homepage_slide2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pix/prodos243/homepage_slide3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pix/prodos243/homepage_slides.xcf
Binary file not shown.
Binary file added pix/prodos_243_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
195 changes: 195 additions & 0 deletions pix/prodos_243_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d4ff5f9

Please sign in to comment.