]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - buildrom.sh
Add buildrom.sh. Add some comments of note in System.v.
[fpgaboy.git] / buildrom.sh
diff --git a/buildrom.sh b/buildrom.sh
new file mode 100644 (file)
index 0000000..2bce4f5
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/bash
+rgbasm -orom.o rom.asm && xlink rom.lnk && ./mashrom < rom.bin > rom.hex
This page took 0.021254 seconds and 4 git commands to generate.