Re: [hatari-devel] emutos 0.8.5 not working ?

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


On 18/12/2011 19:35, Thomas Huth wrote:
Maybe it's because of the changes to memvalid variables? have you tried
with fastboot enabled?

yes, turning fastboot on fixes the problem. Does it means emutos always requires memvalid variables even, if using less than 4MB (2 MB in my case) ?

This patch allows emutos to work without FastBoot, but maybe the problem with emutos is somewhere else ?


--- a/src/stMemory.c    Wed Dec 14 22:51:33 2011 +0100
+++ b/src/stMemory.c    Sun Dec 18 22:30:58 2011 +0100

        /* of EmuTOS or if more than 4 MB of ram are used */
/* (those tests should not be bypassed in the common STF/STE cases */
        /* as some programs rely on the RAM content after those tests) */
-       if ((ConfigureParams.System.bFastBoot && bIsEmuTOS)
+       if ((bIsEmuTOS)
            || (ConfigureParams.Memory.nMemorySize > 4 && !bIsEmuTOS))
        {



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/