From cee93625989b651cfe91387eabd0abd3f64a00df Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 27 Nov 2023 10:31:03 +0100 Subject: scroll: Start with the scrolling examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is still work in progress but at least there's some basic structure to it. Signed-off-by: Miquel Sabaté Solà --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fb3777d..de5df0d 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ --- -This repository consists of some examples on programs for the NES. You can build -them by just calling `make`. Before doing that, though, you will need a compiler -for the 6052 platform. A good option is [cc65](https://github.com/cc65/cc65), -which is available on all major platforms. Otherwise, if you want to use another -compiler, you can pass the `CC65` and `CCOPTS` variables to the Makefile. Either -way, the resulting ROMs will be placed in the `out` directory. +This repository consists of some examples of programs for the NES. You can build +them by just calling `make` and they will then be available at the `out` +directory. Before doing that, though, you will need a compiler for the 6052 +platform. A good option is [cc65](https://github.com/cc65/cc65), which is +available on all major platforms. Otherwise, if you want to use another +compiler, you can pass the `CC65` and `CCOPTS` variables to the Makefile. After that, it's recommended that you run the ROMs with an emulator with debugging support or at least some form of memory visualization. This is because -- cgit v1.2.3