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

docs: simplified URL

parent 25e3341c
No related branches found
No related tags found
No related merge requests found
Pipeline #1594 passed
...@@ -13,7 +13,7 @@ A Game Boy emulator that is written in Rust 🦀. ...@@ -13,7 +13,7 @@ A Game Boy emulator that is written in Rust 🦀.
* 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). * Cool bespoke display palettes built by [TheWolfBunny64](https://www.deviantart.com/thewolfbunny).
* 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/en-US/docs/Web/API/Gamepad_API) * GamePad support using [Web Gamepad API](https://developer.mozilla.org/docs/Web/API/Gamepad_API)
* Variable CPU clock speed * Variable CPU clock speed
* Debug mode: VRAM and registers * Debug mode: VRAM and registers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment