Bare Metal Console Family

MINERVAConsoles

MINERVA now covers two console ideas with the same direct-start spirit: purpose-built play systems that do not need a desktop operating system underneath.

Minerva Fantasy Console is the console in this project: a custom retro platform for original cartridge games, sprite rendering, audio traps, and a comfortable IDE.

Minerva Emulator Console is a bare-metal multi-emulator console that boots straight into emulation without Linux, Windows, or another underlying OS.

BOOT: BARE METAL
FAMILY: FANTASY + EMULATOR
MODE: CONSOLE

Two consoles, one direct boot path.

The MINERVA family splits into a creation-focused fantasy console and a playback-focused emulator console. Both keep the machine close to the player by booting directly into the console experience.

Original games

Minerva Fantasy Console

The console in this project. It defines its own retro hardware model, cartridge format, toolchain, and IDE for building new MINERVA games.

  • Custom fantasy hardware and AEGIS instruction set
  • Cartridge ROMs with code and assets
  • Runs bare-metal on Raspberry Pi and in desktop emulators
Open Fantasy Console

Classic systems

Minerva Emulator Console

A separate bare-metal console concept for running multiple emulator cores directly on the hardware, without a general-purpose OS below it.

  • Multi-emulator focus instead of a fantasy hardware target
  • Direct boot into a console-style frontend
  • Designed for owned game images and system-specific emulator cores
Open Emulator Console
Focus Minerva Fantasy Console Minerva Emulator Console
Purpose Build and play original MINERVA cartridge games. Play multiple classic systems through emulator cores.
Runtime Custom fantasy console runtime and host emulators. Bare-metal multi-emulator runtime without an underlying OS.
Content MINERVA ROM cartridges created with the project toolchain. Legally supplied game images for supported emulator systems.
Best for Developers who want a constrained retro platform for new games. Players who want a dedicated emulation console experience.

The Fantasy Console in this project.

Minerva Fantasy Console feels like a console from an alternate future: strict creative limits, a real toolchain, clean hardware abstraction, and enough room for your own engine ideas.

AEGISAdvanced and Enhanced Gaming Instruction Set
640pFramebuffer for crisp pixel art
ROMCustom cartridge format
Raspberry Pi 5Bare-metal target platform

A complete playground from code to cartridge.

IDE

An IDE featuring projects, assets, GameObjects, animations, and maps. Built for small games that become visible fast.

Compiler

C/C++ gameplay code travels through the MINERVA Fantasy Console pipeline into FASM and then gets linked into the ROM format together with the assets.

Emulator (Windows/Linux)

Cartridges can be played locally before they run on the Raspberry Pi as a bare-metal console.