Re: [hatari-devel] SCU/VME register access? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Le 19/06/2024 à 01:39, Eero Tamminen a écrit :
Hi,
On 18.6.2024 17.20, Nicolas Pomarède wrote:
While waiting for a fix upstream, people who want to boot Linux m68k
anyway should uncomment the line "SCU.SysIntMask = 0;" in
"SCU_SysIntMask_WriteByte()".
That can be removed from SCU emulation.
I'll add one more Linux patch to tools/linux/ for it (after I've tried
it myself, not sure whether I have time for that before midsummer).
Hi
I noticed that in the added patch you write "Avoid freeze on TT /
MegaST*" ; note that it's only on MegaSTE, not MegaSTF, so ST* might not
be the correct description.
also if you send the patch to the linux m68k people for inclusion,
better fix would be to set "tt_scu.sys_mask = 0" instead of adding a
default handler for the VBL interrupt (as on Falcon)
But this should be done only to use Linux, else system won't boot with
TOS / EmuTOS :)
Btw. I updated Hatari Python tools to the new Hatari API.
Could you add note about SCU emulation support to release-notes.txt?
It's on my todo, I need to complete other things before :)