]> Joshua Wise's Git repositories - fpgaboy.git/blob - buildrom.sh
2bce4f50cc26731bb5576896ad745d5715fecbc5
[fpgaboy.git] / buildrom.sh
1 #!/bin/bash
2 rgbasm -orom.o rom.asm && xlink rom.lnk && ./mashrom < rom.bin > rom.hex
This page took 0.014974 seconds and 2 git commands to generate.