Welcome, Guest. Please login or register.

Author Topic: MiniMig with AGA  (Read 318054 times)

Description:

0 Members and 31 Guests are viewing this topic.

Offline Belial6

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 568
    • Show only replies by Belial6
    • http://www.glasshead.net
Re: MiniMig with AGA
« Reply #734 from previous page: November 11, 2010, 09:46:38 PM »
I wouldn't get too worked up over the use of the word MiniMig.  Just as some might call an official (can it be official?) MiniMig an Amiga, I suspect that the term MiniMig will be used as common vanacular for any of the FPGA based Amiga compatibles.

I know, I look forward to the day when I can genericaly refer to this hobby's hardware as MiniMigs, and it's software as AROS.  I look forward to the day that 'Amiga' can be considered the old company that original built hardware fixed MiniMigs and wrote the original version of AROS.
 

Offline kolla

Re: MiniMig with AGA
« Reply #735 on: November 11, 2010, 10:21:54 PM »
Quote from: yakumo9275;590993
madcow did, the post above mine you quoted


Ah well... he wrote "the boards", referring to the FPGAArcade boards, and "the source code for Minimig-AGA" referring of the Minimig-AGA source code for the FPGAArcade. Nothing about some Minimig-AGA boards as far as I could understand.
B5D6A1D019D5D45BCC56F4782AC220D8B3E2A6CC
---
A3000/060CSPPC+CVPPC/128MB + 256MB BigRAM/Deneb USB
A4000/CS060/Mediator4000Di/Voodoo5/128MB
A1200/Blz1260/IndyAGA/192MB
A1200/Blz1260/64MB
A1200/Blz1230III/32MB
A1200/ACA1221
A600/V600v2/Subway USB
A600/Apollo630/32MB
A600/A6095
CD32/SX32/32MB/Plipbox
CD32/TF328
A500/V500v2
A500/MTec520
CDTV
MiSTer, MiST, FleaFPGAs and original Minimig
Peg1, SAM440 and Mac minis with MorphOS
 

Offline Darrin

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: May 2002
  • Posts: 4430
    • Show only replies by Darrin
Re: MiniMig with AGA
« Reply #736 on: November 11, 2010, 11:04:28 PM »
Quote from: mikej;590988
Not received the boards yet :(
I'm chasing it....

Yes, you can order from my site when the board has been tested.
Open source always.

I'll update you when I know myself!
Cheers,
Mike


Cheers for the update Mike.  :)
A2000, A3000, 2 x A1200T, A1200, A4000Tower & Mediator, CD32, VIC-20, C64, C128, C128D, PET 8032, Minimig & ARM, C-One, FPGA Arcade... and AmigaOne X1000.
 

Offline mikej

  • Hero Member
  • *****
  • Join Date: Dec 2005
  • Posts: 822
    • Show only replies by mikej
    • http://www.fpgaarcade.com
Re: MiniMig with AGA
« Reply #737 on: November 15, 2010, 11:12:24 AM »
Boards are on the delivery truck according to tracking :)
 

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: MiniMig with AGA
« Reply #738 on: November 15, 2010, 11:18:02 AM »
Quote from: mikej;591886
Boards are on the delivery truck according to tracking :)
Just in time for the new 68k build of AROS!

Offline nicholas

Re: MiniMig with AGA
« Reply #739 on: November 15, 2010, 11:24:19 AM »
Quote from: bloodline;591887
Just in time for the new 68k build of AROS!


I'm seriously considering getting one of these to hack AROS 68k on.

http://acp.atari.org
“Een rezhim-i eshghalgar-i Quds bayad az sahneh-i ruzgar mahv shaved.” - Imam Ayatollah Sayyed  Ruhollah Khomeini
 

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: MiniMig with AGA
« Reply #740 on: November 15, 2010, 11:48:54 AM »
Quote from: nicholas;591893
I'm seriously considering getting one of these to hack AROS 68k on.

