From 0247d54d6219b0f5a7cbed5a3ef0c3c5912f5d32 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 10:15:56 +0000 Subject: [PATCH] feat: new bespoke palettes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ea8f7e3..e3e4c061 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ A Game Boy emulator that is written in Rust 🦀. * 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). * Transparent RAM saving using [Web Storage API](https://developer.mozilla.org/docs/Web/API/Window/localStorage) * Variable CPU clock speed * Debug mode: VRAM and registers -- GitLab