]> git.sesse.net Git - pistorm/blob - platforms/amiga/pistorm-dev/pistorm_dev_amiga/README.md
c602ecc6776219ccd7ee237358e2dbdb41ee41f9
[pistorm] / platforms / amiga / pistorm-dev / pistorm_dev_amiga / README.md
1 # PiStorm Interaction Tool
2
3 ## Cross-Compiling
4
5 Compiling the tool requires VBCC setup with the kickstart 1.3 libraries. For information on how to set this up in Linux please see https://linuxjedi.co.uk/2021/02/27/using-vbcc-as-an-amiga-cross-compiler-in-linux/
6
7 Once you have the tooling setup, just run `make`.
8
9 ## Tools
10
11 ### PiSimple
12
13 PiSimple is a command line tool to interact with PiStorm. Running it without any parameters will give you detailed usage information for the tool.
14
15 ### PiStorm
16
17 The PiStorm tool is a GUI tool that implements the same interaction API as the command line tool. It is compatible with Workbench 1.3 onwards.
18
19 #### RTG
20
21 You can enable / disable RTG on-the-fly with the "Enable/Disable RTG" button. This will have a status next to it which indicates the current state of the RTG.
22
23 ### Config file
24
25 It is possible to switch the configuration file PiStorm is using. You can either type a name for the config file relative to the PiStorm's execution directory and hit "Commit" or hit "Load Default". If the config file is valid the PiStorm will load it in and the Amiga will immediately reboot.