From 432c7782429d18830b0bf04b6c8795e24cb8d28c Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Fri, 9 Sep 2022 05:37:13 -0300 Subject: [PATCH] chore: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 980add3..359adb4 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ An in-progress Gameboy Advance Emulator written in Zig ⚡! ## Tests -- [ ] [jsmolka's GBA Test Collection](https://github.com/jsmolka/gba-tests) +- [x] [jsmolka's GBA Test Collection](https://github.com/jsmolka/gba-tests) - [x] `arm.gba` and `thumb.gba` - [x] `flash64.gba`, `flash128.gba`, `none.gba`, and `sram.gba` - [x] `hello.gba`, `shades.gba`, and `stripes.gba` - [x] `memory.gba` - [x] `bios.gba` - - [ ] `nes.gba` + - [x] `nes.gba` - [ ] [DenSinH's GBA ROMs](https://github.com/DenSinH/GBARoms) - [x] `eeprom-test` - [x] `flash-test`