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