From 720e47e75ec9d8fe0e8f3a075e03af2eceababa7 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Sat, 12 Sep 2026 15:17:45 +0200 Subject: [PATCH] Fix CPU model in PHOBIA archive: DX50 -> DX2-66 --- phobia/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phobia/index.html b/phobia/index.html index eb13b0b..41ce2a4 100755 --- a/phobia/index.html +++ b/phobia/index.html @@ -174,7 +174,7 @@

Phobia Welcome Intro

-

The Phobia Welcome Intro was programmed in 1994 using Turbo Pascal, with inline assembler for the graphics routines. The idea for this intro was inspired by an Amiga demo, though the specific name of the demo has been forgotten. All graphics and programming were done by Stefan Koelle on a 486 DX50 DOS PC.

+

The Phobia Welcome Intro was programmed in 1994 using Turbo Pascal, with inline assembler for the graphics routines. The idea for this intro was inspired by an Amiga demo, though the specific name of the demo has been forgotten. All graphics and programming were done by Stefan Koelle on a 486 DX2-66 DOS PC.

This intro utilized an early version of the X-LIB unit, specifically the TextGraf.pas, which was also developed by Stefan Koelle. The source code for the intro is available on GitHub. The primary technique used in this intro to create the illusion of movement was through color palette changes, rather than altering the pixels on the screen.

The music for the intro was borrowed from an old Amiga demo and played using a public Mod-Player. The font used in the intro was custom-created and compiled into the executable as an object, along with the music and graphics.

@@ -198,7 +198,7 @@ Development Machine - 486 DX50 DOS PC + 486 DX2-66 DOS PC Graphics Technique