Amiga.org

Amiga.org (http://www.amiga.org/forums/index.php)
-   General chat about Amiga topics (http://www.amiga.org/forums/forumdisplay.php?f=18)
-   -   Why no Amiga equiv to Firebee? (http://www.amiga.org/forums/showthread.php?t=60771)

blakespot 02-16-2012 12:03 PM

Why no Amiga equiv to Firebee?
 
Why is there no Coldfire-based Amiga project underway, like the Firebee that the Atari ST folks have going?

http://www.youtube.com/watch?v=vGHCi6gBj8c

Or...is there?




bp

gaula92 02-16-2012 12:10 PM

Re: Why no Amiga equiv to Firebee?
 
We've Minimig, FPGA-Arcade and someday Natami. So yes, there are plenty similar options for far less money and... well, Amiga, not AtariST, wich is better itself like it was in the 80's :D

blakespot 02-16-2012 12:24 PM

Re: Why no Amiga equiv to Firebee?
 
Still, the extended rez / colors on a 68000-based unit are pretty sweet:

http://www.youtube.com/watch?v=HURSMZg98ZE



bp

SamuraiCrow 02-16-2012 12:31 PM

Re: Why no Amiga equiv to Firebee?
 
Quote:

Originally Posted by blakespot (Post 680715)
Why is there no Coldfire-based Amiga project underway, like the Firebee that the Atari ST folks have going?

The NatAmi team investigated the Coldfire project years ago and discarded it because it wasn't sufficiently compatible with the 68060. That's why the NatAmi team is working on the N68050 softcore and the FPGArcade Replay board has a softcore also.

Boot_WB 02-16-2012 01:09 PM

Re: Why no Amiga equiv to Firebee?
 
And not forgetting the Elbox Dragon!












/Straight face

DCAmiga 02-16-2012 01:27 PM

Re: Why no Amiga equiv to Firebee?
 
Quote:

Originally Posted by blakespot (Post 680721)
Still, the extended rez / colors on a 68000-based unit are pretty sweet:

http://www.youtube.com/watch?v=HURSMZg98ZE



bp

Although Natami is still viporware, it is the closest thing (probably better) we will get to firebee.
Most progress is keep quiet, but they do give glimpses into their work.
This picture below is taken from Rune Stensland with a Native Amiga Screen mode at H=2040 x W=1280 ?? (cant make it out).
It has 256 colors but following the thread they mention Natami is 24bit color (16 million), the screen mode software hasnt been written for it yet :)
Rune also says his Natami boots from a CF card into workbench in 2 seconds.

http://a5.sphotos.ak.fbcdn.net/hphot...45499285_n.jpg
Threads:
http://www.natami.net/knowledge.php?...0&x=0&z=q3T2Ea
http://www.natami.net/knowledge.php?...526&order=&x=1

billt 02-16-2012 01:59 PM

Re: Why no Amiga equiv to Firebee?
 
http://eab.abime.net/showthread.php?t=55590

Iggy 02-16-2012 02:03 PM

Re: Why no Amiga equiv to Firebee?
 
Quote:

Originally Posted by Boot_WB (Post 680727)
And not forgetting the Elbox Dragon!

/Straight face


Any...day...now...

Iggy 02-16-2012 02:09 PM

Re: Why no Amiga equiv to Firebee?
 
Quote:

Originally Posted by blakespot (Post 680715)
Why is there no Coldfire-based Amiga project underway, like the Firebee that the Atari ST folks have going?

Simple.
Because the Freescale Coldfire processor family is not completely compatible with the 68000.
Many instructions and addressing modes are not present are other operate differently then they do on the 68K.
These differences require software traps that limit the efficiency of the Coldfire while it tries to emulate a 68K.

That's why the Natami uses a real 68060 or an FPGA emulated 68K CPU.

Matt_H 02-16-2012 05:52 PM

Re: Why no Amiga equiv to Firebee?
 
Quote:

Originally Posted by Iggy (Post 680738)
Simple.
Because the Freescale Coldfire processor family is not completely compatible with the 68000.
Many instructions and addressing modes are not present are other operate differently then they do on the 68K.
These differences require software traps that limit the efficiency of the Coldfire while it tries to emulate a 68K.

That's why the Natami uses a real 68060 or an FPGA emulated 68K CPU.

Does anyone know? Have the Atari guys figured out how to make an efficient emulator, or are they taking the performance hit? Or does the Atari use fewer of the 68K instructions that aren't a part of the ColdFire?

(Serious questions - I know close to zero about the Atari)

kickstart 02-16-2012 07:10 PM

Re: Why no Amiga equiv to Firebee?
 
TOS is still crap but atari scene worry about their machines more than (the dissapeared) amiga scene.

itix 02-16-2012 11:16 PM

Re: Why no Amiga equiv to Firebee?
 
@Matt_H

It is not 100% compatible. It looks like they are going to patch all software they run on that board.

http://www.atarimusic.net/component/...uilt-for-music

Btw it seems they are very capable developers and there are more resources than in an Amiga community.

bloodline 02-17-2012 01:28 AM

Re: Why no Amiga equiv to Firebee?
 
Piru wrote a nice report on the state of coldfire compatibility with the 68000 it is worth reading (sorry I can't remember the link). But basically, it will still need an emulator to run Amiga software, at which point you would probably consider a fast more modern processor.

I'm finding it hard to be impressed with seeing TOS at various resolutions... I installed GEM on my old PC years ago and I felt like I was using an ST... :)

matthey 02-17-2012 02:19 AM

Re: Why no Amiga equiv to Firebee?
 
Quote:

Originally Posted by itix (Post 680774)
@Matt_H
It is not 100% compatible. It looks like they are going to patch all software they run on that board.

I have read that they patch binaries at run time before they start. It works well enough for 1 Atari compiler but not the other which generates many instructions that need patching. This type of patching would never be 100% on the Amiga because it is difficult to identify small amounts of data as code or data. It's also time consuming on startup. It looks like it's not possible to only trap instructions on the fly. Some problems would be rems/remu using the same encoding as divsl/divul and byte/word sized stack writes being padded to 4 byte alignment (68k is 2 byte alignment).

I think the Natami team made the right choice in going the fpga enhanced 68k with ColdFire route. The ColdFire has some useful additional instructions that increase speed and code density. The ColdFire dropped some powerful 68k instructions and addressing modes that hurt code density. A 68k plus ColdFire CPU will be more powerful than 68k or ColdFire alone with the best code density in the industry while allowing the majority of 68k and ColdFire programs to be used.

Abu the monkey 02-17-2012 05:25 PM

Re: Why no Amiga equiv to Firebee?
 
+1

I think, and this is only my opinion, what the guy's are doing with the natami softcore will be of far more constructive/compatable with the 68k stuff that we know and love...

@ all

on another thought (I've had a drink now) do we want a computer or a games machine?


All times are GMT -6. The time now is 05:15 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Amiga.org and the AO logo are copyright 1995 - 2012, DFX Partners, Amiga.org was created by Wayne Hunt
Ad Management plugin by RedTyger