summaryrefslogtreecommitdiffstats
path: root/posts/writing-an-nes-game-inside-the-cartridge.md
diff options
context:
space:
mode:
Diffstat (limited to 'posts/writing-an-nes-game-inside-the-cartridge.md')
-rw-r--r--posts/writing-an-nes-game-inside-the-cartridge.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/posts/writing-an-nes-game-inside-the-cartridge.md b/posts/writing-an-nes-game-inside-the-cartridge.md
new file mode 100644
index 0000000..8328f13
--- /dev/null
+++ b/posts/writing-an-nes-game-inside-the-cartridge.md
@@ -0,0 +1,12 @@
+---
+title: writing an nes game - inside the cartridge
+date: "2014-10-14 12:00"
+tags: [hacker school, nes]
+---
+
+As an aside, this is what the inside of an NES cartridge looks like:
+
+![cartridge image]({{urls.media}}/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).