Welcome, Guest. Please login or register.

Author Topic: Looking for a 68060 with FPU & MMU  (Read 10024 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Cosmos AmigaTopic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 954
    • Show all replies
    • http://leblogdecosmos.blogspot.com
Looking for a 68060 with FPU & MMU
« on: July 31, 2014, 09:10:06 AM »
I'm looking for a cheap 68060 with MMU & FPU idealy a rev6...

A rev1 is ok too...

It's for a gift to SpeedGeek who have no money and work hard for the Amiga community...


Thanks,



:)

Offline Cosmos AmigaTopic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 954
    • Show all replies
    • http://leblogdecosmos.blogspot.com
Re: Looking for a 68060 with FPU & MMU
« Reply #1 on: July 31, 2014, 09:19:45 AM »
Remember :

Maskset 01F43G = 0.60µm => rev1
Maskset 01G65V = 0.60µm => rev2
Maskset 02G59Y = 0.60µm => rev3 (LC/EC only)
Maskset 74E41J = 0.42µm => rev5
Maskset 71E41J = 0.32µm => rev6



(WARNING ON EBAY WITH UTSOURCE AND 68060RC60 : FAKE, I PURCHASED TWO, AND RETURNED = 68LC060 REBADGED WITHOUT FPU)



:)

Offline Cosmos AmigaTopic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 954
    • Show all replies
    • http://leblogdecosmos.blogspot.com
Re: Looking for a 68060 with FPU & MMU
« Reply #2 on: July 31, 2014, 04:18:11 PM »
Quote from: matthey;769994
I have a spare rev 1 01F43G XC68060RC50 (RC=MMU+FPU) that is out of a working accelerator. I believe I overclocked it to 60MHz before I got my rev 6 68060. I live close to SpeedGeek so the shipping would probably only be 2-4 days.


Thanks from and for him !!

So, I'll send him one of my 040/060 adapter for his A3640...


Quote from: matthey;769994

I would trade for a set of 4 Lattice GAL16V8 10ns Low Heat for Amiga 3000D shipped to me in Kansas, U.S.A.

U701 = the IC with 1 white dot
U202 = the IC with 2 white dots
U203 = the IC with 3 white dots



Ok, free for you too ! Just let me you address in MP !



:)

Offline Cosmos AmigaTopic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 954
    • Show all replies
    • http://leblogdecosmos.blogspot.com
Re: Looking for a 68060 with FPU & MMU
« Reply #3 on: August 01, 2014, 05:44:15 PM »
@SpeedGeek & @Matthey

Gifts shipped !




:)

Offline Cosmos AmigaTopic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 954
    • Show all replies
    • http://leblogdecosmos.blogspot.com
Re: Looking for a 68060 with FPU & MMU
« Reply #4 on: August 02, 2014, 04:49:31 AM »
Quote from: mechy;770089
Utsource is the typical chinese chip peddler, they check/verify nothing and sell many fakes. I have seen them sell used pulls of chips as new that had the pins HASL(hot air solder leveled) to look somewhat new. Its estimated over 44% of chips out there are counterfeit/fakes now.

I clearly warned UTSource about theses fake 68060, but they continue to sell them on eBay... Unbelievable... No Fpu into = 68LC060

This one fake I received from UTSource :

Offline Cosmos AmigaTopic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 954
    • Show all replies
    • http://leblogdecosmos.blogspot.com
Re: Looking for a 68060 with FPU & MMU
« Reply #5 on: August 02, 2014, 09:12:01 AM »
Quote from: matthey;770080
FPU initialization code is possible that supports all 68881-68060 FPUs. This is what we did for the vbcc compiler which needs no patching:

__fpu_init:
     clr.l -(sp)
     clr.l -(sp)
     clr.l -(sp)
     frestore (sp)
     lea (12,sp),sp
     rte


No, we only need to disable the Fpu with these 040-060 adapters...


I tired to write "040-060 adapters", it's lame...

Need to find a name for them !

Any suggestions welcome ! Please, go go go...


I start :

ThunderDrome 060 ?
WaspNest 060 ?
EaglesRoad 060 ?






:)

Offline Cosmos AmigaTopic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 954
    • Show all replies
    • http://leblogdecosmos.blogspot.com
Re: Looking for a 68060 with FPU & MMU
« Reply #6 on: August 02, 2014, 11:18:53 AM »
Quote from: Cosmos;770113

move.l $0010.w,d2
lea _nofpu_060(PC),a0
move.l a0,$0010.w
moveq #2,d1
movec PCR,d0
and.l   d1,d0            ; 2 = %0010
cmp.l   d1,d0
beq.b _nofpu_060
fnop
movec d1,PCR            ; = disable the 060 Fpu
_nofpu_060
move.l d2,$0010.w


This routine should works on every 68k : coders, it's ok ?



:)

Offline Cosmos AmigaTopic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 954
    • Show all replies
    • http://leblogdecosmos.blogspot.com
Re: Looking for a 68060 with FPU & MMU
« Reply #7 on: August 02, 2014, 11:50:47 AM »
Hey, zero system mounted here : this code is for the very first line of the exec.library

Offline Cosmos AmigaTopic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 954
    • Show all replies
    • http://leblogdecosmos.blogspot.com
Re: Looking for a 68060 with FPU & MMU
« Reply #8 on: August 13, 2014, 06:22:05 PM »
Super !

You can push 68060 rev1 at 60 Mhz : this will give you a +20% extra CPU power !!

A small fan glued on one side will help a lot to dissipate the heat into your A3000D desktop...




:)

Offline Cosmos AmigaTopic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 954
    • Show all replies
    • http://leblogdecosmos.blogspot.com
Re: Looking for a 68060 with FPU & MMU
« Reply #9 on: August 17, 2014, 05:09:36 AM »
@NorthWay

Again, we are at the first top lines of the exec.library... Zero system mounted...

Remember : the goal is to disable the Fpu with a 68000/010/020/030/040/EC/LC compatibility...



:)

Offline Cosmos AmigaTopic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 954
    • Show all replies
    • http://leblogdecosmos.blogspot.com
Re: Looking for a 68060 with FPU & MMU
« Reply #10 on: February 24, 2016, 03:38:25 PM »
Good luck !!



:)

Offline Cosmos AmigaTopic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 954
    • Show all replies
    • http://leblogdecosmos.blogspot.com
Re: Looking for a 68060 with FPU & MMU
« Reply #11 on: October 08, 2016, 06:23:12 AM »
Quote from: SpeedGeek;814958
OK, episode #4 of A3660 overclocking is completed!

Unfortunately, SysSpeed becomes less accurate at higher clock speeds so I have included a Scout result as well.

The CLK_D4 GAL signal BGACK_040 is now connected to VCC. This always  runs the mobo at the 1/4x clock speed. Also, more A3000 mobo and CLK90  timing mods were made to keep the following clocks skew compensated and  stable:

68060 CPU = 80MHz
A3640 logic = 40MHz*
A3000 mobo = 20MHz

Note: Considering that the A3000 is a timing intolerant beast  overclocking the mobo to 40MHz was not a practical consideration here.

*A3640 state machine mod required


Fantastic !

Will works on the A4000 ?



:)