Re: [hatari-devel] Emulation of the TT second MFP |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Emulation of the TT second MFP
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sun, 19 May 2019 10:25:41 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1558254343; bh=5rCag0XpvkKhz4G26AudPza7sYq/1+l3vNPWI7grYlA=; h=Date:From:To:Subject:From; b=IxCz6o2e4uF+AlivA1NDqj9RiWwa+yoOtChola+hPqg/Wb9iJKmBHL969sihl4UJJ Fupwo1cpiRTzrvAh6TXZBWno4Gc8K2lpwXb6HYxgwKC4yL5MylCku7oC9cIaHku+vO cHCquOoCB74b7nG/VAkt+LzyHbcJF2JpAF8ru1vJblPukxZVQTCxomr/9l473xRi+w S6iXk8/QrnSVIsaer1TKxK9TOrcJ7IBYMb6TiDdxFKKx6I6KwPElqHmyyc8YJT5YM5 BHC2NhF/+xTWn5NW6PHh2i48ndalVxJxmI7hz2ERiH9uR4sXECgfUNJfPg+4aOFzfm TKEiLaBXMrbnw==
Am Mon, 6 May 2019 17:08:57 +0200
schrieb Nicolas Pomarède <npomarede@xxxxxxxxxxxx>:
> Once this new code is confirmed to run SCSI/ncr5380 as before, I will
> look into adding new missing parts :
[...]
> - add support for the UART on the TT MFP ? Is there any program
> that makes use of it to test it ? This would imply to adapt rs232
> code to handle several serial ports too.
Terminal programs like "Rufus" or "Connect" should be able to use all
serial ports of the TT.
> Thomas, can you check the ncr5380 code still works with this TT MFP ?
I've checked it now with the SCSI HD images that I have here, and it
seems to work fine so far. Thanks for implementing this!
Thomas