]> git.sesse.net Git - pistorm/commitdiff
Fix interact binaries
authorAndrew Hutchings <andrew@linuxjedi.co.uk>
Mon, 17 May 2021 06:59:32 +0000 (07:59 +0100)
committerAndrew Hutchings <andrew@linuxjedi.co.uk>
Mon, 17 May 2021 07:00:59 +0000 (08:00 +0100)
PiStorm binary locked up the system on NTSC due to moving the window out
of the bounds of the screen. Now starts at a more sensible position.

PiSimple binary just needed recompiling. For some reason it wasn't
detecting the board.

platforms/amiga/pistorm-dev/pistorm_dev_amiga/PiSimple
platforms/amiga/pistorm-dev/pistorm_dev_amiga/PiStorm
platforms/amiga/pistorm-dev/pistorm_dev_amiga/gui_interact.c

index 167a224560880aac2d76d6839473247ba4187884..30a037d743a18adc7f40e4afe7cae3cd898bb2f3 100755 (executable)
Binary files a/platforms/amiga/pistorm-dev/pistorm_dev_amiga/PiSimple and b/platforms/amiga/pistorm-dev/pistorm_dev_amiga/PiSimple differ
index c86d110706ce650a26b7910cb744be171dcb81ad..1064bf2cfbde7bd2dc991dc522f3f10f62721ed7 100755 (executable)
Binary files a/platforms/amiga/pistorm-dev/pistorm_dev_amiga/PiStorm and b/platforms/amiga/pistorm-dev/pistorm_dev_amiga/PiStorm differ
index 6ceff0796fee309f4eaf6726d92df47b22f6dac9..3a6f1f10a9acef231c85422da3e62156ab503e32 100644 (file)
@@ -19,7 +19,7 @@
 extern unsigned int pistorm_base_addr;
 struct ReqToolsBase *ReqToolsBase;
 
-#define VERSION "v0.3.1"
+#define VERSION "v0.3.2"
 
 #define button1w 54
 #define button1h 11
@@ -409,7 +409,7 @@ struct Gadget QuitButton =
 
 struct NewWindow winlayout =
 {
-    20, 20,
+    0, 0,
     512, 200,
     -1, -1,
     CLOSEWINDOW | GADGETUP | GADGETDOWN,