summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--media/cartridge.jpgbin0 -> 274982 bytes
-rw-r--r--posts/writing-an-nes-game-inside-the-cartridge.md12
2 files changed, 12 insertions, 0 deletions
diff --git a/media/cartridge.jpg b/media/cartridge.jpg
new file mode 100644
index 0000000..e6d70ae
--- /dev/null
+++ b/media/cartridge.jpg
Binary files differ
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).