Re: [hatari-devel] New drive image settings |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] New drive image settings
- From: Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Date: Sun, 7 Oct 2018 10:26:56 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1538900816; s=strato-dkim-0002; d=seimet.de; h=In-Reply-To:References:Message-ID:Subject:To:From:Date: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=hIrz29cWYq61RCFOBoGR0sBYf2K7FtkLNjhlFrFf/FI=; b=YZYUN626DCDNH2AhIjVPy8S1JP2SSBa0Mn4AYzsrbl5bowmvOgdK3kN95S2PMqEilx TlUO7Wurm1NsxINg6yVKPvGtghiPTZQ6ze4QXXkD9pY9a+SFtPSrL7UGH2bXEJhauyd/ VZRLjwjW3KEJj3uZST6VSd1zAvp9iyE+dRzhqLc91im6Gq1qBED6XatqtVeoNYrB2DAf y/dsZPVL+outFlRSJ5n3GC4xyA1VLdpoVV0dRPkKFi8QFTRHziCUZj40EcX+vtZJrG7q k4BKBq2OqTNGrNe8dGsIbohL5YzQIvoarePJUMkxdqFK56S5Yqzal9QOcKrSvGocZBI/ A2dg==
Hi,
> I'm currently re-working the IDE code to get away from the hard-coded
> "master/slave" config settings to a more generic enumerated approach
> (IDE0 + IDE1). With that it should finally be easier to support
> multiple IDE interfaces, too. But I don't have real plans to implement
> this, there are other more important things on my queue...
Like emulating a Riebel ethernet card I assume ;-). By the way currently
the naming pattern of the emulated drives differs. It says "IDE0 disk", but
"EmulatedHarddisk" for ACSI. Shouldn't this better be ACSI0, in order to
be more consistent?
> > 3. Thomas, some time ago you mentioned problems with
> > the Falcon SCSI emulation. Were you able to resolve them?
>
> No, I was not able to find the issue, so HDDriver currently still locks
> up in certain cases (when loading bigger blocks in one go) in Falcon
> mode. Help would be very appreciated ;-)
So checking issues related to the DMA address count (see my PM some time ago)
being 1 byte off did not help, i.e. Hatari emulates this behavior correctly?
Best regards
Uwe