diff --git a/82A_exploit/ambuild.sh b/82A_exploit/appmgr/ambuild.sh similarity index 62% rename from 82A_exploit/ambuild.sh rename to 82A_exploit/appmgr/ambuild.sh index 555b240..72a6166 100755 --- a/82A_exploit/ambuild.sh +++ b/82A_exploit/appmgr/ambuild.sh @@ -1,7 +1,7 @@ #!/bin/sh -mono Brass.exe appmgr.z80 || exit 1 +mono ../Brass.exe appmgr.z80 || exit 1 wf=$((16384-`wc -c < appmgr.bin`)) (cat appmgr.bin; dd if=/dev/zero bs=$wf count=1 2>/dev/null) > appmgrv.bin rm -f appmgr.bin -to8xv/to8xv appmgrv.bin "apps/APP AppMgr.8xv" APP +to8xv/to8xv appmgrv.bin "../apps/APP AppMgr.8xv" APP rm -f appmgrv.bin diff --git a/82A_exploit/appmgr.z80 b/82A_exploit/appmgr/appmgr.z80 similarity index 100% rename from 82A_exploit/appmgr.z80 rename to 82A_exploit/appmgr/appmgr.z80 diff --git a/82A_exploit/build.bat b/82A_exploit/build.bat deleted file mode 100644 index 3a107e9..0000000 --- a/82A_exploit/build.bat +++ /dev/null @@ -1,5 +0,0 @@ -@echo off -Brass.exe z.z80 -binpac8x z.bin z.8xp -del z.bin -build_82A_backup.py diff --git a/82A_exploit/lbuild.sh b/82A_exploit/build.sh similarity index 100% rename from 82A_exploit/lbuild.sh rename to 82A_exploit/build.sh diff --git a/82A_exploit/clean.bat b/82A_exploit/clean.bat deleted file mode 100644 index b2e9c16..0000000 --- a/82A_exploit/clean.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off -if exist __pycache__\NUL rmdir /S /Q __pycache__ -if exist .vs\NUL rmdir /S /Q .vs -if exist z.8xp del z.8xp -if exist *.bin del *.bin -rem if exist 82A_exploit.82B del 82A_exploit.82B diff --git a/82A_exploit/lclean.sh b/82A_exploit/clean.sh similarity index 100% rename from 82A_exploit/lclean.sh rename to 82A_exploit/clean.sh