From 3dc5eea5fcb2c968865cf5ea3165ee8ce8de3d8c Mon Sep 17 00:00:00 2001 From: aappleby Date: Tue, 31 Aug 2021 15:55:35 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92cda3998..a2683bbda 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Big thanks are also owed to [Gekkio](https://github.com/gekkio) for his [Mooneye - And here's a closeup - drawing - which corresponds to this ASUR in Furrtek's schematic - drawing - which in turn gets translated to this ASUR in GateBoy's code - drawing - - Repeat that a few thousand times, spend a year-ish debugging, and you get GateBoy. To give you a sense of scale, here's the whole die with a red dot covering ASUR - drawing + - Repeat that a few thousand times, spend a year-ish debugging, and you get GateBoy. To give you a sense of scale, here's the whole die with a red dot covering ASUR - there are currently 2674 active cells in GateBoy, and another thousand-ish in the audio hardware that aren't being simulated - drawing - How is this simulation tested? - GateBoy has a fairly comprehensive test suite that runs all of [the Mooneye tests](https://github.com/Gekkio/mooneye-gb/tree/master/tests), as well as a large suite of "micro-tests" that execute in a small number of cycles.