]> Joshua Wise's Git repositories - fpgaboy.git/blame_incremental - buildrom.sh
Update perms on buildrom.sh.
[fpgaboy.git] / buildrom.sh
... / ...
CommitLineData
1#!/bin/bash
2rgbasm -orom.o rom.asm && xlink rom.lnk && ./mashrom < rom.bin > rom.hex && echo 'ROM updated.'
This page took 0.021463 seconds and 4 git commands to generate.