| Re: [hatari-devel] New version of WinUAE's cpu core |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
Le 24/11/2014 08:47, Thomas Huth a écrit :
FYI, as a quick hack, I've patched the movep instructions that occur
during the boot process to nops:
static const TOS_PATCH TosPatches[] =
{
...
{ 0x404, -1, "060fix", TP_ALWAYS, 0xE025E2, 0x01C80000, 12, pNopOpcodes },
{ 0x404, -1, "060fix", TP_ALWAYS, 0xE0263C, 0x01C80026, 4, pNopOpcodes },
...
};
Then the desktop is successfully reached again also in 68060 mode. So
it's not that much that has to be fixed in TOS.
hidoes it mean those movep were useless ? Shouldn't they be replaced by 2 move.b for example ?
| Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |