Skip to content

Commit

Permalink
adjust XM template and Linux build script
Browse files Browse the repository at this point in the history
  • Loading branch information
utz82 committed Jan 9, 2022
1 parent 5e0eeaa commit e026fc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compile.sh
Expand Up @@ -3,10 +3,10 @@
./xm2tiatune
if [ "$?" = "0" ]
then
./acme main.asm
acme main.asm
if [ "$?" = "0" ]
then
stella test.bin
stella tiatune.bin
fi
fi
#stella -debug test.bin
#stella -debug tiatune.bin
Binary file modified music.xm
Binary file not shown.

0 comments on commit e026fc3

Please sign in to comment.