Emulating a Ukrainian Retro Computer: Bringing Childhood Games Back to Life

2025-09-22

The author revisited their childhood memories of the Fahivets-85 computer from Ukraine and decided to emulate it. They built a WebAssembly-based emulator that currently runs a simple game called "Rain". The development involved implementing the CPU instruction set, simulating the IO controller, keyboard, and display. AI assistance was used to generate code, and the emulator's functionality was gradually refined until the game successfully ran. While some issues remain, this is an impressive accomplishment.

Development