Re: [hatari-devel] WinUAE default options? (was: Videl borders) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
There's a problem with detection, if a reset is necessary in new cpu core. It has been fixed in Previous.
Maybe take a look at previous sources and FPUTYPE enum in configuration.h and M68000_CheckCpuSettings in m68000.c.
Am 16.03.2012 um 22:26 schrieb Eero Tamminen:
> Hi,
>
> On lauantai 10 maaliskuu 2012, Eero Tamminen wrote:
>> Sure, no problem. What are the exact WinUAE config options that should
>> be set for WinUAE core when user selects TOS4 or Falcon? And what the
>> options should be when user select non-Falcon machine or TOS?
>
> I.e. what values these options from configuration.h:
>
> #if ENABLE_WINUAE_CPU
> bool bAddressSpace24;
> bool bCycleExactCpu;
> FPUTYPE n_FPUType;
> bool bCompatibleFPU; /* More compatible FPU */
> bool bMMU; /* TRUE if MMU is enabled */
> #endif
> } CNF_SYSTEM;
>
>
> Should have on:
>
> * TOS4 / Falcon
> * TOS3 / TT
> * TOS 1.x / ST(E)
> ?
>
>
> Btw. Changing other options than n_FPUType seem to require reset.
> Isn't it necessary for FPU changes?
>
>
> - Eero
>
> PS. What's UAE_NEWCPU_H define? It seemst to be checked in m68000.c
> and uae-cpu/newcpu.h.
>
>