Page 3 of 4

Re: 68060 Required Software

Posted: 23 Apr 2019 11:27
by terriblefire
I installed the whole package with installer and it doesn’t work. I guess this is what I’m getting at.

Basically everyone seems to use ClassicWB thesedays so that’s what I use.

Re: 68060 Required Software

Posted: 23 Apr 2019 12:08
by utri007
I don't know if this helps but, you can start muforce from startup-sequence, turn ON dispc and stacklines switches. It will tell you debuggin information through serial cable.

MuForce is part of MMU libraries archive.

You just needs these to libs

disassembler.library
memory.library
mmu.library

Re: 68060 Required Software

Posted: 23 Apr 2019 13:23
by terriblefire
Ok I’ll try this.

Re: 68060 Required Software

Posted: 23 Apr 2019 21:35
by terriblefire
terriblefire wrote: 23 Apr 2019 13:23 Ok I’ll try this.
Update: Nothing works after setpatch is run
IMG_0623.jpg
Try to type anything after this and a crash happens. Unable to use MuForce...

I created an MMU Configuration etc.

Re: 68060 Required Software

Posted: 23 Apr 2019 22:26
by utri007
What if you just don't run setpatch?

I think that you have wrong version of setpatch compared to libraries?

OS3.1 setpatch is 40
OS3.9 BB2 setpatch is 44.38
OS3.1.4 setpatch is 45.15

Re: 68060 Required Software

Posted: 23 Apr 2019 22:43
by terriblefire
utri007 wrote: 23 Apr 2019 22:26 What if you just don't run setpatch?

I think that you have wrong version of setpatch compared to libraries?

OS3.1 setpatch is 40
OS3.9 BB2 setpatch is 44.38
OS3.1.4 setpatch is 45.15
Setpatch was installed by MMULib... so i dont know how I can have the wrong one.

Re: 68060 Required Software

Posted: 24 Apr 2019 12:20
by terriblefire
Just so we are working off the same page...

I installed the full MMUlib package with my cf card plugged into WinUAE. I emulated a CD32 with A600/A1200 IDE and Muscan found everything ok. It updated everything from MMU.library, cpu util and set patch.

I suspect the IDE region is getting cached still some how.

I’m not yet an expert on the 060 but I am asserting TCI during accesses to anything except fastram. There will be hardware issues here too and finding them is the trick.

Edit: muforce refuses to start until setpatches has run...it’s a little rude about it too :)

Re: 68060 Required Software

Posted: 24 Apr 2019 15:30
by alenppc
Your setpatch version is fine, I use the same one with my 3.1 installation.

The MMU.lib archive will patch the setpatch to allow it to load the 680x0 libraries. So far so good.
What's crashing it is the 68060.library for some reason.

That's where the issue lies because nothing will work correctly without the 68060.library.

Re: 68060 Required Software

Posted: 24 Apr 2019 18:09
by terriblefire
Ok i shall focus in on whats happening after setpatch runs.

Re: 68060 Required Software

Posted: 24 Apr 2019 19:40
by terriblefire
Ok i can tell the following...

If i boot with no startup-sequence, then loadwb i get a wb..

SetPatches seems to kill everything .. i get invalid disk sector errors.

I suspect i may need to mark the IDE region as non cacheable in the boot rom. Just working out how to do that.

Anyone with 68060 mmu experience?