Re: [hatari-devel] 68030 MMU work |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi Thomas,
My Falcon is running and ready to use all the time.
I'll do the test tonight.
Do I just have to compile this single line of code and run it ?
Nothing more to add ?
Would you also need a write at adress $700 ?
Regards
Laurent
----- Mail original -----
De: "Thomas Huth" <th.huth@xxxxxx>
À: hatari-devel@xxxxxxxxxxxxxxxxxxx
Envoyé: Mercredi 3 Octobre 2012 23:52:35
Objet: Re: [hatari-devel] 68030 MMU work
Hi Andreas,
thanks again for the patch. I've committed it now to the Hatari
repository, together with a patch/hack needed for the MMU to access our
SysMem in Hatari.
However, this needs some investigation on a real Falcon, I think. If
somebody has a Falcon up-and-running, could you please try whether it
is still required there to switch to supervisor mode when accessing
addresses below 0x800 ? I mean, just do something like this in
user-mode:
move.l $700,d0
Does this cause a bus error on the Falcon or does it work?
Regards,
Thomas
Am Sat, 29 Sep 2012 10:34:38 +0200
schrieb Andreas Grabher <andreas.grabher@xxxxxxxxxxxx>:
> Dear Harati community!
>
> I've improved my 68030 MMU emulation for Previous. Now function codes
> should be handled correctly in all cases. Also a bug in transparent
> translation is fixed. Functions for MOVES (memory access using SFC
> and DFC registers) are now implemented.
>
> I think this patch is worth merging into Hatari.
> It's patch 215 in Previous' SVN repository.
>
> Regards,
>
> Andreas
>