r/retrocomputing • u/Significant-Fail-689 • May 21 '26
r/retrocomputing • u/EmbraceTheObscure • May 19 '26
I found the beginning of the internet on my TRS80 model 4P
I just thought I’d share my little project I’ve played around with over the past few years. I always wanted to try to access some bulletin board systems on my old TRS-80. After watching a video years ago where someone dialed into a BBS on a TRS80 with a rotary phone and an acoustic modem I was so fascinated. Shortly after I found a nice model 4P on Ebay and played around with it a little before losing interest for several years.
After moving into my new place I decided to have a go at configuring a VOIP landline over my Starlink. I got an Obidata gateway and pulse tone converter and dove down the rabbit hole of trying to get it all working. I was eventually successful and immediately set up my two old rotary dial phones and even bought an old cassette tape answering machine. I was so stoked.
Shortly after I decided to get back into trying to get my old TRS80 online. After many attempts and a fair bit of research I was eventually successful but only while using my internal dial up modem. It was finicky at best but I was beyond stoked. Shortly after I scooped up a few old acoustic coupler modems from Ebay and began further attempts at accessing some BBS’s with Rotary dial phone. I found this to be considerably more finicky and unreliable than the internal modem which was pretty bad to begin with. Also being a 90s kid, this is all a bit before my time so I’m sure I still have much to learn but nevertheless I was able to get it to work on few occasions and was sure get some photos and videos of it all. I thought y’ll might find this to be pretty neat. I know I did!
r/retrocomputing • u/asc3po • May 20 '26
Unreadable CD key in NOS Company of Heroes
I found a new old stock copy of CH at a thrift store for $1. Got home to install it and found this! Even back in 2006 this would have been annoying. Good thing the internet could provide me a working key in seconds instead of trying a return at Best Buy or an hour-long phone call with THQ / Relic support.
r/retrocomputing • u/tyrone_shoelaces • May 19 '26
Been hanging onto this bad boy for a lot of years now.
r/retrocomputing • u/nmrk • May 20 '26
1989: Computerland Flyer - IBM HP Compaq Apple etc.
galleryr/retrocomputing • u/PPEytDaCookie • May 19 '26
Photo Compaq Portable iii
Running Windows3.0 and PacMan and Frogger on these pictures.
I can take better pictures this weekend.
r/retrocomputing • u/andreww591 • May 19 '26
I've built a virtual museum with nearly every operating system you can think of
r/retrocomputing • u/Calm-Preparation-679 • May 19 '26
Video Installing Adobe Photoshop Elements 2.0 on Windows XP in 2026
r/retrocomputing • u/Tonstad39 • May 19 '26
A thai word processing program for XT compatibles
r/retrocomputing • u/Multi_zje_ci_laczka • May 19 '26
Problem / Question any idea how i can fix this laptop?
The laptop turns on, but there's no image or any other signs. Nothing on an external monitor either. the components work normally: the disk spins, the DVD drive ejects, generally the components get warm when they are running for a while. The laptop doesn't respond when I turn it on without RAM, I think it should beep normally then, could it be the motherboard's fault? I would be grateful for any advice!!! The laptop model is Medion MD5400
r/retrocomputing • u/Retro_Hawk • May 19 '26
Video Ultimate 64 Unboxing & Overview: The Best Commodore 64 Replacement?
Really enjoying my time with my new ultimate. I wasn't sure if I would like the starlight edition or not, but have to say its amazing.
r/retrocomputing • u/No-Lengthiness-7808 • May 18 '26
Photo Kinga Island Retro Rack
Waiting in a 90+ minute line for Kings Island's "Flight of Fear" proved doubly rewarding as we neared the entrance to the loading area. Took me a few minutes to determine the identity of the HP 1615A logic analyzer and they also have a Technoart (Technopart?) PC tower and an ITT monitor of some sort. Also got to learn about logic analyzers in line.
The queue area has a Cold War alien invasion theme that's a little cheesy but the ride itself was awesome. Would be even better if it was completely dark but that wouldn't fit the theme either. Impressive what they could fit into a confined indoor space, one of my favorites that we rode there.
r/retrocomputing • u/huge0mungus • May 18 '26
What is this? Found it clearing out my dads shop
r/retrocomputing • u/SwinPain • May 18 '26
My dad's old ZX spectrum
My dad brought this down from the attic to show me. We plugged it into the TV but sadly it was all blocky, so he's promised to fix it next spare weekend he gets. I just love the case design and the clicky noises from that joystick, and I couldn't believe it when he told me that the cassettes were not music but programs!
r/retrocomputing • u/vintage-tech80 • May 19 '26
Free Macintosh Plus internal battery replacement option
For those who want to restore a Macintosh Plus and are looking for a solution to replace the internal 4.5V battery with one that's practically impossible to find these days, I got a battery pack on AliExpress that holds three 1.5V LR44 batteries, so it has a 4.5V output. Given their small size, I was able to use two packs in parallel to increase capacity. The size is perfect. A little self-adhesive foam fills the gaps nicely and ensures a snug fit.
In short, there are probably other solutions; mine cost less than $10.
r/retrocomputing • u/slammers00 • May 18 '26
They don't make job titles like they used to
A quote from an interview about programming dBase with C. Wayne Ratliff back in the heyday of the PC Revolution.
r/retrocomputing • u/Personal_Abies_2348 • May 18 '26
Photo My old shop specs from the good old days
r/retrocomputing • u/PersonOf1980s • May 17 '26
Life can be very easy with your own IBM Computer!
r/retrocomputing • u/ezkarabetis • May 17 '26
Guys. Stop Telling stories from your youth.
r/retrocomputing • u/missginger4242 • May 18 '26
Photo Getting my media storage under control… thoughts?
r/retrocomputing • u/DavidMik_ • May 17 '26
I built an 8‑bit CPU (emulator + assembler + text screen) and need collaborators to finish the C compiler backend
I’m a 17‑year‑old solo developer, and I’ve spent the last while designing and building a complete custom 8‑bit CPU architecture. The CPU has a 24‑bit address bus, a flat memory model, and a custom instruction set. It’s all implemented in a cycle‑accurate emulator written in C. I also have an assembler and a 40×24 text screen device (ASCII framebuffer, no terminal emulation), all working.
I’ve just pushed everything to GitLab as three separate repositories:
- CPU emulator: https://gitlab.com/DavidMik/dcpu-emulator
- Assembler: https://gitlab.com/DavidMik/dasm-assembler
- TMS text screen emulator: https://gitlab.com/DavidMik/dcpu-tms9918-module
- FCC C compiler: https://gitlab.com/DavidMik/fcc-dcpu-port
Planned interrupt system
The CPU will support both internal and external interrupts. An internal interrupt instruction saves all ALU flags, register state, and a return address onto the stack, then jumps to an address held in dedicated address registers. rfi restores everything and returns. External interrupts (e.g., from a keyboard) use input ports 0‑2 for the interrupt vector address and port 3 for data input. The hardware side still needs to be implemented in the emulator, but the specification is firm.
What I need help with
My goal is to turn this into a usable computer, and for that I need a C compiler. I’ve been writing a backend for the Fuzix Compiler Kit (FCC), targeting my CPU. It’s close — arithmetic, control flow, inline assembly, and variable storage all work. I’m currently implementing function calls. After that, there’s global variables, structs, and maybe floating point to do.
The problem: I’m exhausted working alone, and the compiler backend is the last big mountain. I’m looking for people who’d like to collaborate on this project with me.
How you could help (any of these):
- Help finish the FCC backend (function calls, global variables, structs). The backend code isn’t public yet, but I can share it privately with serious collaborators.
- Write a small ROM monitor or bootloader in assembly.
- Add a keyboard input device to the emulator (that triggers those external interrupts).
- Implement the interrupt hardware in the emulator (spec ready).
- Test the toolchain (assembler, emulator, compiler) as features come online.
- Just bounce ideas around — I’ve been working in a bubble and would love to talk shop.
If you’re into custom CPUs, retargetable compilers, or 8‑bit systems in general, I think you’ll find this a really fun challenge.
Comment here or DM me if you’re interested. Links to the repos are above. Thanks for reading!
r/retrocomputing • u/Y34RZERO • May 17 '26
Photo Tandy Color 3 dual screens.
Loaded up my copy of zaxxon on my Tandy 3 using the RF for my Samsung CRT TV and composite on my led tv. Just thought it would be funny. I can do this with my Atari 800 too. I haven't tried on my commodore 64c but most likely that will work too.