summaryrefslogtreecommitdiffstats
path: root/content/blog/writing-an-nes-game-inside-the-cartridge.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-13 02:17:44 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-13 02:37:01 -0400
commitaa403b978860210fcbace7fcdf5830066f3e14e0 (patch)
tree0d8cf5a8855765ec2d83a865a12814d3b04454e7 /content/blog/writing-an-nes-game-inside-the-cartridge.md
parentecd7793846441ba90b57140db19474f295f3e6d7 (diff)
downloadtozt-hugo-aa403b978860210fcbace7fcdf5830066f3e14e0.tar.gz
tozt-hugo-aa403b978860210fcbace7fcdf5830066f3e14e0.zip
import site content
Diffstat (limited to 'content/blog/writing-an-nes-game-inside-the-cartridge.md')
-rw-r--r--content/blog/writing-an-nes-game-inside-the-cartridge.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/content/blog/writing-an-nes-game-inside-the-cartridge.md b/content/blog/writing-an-nes-game-inside-the-cartridge.md
new file mode 100644
index 0000000..14f8891
--- /dev/null
+++ b/content/blog/writing-an-nes-game-inside-the-cartridge.md
@@ -0,0 +1,12 @@
+---
+title: writing an nes game - inside the cartridge
+date: "2014-10-14T12:00:00"
+tags: [hacker school, nes]
+---
+
+As an aside, this is what the inside of an NES cartridge looks like:
+
+![cartridge image](/blog/cartridge.jpg)
+
+Note specifically the two physical ROM banks, one labeled PRG and the other
+labeled CHR (and basically nothing else on the circuit board).