From add9a328a2b203a2bb2fc5217bc01865d5a2ce39 Mon Sep 17 00:00:00 2001 From: s3lph Date: Tue, 8 Feb 2022 12:23:52 +0100 Subject: [PATCH] Fix output filenames in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0315ede..281ccb3 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ patterns. * Install the [xa65][xa65] toolchain. * Clone this repository. -* Run `make`. This will produce (among other) the following files: +* Run `make`. This will produce (among other) the following files in the `out/` directory: * `memtest*k-f000.901465.bin`: 4K, 8K, 16K and 32K variants of the binary you'll later flash to an ((E)E)PROM. - * `out/memtest4k-f000-ascii.emu6502.bin`: The same code, but text is rendered as ASCII instead of PETSCII. Used by the emulator. - * `out/emu6502`: A MOS 6502 emulator for testing. + * `memtest4k-f000-ascii.emu6502.bin`: The same code, but text is rendered as ASCII instead of PETSCII. Used by the emulator. + * `emu6502`: A MOS 6502 emulator for testing. ## Testing in the Emulator @@ -47,7 +47,7 @@ Run `out/emu6502`. ## Run on a Real PET / CBM * Figure out how much memory your device has. Choose the appropriate image (`memtest4k`, `memtest8k`, `memtest16k` or `memtest32k`). -* Flash the `memtest*k-f000.901465.bin` image to a ((E)E)PROM compatible to the MOS 901465 ROM chip. +* Flash the `out/memtest*k-f000.901465.bin` image to a ((E)E)PROM compatible to the MOS 901465 ROM chip. * Most parallel ROMs of at least 4KiB should be usable, just short the excess uppermost address pins to GND and ensure pin compatibility, e.g. through an adapter PCB. * Remove the KERNAL ROM (the one mapped to `$f000:$ffff`) from your PET / CBM. * Place the memtest ROM into the same socket.