Re: [hatari-devel] Sparrow TOS 2.07 support |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Sparrow TOS 2.07 support
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sun, 27 May 2018 19:28:22 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1527442104; bh=X33hijYYo/dYrCLMhqTVt5NPDsrCt/kgrjhH9UgOag4=; h=Date:From:To:Subject:From; b=feDzks8L7yqkMTRQfHpSliyVg1SZwa5VvkWZCNW3BaVGJT1AgBufKfCRWpaYewxoh 0paV5gEq7ugOI9ihR7DsMUBmLkzksYR0CVi8+TsHmBDBeVi/KWWzxQah8nsRjHHBrY VAvXlbSQKsCUSTuVhbGtUcU8A7qRE7IgnaeoO8xt9UtzFqnBLttixB242u7Vs9v2Vx ydrLpnZf99g6Ph3wCn2QVX8B7g0NFTpti9B2YEQjpPpMg9kOlNBXVqjdI11Jw5701b S9+tAGX/qv375/4nct02Bqpnc8YCOyGw2zqZwSdJ0QCgIrijgH3Xupu6KozNqKanj3 Qyzx+0VCq8MwQ==
Am Sun, 27 May 2018 17:15:38 +0200
schrieb Miro Kropáček <miro.kropacek@xxxxxxxxx>:
> On 27 May 2018 at 16:45, Thomas Huth <th.huth@xxxxxxxxx> wrote:
>
> > The Sparrow TOS apparently really expects a video hardware that is
> > more close to the STE than Falcon. It does not set up most of the
> > Falcon registers and simply only writes a value to $ff8260 to set
> > the resolution. I've added a hack to the Videl emulation, and now
> > it boots to the desktop.
> >
> Cheers Thomas (and Christian) -- your work has definitely made all the
> trouble with getting the dump worthwhile. :)
Thank *you* for the ROM dump!
> > By the way, I don't have much experience with real Videl
> > programming, but does anybody know whether changing $ff8260 also
> > influences the values in $ff82a4 - $ff82aa on real hardware?
> >
> It doesn't. As in my Videl document:
>
> *Before writing to $8260 you have to:*
> *- set correct values (hdb, vdb, ...) for 320x200 or 640x200 or
> 640x400* *- clear $8266 register = setting Falcon 16 color mode; if
> you don't do it, **you will get strange resolutions*
OK, thanks, good to know.
> Btw I plan to explore Sparrow's video hardware in better detail in
> the near future.
Did you manage to get bus errors on the Sparrow? If yes, I'd be
interested in the results of our two bus error test programs that you
can get from here:
https://hg.tuxfamily.org/mercurialroot/hatari/hatari/file/tip/tests/buserror
Cheers,
Thomas