Liangxu Linux
Liangxu Linux
Sep 18, 2025 · Fundamentals

How One Maker Built a Fully Functional CPU from Vintage Memory Chips

A YouTuber known as MINT spent three months hand‑soldering old memory chips and 8‑bit logic components to create EPROMINT, a complete CPU with its own ALU, memory controller, I/O, interrupt system and a VFD display capable of playing low‑resolution video, and released all designs as open‑source on GitHub.

Assembly LanguageCPU designDIY hardware
0 likes · 10 min read
How One Maker Built a Fully Functional CPU from Vintage Memory Chips
21CTO
21CTO
Sep 11, 2025 · Fundamentals

What Happens When Microsoft Open‑Sources Its 1976 6502 BASIC Interpreter?

Microsoft has finally released the source code of its 1976 6502 BASIC interpreter under an open‑source license, a historic move that revives the early programming language that ran on Apple II, Atari 2600, NES and Commodore 8‑bit machines, and invites enthusiasts to explore and rebuild the original environment.

6502 BASICAssemblyMicrosoft
0 likes · 4 min read
What Happens When Microsoft Open‑Sources Its 1976 6502 BASIC Interpreter?
Java Tech Enthusiast
Java Tech Enthusiast
Jul 20, 2025 · Fundamentals

How a DIY Enthusiast Built a Fully Functional CPU from Old Memory Chips

A YouTuber known as MINT documented the creation of EPROMINT, a complete 8‑bit CPU built from discarded memory chips and simple logic components, detailing its ALU design, modular architecture, custom instruction set, interrupt handling, video output, open‑source release, and plans for a C compiler.

Assembly LanguageDIY CPUhardware design
0 likes · 9 min read
How a DIY Enthusiast Built a Fully Functional CPU from Old Memory Chips
macrozheng
macrozheng
Jul 3, 2025 · Game Development

How 128KB Powered Classic Games Like Contra – Secrets of Retro Game Tech

This article explores why early 1980s games such as Contra could deliver rich graphics, music, and gameplay within just 128KB of memory, explaining tile‑based rendering, limited audio chip capabilities, and ultra‑compact code techniques that made such feats possible.

Graphicsaudiogame development
0 likes · 7 min read
How 128KB Powered Classic Games Like Contra – Secrets of Retro Game Tech
21CTO
21CTO
Dec 24, 2024 · Fundamentals

Exploring SvarDOS: A Minimalist DOS Package Manager for Modern PCs

SvarDOS is a newly independent open‑source DOS distribution that fits on a floppy, supports networking, runs classic software like MS Word 6, and offers a modern package manager with online updates, making retro computing on virtual machines and old hardware both practical and enjoyable.

DOSFreeDOSPackage Manager
0 likes · 10 min read
Exploring SvarDOS: A Minimalist DOS Package Manager for Modern PCs
Liangxu Linux
Liangxu Linux
Jul 21, 2024 · Fundamentals

How to Recreate a 1984 Macintosh 128K on a $5 RP2040 Pico

This article details how a developer rebuilt the original Macintosh 128K using a low‑cost RP2040 microcontroller, covering the hardware design for VGA output, the software stack built around the Musashi 68‑bit emulator, performance‑tuning tricks, and the remaining limitations such as running MacPaint.

EmulationMacintoshMicrocontroller
0 likes · 22 min read
How to Recreate a 1984 Macintosh 128K on a $5 RP2040 Pico
21CTO
21CTO
Jun 30, 2023 · Fundamentals

Running ChatGPT on Windows 3.1: A Retro C Client with TLS 1.3

An anonymous developer built WinGPT, a C‑based ChatGPT client that runs on Windows 3.1 and later 16‑or 32‑bit Windows versions, using native TLS 1.3 to connect to OpenAI’s API, highlighting the challenges of retro UI controls, Winsock dependency, and icon creation on legacy systems.

C++ChatGPTTLS 1.3
0 likes · 4 min read
Running ChatGPT on Windows 3.1: A Retro C Client with TLS 1.3
Liangxu Linux
Liangxu Linux
Apr 25, 2020 · Fundamentals

Inside Lei’s 1994 RAMinit TSR: Full Assembly Source and Analysis

This article presents the complete assembly source of the RAMinit TSR program written by Lei in 1994, explains its purpose as a hot‑key‑driven memory‑management utility for DOS, describes its interrupt‑vector handling, memory‑copy routines, and includes detailed comments that reveal the inner workings of this historic piece of system software.

AssemblyDOSLegacy Code
0 likes · 27 min read
Inside Lei’s 1994 RAMinit TSR: Full Assembly Source and Analysis