Options for SCSI HD and Byteswap for IDE missing from Hatari prefs dialog on macOS
Moderators: simonsunnyboy, npomarede, thothy, Moderator Team
Options for SCSI HD and Byteswap for IDE missing from Hatari prefs dialog on macOS
Hello,
I'm using Hatari 2.4.1 on macOS 10.15 and noticed that when I go into the Hatari preferences from the menu there is no option to select a SCSI HD image or enable the "Byteswap" option for IDE disks: When I open the Hatari settings dialog via F12 both options are available in the "Hard disks" section however: Is there a possibility that the option for selecting a SCSI HD image and to enable "Byteswap" for IDE images could be added to the "Hatari preferences" dialog for the macOS version in one of the next version of Hatari?
Regards,
don apple
I'm using Hatari 2.4.1 on macOS 10.15 and noticed that when I go into the Hatari preferences from the menu there is no option to select a SCSI HD image or enable the "Byteswap" option for IDE disks: When I open the Hatari settings dialog via F12 both options are available in the "Hard disks" section however: Is there a possibility that the option for selecting a SCSI HD image and to enable "Byteswap" for IDE images could be added to the "Hatari preferences" dialog for the macOS version in one of the next version of Hatari?
Regards,
don apple
You do not have the required permissions to view the files attached to this post.
- Eero Tamminen
- Fuji Shaped Bastard

- Posts: 3899
- Joined: Sun Jul 31, 2011 1:11 pm
Re: Options for SCSI HD and Byteswap for IDE missing from Hatari prefs dialog on macOS
Yes. Same as with the Hatari Mac UI itself, some Mac user needs to write, test and contribute such feature to Hatari. It should not be hard to do, but Hatari maintainers themselves do not have a Mac (or Windows), so they cannot do it.
Re: Options for SCSI HD and Byteswap for IDE missing from Hatari prefs dialog on macOS
Thanks for the feedback. Unfortunately my coding knowledge for macOS is close to 0. otherwise I would have already tried to fix this myself and provided a patch. But hopefully somebody else who uses Hatari on macOS is familiar with the code and can create the necessary changes to the code.
BTW. I'm very grateful that you continue to provide current versions of Hatari also for macOS (although I'm a bit surprised that how you can do that if none of the maintainers have a Mac). I'm currently using it to help me with reviving some of my old Atari gear (mainly to create disk images for RaSCSI to be able to boot the old systems without the noisy hard disks).
BTW. I'm very grateful that you continue to provide current versions of Hatari also for macOS (although I'm a bit surprised that how you can do that if none of the maintainers have a Mac). I'm currently using it to help me with reviving some of my old Atari gear (mainly to create disk images for RaSCSI to be able to boot the old systems without the noisy hard disks).
-
cdpjenkins
- Atari maniac

- Posts: 79
- Joined: Wed Dec 22, 2021 8:37 pm
Re: Options for SCSI HD and Byteswap for IDE missing from Hatari prefs dialog on macOS
I saw this and will try to add this to the Mac UI when I get the chance. The only disclaimer is that I'm not a great Objective C/Cocoa developer (but I'm learning) so I can't give any promises for if/when I'll do it.
Re: Options for SCSI HD and Byteswap for IDE missing from Hatari prefs dialog on macOS
Thanks a lot for trying to help to get this fixedcdpjenkins wrote: ↑Mon Sep 05, 2022 12:15 pm I saw this and will try to add this to the Mac UI when I get the chance. The only disclaimer is that I'm not a great Objective C/Cocoa developer (but I'm learning) so I can't give any promises for if/when I'll do it.
- Eero Tamminen
- Fuji Shaped Bastard

- Posts: 3899
- Joined: Sun Jul 31, 2011 1:11 pm
Re: Options for SCSI HD and Byteswap for IDE missing from Hatari prefs dialog on macOS
Mac builds are also provided by the Hatari users, as there's no cross-building support for Mac on Linux...donapple wrote: ↑Mon Sep 05, 2022 9:49 am BTW. I'm very grateful that you continue to provide current versions of Hatari also for macOS (although I'm a bit surprised that how you can do that if none of the maintainers have a Mac). I'm currently using it to help me with reviving some of my old Atari gear (mainly to create disk images for RaSCSI to be able to boot the old systems without the noisy hard disks).
FYI: Hatari developers provide Windows binaries by cross-building them on Linux with mingw, but those binaries are also tested by Hatari Windows users.
-
ThorstenOtto
- Fuji Shaped Bastard

- Posts: 3329
- Joined: Sun Aug 03, 2014 5:54 pm
Re: Options for SCSI HD and Byteswap for IDE missing from Hatari prefs dialog on macOS
But you can still do automated builds using travis or github actions.Eero Tamminen wrote: ↑Wed Sep 07, 2022 5:29 pm Mac builds are also provided by the Hatari users, as there's no cross-building support for Mac on Linux...
- Eero Tamminen
- Fuji Shaped Bastard

- Posts: 3899
- Joined: Sun Jul 31, 2011 1:11 pm
Re: Options for SCSI HD and Byteswap for IDE missing from Hatari prefs dialog on macOS
While Thomas has project at GitHub which tracks Hatari Git with some delay, Hatari project itself is at tuxfamily.org.ThorstenOtto wrote: ↑Thu Sep 08, 2022 11:56 amBut you can still do automated builds using travis or github actions.Eero Tamminen wrote: ↑Wed Sep 07, 2022 5:29 pm Mac builds are also provided by the Hatari users, as there's no cross-building support for Mac on Linux...