Commit: 526cc55cca0149b17d83b9a6ee27b55ef623ba51 Parent: a7d73a21e5348e7d47089874bcb12c618d6f6cb9 Author: Vi Grey Date: 2018-02-08 14:22 UTC Summary: Add blog post link to README.md README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8909474..070fa1d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ An NES ROM that is also a ZIP file that contains its own source code to make a n **_neszip Example is created by Vi Grey (https://vigrey.com) and is licensed under the BSD 2-Clause License. Read LICENSE for license text._** +#### A blog post with details about how this works can be found at https://vigrey.com/blog/this-nes-rom-also-zip-file + #### Description: This neszip example will create an NES ROM file that is also a ZIP file that contains its own source code. Using the source code to build a the NES ROM file will also embed the ZIP file within it as well, making another NES ROM file that is also a ZIP file that contains its own source code. This is a recursive NES ROM and ZIP polyglot file.