From 9cd9d175e93e16dfb8199d6a54d60305efa87d97 Mon Sep 17 00:00:00 2001 From: Frater <13979047+saintfrater@users.noreply.github.com> Date: Fri, 20 Feb 2026 16:48:16 +0100 Subject: [PATCH] update readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 603c819..edc5c8a 100644 --- a/readme.md +++ b/readme.md @@ -32,7 +32,7 @@ The project is intentionally educational, experimental, and minimalist. - ROM is responsible for full system initialization - **Provide a minimalist graphical interface** - - Graphics mode: **CGA High-Resolution Monochrome (640×200)** + - Graphics mode: **CGA High-Resolution Monochrome (640×200)** and **VGA High-Resolution 16 colors (640×480)** - Direct video memory access - Custom cursor and basic UI primitives @@ -116,7 +116,7 @@ You may want to get a look at the [Older screenshots](/doc/assets/screenshot.md) - La ROM initialise entièrement la machine - **Fournir une interface graphique minimaliste** - - Mode graphique : **CGA Hi-Res Monochrome (640×200)** + - Mode graphique : **CGA Hi-Res Monochrome (640×200)** et **VGA Hi-Res 16 couleurs (640×480)** - Accès direct à la mémoire vidéo - Curseur personnalisé et primitives graphiques simples