Welcome, Guest. Please login or register.

Author Topic: Is the Amiga architecture still relevant today?  (Read 22042 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline AmigaHeretic

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 821
    • Show all replies
Re: Is the Amiga architecture still relevant today?
« on: August 15, 2009, 07:32:48 PM »
Quote from: kvasir;519336
As far as integrating GFX/Audio w/ DMA on the motherboard, even most modern x86 boards do this, with a bypass ability to upgrade, which the Amiga didn't really have.


Yeah, but there are lots of different motherboard chipsets, not to mention NVIDIA vs ATI chipset.  So trying to hardware bang like the old days and spread you code is much harder not to mention the complexity of the newer hardware.

What might be cool is like a base line spec (like A500 was sort the base line for a long time)  

Now, DirectX is pretty much the base line these days.  You right your code to that and then it takes care of what ever hardware you're on.  Or OpenGL might be similar.


The question would be would it be relevant to have a base line hardware spec (like A500) instead of a software one like D3D?  

Basically, either one motherboard is chosen and all software is written for that or you come up with a spec and all hardware is made to that spec.  


I'm guessing most the hardware banging days are gone.  Evertyhing abstracted through software is much easier to program to.  And there is so much power it hardly makes sense to do it any other way these days.
A3000D (16mhz, 2MB Chip, 4MB Fast, SCSI (300+MB), SuperGen Genlock, Kick 3.1)
Back in my day, we didn\'t have water. We only had Oxygen and Hydrogen, and we\'d just have to shove them together.
 

Offline AmigaHeretic

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 821
    • Show all replies
Re: Is the Amiga architecture still relevant today?
« Reply #1 on: August 15, 2009, 07:37:45 PM »
Quote from: hayashi;519335
I honestly haven't much of a clue, but I'm sure that a custom-chip approach like the Amiga's would still have its uses today.



I think they are still relevent today.  They are called the Wii, PS3, XBox 360...

These are basically like the A500.  A Wii is a Wii is a Wii.  You could write a hardware banging demo and know it will work on ALL the Wii's out there.

Problem is they are not like the Amiga in that anyone could program for an Amiga.  You weren't locked out of the hardware like most of these systems.
A3000D (16mhz, 2MB Chip, 4MB Fast, SCSI (300+MB), SuperGen Genlock, Kick 3.1)
Back in my day, we didn\'t have water. We only had Oxygen and Hydrogen, and we\'d just have to shove them together.