From 83e514862cd172960660d0726f3b4d343f5b0435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Sat, 12 Nov 2022 19:52:03 +0000 Subject: [PATCH] docs: new features description --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index aea440dc..cbc21bde 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,16 @@ A Game Boy emulator that is written in Rust 🦀. **This emulator has been written for educational purposes and shouldn't be taken to seriously.** But yeahh it plays games, which is cool... 🎮 +## Features + +* Supports Game Boy (DMG) emulation +* Simple navigable source-code +* Web and SDL front-ends +* Fullscreen mode +* Support for multiple MBCs: MBC1, MBC2, MBC3, and MBC5 +* Variable CPU clock speed +* Debug mode: VRAM and registers + ## Deployments | Provider | Stable | URL | -- GitLab