r/apple2 Jun 12 '21

Join the Retro Gaming Network Discord Server and talk about Apple II!

Thumbnail
discord.gg
16 Upvotes

r/apple2 1d ago

Rana Elite 3 Floppy Drive help

3 Upvotes

Hi, I just got a Rana Elite 3 that looks in good shape, but the drive speed is really low (reported at -2600 but also read at -67. The light grey pot is working but doesn't change the drive speed when I move it. Any ideas on how I can diagnose the real issue and get it fixed?

Thanks!


r/apple2 2d ago

Looking for a 1984-1988 Apple game

10 Upvotes

Hi all, looking for a game that ran on the Apple IIE back in the mid to late 80’s, color, side-to side stable shooter, had a left to right movable platform that fired towards the top of the screen, you would shoot at a large bubble that would fall and bounce, and each time you shot it, it would split into double quantity, half-size balls that would continue bouncing. Any help identifying or finding this game would be greatly appreciated!


r/apple2 2d ago

Apple iie diagnostic test

4 Upvotes

I ran the Open Apple, Close Apple test, and I get the big color display for a few seconds, but then my screen shows
“RAM: “
and nothing more. I already suspected I had faulty ram, but what do i take from this? Thank you.


r/apple2 3d ago

The Norse Wanderer, the Apple II BBS from 1986 is back online, with 230 original users

49 Upvotes

In 1983, while I was in high school, I started an underground Apple II+ BBS called The Norse Wanderer in Southern California.

It started with XBBS, but in 1985 three of us replaced it with our own BBS software. I was THE NORSEMAN, the Sysop, and my friends THE BARBARIAN and BOZO DE CLOWN wrote most of the system. It had nine message boards, E-MAIL, The Wandering Norseman sea-trading game, and a community voting system for admitting new users.

After retiring, I pulled my old Apple II equipment out of storage and used ADTPro to preserve the disks I still had. Seven BBS-related disks survived as disk images, including a November 1986 backup.

Then the Palisades Fire destroyed our house, including the Apple II systems and original disks. Fortunately, the disk images were already backed up.

In April 2026, I started rebuilding The Norse Wanderer. The 1986 backup still contained the original user database: 230 original user accounts and 34 messages.

I decided to make it a web application so it could be accessed more easily and not require Apple hardware, modems, phone lines, etc.

I wanted to bring it back for the Apple II and BBS community, so people who remember the old days can relive them, and people who weren't around then can experience what an actual 1980s BBS was like.

The original BBS is running again, ported to work through a modern web browser. No Apple II, modem, or phone line required. To check it out, just go to:

https://www.norsewanderer.com

If you were an original user, your account is probably still there. If you remember your old handle but not your password, contact me and I'll send it to you.

Michael Heilemann

The Norseman / The Viking


r/apple2 3d ago

Why does the screen jitter when starting up an Apple II?

6 Upvotes

I know this is probably normal, but I have always wondered why the screen shakes upwards for a second when booting.


r/apple2 4d ago

New file manager for the //e

21 Upvotes

While Bitsy Bye is great for launching things, I got tired of having to use Apple's clunky utilities for copying files, so I asked Claude to whip me up a file manager. ZipFiler gives you an easy interface for copying, moving, locking, deleting, creating directories and more. No more typing pathnames! Work on single files or batches. You can also use it as a launcher. Enhanced Apple //e. Learn more and download it here: https://trompingmarmots.com/AppSites/ZipFiler/


r/apple2 4d ago

I resurrected old editor source code that I wrote

18 Upvotes

I recently dug an old Apple II programmer’s editor out of my archive and have been working on bringing it back to life.

I originally wrote it in Aztec C and 6502 assembly, first on an Apple //c and later a //c+. It eventually became my everyday editor under Aztec C’s Unix-like ProDOS environment — and reached the point where I was using the editor to edit its own source code.

The original source survived on my old Apple II disk images, but the Aztec C environment it was built for is long gone from my normal workflow. I’ve now ported it to cc65/ca65, trying to keep the code and behavior as close to the original as possible rather than redesigning it.

At the heart of it is a 6502 assembly-language line editor, wrapped by the C code to make a full-screen editor with two viewports, cut/copy/paste between them, search/replace, load/save, etc.

It’s running under ProDOS again now. There are still some rough edges — notably recreating the convenient command-line filename handling that Aztec C provided — so at this stage it’s probably as interesting as an example of old Apple II C/assembly code (and a bit of software archaeology) as it is as a practical editor.

I’ve put the source and a release on GitHub for anyone who wants to poke around:

https://github.com/cardcomm/Apple-II-Editor/tree/main


r/apple2 6d ago

Bomberman clone for IIGS? (NOT Kaboom, but older)

8 Upvotes

Does anybody remember a Bomberman clone for the Apple IIGS made before Kaboom? Or possibly an early version from the '90s?

From my research Kaboom was made around 2016, while I played this one some time in the 1990's.

I might have gotten it from Software of the Month Club. The graphics were simpler than what I see of Kaboom screenshots from what I recall, but it's been decades since I played it. I'm almost certain it wasn't commercial software, so it was most likely from either SMC or BRCC although Christella Enterprise or PDSOF are possibilities. It could have been for the Apple IIe with DHR graphics. I just know I played it on the IIGS in the 1990's. I recall the game readme said you were locked in a prison and created a suit that made bombs and had to escape.


r/apple2 6d ago

Is my Apple IIe crapping out?

4 Upvotes

CONTROL/OPEN APPLE/RESET has stopped working as a reboot. It just puts a bunch of garbled stuff on the screen. I then have to hit CONTROL/RESET to actually get it to reboot. Not an issue? Easy fix? What am I looking at?


r/apple2 7d ago

Check out this review of Sean's Garage Giveaway by Macintosh Librarian

Thumbnail
youtube.com
13 Upvotes

r/apple2 7d ago

Blue thing in Disk II?

Thumbnail
gallery
13 Upvotes

In my drive 2 (which works better than my drive 1), there's a little blue piece of plastic that isn't present in the other drive. Does anyone know what this is and what it does?


r/apple2 7d ago

Turned this into THIS.

Thumbnail
gallery
56 Upvotes

First pic before when I picked up a IIc from FB Marketplace. Then I retrovaped JUST the top half for this interesting two-tone look.


r/apple2 7d ago

ZipEdit – a new text editor for the ][+, //e and Enhanced //e

36 Upvotes

I wanted to use my enhanced //e for writing but all of the word processors from back in the day are too bulky and/or don't offer an easy way to get text files back to my Mac. So I had Claude craft me a modern Apple II text editor entirely in assembler. Very speedy, small footprint – ideal for creating regular text or Markdown files. This is not meant to be a word processor, it's just a way to write. It's free and you can grab it here: https://trompingmarmots.com/AppSites/ZipEdit/


r/apple2 8d ago

Number Munchers: The History & Development of MECC’s Classroom Classic

Thumbnail
retrogaminggeek.com
22 Upvotes

I had the privilege of interviewing Philip Bouchard, the man behind Number Munchers, to get the full story about how the Muncher games came to be.

If you're a Millennial or Gen-Xer, you know the game, but do you know its history?

Some interesting facts:

  • Despite Word Munchers being launched a year before Number Munchers, Number Munchers was actually the game that Philip Bouchard pitched MECC to make first. However, they already had enough math games in development at the time, so they had him make a phonics version of it instead.
  • Most MECC games were developed in Applesoft BASIC, but Word and Number Munchers were required to be developed in Assembly because they were more complex.
  • Word Munchers and The Oregon Trail (1985) were developed the same year by the same team.
  • In the Apple II version of the game, you can access the teacher management settings by pressing CTR+A.

r/apple2 8d ago

Revived this Apple IIc from the attic!

Thumbnail
gallery
85 Upvotes

Found in my mother's husband attic. It was his first computer. I disassembled it to clean it, and the keyboard is now as good as new! It works perfectly well, great condition. Inside, there is a working floppy disk from my mother's husband, from when he was 13, back in 1983. There are some old BASIC programs on it (I learned a bit of it to find my way around). Pretty impressive to see this floppy still alive in 2026!


r/apple2 9d ago

Apple II emulator that will run on an OLD MacOS (Big Sur)?

9 Upvotes

Hi all,

I've been exploring various options this morning to try to set up an emulator on my old laptop which I use for writing & traveling. It is limited to (as my title says) Big Sur, MacOS 11.7.

I've yet to find an emulator that I can set up. Even Virtual ][ requires 12. I started working on trying to compile Apple2TS-App on my Mac but hit a brick wall trying to set up its dependencies. I guess I could try to navigate installing older versions but even those might not work.

Bleh.


r/apple2 9d ago

From a garage sale, worth keeping?

Thumbnail
gallery
35 Upvotes

r/apple2 10d ago

The Newest 2026 Boxed Apple ][ game

Post image
15 Upvotes

r/apple2 12d ago

Trying to troubleshoot Apple IIe

Thumbnail
gallery
15 Upvotes

I've recently started to try to fix an original Apple IIe for a colleague that will retire soon (Hopefully that would be his retirement gift, it's the same model he started to works with at the beginning of his career1). The overall computer looks in good condition, but the power supply was blown and I replaced it with a brand new Meanwell RQ85-B. At least the voltage is good on that part ;)

