build instructions
This commit is contained in:
parent
5f143cae81
commit
dc9c890c48
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
nothing to see here (yet).
|
||||
|
||||
currently borrowing some code from [krom's repo.](https://github.com/PeterLemon/N64/)
|
||||
|
||||
you will need to compile
|
||||
[bass (the assembler)](https://github.com/ARM9/bass) (ARM9's fork)
|
||||
and [z64crc](https://github.com/notwa/mm/blob/master/z64crc.c)
|
||||
(to be included in this repo later).
|
||||
|
|
2
build
2
build
|
@ -7,7 +7,7 @@ ROM_NAME=test.z64
|
|||
#while inotifywait -q -e create,modify *.asm *.inc; do
|
||||
bass F3DZEX.asm
|
||||
bass main.asm
|
||||
/tmp/z64crc "$ROM_NAME"
|
||||
z64crc "$ROM_NAME"
|
||||
#done
|
||||
|
||||
# don't use -z in msys2 because it hangs
|
||||
|
|
Loading…
Add table
Reference in a new issue