]> git.sesse.net Git - pistorm/commit
Initial alpha of the PiStorm GUI tool
authorAndrew Hutchings <andrew@linuxjedi.co.uk>
Sun, 25 Apr 2021 07:05:31 +0000 (08:05 +0100)
committerAndrew Hutchings <andrew@linuxjedi.co.uk>
Sun, 25 Apr 2021 07:10:57 +0000 (08:10 +0100)
commit427a67c554418f5c0b96ba9c71c746529a84bef5
treed7e3d08dec84e26e1259589c495f80c4ac3fbd21
parent8a22bdfbf7af592ddbafd64e76ba7b3910acd5e3
Initial alpha of the PiStorm GUI tool

It can only change the config file and enable/disable RTG right now, but
it a framework for adding more things in the future.

Some of the CLI tool code was slightly modified for VBCC compatibility,
most importantly, some macros that didn't work were expanded and some
includes were changed.
platforms/amiga/pistorm-dev/pistorm_dev_amiga/Makefile [new file with mode: 0644]
platforms/amiga/pistorm-dev/pistorm_dev_amiga/PiSimple [changed mode: 0644->0755]
platforms/amiga/pistorm-dev/pistorm_dev_amiga/PiStorm [new file with mode: 0755]
platforms/amiga/pistorm-dev/pistorm_dev_amiga/PiStorm.info [new file with mode: 0644]
platforms/amiga/pistorm-dev/pistorm_dev_amiga/README.md [new file with mode: 0644]
platforms/amiga/pistorm-dev/pistorm_dev_amiga/gui_interact.c [new file with mode: 0644]
platforms/amiga/pistorm-dev/pistorm_dev_amiga/pistorm_dev.c
platforms/amiga/pistorm-dev/pistorm_dev_amiga/pistorm_dev.h
platforms/amiga/pistorm-dev/pistorm_dev_amiga/simple_interact.c