[Tool] Atari ST Harddisk menu
Moderators: simonsunnyboy, Moderator Team, Paradize
Re: [Tool] Atari ST Harddisk menu
https://my.hidrive.com/share/hlka4keegz
here are they
here are they
Re: [Tool] Atari ST Harddisk menu
I got it from GBST v3.1d/Games/ST/P/Pouif Ouf (Fr).zipTheNameOfTheGame wrote: ↑Thu May 18, 2023 8:11 pm Yes, I see this bombs. It is a .PRG file. Are you sure it doesn't have AES calls in it? Of course AES is not loaded when the AUTO folder is processed so such games can't work with the launcher normally. Where did you get the program so I could check.
- TheNameOfTheGame
- Fuji Shaped Bastard
- Posts: 2592
- Joined: Mon Jul 23, 2012 8:57 pm
- Location: Almost Heaven, West Virginia
Re: [Tool] Atari ST Harddisk menu
Ok, runs fine here on hatari, what is the hardware/emulator specs that you are having issues with?
You do not have the required permissions to view the files attached to this post.
Re: [Tool] Atari ST Harddisk menu
I run it on retroarch and hatari
- TheNameOfTheGame
- Fuji Shaped Bastard
- Posts: 2592
- Joined: Mon Jul 23, 2012 8:57 pm
- Location: Almost Heaven, West Virginia
Re: [Tool] Atari ST Harddisk menu
Yes, this one uses AES calls so can't be run from the launcher. According to hatari debugger (set to breakpoint on AES calls):_KrISS_ wrote: ↑Thu May 18, 2023 9:07 pmI got it from GBST v3.1d/Games/ST/P/Pouif Ouf (Fr).zipTheNameOfTheGame wrote: ↑Thu May 18, 2023 8:11 pm Yes, I see this bombs. It is a .PRG file. Are you sure it doesn't have AES calls in it? Of course AES is not loaded when the AUTO folder is processed so such games can't work with the launcher normally. Where did you get the program so I could check.
Code: Select all
$a
3. CPU breakpoint condition(s) matched 1 times.
AesOpcode ! AesOpcode && AesOpcode < 0xffff :trace
$ffff
$4d
3. CPU breakpoint condition(s) matched 2 times.
AesOpcode ! AesOpcode && AesOpcode < 0xffff :trace
$ffff
- TheNameOfTheGame
- Fuji Shaped Bastard
- Posts: 2592
- Joined: Mon Jul 23, 2012 8:57 pm
- Location: Almost Heaven, West Virginia
Re: [Tool] Atari ST Harddisk menu
the game is working but it goes to unusable desktop it also looks different
- TheNameOfTheGame
- Fuji Shaped Bastard
- Posts: 2592
- Joined: Mon Jul 23, 2012 8:57 pm
- Location: Almost Heaven, West Virginia
Re: [Tool] Atari ST Harddisk menu
https://www.retroarch.com/?page=platforms\
here you can download it
here you can download it
Re: [Tool] Atari ST Harddisk menu
forgot to say ra uses hatari 1.8.1 if iam correct
- Eero Tamminen
- Fuji Shaped Bastard
- Posts: 3899
- Joined: Sun Jul 31, 2011 1:11 pm
Re: [Tool] Atari ST Harddisk menu
I guess it cannot be run from launcher, when launcher is started from AUTO during boot (i.e. before AES is initialized).TheNameOfTheGame wrote: ↑Thu May 18, 2023 9:47 pm Yes, this one uses AES calls so can't be run from the launcher.
I would assume there's no problem if launcher is set as autostart program from the (e.g. EmuTOS) GEM desktop, or started from the desktop directly though.
If one wants to know which OS calls are done, tracing is easier than breakpoints:TheNameOfTheGame wrote: ↑Thu May 18, 2023 9:47 pm According to hatari debugger (set to breakpoint on AES calls):
Code: Select all
hatari --trace os_base,aes ...
Code: Select all
hatari --trace help
- Eero Tamminen
- Fuji Shaped Bastard
- Posts: 3899
- Joined: Sun Jul 31, 2011 1:11 pm
Re: [Tool] Atari ST Harddisk menu
Retroarch Hatari variant is old & buggy. Latest Hatari version is 2.4.1. There have been a lot of changes since v1.8.1:
https://hatari.tuxfamily.org/doc/release-notes.txt
Re: [Tool] Atari ST Harddisk menu
sadly cannot change it ra uses only that oneEero Tamminen wrote: ↑Thu May 18, 2023 11:42 pmRetroarch Hatari variant is old & buggy. Latest Hatari version is 2.4.1. There have been a lot of changes since v1.8.1:
https://hatari.tuxfamily.org/doc/release-notes.txt