From deddf0e6de3185ac2481e12c631329485e771200 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Fri, 11 Sep 2026 22:50:49 +0200 Subject: [PATCH] Reframe DOS 486 as rebuild from memory, not 1:1 copy --- retro/dos-486-tower/index.njk | 18 +++++++++--------- retro/index.njk | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/retro/dos-486-tower/index.njk b/retro/dos-486-tower/index.njk index 2bbf628..a723c85 100644 --- a/retro/dos-486-tower/index.njk +++ b/retro/dos-486-tower/index.njk @@ -2,37 +2,37 @@ title: "The 486 DX2-66: Rebuilding a DOS Era on MiSTer FPGA" section: "retro" tags: "retro" -description: "Recreating a Vobis-Highscreen 486 DX2-66 setup on MiSTer FPGA, down to the original DOS configuration." +description: "Rebuilding the Vobis-Highscreen 486 DX2-66 experience from memory on MiSTer FPGA, as it felt back in the day." layout: base.njk parent: "/retro/" ---

The 486 DX2-66: Rebuilding a DOS Era on MiSTer FPGA

-

Long before Atari ST and Amiga took over the retro corner, a Vobis-Highscreen 486 DX2-66 in its distinctive Colani-designed tower case was the main PC. The original hardware is long gone, but the entire setup has been recreated 1:1 on MiSTer FPGA, same DOS version, same drivers, same AUTOEXEC.BAT and CONFIG.SYS, same directory structure.

+

Long before Atari ST and Amiga took over the retro corner, a Vobis-Highscreen 486 DX2-66 in its distinctive Colani-designed tower case was the main PC. The original hardware is long gone, and I never kept a backup, so this MiSTer FPGA build isn't a byte-for-byte copy. It's a rebuild from memory, set up the way I remember it and the way it felt to use back then, the DOS version, the drivers, and the AUTOEXEC.BAT and CONFIG.SYS that got everything working.

The original hardware

The Vobis-Highscreen was a premium PC in its day, the Colani design gave it a distinctive curved case that still looks futuristic. Inside it ran an Intel 486 DX2 at 66MHz with 8MB of RAM, a Sound Blaster 16, and a Tseng ET4000 graphics card. A 200MB hard drive and a 3.5" floppy drive completed the setup. The machine was the go-to system for early-90s classics like Doom, Wing Commander, Duke Nukem 3D, and Lemmings.

The MiSTer recreation

-

The AO486 core on MiSTer FPGA reproduces the original hardware with near-perfect accuracy. The key was not just getting the hardware emulation right, but rebuilding the exact software environment: the same MS-DOS version, the same memory managers (HIMEM.SYS, EMM386), the same Sound Blaster drivers, and the same AUTOEXEC.BAT and CONFIG.SYS tuning that made the original machine run smoothly. Even the directory structure and file names match the original setup.

+

The AO486 core on MiSTer FPGA handles the hardware convincingly. The real work was rebuilding the software environment from memory: the MS-DOS version, the memory managers (HIMEM.SYS, EMM386), the Sound Blaster drivers, and the AUTOEXEC.BAT and CONFIG.SYS tuning that made the original machine run smoothly.

Context: DOSMENU

A key part of the preserved environment is DOSMENU, a boot configuration utility written in Turbo Pascal 6.0 in 1994, originally developed specifically for this Colani 486 machine. DOSMENU let you choose at boot time which AUTOEXEC.BAT and CONFIG.SYS commands to load, a critical feature in the DOS era, where memory management was manual and games often required different driver configurations. Features included saveable presets, a built-in MOD player, PCX picture display, and a DoubleSpace memory unloader. The original source: ~50k of Turbo Pascal, roughly 1900 lines plus some inline assembler.

-

Why a 1:1 recreation

-

The point isn't just to play DOS games, it's to preserve the exact computing experience from that era. The way DOS memory management worked, the way sound drivers had to be configured manually, the way batch files chained together to create a usable environment. This level of detail is lost when you just launch a DOS game from a modern frontend. The MiSTer setup recreates the entire boot process, from BIOS POST to the C:\> prompt, just as it was in the mid-90s.

+

Why a rebuild from memory

+

The point isn't just to play DOS games, it's to recapture the computing experience from that era. The way DOS memory management worked, the way sound drivers had to be configured manually, the way batch files chained together to create a usable environment. This level of detail is lost when you just launch a DOS game from a modern frontend. The MiSTer setup recreates the whole boot process, from BIOS POST to the C:\> prompt, the way I remember it from the mid-90s.

What's preserved

AO486 vs real hardware

-

The MiSTer AO486 core handles the emulation convincingly. Timing accuracy is good enough for games that rely on cycle-sensitive behavior. Sound Blaster emulation covers the standard OPL3 FM synthesis and digital audio. The main trade-off is that some hardware-specific quirks, like the exact timing of the ET4000 graphics card or the behavior of specific ISA bus peripherals, aren't perfectly replicated. But for the purpose of preserving a working DOS environment, it's more than sufficient.

+

The MiSTer AO486 core handles the emulation convincingly. Timing accuracy is good enough for games that rely on cycle-sensitive behavior. Sound Blaster emulation covers the standard OPL3 FM synthesis and digital audio. The main trade-off is that some hardware-specific quirks, like the exact timing of the ET4000 graphics card or the behavior of specific ISA bus peripherals, aren't perfectly replicated. But since this is a rebuild from memory rather than an exact copy anyway, that's more than good enough for a working DOS environment.

diff --git a/retro/index.njk b/retro/index.njk index 3b546f5..cc91a98 100644 --- a/retro/index.njk +++ b/retro/index.njk @@ -47,7 +47,7 @@ sections: - heading: "DOS & PC" cards: - title: "💻 The 486 DX2-66" - summary: "A complete DOS environment rebuilt 1:1 on MiSTer FPGA, down to the original AUTOEXEC.BAT." + summary: "Rebuilding a DOS era from memory on MiSTer FPGA, recreating the environment the way it felt back then." href: "/retro/dos-486-tower/" - heading: "Overview" cards: