Re: [hatari-devel] Some findings |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Some findings
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 1 Sep 2018 09:03:09 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1535785391; bh=Y3ZnfpOLW+mGYgNDB1VpCpIx6hs4sXFe7eQTE9QVnGU=; h=Date:From:To:Subject:From; b=bG3u/tToUA0gtfbaZqHtWwOF1OKvhxz5p7y1TOSSS+if5YHrX9pOGzWpPHFUDYEr6 Lxo0qJrUQdWKR/E4CGnjmxPAO7hMoXlIWiep8FjkkLHH+sKM8OvDGJlUd4BVD1mFTE PJBfHcrjOUTk6nKbQS3Deamr6xdC5f5q1WYI5kjwVtw4oyRvWx0nJUtbk1/dYR5ilp rsGjEl8F30m70QMFdD3xRZL4xp/so5sxcLxv7yuythHsxCMZBmZ9KHh7Lo1UoyFwVx SjQStAuHU3GsCQkyhPErbdNtnMETXuCHKszDvjSQKVhXFdDorsEShHtoYS4rWhsMbc ydZ12oqo6rE3g==
Am Tue, 28 Aug 2018 08:36:22 +0200
schrieb Thorsten Otto <admin@xxxxxxxxxxx>:
> During debugging of MiNT, i encountered some quirks in Hatari (some
> of which may be known, as they might be related to using Falcon/TOS
> 4.04 emulation)
>
> - The FastForward option with Falcon/4.04 does not seem to work,
> during boot it hangs, after Mints message of "Installing keyboard
> table".
Did you move the mouse or press any keys during that phase?
> - debug output to rs232 does not seem to work, the file is created
> but always empty
I think that's kind of expected. Hatari only supports the serial port
that is wired to the MFP so far, but the Falcon used a different
hardware (Z85c30 if I get that right?).
> - when accidently running it twice, i get the message:
> ERROR: ERROR: cannot lock HD file for writing!
> (just cosmetic, duplicate ERROR:)
Fixed.
> - in early tests i also used TT emulation. Since MiNT in this case
> assumes that an SCC chip is present (it only looks at the _MCH cookie
> for this), it crashes because Hatari does not emulate that. I then
> uncommented the line in ioMemTabTT.c (which btw. is also active in
> ioMemTabFalcon.c), thus using dummy accesses. This attempt worked
> with EmuTOS, but at some point hangs when using TOS 3.06. JFI
Known issue, has been reported a couple of times already ... I keep
saying that somebody™ has to implement SCC emulation, but so far nobody
volunteered yet.
Thomas