shannonkay.com/projects/apple2.html
2023-03-07 00:06:35 -08:00

48 lines
2.1 KiB
HTML
Executable file
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<title>Apple II Plus</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../home.css">
</head>
<body>
<header><h1>Apple II Plus</h1>
</header>
<main>
<article class="blurb">
<p>My grandfather had this Apple II Plus computer that was still in the garage at Gramma&#39;s house. We brought it home and got it working!</p>
<p><img src="apple2/apple2plus-2.jpg" alt="Apple II Plus" style="max-width:100%;height:auto;" ></p>
<p>
Some of the keys on the keyboard don&#39;t work, and one keycap is missing. But the disk drive is working. The only disk we had that worked had the game Conan on it. That disk was actually jammed into the drive sideways and slightly warped, but was the only one that ran. I&#39;d be willing to guess it was the last thing previously played.
</p>
<p>
<video autoplay playsinline loop muted="true" style="width:360px; height:640px;" >
<source src="apple2/Conan.mp4" type="video/mp4" >
</video>
</p>
<p>We had to remove a mod chip that was apparently for sending the output to TV channels.</p>
<p>
<img src="apple2/apple2plus-5.jpg" alt="Apple II Plus" style="max-width:100%;height:auto;">
<br>
We found a website that has audio for the old Apple II software so that you can use the tape-in function to write to the disk drive. We were able to connect an iPhone with an audio cable and write to one of the other disks that hadn&#39;t been working. We got both sides of Carmen San Diego written to a disk with the audio in. We used a Lightning to 3.5mm audio cable, so it was a full circle Apple situation. It ran! But then there was a pop, and some smoke. The computer was still running! But we turned it off and unplugged it. We think it&#39;s a blown RIFA capacitor in the power supply.</p>
<p>
<img src="apple2/apple2plus-4.jpg" alt="Apple II Plus" style="max-width:100%;height:auto;">
<img src="apple2/apple2plus-6.jpg" alt="Apple II Plus" style="max-width:100%;height:auto;">
</p>
</article>
</main>
<footer>
<p>August 29, 2021</p>
<p><a href="../index.html">Shannon's Homepage</a></p>
</footer>
</body>
</html>