Re: [hatari-devel] Support for a second ACSI drive |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Support for a second ACSI drive
- From: Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Date: Sun, 15 Jan 2017 15:51:09 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1484491870; l=1040; s=domk; d=seimet.de; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Subject:To:From:Date; bh=69xGLOJ5o4Ve9beggoe0RNOekL+zZv5E9uv2zKzPnI0=; b=qu4GswYqF2uNsBCBfKbtNYsa2fjHze310+MkKLbEMO+XlAl5fSZWHEJrgR292ESJ7M vCqLIoGHwBjOYDKVRnU/hJrASbUtuKBfyH7ysJcHMAEyCtKD5gf+4LZmBi6SpnFOBvwg jPtcYhls/dJfTkrmHqUAc+pgTeYDWMpkh2aAM=
Hi,
I see, this is sufficient at least for what I need. Nevertheless, being able
to configure one more ACSI drive in the UI would be a bit more convenient.
Best regards
Uwe
> Am Sun, 15 Jan 2017 15:21:20 +0100
> schrieb Uwe Seimet <Uwe.Seimet@xxxxxxxxx>:
>
> > Hi all,
> >
> > I'd appreciate if support for a second ACSI drive could be added. As
> > far as I can tell the attached diff provides this support without
> > losing backwards compatibility as far as configuration files are
> > concerned. Any chance to get this added to the development tree?
>
> Hatari can already use up to 8 ACSI drives, look for configs_Acsi in
> configuration.c ... you've got to put them in a [ACSI] section in your
> config file like this:
>
> [ACSI]
> bUseDevice1 = TRUE
> sDeviceFile1 = /path/to/harddisk.img
> bUseDevice2 = TRUE
> sDeviceFile2 = /path/to/harddisk.img
> bUseDevice3 = TRUE
> sDeviceFile3 = /path/to/harddisk.img
> ...
>
> But it's not possible to configure them in the GUI yet...
>
> Thomas
>
>