My Retro PC Build

I built this machine to dual boot between an OS from 25 years ago and OS from 5 years ago, so that I could simply switch between hobby and chores, and also to listen to the real sound of authentic Yamaha OPL chip.

  • GA-G41M-Combo G41/ICH7/rev2.0
  • Core 2 Quad Q9550 2.83GHz
  • 8Gb DDR3 1033
  • Radeon RX570 8Gb
  • Yamaha YMF744B-R PCI (the "Cobra" board)
  • X3MB Buran MPU-401
  • WDC 80Gb IDE ~ FreeDOS & Win 98 SE
  • TOSHIBA 3Tb SATA ~ Win 10 Pro 64bit
  • Pioneer SATA BD-ROM/DVD+RW

But now I am happily exploring modern emulation options with Anbernic handheld device and DOSBox Pure, and hoping that in two to three years Mister would be a pocket size handheld device.

Who would have though?

Well, in fact any PC is a retro PC in 2025 - as long as it can still boot in CSM mode. And to underscore this, here is the comparison of selected Doom engine variants, all running in DOS, on several generations of computers.

Meet the contenders!

Celeron (Coppermine)

566Mzh quasi-integrated commercial computer intended for POS and cashier applications. Has a fully functioning ISA slot occupied by a soundcard and integrated Intel video chip, which is connected to an LCD diplay via a VGA/DSUB port. MS DOS 6.2 is installed on an IDE drive and was used for tesing.

Unlike other computers used, this computer's video chip offered a VESA 320x200 mode, which was preferred by MBF (see notes on MBF below).

PI computation: 167.71 sec

Quasi-integrated here means that peripherals are mostly provided as optional extension cards which are proprietary and are made for the specific motherboard series, and motherboard is in turn made for the specific casing. The computer still has standard PCI and ISA slots.

Core 2 Quad (Yorkfield)

The 2.8Ghz machine with specs listed at the start of the page. Has FreeDOS installed on an IDE drive, and it was used for testing.

PI computation: 14.82 sec

Core i5 (Haswell)

1.7GHz transformer laptop from Asus. Is equipped with both integrated Intel video chip and a mobile GeForce card. When booting from USB stick in FreeDOS is using the Intel chip for graphics.

PI computation: 22.81 sec

Core i7 (Alder Lake)

3.6GHz desktop computer with DDR4 memory and a PCI-E GeForce card connected to a widescreen desktop via DisplayPort. As with the i5 laptop, FreeDOS was loaded from the USB stick (it was actually the same stick). This PC behaved a little unpredictably, with long read operations (e.g. loading Doom WAD) sometimes resulting in program hanging. After a few reboots, however, the test runs became more reliable.

PI computation: 6.51 sec

Doom engines

Vanilla Doom

id Software own Watcom-built DOOM.EXE.

Included into the list as the baseliner.

MBF 2.04 - HDPMI Edition

Latest and greatest in Marine's Best Friend engineering, the update originally developed by @Gerwin, and then facelifted, cleaned up and rebuilt using the then modern compiler version by @CRVS. Unmodified binaries were used that were published by @Gerwin in the forum boards.

Included into the list as the headliner for the combination of original MBF performance improvements and modern complier optimized code.

Notes:

  • MBF would stick with VESA 320x200 mode whenever it is available, so did not always run in VGA Mode X.

Krapfen Doom

Another Doom house port, this time a straight fork of MBF aiming for compact footprint, lightweight execution, and inclusion of some of community patches from the recent years. Compiled with period correct version of GCC (one from 1997).

Included into the list for personal reasons. And for personal reasons again was tested with two profiles.

Notes:

  • Profile 1 with VGA Mode X and assembly drawing functions for fairer comparison with vanilla Doom
  • Profile 2 with VESA modes (when available) and drawing functions coded in C for fairer comparison with MBF

RealDoom

An in-development port of the original Doom to lower generation PCs, aiming at running the game with agreable performance, but staying true to the original experience and not straying too much into exotic experiments territory.

