Re: [hatari-devel] OS X compilation

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Am Wed, 18 Dec 2013 21:48:58 +0100
schrieb Jerome Vernet <vernet.jerome@xxxxxxxxxx>:

> Ok, found, see patch below.

Ah, sorry, just committed my fix right before I saw your mail ...

> BUT there is a big big gap between my own sources now and what's on
> the repo.... Things need to be in sync. We made a lot of changes, for 
> deprecated function, cosmetic, and bugs.
> You can found all my osx-gui directory here:
> https://www.dropbox.com/s/8jejx1vrqm4yxfw/gui-osx.zip
> 
> 
> In Prefcontroller.m, just for Bob:
> 
> @@ -904,51 +941,52 @@
>       }
> 
>       // Define the HD flag, and export the HD path if one is selected
> -    if ([[hdImage stringValue] length] > 0)
> +    if ([hrdDisk length] > 0)
>       {
> -        EXPORT_TEXTFIELD(hdImage, 
> ConfigureParams.HardDisk.szHardDiskImage);
> -        ConfigureParams.HardDisk.bUseHardDiskImage = true;
> +        EXPORT_TEXTFIELD(hrdDisk, 
> ConfigureParams.HardDisk.szIdeMasterHardDiskImage); //
> +        ConfigureParams.HardDisk.bUseIdeMasterHardDiskImage = YES;

.... but that's also not right. ConfigureParams.HardDisk.szHardDiskImage
was used for the ACSI hard disk image, and you changed it to the IDE
hard disk image instead. The new config settings can can be found in
ConfigureParams.Acsi[nr].xxx instead.

 Thomas



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/