From e1d343e7d96b38d6961b689721cade95f1a32e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Mon, 14 Nov 2022 22:53:33 +0000 Subject: [PATCH] docs: better docs structure --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4f6f279c..68c5b297 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,18 @@ A Game Boy emulator that is written in Rust 🦀. * 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 -* Cool bespoke display palettes built by [TheWolfBunny64](https://www.deviantart.com/thewolfbunny). +* Variable CPU clock speed + +For the web front-end... + +* Mobile first experience * Transparent RAM saving using [Web Storage API](https://developer.mozilla.org/docs/Web/API/Window/localStorage) * GamePad support using [Web Gamepad API](https://developer.mozilla.org/docs/Web/API/Gamepad_API) -* Variable CPU clock speed -* Debug mode: VRAM and registers +* Unobstructive on-screen GamePad +* Cool bespoke display palettes built by [TheWolfBunny64](https://www.deviantart.com/thewolfbunny). +* Fullscreen mode +* Debug mode - VRAM and registers ## Deployments -- GitLab