The screen was all blurred, so suspecting the video chip, I ordered an enhancement kit for ReActiveMicro and changed the set.

There is progress as now the screen shows characters, but it obviously not fully functional...

Starting without the keyboard is not giving me more hints, so I don't know what to do next...

Any thoughts on where to start troubleshooting? Or confirmation that the next step is unsoldering RAM chips? Thank you in advance!


r/apple2 12d ago

Looking for someone in NYC who can help with basic Apple IIe hardware work

7 Upvotes

Have a working IIe but want to swap in a ReActiveMicro PSU kit (have the kit and cable). I'm a true novice when it comes to hardware and woud rather see if someone with more experience could help install than me hurting the a 40 year old board. Not sure if anuone knows any shops in NYC that do this (miss tekserve) or an indivual who could help. Of course, happy to pay for it.

Working on a project that needs the iie.

Thanks for any ideas!


r/apple2 13d ago

Some more of the floppies from my Apple ii finds

Thumbnail
gallery
61 Upvotes

r/apple2 13d ago

Does Apple // use composite or RGB monitor?

Post image
41 Upvotes

Just asking ...


r/apple2 16d ago

AppleWorks on the Apple II

Thumbnail
stonetools.ghost.io
41 Upvotes

r/apple2 16d ago

eWaste Apple IIgs Rescue!

Thumbnail
gallery
96 Upvotes

I can't believe some idiot tried to throw this Apple IIgs system with printer in the trash! I stopped by the community electronics recycling bin to toss out some broken stuff, and I couldn't believe what i saw! I immediately rescued this from the dustbin of history and was thrilled to see what great condition it was in.... Not a speck of dust as you can see in the second picture (I did remove the battery, but no leakage!). Everything works great, and someone lost out on hundreds of dollars. No chance of selling it now, as it has a good home here surrounded by period appropriate decor.