From c1b708c3329cbb1d2e08e736f637731c111068cd Mon Sep 17 00:00:00 2001 From: s3lph Date: Tue, 8 Feb 2022 12:20:00 +0100 Subject: [PATCH] Fix emu run in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f41c8d..0315ede 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ space, compatible with the PET 2001 / CBM 3001 memory map: * `$8000:$8fff`: Video buffer, printed to stdout after each instruction * `$f000:$ffff`: The `memtest-f000.901465+ascii.bin` ROM -Run `./emu6502`. +Run `out/emu6502`. ## Run on a Real PET / CBM