http://acp.atari.org
I've looked at these before. The Coldfire is a really bad fit for Amiga... Ok we can now build AROS for the coldfire, so we can get AmigaOS functionality, but that doesn't magically make Amiga programs coldfire capable... There is a really good link on the Coldire wiki page that lists the differences between the coldfire and the 68k... It's pretty horrific... Coldfire software should run on a 68k, the reverse isn't true :(

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show only replies by Karlos
Re: MiniMig with AGA
« Reply #741 on: November 15, 2010, 11:51:47 AM »
68K compatibility on coldfire has improved in more recent cores, but you are still left with trap-and-emulate for various operations. Not sure what happened to those instructions where they were implemented but with different behaviour to the 68K; they were the real killer.
int p; // A
 

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: MiniMig with AGA
« Reply #742 on: November 15, 2010, 12:01:35 PM »
Quote from: Karlos;591903
68K compatibility on coldfire has improved in more recent cores, but you are still left with trap-and-emulate for various operations. Not sure what happened to those instructions where they were implemented but with different behaviour to the 68K; they were the real killer.
Sadly the mul instruction is still not 68k compatible... How can you trap that? :(

Offline Hattig

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 901
    • Show only replies by Hattig
Re: MiniMig with AGA
« Reply #743 on: November 15, 2010, 12:05:46 PM »
Quote from: bloodline;591902
I've looked at these before. The Coldfire is a really bad fit for Amiga... Ok we can now build AROS for the coldfire, so we can get AmigaOS functionality, but that doesn't magically make Amiga programs coldfire capable... There is a really good link on the Coldire wiki page that lists the differences between the coldfire and the 68k... It's pretty horrific... Coldfire software should run on a 68k, the reverse isn't true :(


Good lord, don't stop him porting AROS to this board - look at them running some form of Atari ST TOS operating system, we must stop their suffering.
 

Offline TCMSLP

  • Sr. Member
  • ****
  • Join Date: Sep 2008
  • Posts: 301
    • Show only replies by TCMSLP
    • http://www.coherer.net
Re: MiniMig with AGA
« Reply #744 on: November 15, 2010, 12:09:09 PM »
Whatever happened to the Elbox Dragon Coldfire?

http://elbox.com/news_04_12_17.html
A1200 50MHz 68030 16Mb, PCMCIA Ethernet, Indivision AGA MkIIcr
http://www.coherer.net Coherer: Electro!
 

Offline nicholas

Re: MiniMig with AGA
« Reply #745 on: November 15, 2010, 12:27:59 PM »
Quote from: bloodline;591902
I've looked at these before. The Coldfire is a really bad fit for Amiga... Ok we can now build AROS for the coldfire, so we can get AmigaOS functionality, but that doesn't magically make Amiga programs coldfire capable... There is a really good link on the Coldire wiki page that lists the differences between the coldfire and the 68k... It's pretty horrific... Coldfire software should run on a 68k, the reverse isn't true :(


Getting it running on these boards would be my first priority,  68k binary compatibility would come much later, if at all.

When you take into consideration that i've not written a line of 68k assembly for nigh on 15 years it would take quite a long time indeed! :)
“Een rezhim-i eshghalgar-i Quds bayad az sahneh-i ruzgar mahv shaved.” - Imam Ayatollah Sayyed  Ruhollah Khomeini
 

Offline nicholas

Re: MiniMig with AGA
« Reply #746 on: November 15, 2010, 12:33:54 PM »
Quote from: Karlos;591903
68K compatibility on coldfire has improved in more recent cores, but you are still left with trap-and-emulate for various operations. Not sure what happened to those instructions where they were implemented but with different behaviour to the 68K; they were the real killer.


The ACP guys are more qualified than I am to answer that. They've obviously come up with some way around it though. Quite what compatibility issues and/or performance hit their solution entails I'm not sure.
“Een rezhim-i eshghalgar-i Quds bayad az sahneh-i ruzgar mahv shaved.” - Imam Ayatollah Sayyed  Ruhollah Khomeini
 

Offline alexh

  • Hero Member
  • *****
  • Join Date: Apr 2005
  • Posts: 3644
    • Show only replies by alexh
    • http://thalion.atari.org
Re: MiniMig with AGA
« Reply #747 on: November 15, 2010, 12:48:36 PM »
Quote from: TCMSLP;591907
Whatever happened to the Elbox Dragon Coldfire?

As far as we know it had low compatibility and poor performance with a large percentage of software so they canned it.
 

Offline jj

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4052
  • Country: wales
  • Thanked: 2 times
  • Gender: Male
    • Show only replies by jj
Re: MiniMig with AGA
« Reply #748 on: November 15, 2010, 12:56:04 PM »
They only managed to get it running about same speed as 040/25 with some software as far as I remember.
 
Still waiting for the Shark, AOS4 been out for ages now :)
“We don't stop playing because we grow old; we grow old because we stop playing.” - George Bernard Shaw

Xbox Live: S0ulA55a551n2
 
Registered MorphsOS 3.13 user on Powerbook G4 15"
 

Offline mikej

  • Hero Member
  • *****
  • Join Date: Dec 2005
  • Posts: 822
    • Show only replies by mikej
    • http://www.fpgaarcade.com
Re: MiniMig with AGA
« Reply #749 on: November 15, 2010, 09:53:14 PM »
Got the boards!
I'll put some pics up on http://www.fpgaarcade.com asap.