[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] [Mint-cvs] [FreeMiNT CVS] freemint/sys
On 17/02/15 22:39, Helmut Karlowski wrote:
> Am 17.02.2015, 22:27 Uhr, schrieb Alan Hourihane:
>
>> Right, Frank can't run the trunk because OLDTOSFS crashes it. Now it
>> works.
>
> Great!
>
Oh, not quite. XAAES crashes now because of this....
if ((C.gdos_version = vq_gdos()))
(*v->api->load_fonts)(v);
else
cfg.font_id = 1;
The call to vq_gdos() crashes on 68000.
I'm not sure why, but I suspect it's something to do with MiNT's
replacement trap2 handler.
Do you have any ideas Helmut ?
Alan.