Re: [hatari-devel] Falcon RS232 emulation |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Falcon RS232 emulation
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 6 Aug 2022 06:58:36 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1659769119; bh=7wYbVyjDyyObQb6LLuTqz6vk9P6ztIRawqEa44inGTI=; h=Date:From:To:Subject:From; b=kU3e+wK4wZXxVLk7zBksvDbhY7bMsehUx7GFAPeG/i1SfRGhV0fpcoA18qidgcGNW bKwxmA1QTAtwHKvh8oETWOvL9GlnkNx33QNt2JqoZ7jwieOxCUI87Ar6qSH2NGt4M8 G6JGX7GFsP9MConVEJVkvjRrXeO/ROeGQNv62tM6+bZzAHa3dIXZT+Sy1+gBqCrs1E UqKbPsA6v8KTDx837xb4fjgPH/aaytk86hu3CP4y2oWUJcQ0GUmplamFmgaxGFkcT0 JXOTOBNZsjgPROTVgR9JdLDo9xhAXjtioGeK7dGLzf/v5XcBALVzaFxuJFJlHDcDLG rPhtVMRHEmceg==
Am Tue, 2 Aug 2022 21:16:25 +0200
schrieb Miro Kropáček <miro.kropacek@xxxxxxxxx>:
> So yes, RS232 output works and yes, on SCC for Falcon. However if Falcon
> has (officially) only one serial port, why wasting the UI checkbox for
> nothing? It could easily redirect SCC output instead of MFP output.
Just to add some historic context: SCC support is still completely
incomplete. The code is just a very quick-n-dirty adaption of the SCC
emulation in Aranym, missing interrupt emulation in Hatari and likely some
other additonal bugs on top of it. I just added it to Hatari since some
people were complaining that TOS 3.06 is crashing in certain cases where it
tries to access the SCC registers. So from an end-user perspective, please
consider SCC emulation as not available yet, it's just not ready yet.
That's also why I never cared about adding it to the UI.
Thomas