From 24fc3623ee01249f5badd3cbd34c844b5334a246 Mon Sep 17 00:00:00 2001 From: spieglt Date: Mon, 6 Jan 2020 22:46:41 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2b5bfa..4c84e43 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # nestur -This is an NES emulator and a work in progress. The CPU and PPU work, though there are still at least a couple bugs. I've mostly tested on Donkey Kong and Super Mario Bros. so far. There are plenty of full-featured emulators out there; this is primarily an educational project but I do want it to run well. +This is an NES emulator and a work in progress. The CPU, PPU, and APU mostly work, though there are still at least a couple bugs. I've mostly tested on Donkey Kong and Super Mario Bros. so far. There are plenty of full-featured emulators out there; this is primarily an educational project but I do want it to run well. - One dependency (SDL)