
Thing is the cursor moves very slowly whereas Mono's version 2.4 works perfectly.
Any solution?
http://grafx2.gitlab.io/grafX2/
Thanks
Moderators: Mug UK, Zorro 2, Moderator Team
As mentioned:
... just tell him to use my SDL source code on github. Or point him to this thread.mikro wrote: ↑Sat Jan 01, 2022 11:28 pmIn the meantime I've been maintaining my fork of libSDL 1.2 here: https://github.com/mikrosk/SDL-1.2 ... it contains all fixes used for my Atari800 and works very well. You can tell Grafx2's developer to pull that version.
As a bonus, he wont need to apply that strange SDL patch in his source tree (replacing VBL interrupts for something ... else) and the binary wont crash with Aranym+MMU as currently does.
Sorry, I don't understand. Don't extract anything from anywhere, just use my SDL tree and don't patch anything if you want to get the same (working/fast) build. :)nanard wrote: ↑Mon Feb 07, 2022 8:53 am @mikro I have to extract the patch from your repository for use on the official SDL-1.2.15 sources tarball.
At the moment I'm using only this patch
https://gitlab.com/GrafX2/grafX2/-/blob ... imer.patch
which I dont remember where I got it ;)
Code: Select all
Unable to change video mode!
WARN : Bus Error reading at address $4, PC=$27104c addr_e3=27104c op_e3=2028
GEMDOS 0x4C Pterm(-1) at PC 0xE0126E
Code: Select all
$ gst2ascii -l -o -a -b -d grafx2-020.gtp > grafx-2.sym
$ ignore_syms=ikbd_endit_stack,ikbd_yes_mouse,ikbd_mousex,ikbd_mousey,ikbd
$ hatari_profile.py -r grafx-2.sym -a etos1024k.sym -stp -g --compact --limit 0.25 --no-limited --emph-limit 2.5 --ignore $ignore_syms grafx.prof
$ dot -Tpng -Gsize=20 grafx-2.dot > grafx-2.png
It is an automated build, so it does use sources from https://www.libsdl.org/release/ which are SIGNED and patches them with specific patches.mikro wrote: ↑Mon Feb 07, 2022 12:13 pmSorry, I don't understand. Don't extract anything from anywhere, just use my SDL tree and don't patch anything if you want to get the same (working/fast) build.nanard wrote: ↑Mon Feb 07, 2022 8:53 am @mikro I have to extract the patch from your repository for use on the official SDL-1.2.15 sources tarball.
At the moment I'm using only this patch
https://gitlab.com/GrafX2/grafX2/-/blob ... imer.patch
which I dont remember where I got it![]()
![]()
It is an automated build, so it is updated for every new commit.marss wrote: ↑Tue Feb 14, 2023 12:13 pm Updated... http://grafx2.gitlab.io/grafX2/
and still the same slow cursor ;(