summaryrefslogtreecommitdiffstats
path: root/content/blog/writing-an-nes-game-inside-the-cartridge.md
diff options
context:
space:
mode:
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).