diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -13,7 +13,10 @@ debugging support or at least some form of memory visualization. This is because some days have nothing to show for other than updating some values on the NES memory. A safe bet is to go with either [fceux](https://fceux.com/web/home.html) or [Mesen](https://github.com/SourMesen/Mesen2/), which provide tools like RAM -watchers or a full debugger. +watchers or a full debugger. Otherwise, you can run tests with `make test`, but +for now this requires a screen. Thus, we cannot run it on a CI, for now. This is +mainly used so to ensure that changes on shared code don't mess with the end +result from exercises. Notice also that I will use some terms without actually introducing them. That is, I expect you to go over the [NES Dev |