Included into the list as an aggressively specialized engine tailored to tightly controlled execution environments. It uses only a subset of machine instructions, forgoes compiler optimization in favor of compact size assembly language code and emphasises performimng with limited resources, yet is still expected to run on x86-compatible PCs.

How the tests were run

OS was loaded with no drivers.

The classic Ultimate Doom 1.9 IWAD from 1995-05-25 was used with all the engines, and the same set of 4 built-in demos (DEMO1, DEMO2, DEMO3 and DEMO4) was run.

Engines were configured with the following options:

  • Screen size - biggest where both border and status bar were still visible
  • Messages - Off
  • High resolution - Off (where applicable)
  • Page flipping - On
  • VESA mode - Off (where applicable, but see also notes on Krapfen Doom)
  • Sound channels - 8 (but tests were run with sound disabled)

Each demo was run with -nosound and -timedemo command line arguments. DEMO1 was run 3 times to pick up any warm up effects, then third run timings were recorded. After that DEMO2, DEMO3 and DEMO4 were all run in sequence once.

With each engine, before running DEMO1 for the first time, computer was soft restarted with Ctrl+Alt+Del.

Laptop was connected to power supply all the time and no external display was used with it.

Test results

Real tics

Less is better

DEMO1 (1710 tics)

ComputerCeleron 566Mzhi5 1.7GHzCore 2 Quad 2.8GHzi7 3.6GHz
Doom737550425385
MBF340329242130
KrapfenP1533329243131
KrapfenP2328273192119

DEMO2 (2347 tics)

ComputerCeleron 566Mzhi5 1.7GHzCore 2 Quad 2.8GHzi7 3.6GHz
Doom962730558466
MBF434436319162
KrapfenP1702437319163
KrapfenP2421355246145

DEMO3 (3863 tics)

ComputerCeleron 566Mzhi5 1.7GHzCore 2 Quad 2.8GHzi7 3.6GHz
Doom15901215936761
MBF663690496241
KrapfenP11104692497242
KrapfenP2650557376211

DEMO4 (818 tics)

ComputerCeleron 566Mzhi5 1.7GHzCore 2 Quad 2.8GHzi7 3.6GHz
Doom434312247225
MBF20718113985
KrapfenP130018214085
KrapfenP220615511579

Frames per second

Vanilla Doom does not report FPS, so these were calculated with the assumption of 35 real tics per second.
More is better.

DEMO1 (1710 tics)

ComputerCeleron 566Mzhi5 1.7GHzCore 2 Quad 2.8GHzi7 3.6GHz
Doom81.2108.8140.8155.4
MBF176.0181.9247.3460.4
KrapfenP1112.3181.9246.3456.9
KrapfenP2182.5219.2311.7502.9

DEMO2 (2347 tics)

ComputerCeleron 566Mzhi5 1.7GHzCore 2 Quad 2.8GHzi7 3.6GHz
Doom85.3112.5147.2176.2
MBF189.3188.4257.5507.1
KrapfenP1117.0188.0257.5504.0
KrapfenP2195.1231.4333.9566.5

DEMO3 (3863 tics)

ComputerCeleron 566Mzhi5 1.7GHzCore 2 Quad 2.8GHzi7 3.6GHz
Doom85.0111.2144.4177.6
MBF203.9195.9272.6561.0
KrapfenP1122.5195.4272.0558.7
KrapfenP2208.0242.7359.6640.8

DEMO4 (818 tics)

ComputerCeleron 566Mzhi5 1.7GHzCore 2 Quad 2.8GHzi7 3.6GHz
Doom65.983.3115.9127.2
MBF138.3158.2206.0336.8
KrapfenP195.4157.3204.5336.8
KrapfenP2139.0184.7249.0362.4

Heretic, Doom, id Software, Raven Software, Chex, Chex Mix, General Mills and so own and so forth are trademarks of their respective owners. Author is not affiliated with any of the game, game source code or trademarks copyright owners.

CC BY-NC
Web site CC BY-NC by Ludicrous_peridot, 2025