Commit: c89b796daac1546ac686337123755f2213c993d8 Parent: 4c547bef9a12ede7e267a07247c8d6ed79716cb2 Author: Vi Grey Date: 2018-10-07 02:09 UTC Summary: Shift everything from to the right one README.md | 4 ++-- SHA256SUMS.txt | 4 ++-- src/dc26-6502.asm | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 52bbffe..f41cdf0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ From a terminal, go to the the main directory of this project (the directory thi $ make -The resulting NES ROM will be located at **bin/dc26-6502.nes** and should have the SHA-256 hash of `85816790f8f77f071890498db6b8e68f0b7c1f564f039cea05b30eef8d0bcc42` +The resulting NES ROM will be located at **bin/dc26-6502.nes** and should have the SHA-256 hash of `c3bcbe82aa4fddc4e686a46cb6ec0311b3c01bbc3e0a97987695dcdfafe6a409` ### Cleaning Build Environment: If you used `make` to build the NES ROM, you can run the following command to clean up the build environment. @@ -65,7 +65,7 @@ If you used `make` to build the NES ROM, you can run the following command to cl This NES ROM is also a functional brainf--k file. Using `python3 bfinterpreter.py dc26-6502.nes` will allow you to interpret the brainf--k file content of the NES ROM. -- #### Creating Brainf--k Programs: +- #### Creating Brainf--k Programs: An included tool, **ascii2bf.py** allows you to create a brainf--k program for any file that is a multiple of 8 bits long. To create a brainf--k program, use `python3 ascii2bf.py filename` where _filename_ is the path to the file you want to create a brainf--k program for. diff --git a/SHA256SUMS.txt b/SHA256SUMS.txt index dbf9e97..1a72b11 100644 --- a/SHA256SUMS.txt +++ b/SHA256SUMS.txt @@ -2,8 +2,8 @@ 753e68f9c9c056e89b1f712740b3cc2e18ae70016243a24d5c047f22088f493e CHANGELOG.md 887e1b994f19ba3c4f159ea1e904d8e4785ef63a4fd4a4702956b85e61421c13 LICENSE 3d6438d7313ce09fa86ab49be62fe9d1f9e556782b3b76b4bfeb0cf4d5ccac0a Makefile -9b0126457474c373775bad5d0a61d7c8d0caabc12d2ebf5a312a422c1d4141ff README.md -91935235fe8a839beb79d436e960ad16594faa79de916675f789c6e00771c5f4 src/dc26-6502.asm +7b8d486e981b7680c2f307823339ad809119ca445a35a54b8b00a4e81c8d224a README.md +a85658b8c2657172dc90e6f631ce9778feec31126f40814a0c2a03e6a4b146e1 src/dc26-6502.asm aeaf09657527d558dd2631a9a5140557806ba1fa8f13853dde0db3c85df9f078 src/dc26.bf bd81a12779c53decece4ad44feb10831242fea45e1bdefe9311e875f2b4c3c0c src/dc26.zip 35153b34868f09e2a4bcccb8612a88740e616c9dead64d73a0963aeac5bacae6 src/graphics/tileset.chr diff --git a/src/dc26-6502.asm b/src/dc26-6502.asm index 68b8b89..1682d67 100644 --- a/src/dc26-6502.asm +++ b/src/dc26-6502.asm @@ -2019,7 +2019,7 @@ MemPtrOverflowText: .byte "(513)", $02, $12, $00, $02 ; Create special PRG interrupt vectors for NROM-128 - .pad $BFF9 + .pad $BFFA .dw NMI .dw RESET .dw 0