update the roms fetching etc

This commit is contained in:
Sigrid Solveig Haflínudóttir 2023-02-11 16:47:22 +01:00
parent 2b6a49f252
commit a10dde6026
12 changed files with 8 additions and 19 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "src/android/app/jni/SDL/SDL"]
path = src/android/app/jni/SDL/SDL
url = git://github.com/libsdl-org/SDL
url = https://github.com/libsdl-org/SDL

View File

@ -119,12 +119,10 @@ do
bin/uxncli bin/asma.rom $f bin/`basename ${f%.tal}`.rom 2> /dev/null
done
<<<<<<< HEAD
if [ $norun = 1 ]; then exit; fi
=======
echo "Assembling(piano).."
./bin/uxnasm projects/software/piano.tal bin/piano.rom
>>>>>>> main
echo "Running.."
./bin/uxnemu bin/piano.rom

View File

@ -2,12 +2,12 @@
set -e
# need launcher.rom to be included
# build the thing
./build.sh --no-run
# duplicate? already have a piano
rm -f bin/asma-piano.rom
# more roms
./bin/uxncli bin/asma.rom projects/software/piano.tal bin/piano.rom
# get more roms
curl https://rabbits.srht.site/uxn-rompack.tar.gz | tar -C bin -xzf -
mv bin/uxn/*.rom bin
rm -r bin/uxn
curl -L https://github.com/randrew/uxn32/releases/latest/download/uxn32-essentials.zip | bsdtar -xvf- -C bin
rm -f bin/*.exe

View File

@ -1 +0,0 @@
../../../../../../bin/automata.rom

View File

@ -1 +0,0 @@
../../../../../../bin/darena.rom

View File

@ -1 +0,0 @@
../../../../../../bin/drum-rack.rom

View File

@ -1 +0,0 @@
../../../../../../bin/dungeon.rom

View File

@ -1 +0,0 @@
../../../../../../bin/logic.rom

View File

@ -1 +0,0 @@
../../../../../../bin/nametable.rom

View File

@ -1 +0,0 @@
../../../../../../bin/prng.rom

View File

@ -1 +0,0 @@
../../../../../../bin/rule110.rom

View File

@ -1 +0,0 @@
../../../../../../bin/theme.rom