Re: [hatari-devel] Hatari for MiNT |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi,
On keskiviikko 17 lokakuu 2012, Eero Tamminen wrote:
> As to the built binary, I don't expect any particular issues.
> Besides the few library dependencies, Hatari uses standard C & Unix
> stuff which should work fine also on MiNT as long as SDL works fine.
RS232 code uses a helper thread (doing constant SDL_Delay() and
fgetc() polling when it's enabled). Threads might be problematic
on MiNT, depending on how the threading stuff in SDL is implemented
for MiNT.
- Eero
(Another possibility for RS232 would be using Hatari internal
interrupts instead of a thread, but adding those can slightly
slow down Hatari performance as they're processed constantly.)