Re: [hatari-devel] AUTO folder not executed anymore (commit #ba51a1e2) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] AUTO folder not executed anymore (commit #ba51a1e2)
- From: Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Date: Fri, 21 Jun 2024 10:47:17 +0200
- Arc-authentication-results: i=1; strato.com; arc=none; dkim=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; t=1718959665; s=strato-dkim-0002; d=strato.com; h=In-Reply-To:References:Message-ID:Subject:To:From:Date:Cc:Date:From: Subject:Sender; bh=mNPE2DFAdZ1snmliW+hshLdl4R3mcvaPO8z1f9TFXBE=; b=GsWVlsDPeHONsWCyBfabmXQ6dERnYgWI8yCgNC3Czs+6A9kATWlPew9B6UQOaIsJLV aN1EfYELugcKdQ0VZ80xibjVh3kU2F57ZZDGE0u9g3q5fHZniYHH0dvCTX6CxnD50kJM iZz6eN6NeqUwx5favg2LjqHTIlogZgfyxWmDcK8+zTcPOWfT2mqK2rbYprlq2ywQwDHy i5ClT+4gWJ62Wcv4uBYfN4wyVMH145a0BG4fIb7E9bLkZ074WgiVXWMbrS3fXbu+hiMK H5EY5cqp/Acr0D0nlWEg/o5+mKfeDhQ/errvaJtlgfr53I82BL+jzBYKeaYdQynlD6Mg We9w==
- Arc-seal: i=1; a=rsa-sha256; t=1718959665; cv=none; d=strato.com; s=strato-dkim-0002; b=ZImnCbvdloYXiynshJMBsS54dMbBYdFPrgl642UcJ/hnMnkhq9qRaPsSTMtNtV1mSV ZFkMvkyaLPEg5LYNGnMKytU+pywBu8oHPtWmVBhvr3bSXlx6JYDg7i1n9ugML0lmCbhA wJRuxICOoGUkRbIswLaNSW02ZQnoqJQ+Waez4mZJsC1h7tNyqivYVRvkoJPA0U0Hd8G0 n7d9j/g1S/TqAcy0WFjmEQRngtDJf4X24uFey2hDZuHcNKjOndI6JJFUmLfBFx/6v2HD 0zlqHYfJ3bVqniGAIiUgogVGEERxOWA/RZ13Zbbay1OTgp+mVd0JZAqUz67ntAaDBtPr ypPg==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1718959665; s=strato-dkim-0002; d=seimet.de; h=In-Reply-To:References:Message-ID:Subject:To:From:Date:Cc:Date:From: Subject:Sender; bh=mNPE2DFAdZ1snmliW+hshLdl4R3mcvaPO8z1f9TFXBE=; b=l4vYLWWyHfcp4DqCkcg3RkisxxAZvObg3njUIWHf7z1d+KIqFbNPh4Z6b4b3gdhIr1 W3R6DEEaow/U+NvThOKAtwWmNj/L34mCrcpWKiI1h7UWpySU9Qgu/ZjdIhY8wBwalnFw EmNM9mq0O2fq66hUHvHGi7RDvyfRl8v7wTky+noTOLOSEUQ0kaAKBRszVDfvPRYlRNCG al46ekBBPJebuWPE99TgjTLKAncN4TEGBnBbztlDOLZbACACYKEJlguXrVF4Wqg6NY3e u4O8U6oj4WGBd1+IwDAJwhhI1n1C1PMiaKUl0FKQgo0EymyzWo5tuR35pWil4sTcfGl6 YuOg==
- Dkim-signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; t=1718959665; s=strato-dkim-0003; d=seimet.de; h=In-Reply-To:References:Message-ID:Subject:To:From:Date:Cc:Date:From: Subject:Sender; bh=mNPE2DFAdZ1snmliW+hshLdl4R3mcvaPO8z1f9TFXBE=; b=9cS/pI9xdJjVVxhx9gJKk+ZsRmpCyGIozFPjtS+1KWGE+EM2H7AB9g9pwbrRUQcJTs X33GASqCDzZ+1L5tb6Cw==
Hi,
Thank you for the fix, the problem is gone.
Best regards
Uwe
> Le 20/06/2024 à 23:12, Nicolas Pomarède a écrit :
> > Le 20/06/2024 à 23:03, Nicolas Pomarède a écrit :
> >> Also if SCU.Enabled is false, this could give your result. But
> >> SCU.Enabled is set to true in ioMem.c line 345 :
> >>
> >> if (Config_IsMachineTT() || Config_IsMachineMegaSTE())
> >> SCU_SetEnabled ( true );
> >> else
> >> SCU_SetEnabled ( false );
> >>
> >>
> >> This is really strange. It could be some sources or .o files not up to
> >> date, but you said you did a "make clean"
> >>
> >> Let's see if other people have the same issue, for now I don't see
> >> what's wrong.
> >>
> >
> > I can reproduce it :
> >
> > hatari --machine tt --tos ~/Emul/ST/steem/tos/tos306de.img
> >
> > -> SCU.GPR1 is 0 on boot instead of 1
> >
> > hatari --tos ~/Emul/ST/steem/tos/tos306de.img
> >
> > -> this will ask for switching to TT mode and then GPR1 is 1 on boot
> >
> > there's sthg wrong here. Both cases should boot in TT mode, giving
> > "--machine tt" (or in the config file) should not majke such a difference.
>
> Hi
>
> fix applied ; the way Hatari calls Reset() before IoMem_Init() is not
> the correct order and it could produce this wrong behaviour where SCU
> was not enabled at the time of the reset depending on the default
> machine type in your config file.
>
> SCU_Reset() will now check MachineType directly, which fixes the problem
> (refactoring the startup order remains on the todo list for later)
>
> Nicolas
>
>
>