Skip to content
Snippets Groups Projects
Verified Commit e1d343e7 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

docs: better docs structure

parent 616c7962
No related branches found
No related tags found
No related merge requests found
Pipeline #1595 passed
...@@ -9,13 +9,18 @@ A Game Boy emulator that is written in Rust 🦀. ...@@ -9,13 +9,18 @@ A Game Boy emulator that is written in Rust 🦀.
* Supports Game Boy (DMG) emulation * Supports Game Boy (DMG) emulation
* Simple navigable source-code * Simple navigable source-code
* Web and SDL front-ends * Web and SDL front-ends
* Fullscreen mode
* Support for multiple MBCs: MBC1, MBC2, MBC3, and MBC5 * 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) * 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) * GamePad support using [Web Gamepad API](https://developer.mozilla.org/docs/Web/API/Gamepad_API)
* Variable CPU clock speed * Unobstructive on-screen GamePad
* Debug mode: VRAM and registers * Cool bespoke display palettes built by [TheWolfBunny64](https://www.deviantart.com/thewolfbunny).
* Fullscreen mode
* Debug mode - VRAM and registers
## Deployments ## Deployments
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment