| 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:18:43 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017;	t=1527441531; bh=IydMcoqOu/x7kXREl8u2LmeUBTthpcVdYEnz0TExaF0=;	h=Date:From:To:Subject:From;	b=RA2uPRdcL4jUBWyP1yYyXozsx8wDj2F9qBT3+/rrKEMu4RyhLQuOQO3HkwJ/tIyGh	 LEtKG4eCzuRHnIpJD9tiKDJPro+uJB4x1Gn4fOiIZ/5VoqrNhTaNLDjdG9GUVXkF3V	 hdEo0GUF8OMghEICbEGbd/ikI6iCS5mmAcOJKeCjpeax7reI6gxfN9Qs1hQEQ9wdPX	 8SrHsvi94P+uDzTpnyMKzoHFdjthl1MJPTpYPldGh8UNzs4ySFZB9Mio+qeqiqfqIL	 IWRx8qua7e5TR2Vy9zRwJTq+vvgaaZLE8Qqr/EZHpYzX50nK+NPPgKC0pzObOGYvZ5	 20D21EQeUdEAQ==
Am Sun, 27 May 2018 18:25:56 +0200
schrieb Thorsten Otto <admin@xxxxxxxxxxx>:
> On Sonntag, 27. Mai 2018 18:23:26 CEST Nicolas Pomarède wrote:
> > Le 27/05/2018 à 18:11, Thorsten Otto a écrit :  
> > > On Sonntag, 27. Mai 2018 17:27:14 CEST Miro Kropáček wrote:  
> > >> On 27 May 2018 at 16:45, Thomas Huth <th.huth@xxxxxxxxx> wrote:  
> > >>> I've added a hack to the Videl emulation, and now it boots to
> > >>> the desktop.  
> > >> 
> > >> Btw do you also get the CRC ROM error after the Atari symbol is
> > >> shown during the boot?  
> > > 
> > > That is to be expected. The rom check is skipped when the TOS is
> > > patched, but only for known TOS versions. For sparrow, the
> > > attached patch should add the necessary addresses.  
> > 
> > I think your patch include some extra files from your dev sources :)
> > Only tos.c should be needed.  
> 
> Oops, yes, sorry. Only tos.c should be changed.
Ok, thanks for the patch, I pushed it now to the repo, so the CRC error
messages are now gone.
 Thomas