add sio helper script

This commit is contained in:
ABelliqueux 2021-05-02 12:59:03 +02:00
parent 5390f76131
commit ed22ebf900
2 changed files with 10 additions and 1 deletions

2
main.c
View File

@ -31,7 +31,7 @@
#include "space.h" #include "space.h"
//~ #include "pcdrv.h" //~ #include "pcdrv.h"
#define USECD //~ #define USECD
// START OVERLAY // START OVERLAY

9
ovly-upload-helper.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
nops /debug $4
nops /fast /bin $1 $2 $4
nops /fast /exe $3 $4
nops /slow $4