mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-11-25 15:25:12 +00:00
update the roms fetching etc
This commit is contained in:
parent
2b6a49f252
commit
a10dde6026
12 changed files with 8 additions and 19 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -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
|
||||
|
|
4
build.sh
4
build.sh
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../../../../../../bin/automata.rom
|
|
@ -1 +0,0 @@
|
|||
../../../../../../bin/darena.rom
|
|
@ -1 +0,0 @@
|
|||
../../../../../../bin/drum-rack.rom
|
|
@ -1 +0,0 @@
|
|||
../../../../../../bin/dungeon.rom
|
|
@ -1 +0,0 @@
|
|||
../../../../../../bin/logic.rom
|
|
@ -1 +0,0 @@
|
|||
../../../../../../bin/nametable.rom
|
|
@ -1 +0,0 @@
|
|||
../../../../../../bin/prng.rom
|
|
@ -1 +0,0 @@
|
|||
../../../../../../bin/rule110.rom
|
|
@ -1 +0,0 @@
|
|||
../../../../../../bin/theme.rom
|
Loading…
Reference in a new issue