Slashdot Mirror


A New Amiga Will Go On Sale In Late 2017 (theregister.co.uk)

An anonymous reader quote the Register: The world's getting a new Amiga for Christmas. Yes, that Amiga -- the seminal Commodore microcomputers that brought mouse-driven GUIs plus slick and speedy graphics to the masses from 1985 to 1996... The platform died when Commodore went bankrupt, but enthusiasm for the Amiga persisted and various clones and efforts to preserve AmigaOS continue to this day. One such effort, from Apollo Accelerators, emerged last week: the company's forthcoming "Vampire V4" can work as a standalone Amiga or an accelerator for older Amigas... There's also 512MB of RAM, 40-and-44-pin FastIDE connectors, Ethernet, a pair of USB ports and MicroSD for storage [PDF]. Micro USB gets power to the board.
A school in Michigan used the same Amiga for 30 years. Whenever it broke, they actually phoned up the high school student who original set it up in 1987 and had him come over to fix it.

185 comments

  1. My 3rd computer was an Amiga by chuckugly · · Score: 3, Interesting

    My 3rd computer was an Amiga back in the late 1980s. Good machine, had some really good concepts for the time, and it was great to learn programming on.

    1. Re:My 3rd computer was an Amiga by Doctor_Jest · · Score: 2

      680x0 Assembly was elegant, intuitive, and a crap-ton better than Intel's nonsense. :)

      --
      It's the Stay-Puft Marshmallow Man.
    2. Re:My 3rd computer was an Amiga by ShanghaiBill · · Score: 3, Insightful

      680x0 Assembly was elegant, intuitive, and a crap-ton better than Intel's nonsense. :)

      But there is a reason it is no longer used much. A single instruction could generate up to six page faults. The 68k put the C in CISC.

    3. Re:My 3rd computer was an Amiga by Anonymous Coward · · Score: 0

      and the x86 couldn't, and then some?
      Didn't the x86 (to pick randomly) have a single-instruction block move? I do believe it did because I used it when asm'ing on a 286
      (nb. the Alpha's ISA was beautiful IMO)

    4. Re:My 3rd computer was an Amiga by Anonymous Coward · · Score: 1

      But there is a reason it is no longer used much. A single instruction could generate up to six page faults. The 68k put the C in CISC.

      That isn't the reason why it isn't used much anymore.

      Number of page faults generated in total doesn't have much to do with architectures. If you try to do the same thing on x86 you will get just as many page faults but spread out over more instructions.
      The main reason 68k assembly isn't used anymore is because ARM is a cheaper design than ColdFire and in most cases where they were competing the controller didn't even have cache.

      It's a bit of a shame really. While ARM assembly is a bit nicer than x86 it is still hard to beat 68k.
      For people who are going to start programming I would even recommend 68k assembly over most high level languages.
      It is simple and the side effects are few. It is easy to see that the computer just follows instructions and doesn't to any magic.

    5. Re:My 3rd computer was an Amiga by Anonymous Coward · · Score: 1

      > Number of page faults generated in total doesn't have much to do with architectures. If you try to do the same thing on x86 you will get just as many page faults but spread out over more instructions.

      Ur missing the point, totally. Resuming or restarting instructions complicates things, and the more resume/restarts one instruction can have, the more complex that single instruction gets. It does matter.

    6. Re:My 3rd computer was an Amiga by dfghjk · · Score: 1

      "It does matter." But not to why it is no longer used much.

      68k lost because it did not remain performance-competitive. It was a CISC processor that did not have the benefit of a huge software base that could fund its continued development. Motorola/Freescale lacked the engineering talent to overcome the challenges required and chose instead to focus development on the 88k family that was far more modern. That family was also a failure and Moto lucked into the gift of the PowerPC family from IBM (who did have the talent) but immediately squandered that good fortune with the same lack of talent that doomed the others.

      68k failed because Moto's engineering and marketing sucked, not because of instruction complexity. Intel survived, after all, and not because of elegant instructions.

    7. Re:My 3rd computer was an Amiga by Anonymous Coward · · Score: 2, Insightful

      It isn't used much any more because it was beaten by x86, three times:

      First, it lost to the x86 because x86 is assembly-source-code compatible with the 8080, making it easy to port CP/M software to PC/MS-DOS, giving the IBM PC a huge advantage over any 68k-based system in the early '80s, giving that platform a momentum which it never lost.

      Second, it lost to x86 because Intel was able to pump far more money into developing their architecture than Motorola was able to spend on theirs (see my first point!), so despite x86 being weird and inefficient, Intel eventually managed to develop it to the point where they were beating 68k on raw performance; IIRC it was the Pentium that finally buried 68k in terms of speed.

      Third, x86 beat 68k even worse, and started beating even the best RISC architectures, when clock speeds got so fast that the memory-to-CPU bottleneck became the determining factor of PC performance, and that bizarre-but-compact x86 instruction encoding became a major advantage.

      Nobody cares about that extreme case of six page faults. For one thing, on architectures that don't have this behavior, that same instruction would cause a segfault, and even on 68k, every halfway sane compiler avoids that nonsense by aligning variables to natural boundaries.

    8. Re:My 3rd computer was an Amiga by Anonymous Coward · · Score: 1

      Yes, it was simple (threadbare? if you insist) and specifically designed to be. I prefer complexity in the software, not the hardware. Teh compiler takes the slack - the hardware was designed *with the compiler writers*, as a group. With, not after. Yes, and long trap shadows were a pain and made instruction-synchronous later, but yes, it was designed for speed. And the initial lack of stores less than 32 bits were complained about also. I get that.
      >You were asm'ing?
      What else do you want me to say?
      >REP MOVSW
      yep, and it was 30 years ago and I don't claim expertise.
      The fact that it may (I can't remember) have needed some other setup changes nothing - one instruction kicked off a mass block move. The end.

    9. Re:My 3rd computer was an Amiga by Megane · · Score: 5, Informative

      The real, real reason that 68k isn't used anymore is that Motorola fell for the PowerPC meme. 88K was supposedly a pretty decent architecture, and they killed both at the same time. Coldfire was just the scraps of 68K for the embedded market. Apple switched architectures twice because Motorola couldn't stay interested in making high-end desktop CPUs.

      The x86 instruction set was horrible, and Motorola could have used the same tricks on 68K that kept x86 going so long.

      But really, the root cause reason that 68k isn't used anymore happened in 1981 or so when IBM picked the 8088. There are various legends about what happened, but the most coherent intersection of them that I have been able to deduce is that Intel wanted the 68008 (because the 8-bit bus would let them make a cheaper system), Motorola didn't want to commit to their deadline, Intel went with the 8088, and then Motorola had the 68008 out by the deadline anyhow. It surely didn't help any that at the time (as related in the DTACK-Grounded newsletter), Motorola's marketing group really only wanted to sell the 68K for $10,000+ Unix systems, and couldn't be bothered with embedded or consumer customers.

      --
      #naabhaprzrag, #sverubfr-000, #agi-fcbafberq, negvpyr[pynff*=' negvpyr-ary-'] { qvfcynl: abar !vzcbegnag; }
    10. Re:My 3rd computer was an Amiga by K.+S.+Kyosuke · · Score: 1

      A single instruction could generate up to six page faults.

      I'd be surprised if x86 couldn't do the same nowadays in extreme cases.

      --
      Ezekiel 23:20
    11. Re:My 3rd computer was an Amiga by thinkwaitfast · · Score: 2

      there is a reason it is no longer used much.

      Because Motorola would not budge on price when IBM came to them wanting to use it in their new "PC", while second choice Intel would.

    12. Re:My 3rd computer was an Amiga by chuckugly · · Score: 1

      Perhaps it's ironic, but after using assembly on the Amiga I got a 286 PC, looked at the instruction set, and then learned C back on the Amiga. Ironic because that's the best language choice I ever made, but motivated by loathing.

    13. Re:My 3rd computer was an Amiga by Darinbob · · Score: 1

      Personally, I like the Thumb2 architecture in ARMs.

    14. Re:My 3rd computer was an Amiga by toejam13 · · Score: 1

      Many of the worst issues with x86 assembly were resolved with the 386. The instruction set was more orthogonal and the memory layout was simpler to use. That said, there are three things I wish that Intel or AMD had included with the 386:

      1) a couple more address base registers (ie, EAB, ECB, EDB) so we didn't have to borrow general purpose registers for address indirect ops, or just add more GPRs like they did with AMD64 and the Z8000
      2) support for index and displacement address modes with the CALL instruction so that proper call tables could be used (ie, CALL EDB+_FuncOffset)
      3) deprecate the direction flag for the ability to specify the direction in a string op itself (ie, MOVSDI/MOVSDD or MOVSD [EDI++],[ESI--])

    15. Re:My 3rd computer was an Amiga by Doctor_Jest · · Score: 1

      It failed because Moto abandoned it to go mobile. Sometimes the crappier product wins. (x86)...

      --
      It's the Stay-Puft Marshmallow Man.
    16. Re:My 3rd computer was an Amiga by Doctor_Jest · · Score: 1

      The 68000 came out in 1980. It and Motorola weren't hobbled by "100% backwards compatibility" something Intel was with their dysfunctional relationship with Microsoft. But that aside, sure the 386 fixed some, but not all, of the issues with x86 assembly. It would take many more years to do even a little bit better (no pun intended). If Motorola hadn't PPC/mobile abandoned the 68000 architecture, who knows where we'd be? (Hindsight is 20/20, but we're projecting too much to think Motorola wouldn't have been at least a player in the 64-bit world and beyond...)

      --
      It's the Stay-Puft Marshmallow Man.
    17. Re:My 3rd computer was an Amiga by Anonymous Coward · · Score: 0

      It and Motorola weren't hobbled by "100% backwards compatibility" something Intel was with their dysfunctional relationship with Microsoft.

      Huh? What relationship did Intel and Microsoft have? MS didn't make hardware at that time.

    18. Re:My 3rd computer was an Amiga by tlhIngan · · Score: 1

      Because Motorola would not budge on price when IBM came to them wanting to use it in their new "PC", while second choice Intel would.

      Actually, because the 68000 wasn't in production yet when IBM came around. Motorola had sample chips, but they weren't production ready (The 68000 was in production in November, 1980. The IBM PC launched in August, 1981).

      Whereas the 8088 was long ready and in production, so IBM could get it all done in 12 months. The 68000 would be 3 months into the IBM design before it was ready for production.

    19. Re:My 3rd computer was an Amiga by trampel · · Score: 1

      DTACK Grounded newsletter ... wow, that brings back fond memories about cutting edge algorithms from the FNE, printed on red paper to thwart copying ...

  2. Recipe... by null+etc. · · Score: 5, Funny

    This approach is a recipe for failure.

    One of the smartest people I know used to program emulators in FPGA. He programmed emulators for everything: TRS-80, TI-99/4A, Sinclair 1000, PDP-8, PDP-11, IBM zSeries, Cray, you name it. He eventually started doing contracts for major government contractors such as Boeing, Lockheed Martin, etc., and often for $200K to $600K a pop. He was very well respected in that community, and knew how to get around most of the problems inherent in FPGA emulation.

    Anyways, he was paid to do a few contracts for Amiga computers, and had the most trouble with them. Apparently, their custom, decentralized architecture introduced severe "resolution artifacts" (his words, not mine) into any emulated FPGA bus. Another huge problem was something that had to do with feedback loops introduced by eddy currents caused by some of the FPGA parallelization circuits that came about due to optimization algorithms for the silicon etching process.

    At the end of the day, he was very, very close to solving all of these problems, and he went outside to walk to the local 7-11 to get a Mountain Dew to refresh his energy. He crossed the wrong basketball court, however, and some local residents started getting into a beef with him, causing a lot of trouble. Those guys were clearly up to no good. End of story, his mother was afraid he'd get into more trouble in his neighborhood (after all, Philadelphia has one of the highest homicide rates in the country), so she sent him to live with his aunt in California. He took a cab to his aunt's house when he arrived at the airport, and was inspired by a pair of dice he saw hanging from the cabbie's review mirror. He thought to himself, "Life is a gamble, why waste time solving FPGA bus problems for antiquated architectures?" and gave it up in an instant. "Smell you later, dude!" he said, and sold all of his FPGA patents the next day.

    1. Re:Recipe... by gumbi+west · · Score: 3, Insightful

      Wait, Will Smith used to write emulators?

    2. Re:Recipe... by Anonymous Coward · · Score: 0

      +1 Fresh, yo. -PCP

    3. Re:Recipe... by Doctor_Jest · · Score: 1

      I knew Will Smith was good with the ladies... but FPGA's? No wonder he's a Scientologist. :)

      --
      It's the Stay-Puft Marshmallow Man.
    4. Re: Recipe... by aliquis · · Score: 1

      The current vampires I don't think accelerate all of the old stuff / the whole machine but they do have additional video modes and such so if there's any truth to your story if they doesn't implement it all it may be without those issues but less compatible.

      Now for a full machine rather than expansion I would assume they will actually implement it all plus much more considering the extra capability.

      Their accelerators still run m68k but are very fast vs "even" a real m68060.

    5. Re:Recipe... by Anonymous Coward · · Score: 1

      Well, you know how it is about those eddy currents. They're never going to give up, they're never going let down, they just run around in the desert. No wonder he cried and said goodbye, he had to lie down because it hurt so much.

    6. Re:Recipe... by Anonymous Coward · · Score: 0

      There must be a Will Smith writing emulators.

    7. Re:Recipe... by chispito · · Score: 1

      You're confusing FPGA with FPBA.

      --
      The Daddy casts sleep on the Baby. The Baby resists!
    8. Re: Recipe... by Anonymous Coward · · Score: 0

      amiga fpga emulators exist already(for mist) and the modern amiga accelerator cards use fpga cores already so.. well.. its a solved problem already. vampire cards are already almost a full amiga.

  3. Loved my amiga. by Maxo-Texas · · Score: 3, Interesting

    It was a wonderful machine.

    Great archictecture. I wrote "Spppaaaacee Acccce" (aka Space War) and got sued by Don Bluth for using the name (had no idea about the animated dragon's lair type game.

    Loved the implementation of Mech Force . We had 3 people buy amigas just to play that game on the amiga.

    Then it was ruined when ported to the PC as "Titans".

    --
    She was like chocolate when she drank... semi-sweet at first and then increasingly bitter.
    1. Re:Loved my amiga. by PopeRatzo · · Score: 2

      I wrote "Spppaaaacee Acccce" (aka Space War) and got sued by Don Bluth for using the name (had no idea about the animated dragon's lair type game.

      Thank you for your service.

      I loved my Amiga, but now it's time for me to put aside childish things and have a computer that has more than 512mb of RAM. But I will forever remember fondly those days.

      --
      You are welcome on my lawn.
    2. Re:Loved my amiga. by Doctor_Jest · · Score: 1

      That's why you got one of these:

      http://amiga.resource.cx/photo...

      No ram issues. :) And with an A500+, you got 1MB of chip ram. :)

      --
      It's the Stay-Puft Marshmallow Man.
    3. Re: Loved my amiga. by aliquis · · Score: 1

      The Amiga 500 had 512 kB of it.

      512 MB for an Amiga is a lot. Sure for a modern Web browser and 8k video editing maybe not but ...

    4. Re: Loved my amiga. by Anonymous Coward · · Score: 0

      The first thing most ppl did was buy the expansion.

        I'm just selling mine today btw. Coincidence? I think not!

    5. Re: Loved my amiga. by Anonymous Coward · · Score: 0

      A friend (and his parents) had an Amiga 1000 with the 256K expansion that brings it to 512K. I think this was the really universal expansion.

      Atari had the 260ST, a rare and useless variant. They might have upgraded all of them to 512K before selling them.

    6. Re: Loved my amiga. by Doctor_Jest · · Score: 1

      I got the extra 512k for Druid 2. You could have music and sound effects if you upped your fast ram. :)

      --
      It's the Stay-Puft Marshmallow Man.
  4. Kind of expensive by Stormwatch · · Score: 2

    The PDF says it will probably cost more than the current models, which go for ~$300 or more. Kind of expensive when you could easily get a modern PC for about the same price. I mean, it's not an absurd price, but definitely niche stuff.

    1. Re:Kind of expensive by MBGMorden · · Score: 1

      Indeed. Honestly - I'd be more interested in an Amiga OS for something like a Raspberry Pi. Compared to the original Amiga hardware those $25 boards are like a darned super computer.

      Even if they came up with their own board, it's got to be something in that $25-50 price range if they want people to really "play" with it. At hundreds of dollars the only people who are going to get it are people fondly remembering the Amiga - a demographic that is shrinking every day.

      I never owned an Amiga (I did have a Commodore 128 but I jumped straight to PC's after that), but curiosity alone isn't going to get me to pay that much.

      --
      "People who think they know everything are very annoying to those of us who do."-Mark Twain
    2. Re:Kind of expensive by Lord+Kano · · Score: 1

      I always wanted an Amiga. Recently I started looking into buying some old hardware on Ebay and the prices put them beyond what I was willing to pay.

      I'm not spending that kind of money on a 30 year old computer.

      LK

      --
      "Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
    3. Re: Kind of expensive by aliquis · · Score: 1

      The vampire cards are like supercomputers measured by old standards too.

      And it's not really the old hardware since its FPGA but acting like it + more + faster.

      But basically it's an alternative to a real amiga + replace all caps + the accelerator card + maybe mod case for USB and so on.

    4. Re:Kind of expensive by dbIII · · Score: 1

      There's Morphos out there. It will run on the powerpc imacs that are not all that ancient yet and possibly a few other things.
      Some of tiny little powerpc macbooks are probably as fast as some reasonably recent netbooks if not quite up to Raspberry Pi speed.

    5. Re:Kind of expensive by Anonymous Coward · · Score: 0

      I think it's fair to say that it has space for the KICKSTART ROM; when you say it's niche stuff, all I can say is..
      DUH.

      it's for the Amiga fan market. it's not for the general PC market.

      And the hard part isn't emulating the m68k chip - that's borderline trivial - but rather all the custom chips. Running all those old programs that used COPPER tricks, the mouse that was that smooth.. all of it. And not some clumsy VGA emulation, but genuine..

      Yeah. Not for people looking for a computer, but for people looking to re-create their childhood.

    6. Re:Kind of expensive by Anonymous Coward · · Score: 0

      You're right, doing it on a Raspberry Pi would be boringly easy... except it wouldn't be any better than running UAE on a x86 PC.

      And Amiga OS ported to ARM? Without Angus and Denise the video just won't be the same, and without Paula, how can you do the audio? You might as well just run UAE on a Raspberry Pi. And really, it's at least as much about running the games and demos (which generally use more hardware services than OS services anyway) than running Workbench and the basic operating system.

      Or just run Acorn RISC OS on the Pi if you want to run old OSs..

    7. Re: Kind of expensive by Anonymous Coward · · Score: 0

      It's Agnes, not Angus you MacGyver's balls-sucking faggot. Go die in a fire.

    8. Re: Kind of expensive by Anonymous Coward · · Score: 0

      > It's Agnes, not Angus you MacGyver's balls-sucking faggot. Go die in a fire.

      Oh rly?

    9. Re:Kind of expensive by Anonymous Coward · · Score: 0

      Indeed. Honestly - I'd be more interested in an Amiga OS for something like a Raspberry Pi.

      It's called AROS, and there is a Raspberry Pi port available.

    10. Re:Kind of expensive by drinkypoo · · Score: 1

      It's too bad the mouse hardware itself was so crap. A friend hacked a serial mouse into an Amiga mouse for me once, but it wasn't a particularly good mouse to start with. Of course, these days you can just get a USB converter... but I think I will probably hack another mouse, if I can find a decent ball mouse to start with. I'm going to the flea market today... the same flea where I found my DSS8+

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    11. Re:Kind of expensive by drinkypoo · · Score: 1

      There's Morphos out there. It will run on the powerpc imacs that are not all that ancient yet and possibly a few other things.

      It's a pity that it doesn't run on the last PPC iMac, because I actually have one of those :p

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    12. Re: Kind of expensive by Anonymous Coward · · Score: 0

      Check out Amibian- an Amiga specific build of Raspbian for Raspberry Pi. I have OS 3.9 installed and it runs most things

    13. Re: Kind of expensive by thinkwaitfast · · Score: 1

      That's strange... I remember it as Agnes also. And there was Daphne and another. Wikipedia now says Denise. I could be mixing it up with the Atari ST as I followed both very carefully through development.

    14. Re: Kind of expensive by thinkwaitfast · · Score: 1

      Here's a May 1988 computer magazine archive that calls it the Agnes. http://www.atarimagazines.com/...

    15. Re: Kind of expensive by Anonymous Coward · · Score: 0

      > Here's a May 1988 computer magazine archive that calls it the Agnes.

      So?

      I can find dozens more that spell it correctly?

    16. Re: Kind of expensive by Anonymous Coward · · Score: 0

      Very early versions of the Amiga 1000 shipped with the Daphne chip. It was later called Denise.

    17. Re: Kind of expensive by thinkwaitfast · · Score: 1

      Hey, I can find dozens more than you that call it agnes.

    18. Re: Kind of expensive by Anonymous Coward · · Score: 0

      Well, you'd better "correct" the spelling on Wikipedia. After all, "Amiga Shopper" is a definitive source.

    19. Re: Kind of expensive by thinkwaitfast · · Score: 1

      I don't care. Maybe they changed the name, but it was referred to as Agnes for a long time. At least up until 85-86 when I switched over to IBM PCs. Could have been the development name. It would be interesting to find why the name change.

    20. Re: Kind of expensive by Anonymous Coward · · Score: 0

      I was being facetious. "Agnes" is wrong.

      It's spelled "Agnus" Commodore's own technical manual - case closed.

    21. Re:Kind of expensive by dbIII · · Score: 1

      Now that's a pity. I was looking for something for the approx 2003 stuff when I came across Morphos (but ran FreeBSD11 and an old version of Ubuntu on ppc instead).

  5. New amiga by Anonymous Coward · · Score: 0

    Imagine a beowulf cluster of these!

    1. Re: New amiga by Anonymous Coward · · Score: 0

      It would be like an army of gurus, all meditating at the same time!

    2. Re: New amiga by mschwanke97402 · · Score: 1

      It would be like an army of gurus, all meditating at the same time!

      A true Amiga fan gets that ;P

  6. Amiga by Dunbal · · Score: 1, Troll

    The thing about Amiga owners is you can't get them to shut up about their Amiga. It's like the guy who doesn't have a TV, or the guy who rides a bike to work. We don't give a shit about your Amiga, dude.

    --
    Seven puppies were harmed during the making of this post.
    1. Re: Amiga by Anonymous Coward · · Score: 1

      I care deeply about the smelly love many unwashed nerds have for their Amigas, you insensitive clod!

    2. Re:Amiga by 50000BTU_barbecue · · Score: 1

      They're like vegans.

      --
      Mostly random stuff.
    3. Re:Amiga by Anonymous Coward · · Score: 0

      I first read that as vaginas, as it seemed to make perfect sense in my life situation and me commenting here. That is, the Amigas are like vaginas, not the users. They were often something else, as I recall.

    4. Re:Amiga by Anonymous Coward · · Score: 0

      Actually, I never had an Amiga, but it's interesting. I do care.

    5. Re:Amiga by mark-t · · Score: 1

      Nope. My daughter-in-law is vegan but doesn't brag about it at all. It only ever comes up when someone who doesn't know her offers her something that isn't on her preferred menu.

    6. Re: Amiga by Anonymous Coward · · Score: 0

      Fuck you, fish tits!

    7. Re:Amiga by ElGuapo2872 · · Score: 2

      The best way to get to an Amiga fan boy is to tell them that Atari was first. Everyone has a button

    8. Re:Amiga by lucm · · Score: 1

      My daughter-in-law is vegan but doesn't brag about it at all.

      She doesn't have to, her father-in-law takes care of it.

      --
      lucm, indeed.
    9. Re:Amiga by amiga3D · · Score: 1

      I admit it's true. The machines were pure magic in the 80s and into late 90s. Sadly I had to move on and I learned to love linux after many years. I still have my Amiga collection though and bought a Vampire II a few months ago. I remember how pissed off and aggravated most of my pc owning friends were with their windows problems in the 90s and they looked longingly at my amiga but just couldn't handle the cost. It was dreadfully expensive. I was about to buy an Amiga 4000 when Commodore tanked and the cost skyrocketed. For what I payed for an 060 accelerator you could buy a good spec pc.

    10. Re:Amiga by MrDoh! · · Score: 1

      Ah, let me guess, you owned an Atari ST.

      --
      Waiting for an amusing sig.
    11. Re:Amiga by lucm · · Score: 4, Funny

      The thing about Amiga owners is you can't get them to shut up about their Amiga. It's like the guy who doesn't have a TV, or the guy who rides a bike to work.

      A tornado just tore a path across your city, leveling buildings and splintering concrete structures. Your home is no longer safe, subjected to countless fires, seeping sewage, wild animals and violent looters that even the National Guard can't tame, so like hundreds - thousands - of other citizens, you find yourself waiting in line to get into an emergency shelter put together haphazardly in the mold-infested gymnasium of the nearby middle school.

      The line doesn't move fast, and you're worried as you see the absurdly small crate of water bottles shrinking quickly as people ahead of you greedily grab two, three or even four bottles as they walk by. You try to do the math, half-guessing, half-dreading that there won't be any water left by the time you reach the gate. You already have a debilitating headache because of dehydration; the situation is dire, the future uncertain.

      Then someone puts a hand on your shoulder.

      "Friend," says an older gentleman, his voice so soft, so quiet, like a cool summer breeze. "Friend," he says, "are you okay?"

      There's something in his eye. A glint, a shadow, a whisper of past experiences so painful that they left a permanent mark on his soul.

      "I'm okay," you reply, weakly, with a voice crackling like a pane of glass shattered by the axe of a firefighter. "I'm okay."

      The kind man nods, although you can tell he's still worried.

      "I'm okay," you repeat. "I just wish I could go back home, to my Amiga computer."

      --
      lucm, indeed.
    12. Re:Amiga by johannesg · · Score: 2

      At least my Amiga doesn't run systemd.

      Former Amiga owner. No TV. RIdes bike to work. Yep, all three boxes crossed...

    13. Re: Amiga by aliquis · · Score: 1

      I still have my 500+ and 1200 and I'm still vegan.

    14. Re: Amiga by aliquis · · Score: 1

      How you like Jack Tramiel?

    15. Re:Amiga by Sique · · Score: 1
      The problem with your statement is that it is purely confirmation bias.

      You only know about people owning an Amiga if they tell you about it. You only know about people not owning a TV if they tell you about it etc.pp.

      Thus you falsely conclude that Amiga owners always tell you about owning an Amiga, because the only Amiga owners you know are those who told you about it.

      --
      .sig: Sique *sigh*
    16. Re:Amiga by Anonymous Coward · · Score: 0

      She doesn't brag about it - to YOU.

    17. Re:Amiga by Dunbal · · Score: 1

      Wrong. Considering the market share of Amiga versus the amount of people that have told me about it, I'd say I've heard from almost every Amiga owner on the planet.

      --
      Seven puppies were harmed during the making of this post.
    18. Re:Amiga by Sique · · Score: 1

      I know about everyone who complains about people with particular interests, that they would constantly speak about their particular interests, because those complainers never stop complaining about people with particular interests being so verbose about their particular interests.

      --
      .sig: Sique *sigh*
    19. Re:Amiga by wonkey_monkey · · Score: 1

      It's not just whether they tell you or not. It's how they tell you, and whether or not they ever shut up about the damn thing.

      --
      systemd is Roko's Basilisk.
    20. Re:Amiga by Anonymous Coward · · Score: 0

      So that would be almost all the time to people who don't know her? I mean, if you're a vegan and someone who doesn't already know that offers you food, it most likely will not be vegan, or at best something that you'd have to ask to check if it was or not.

    21. Re: Amiga by Anonymous Coward · · Score: 0

      sniff my stinky spot

    22. Re:Amiga by mschwanke97402 · · Score: 1

      Wrong. Considering the market share of Amiga versus the amount of people that have told me about it, I'd say I've heard from almost every Amiga owner on the planet.

      Well just to validate you, now you've heard from me...Oh wait.

    23. Re: Amiga by Anonymous Coward · · Score: 0

      Your miss. 500/500+ and 1200 are like eggs and cheese respectively.

  7. Slavertisement like always by thegarbz · · Score: 1, Insightful

    The only stories we run on Amiga are about the release of a new computer. The comments then always boil down to the same thing:

    a) My first computer was an Amiga
    b) There's places where the original Amiga is still running
    c) This company is a shell with nothing to do with the Amiga that made the Amiga great.
    d) This product is too expensive and completely irrelevant.
    e) This is a shameless Slashvertisement and is about the only Amiga related stories that gets run here anymore.

    This post is in line with e.

    1. Re:Slavertisement like always by Anonymous Coward · · Score: 3, Insightful

      In this case, at least, C) is incorrect. I assumed this was yet another company that had gotten questionable ownership of the trademark and was planning to launch an overpriced generic PC with "Amiga" on the case and a glitchy open-source emulator preloaded, but this is a real implementation of the architecture in hardware by people who care about the platform.

    2. Re:Slavertisement like always by Anonymous Coward · · Score: 0

      You can't make time stand still. Holding too tightly to the past makes you miss the present.

      Let it go.

    3. Re:Slavertisement like always by Anonymous Coward · · Score: 0

      It's a hobby. People paint for fun, and spend quite a bit of money on it, despite knowing that they'll never produce a great work of art. I don't see how futzing with old computers hardware is much different.

    4. Re:Slavertisement like always by Anonymous Coward · · Score: 0

      You can put computers (very small boards) in all kinds of hardware. Anything you learn can be used for future projects. "Let it go" - whatever dude, get a life.

    5. Re:Slavertisement like always by amiga3D · · Score: 3, Interesting

      It's only a hobby, only a hobby, only a hobby, only a....

  8. Can you specify the cost? by thadtheman · · Score: 0

    When reporting this stories can you give us an idea of the cost? 512M is a highly underpowered machine these days. Unless you are talking about $100. The comodore clone about two years ago at least came with cherry keys.

    1. Re:Can you specify the cost? by Anonymous Coward · · Score: 0

      " 512M is a highly underpowered machine these days."

      Only because these days a mouse driver needs 64 megabytes, and the fourteen different background applications tracking and monetizing those mouse movements take up another 400 megabytes.

      Back then, the memory was yours and you had control over what was running where and when.

    2. Re:Can you specify the cost? by Anonymous Coward · · Score: 0

      512M is a highly underpowered machine these days.

      Hmm. Well, a Raspberry Pi model A, B or Zero model has 512M or less. People run GUIs, games and do useful things with them...

  9. 30 years of tech support. by Anonymous Coward · · Score: 0

    Yes, now what other computer is going to get 30 years of tech support? Certainly not PC, or Mac.

    1. Re:30 years of tech support. by MBGMorden · · Score: 1

      If PC's or Mac's went away I'm sure they'd have it. Amiga's are only getting this "support" because it's effectively a dead platform.

      PC's and Mac's don't just have support - they still have active hardware and software development after more than 30 years . . .

      --
      "People who think they know everything are very annoying to those of us who do."-Mark Twain
    2. Re:30 years of tech support. by Doctor_Jest · · Score: 4, Interesting

      I think the point the AC was making was that people are still enthused about a computer that came out in 1985. (ish?) I still have my Amiga I bought used with the 512K expansion pack (with the battery removed of course.) Lots of overtime at the local car dealership washing cars for that one. :)

      There is no such enthusiasm for the 8088's. Most of the support those old behemoths get are from the sheer number of them rotting in storage buildings and at the local Goodwill. The Amiga's like a vintage automobile. It's got a loyal following, a bunch of 3rd party support and enthusiasts, and a wealth of games and apps that were truly ahead of their time. Thanks to Commodore's board, the Amiga died prematurely, IMHO.

      I admit, I only use Amiga through emulation these days, but I did all my college work on my A500 up until I found Slackware Linux my senior year. :)

      --
      It's the Stay-Puft Marshmallow Man.
    3. Re:30 years of tech support. by Anonymous Coward · · Score: 0

      Just gotten through watching Viva Amiga over on Hulu, and it's a fun romp down memory lane. But the one question that isn't really answered is that if the Amiga was going to be the third computer maker, what would the hardware, software, and culture be? One can't survive in the computer market being another "me too" PC maker, be it an IBM, or Apple clone. The hardware would have to be better, introduce something the others don't. The software would have to be better, removing stumbling blocks all the other OS have. The culture is a bit harder, for whom would an Amiga be aimed at? Right now as mentioned in the video, computers are now viewed as appliances, and who loves their appliances? Appliances are things that are obsolete, and taken to the dump, Appliances are replaced when the next iteration comes along.

    4. Re:30 years of tech support. by phantomfive · · Score: 1

      You have a point, the Amiga wore the crown in a time when there were many different computer brands, and they were all being thinned out. Only a few were able to survive that, and even Apple had trouble against the PC.

      Look at it another way, though. There was enough room in the market for another OS (Linux), so why not for another hardware platform as well? Perhaps difficult, but it seems like it would have been possible.

      --
      "First they came for the slanderers and i said nothing."
    5. Re:30 years of tech support. by Anonymous Coward · · Score: 0

      The culture is a bit harder, for whom would an Amiga be aimed at?

      One of the problems that they had was that they got in leadership that didn't really ask those questions and didn't have an intuitive feel for it.
      When you have people who doesn't use computers themselves and doesn't know what they are good for they you are doomed.
      People like that should be selling socks from the cheapest manufacturer, not leading development.

    6. Re:30 years of tech support. by DontBeAMoran · · Score: 1

      A Mac will absolutely have 30 weeks of tech su... oh wait, 30 years? Yeah, good luck with that.

      Apple doesn't even put a decent, normal amount of RAM in their computers now and even removed the memory slots so we can upgrade them ourselves. It's either pay upfront at the beginning for more RAM or buy something that won't even last three years.

      --
      #DeleteFacebook
    7. Re:30 years of tech support. by DontBeAMoran · · Score: 1

      We also got a third hardware platform today, its main features are: small and low cost. The Raspberry Pi. It's no Intel or AMD but it's powerful enough for normal every day use.

      --
      #DeleteFacebook
    8. Re:30 years of tech support. by dfghjk · · Score: 0

      First off, Amiga was a computing platform, 8088 was a processor. Confusing the two isn't surprising considering the quality of your post.

      Second, "enthusiasm" for the PC platform that used the 8088 was massive, in fact historic, and birthed an entire industry and platform that we have to this day. No such enthusiasm, really?

      Third, "enthusiasm" is merely tribalism and is the consolation of losers. The PC platform enjoyed lasting success, no one with that "enthusiasm" ever had time for petty arguments over their failed platforms or bankrupt companies. Too busy with success.

      It's not clear Amiga died "prematurely" but it was clear that it was destined to die. It was an irrelevant platform that did not serve any important base well. Same for the Atari ST. The PC succeeded despite it's internal design because it was a robust machine targeted at a large market with money (and backed by the right company). The Amiga failed because it was an unstable POS targeted at hobbyists.

    9. Re:30 years of tech support. by Anonymous Coward · · Score: 0

      And you want to sit here in a public forum complaining about the quality of MY posts. Take that mote out of your eye before you blind yourself.

    10. Re:30 years of tech support. by Anonymous Coward · · Score: 0

      A peice of rock can be robust, if it doesn't have to do too much. If you didn't ask the PC to do anything but repeat the same loop, it was often stable. But, if you asked it to get real-world work done, or add a TSR it was just as unstable as the next guy.
      It was an expensive POS, whose market was propped up by legions of unknowing people who bought it to "do work at home", so "they could use the same software at home, for free". Did not serve a base; that is like saying a crescent wrench has no clear base. It in fact was so universal people could not grasp all the ways to use it. It died because like always, it was ahead of its time.

  10. New Amiga? by Anonymous Coward · · Score: 0

    For a moment I thought the story was going to be about the AmigaOne X5000, which is a little bit more up to date in terms of hardware.

    1. Re: New Amiga? by aliquis · · Score: 1

      One is a PPC machine which run emulated 68k code too and is very expensive whereas the other is "just" the fastest most modern 68k Amiga around in a pretty cheap package. Atleast as far as just the vampire cards go.

  11. YES!! by Anonymous Coward · · Score: 0

    Now I can finally use all those Amiga floppies I've been hording over the last two decades. And to think I was getting close to throwing them all out. Well, this just goes to show it pays to hold on to all that crap you'll never need again.

    1. Re:YES!! by drinkypoo · · Score: 1

      Now I can finally use all those Amiga floppies I've been hording over the last two decades.

      Rots of ruck. Probably many of them will be unreadable due to C='s overambitious floppy format.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  12. fan cults by unixisc · · Score: 4, Funny

    How is that different from Linux users?

    1. Re:fan cults by Anonymous Coward · · Score: 0

      How is that different from Linux users?

      Linux users can show you something useful they accomplished with Linux. This decade. Yesterday, even. And they will continue to be able to do so for many years to come.

      That is the difference.

    2. Re:fan cults by Tablizer · · Score: 2

      Run Linux on Amigas, then you'd really have annoying fanboyz.

    3. Re:fan cults by Kinematics · · Score: 2

      I think you just proved unixisc's point.

    4. Re: fan cults by aliquis · · Score: 1

      Lol. Lots of them: no.

    5. Re: fan cults by Anonymous Coward · · Score: 0

      We tried AmigaUX in 1994 in CompSci. Didn't work all that well.

    6. Re:fan cults by Anonymous Coward · · Score: 0

      How is that different from Linux users?

      Yeah, or Windows users, for that matter?

      Rabid fans exist for all platforms.

      The we/you/us/them nonsense can't fuck off soon enough.

    7. Re: fan cults by Anonymous Coward · · Score: 0

      > We tried AmigaUX in 1994 in CompSci. Didn't work all that well.

      Do you mean Amix? That's not Linux!

      Now NetBSD I'm tempted to get an Amiga just to try...

    8. Re:fan cults by drinkypoo · · Score: 1

      Same problem as this product. Most Amigas lack an MMU out of the box, so you need an accelerator with a non-LC processor mounted on it, which jacks up the price. This is why I ran netbsd on a Macintosh IIci instead of my Amiga 1200. It just worked, and supported all the onboard hardware. A Mac II is a much nicer place to run netbsd/68k, and the IIci is the nicest Mac II. (An SE/30 would be another obvious candidate.) The 68030@25 is perfectly adequate if you have a cache card, and IIRC it has fast SCSI-II which is also adequate. The Amigas also have lousy storage interfaces unless you spend at least a hundred bucks upgrading.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    9. Re:fan cults by Anonymous Coward · · Score: 0

      Getting modern Linux to run on an Amiga would be pretty impressive.
      It was hard enough during the 90's and even if you managed back then you just realized how bloated and slow Linux was.

      Try NetBSD, at least there is a supported Amiga port available.
      You'll still need an accelerator with MMU and at least a 32MB memory expansion, but once you get it running it should probably work reasonably well.

    10. Re: fan cults by unixisc · · Score: 1

      Given the sizes, just port Minix there

  13. Architecture? by unixisc · · Score: 1

    So what exactly is this based on? The original Amiga was a Mot 68k, then it was ported, iirc, to the PowerPC. So has it moved to ARM now, or x86? Also, is the OS still a 16-bit one, or is it now 64-bit? I read the PDF: what instruction set does the Altera cyclone follow? I do think it's neat that they've put this all on an FPGA: hopefully, that'll help make this device somewhat competitive.

    1. Re:Architecture? by Anonymous Coward · · Score: 0

      Someone built a 68K clone + enhancements and put it into the FPGA

    2. Re: Architecture? by Anonymous Coward · · Score: 0

      A 68k clone would be potentially nice today... if it was clocked at the GHz range that is.

    3. Re: Architecture? by amiga3D · · Score: 1

      What they've done is pretty stunning. I never thought I'd see it happen but these guys really did it on a shoestring budget.

    4. Re:Architecture? by Anonymous Coward · · Score: 0

      Yeah -- 512 MB of memory !?!? If it really was an Amiga, it would have 512 KILOBYTES, or maybe a handful of megabytes.

      But half a gigabyte? No. That's not Amiga.

    5. Re: Architecture? by dfghjk · · Score: 0

      Potentially nice for what? Running software that doesn't exist on machines no one has for a platform decades out of date with performance that's obsolete? But hey, at least it might clock in the "GHz range". We all know that's all that matters.

    6. Re:Architecture? by unixisc · · Score: 1

      Is the OS moved from 16 to 32 or 64-bit?

    7. Re: Architecture? by Anonymous Coward · · Score: 0

      Hey, a clone implies binary compatibility. The software exists, as does compilers.

      Anyway, I know that a 12Mhz clone won't help sell this thing. Now a 3Ghz one, hell yeah.

  14. The HS with an Amiga. by Anonymous Coward · · Score: 0

    Why is that student still in high school 30 years later?

    1. Re:The HS with an Amiga. by Anonymous Coward · · Score: 0

      Because he uses an Amiga.

    2. Re: The HS with an Amiga. by K.+S.+Kyosuke · · Score: 1

      If he weren't still a student, they wouldn't be able to force him to fix things for them. So he was being kept back the whole time. Ingenious, really.

      --
      Ezekiel 23:20
  15. Software Emulator by Roger+W+Moore · · Score: 3, Informative

    I loved my Amiga, but now it's time for me to put aside childish things...

    ...and just use a free, open source software emulator if I ever want to reminisce. Why would you want to spend good money on hardware to emulate an old machine when there is a free software emulator to run it on the machine you already have at faster speeds than the original?

    1. Re:Software Emulator by t0qer · · Score: 2

      > ...and just use a free, open source software emulator [fs-uae.net] if I ever want to reminisce.

      I can dole out upvotes in the thread, but I feel it's important to address this.

      Emulators miss ALOT. It's just not the same. It's like the difference between CRT and LCD monitors. LCD's are convenient because they're portable (much like an emulator), but I've had CRT's that could do 120hz in the 90's. I love using SID as an example because so many people know what a SID chip is. Sure, you can emulate a SID, but it just doesn't have the same warmth or character that a real SID chip has. I don't know anybody that was connecting their computers to anything other than the TV speaker in those days, but even that crappy tinny speaker is part of what we remember about that era. Emulating through today's modern 5.1 speakers let's you hear every single miss the emulator makes.

      That being said, there's still die hards for some of the original equipment. I think Fatboy Slim still has an atari ST for stuff. Sure he could use an emulator, but you miss on on all the cool stuff, like the odd refresh rate of those atari monitors, the silky smoothness of the bit blittered mouse.

      So that's why there's still a market for these kinds of upgrades. It's either an enhancement, or replacement for that original hardware, running at modern speeds, but with the same old warmth, grace and feel.

    2. Re:Software Emulator by Anonymous Coward · · Score: 0

      Sure, you can emulate a SID, but it just doesn't have the same warmth or character that a real SID chip has.

      Oh, God, you're one of those.

    3. Re:Software Emulator by Anonymous Coward · · Score: 0

      > Emulators miss ALOT. It's just not the same.

      This is true. If your reason for having a computer is to dink around with hardware, there's no substitute.

      However, if your goal is to, you know, run software, emulators work pretty darn well.

    4. Re: Software Emulator by Anonymous Coward · · Score: 0

      Software emulators can only accurately emulate 8-bit single-chip style computers and game consoles. 16-bit era systems like the Amiga,PCjr/Tandy 1000, Atari ST, SNES, Amiga, Mega Drive, etc can not be emulated accurately in software due to timing issues that would require 5Ghz CPU's to emulate. The best you can hope for is a hacky inaccurate emulator that has missing transparency, missing line scan line effects, incorrect aspect ratio, incorrect response time to input, etc.

      The Amiga and SNES are really hard systems to emulate. No software emulation will ever be perfect, and the best option is a FPGA that emulates all the original hardware with the original bugs and timing.

      Emulating in software Systems like the Mac, and PC (DOS) were more about emulating the software environment to run the software rather than emulating the hardware, hence you can get a reasonable, if inaccurate, emulation. But with these platforms the original software doesn't care about the hardware it runs on either, so many of the issues are the same as if running the software on a slight too fast or too slow system.

    5. Re:Software Emulator by drinkypoo · · Score: 1

      Emulators miss ALOT. It's just not the same. It's like the difference between CRT and LCD monitors.

      It's interesting you mention this (To me) since my Amiga 1200 is connected to a Sharp AQUOS 4:3 countertop LCD TV that I picked up at the Salvation Army, cheap. It looks remarkably good for using just CVBS.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    6. Re:Software Emulator by Maxo-Texas · · Score: 1

      They do not appear to have support for MechForce.

      But it looks nice otherwise.

      --
      She was like chocolate when she drank... semi-sweet at first and then increasingly bitter.
    7. Re: Software Emulator by Anonymous Coward · · Score: 0

      Have you ever heard of Higan (https://byuu.org/emulation/higan/)? It's a cycle accurate emulator for 8 and 16-bit consoles. Yes, it requires quite a beefy CPU, but it shows cycle accurate emulation of a system as complex as a SNES can be done.

    8. Re:Software Emulator by Anonymous Coward · · Score: 0

      Eh I still use CRT monitors on desktop PC. Sounds like your set up looks more "TV-like" than if I were to run an Amiga emulator on sharp (well, not always), high res, 100Hz non-interlaced computer VGA.

    9. Re:Software Emulator by drinkypoo · · Score: 1

      Sounds like your set up looks more "TV-like" than if I were to run an Amiga emulator on sharp (well, not always), high res, 100Hz non-interlaced computer VGA.

      Yes, flicker and all. But I don't spend much time in laced mode because I'm not trying to do real work on my Amiga.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    10. Re:Software Emulator by SigmundFloyd · · Score: 1

      I think Fatboy Slim still has an atari ST for stuff. Sure he could use an emulator

      I wish he could. Unfortunately, he can't.

      There's no Atari ST emulator that will support MIDI ports on the host, and no way to emulate those secretive dongle cartridges that music software from way back used as copy protection.

      --
      Knowledge is power; knowledge shared is power lost.
  16. It's another opportunity by Anonymous Coward · · Score: 0

    to point to everyone that Bill McEwen is a despicable excuse for a human being

  17. In Soviet Russia by Anonymous Coward · · Score: 0

    In Soviet Russia Amiga programs YOU!!!

  18. Still pointless by realmolo · · Score: 1

    I had an Amiga back in the day. It was great.

    But a modern version is pointless. AmigaOS - even the latest version - is hopelessly outdated. And what Amiga software is out there that anyone would actually want to use? Besides games? Which can be emulated *perfectly* on a $50 Raspberry Pi?

    1. Re:Still pointless by citizenr · · Score: 2

      And what Amiga software is out there that anyone would actually want to use? Besides games?

      SYSINFO, that is the sole purpose of Amiga hardware accelerators these days.

      --
      Who logs in to gdm? Not I, said the duck.
    2. Re:Still pointless by adrn01 · · Score: 1

      Amiga programs that still have no equivalent today:
      RGS: Realtime Graphic Synthesis Using build-in primitive paint program, you painted a sonogram of a sound, and heard it synthesized in real time. Later on, another programmer coded a companion program that would let you import/export those images to other graphics programs.

      I don't recall the program name, but there was a 3D sonogram program that would let you draw a box around a time/frequency area, then change its amplitude. This made things like removing a 'pop' sound dead easy - just look for the single spike poking up, and push it down.

    3. Re:Still pointless by Anonymous Coward · · Score: 0

      And Doom and Quake. Don't forgot the 5min of gameplay every accelerator user will put into those 2 just to show that the Amiga can do it.

  19. Bowling alley scoring system by innocent_white_lamb · · Score: 1

    The bowling alley here in town still uses a few Amigas to keep the score for each lane. I'm not entirely sure how it works or exactly what it does (since I don't know anything about bowling), but the machines somehow track the scores and post them on monitors over each lane.

    The owner told me once that he has a whole pile of Amigas for spare parts in the back.

    --
    If you're a zombie and you know it, bite your friend!
    1. Re:Bowling alley scoring system by amiga3D · · Score: 1

      Some cable companies used them for many years. I picked up a Commodore PET from a local library sale not long ago, they used it for some database for 30 something years. It had a huge double 5.25" floppy drive hooked to it with a huge IEEE cable. $20

    2. Re:Bowling alley scoring system by Anonymous Coward · · Score: 0

      Check the link in the summary about the Amiga in Grand Rapids that's been running a school system's HVAC systems for 30 years. Programmed originally by one of their high school students. Now, to replace it, well, read this quote:

      "A new, more current system would cost between $1.5 and 2 million. If voters pass a $175 million bond proposal in November, the computer is on the list of things to be replaced."

      Either the new Amiga is seriously underpriced ("Look, boss, we could charge $2 meeelion for it!"), or taxpayers' dollars are being seriously misspent. My guess is the latter.

    3. Re:Bowling alley scoring system by drinkypoo · · Score: 1

      I'm not entirely sure how it works or exactly what it does (since I don't know anything about bowling), but the machines somehow track the scores and post them on monitors over each lane.

      Ten pins in bowling, ten (or was it eleven?) pins on the Amiga parallel port which can be used as inputs. Pinsetter connected to the Amiga somehow. Some Amigas have color composite video output onboard, eg CDTV, 1200...

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  20. does this mean.. by Anonymous Coward · · Score: 0

    after all these years.. a new commodore...

    does this also mean half life 3 is coming soon?

    1. Re:does this mean.. by DontBeAMoran · · Score: 1

      And shouldn't Half-Life 3 be called Life 1.5?

      --
      #DeleteFacebook
    2. Re:does this mean.. by Anonymous Coward · · Score: 0

      Shouldn't the TI 99/4 be called the TI 24.75?

    3. Re:does this mean.. by DontBeAMoran · · Score: 1

      This AC gets it!

      --
      #DeleteFacebook
  21. Amiga cost. by Anonymous Coward · · Score: 0

    But here's the interesting thing. In Viva Amiga they make the rather important point that 90 % of Commodore's Amiga profit came from overseas, not the US. So apparently cost wasn't hurting them in the European markets like it was the US*. If it wasn't for Commodore mismanagement, the Amiga could have subsisted on foreign sales, even if it was a flop in the US.

    *Go team "race to the bottom"!

    1. Re:Amiga cost. by Anonymous Coward · · Score: 0

      How long for though?

      The custom chips it used were part of its charm and what made it unique. If Commodore hadn't been mismanaged they could have finished the replacement to the AGA chipset, but how long could that have been continued for?

      Maybe with the best possible management you'd have ended up with Amiga displacing Macs in computing history, maybe, but the end result would be similar, PC hardware with a custom OS.

    2. Re:Amiga cost. by Anonymous Coward · · Score: 0

      Well Commodore owned MOS Semiconductors so they could have continued for awhile. Long as they didn't try to make their own CPUs (Intel juggernaut). In today's market they would be doing like everyone else, and designing in house (ala Apple), and have a foundry doing the chip-set. But as mentioned the European market it wasn't a failure. Commodore was a failure. There was demand and it could have gone quite a ways on that. So the lessons here is that either one goes the Apple route and has total control over everything with an actual leader (mentioned in the video, Commodore could have done better it it had a Steve Jobs). Or the "Open Source" model where effectively there's little to no control, and the market steers everything, ala IBM PC even though IBM tried to get it back with PS/2.

  22. Still and emulation by Roger+W+Moore · · Score: 1

    But this "new" Amiga is still an emulator. The only difference is that the simulation algorithm runs in an FPGA, not a CPU.

    1. Re:Still and emulation by not+flu · · Score: 2

      This doesn't mean it can't get closer to the original. Hardware emulation introduces less latency than software emulation. This might not be important for turn based games or whatever but having responsive controls not only makes fast-paced games easier to play, it makes them feel more fun.

    2. Re:Still and emulation by Anonymous Coward · · Score: 0

      With an FPGA, it's a recreation, not emulation. That's not to say it will be perfect, but there is a difference.

  23. Fuck..... by Anonymous Coward · · Score: 0

    The Amiga was an amazing piece of machinery for it's time.

    Commodore was the most amazing piece mismanagement I've ever seen. When the world was moving to 386, the motherfuckers decided to released the Amiga 600, which was based on a processor from 1979!

    1. Re:Fuck..... by Anonymous Coward · · Score: 0

      The worse thing is what I learned on the wikipedia article : it was a cost reduced version that failed at reducing cost.

      15 years ago I sort of dreamed of getting one, I would have had an Amiga with hard drive! (only had consoles and PCs). I guess I would have downloaded warez games from the Internet then transfered them to the Amiga with a serial cable.

      I actually have a CD32 that was donated to me, don't have the game pad (described as unreliable and cheap on the internets) so I didn't even try it yet. Need a good, small TV and to order crap from ebay (there are adapters for Playstation gamepad, PS/2 keyboard or mouse). Or perhaps I'll sell it.

  24. Classic Amiga enthusiasts should take notice by Anonymous Coward · · Score: 1

    This is one of the most exciting devices to come out of Amiga land in a long time. What this new hardware and core is doing is bringing back to life the Classic 68k CPU, and the Amiga hardware chip-set. To give everyone an idea what they are planning (this info taken from various postings):

    1) Apollo Core 68080 is not only the fastest 68000 series CPU ever, it also is the most fully featured and compatible (even fixing old 68k bugs). It includes technologies from newer CPU's such as AMMX (AMMX is the 68k version of the MMX instruction set from INTEL), 64-bit support, Super Scalar Pipelined FPU, etc... See this page for full info: http://www.apollo-core.com/ind...

    2) This integrates (through compatibility) and expands on the original Amiga chip-set (OCS/ECS/AGA etc..). They are expanding the original chip-set forward with things like SAGA and PAMELA (PAULA 2.0). PAMELA basically gives you now what "AAA" (future Amiga chip set planned right before Commodore went bust) wanted to give us, like 8 channel - 8bit or 16bit samples * 6bit Volume = 22Bit AUDIO (internal calculation done in 24bit). SAGA combines the original AMIGA AGA chip-set with wanted features like 8-bit Chunky, 15-bit Chunky, 16-bit Chunky, 24-bit Chunky, 32-bit Chunky, and SAGA offers even more. The COPPER can control all these modes in real AMIGA style. SAGA output is over a modern HDMI connection (so all the original software will display on a HDMI monitor).

    3) The Vampire V4 hardware is planned to eventually come out in 3 versions: Standalone (no original Amiga required), Amiga 1000/500/2000/CDTV add-on, Amiga 600 add-on, and Amiga 1200 add-on. So you can expand your old Amiga's or go with the standalone. This will bring all those systems to a level playing ground. The crazy thing is that this could allow for example an Amiga 500 to support AGA, which was in the Amiga 1200, and display this on a HDMI monitor.

    So basically what they are doing is taking the Classic Amiga CPU/FPU (680x0) and custom chip-set (OCS/ECS/AGA etc..), and put it on a programmable chip (FPGA). Having it on the FPGA they can update things with new features and optimizations over time. Not only is the goal to be mostly completely compatible with the original Amiga chip-set, but to also make it better. This means old existing software will work, or developers can improve their software by using the modern feature sets that are added to the FPGA (such as AMMX for multimedia processing, or improved Audio with Pamela). They chose the FPGA they did for the price to performance (didn't want this version of the board costing too much) aspect. Of course a FPGA is slower then a ASIC, but it allows them to upgrade and improve things over time which is a big plus. The big issue with your given FPGA over time will be how much it can hold space wise as more things are added. So that would be one reason to upgrade to another FPGA over time (besides speed improvements).

    In the VAMPIRE V4 they are expecting performance of around what would be a 240-300 MMz 68060. If they went with a more expensive FPGA (ARRIA 10) they would expect performance of a 500-600 MHz 68060, which running at that speed would be faster than a top speed 5GHz PC running WINUAE (emulated). So using a guessimate, you can guess the FPGA they are using (Cyclone V) would run at half the speed of a ARRIA 10, which would be like running WINUAE (Amiga emulator) on a 2.5 GHZ PC (these are all gusessimate numbers as stated). This is not bad if given another guessimate the standalone Vampire V4 costs $400 or so. So price wise this can be more affordable then other Amiga solutions (standalone or add-on expansion) given what it offers. Of course because they are producing in lower quantities prices will be higher then common off the shelf hardware. If this thing ever could sell in large quantities (which is doubtful since it caters to mostly old Amiga users), they could even put it into a ASIC (non-programmable CPU like Intel, AMD, and ARM) rathe

    1. Re:Classic Amiga enthusiasts should take notice by dfghjk · · Score: 1

      And who wouldn't be excited over the 44 pin IDE connector? At last a use for those hard drives in your shoebox that have been obsolete for a decade.

    2. Re:Classic Amiga enthusiasts should take notice by Megane · · Score: 1

      Yeah, you can hook up a 500GB drive to it, that ought to be enough for the entire Amiga game software library! If you're lucky, you might even find one of the rare 750GB or 1 terabyte drives that were made right as IDE got deprecated! Then you can have all that extra space ready to fill up after the army of Amiga developers makes hot new games to run on the 2000 or so of these that will ever get built! Amiga forever, maaan!

      --
      #naabhaprzrag, #sverubfr-000, #agi-fcbafberq, negvpyr[pynff*=' negvpyr-ary-'] { qvfcynl: abar !vzcbegnag; }
    3. Re:Classic Amiga enthusiasts should take notice by Anonymous Coward · · Score: 0

      You don't put a spinning disk in a fanless computer.
      Seriously, if it is silent, don't ruin it.

    4. Re:Classic Amiga enthusiasts should take notice by Anonymous Coward · · Score: 0

      All the original Amiga's used IDE, so I think the idea of supporting IDE is so Amiga owners can hook their hard drives directly to this. I suspect people who don't have old Amiga data filled IDE's will be using the MicroSD. Lastly if you did want to use IDE they are still available: https://www.amazon.com/Interna...

  25. 30 years of Android. by Anonymous Coward · · Score: 0

    Actually the third platform is smartphones like Android.* Really market share more successful than the PC market. Secret of it's success was taking the "computer as appliance" to it's logical conclusion. The most successful hardware platform, wrapped in the most successful OS, with a task-centric app ecosystem.

    *I see iOS as an extension of the MacOS and not a separate thing.

  26. Re:Still an emulation by Roger+W+Moore · · Score: 1

    Have you tried a software emulator? Modern machines are easily powerful enough to emulate it accurately at full speed without glitches. For 8 bit machines like the BBC Model B there is even a full speed emulator in javasscript that runs in a webpage. This even plays the tape and disk sounds when loading! When you have several orders of magnitude more computing power you don't need hardware emulation to provide an amazingly accurate simulation.

  27. I want my atari back by Anonymous Coward · · Score: 0

    For me it's Atari. I want my Atari computer back up and running.

    1. Re:I want my atari back by thinkwaitfast · · Score: 1
      I got my first computer (Atari 800) running last year. Actually, I got an lcd tv from a yard sale, plugged it all in and it worked like new. More fun than my 2GHz PC.The magic is still there.

      I vividly remember going to the library and bookstores every day after school in hopes of getting the latest computer magazine that might have one more bit of technical detail on the blitter chip.

  28. Re:Still an emulation by Anonymous Coward · · Score: 0

    Modern machines are easily powerful enough to emulate it accurately at full speed without glitches *

    * For some games.

    I've yet to come across an emulator that doesn't have at least some software that works on real hardware but not the emulator.
    NES emulators might be there these days, but for other platforms? Hardly.
    Then there is the whole issue of different framerates and emulation of interlaced displays.
    Haven't seen an emulator that does that in a good way.

    Sure you have that problem with emulating with FPGA too, but the simplest solution in VHDL tends to be a lot closer to the original hardware than the simplest solution in C/C++/whatever.

  29. Re:Still an emulation by Anonymous Coward · · Score: 0

    Try interfacing a software emulator with an external device, and you will see where the difference comes up. For example, the Vice C64 emulator is amazing, with sub-cycle accuracy. But being an emulator, it has to sit on a multi-tasking operating system beneath it, along with a pipelined CPU that doesn't have guaranteed timing for your process.

    People have wanted to connect their physical Commodore 1541 disk drive to their PC, and use it with the emulator. This just doesn't work, because the IEC serial bus and the drive loader code have very specific timings, and the PC isn't a real-time system that can guarantee those windows.

    An FPGA implementation doesn't have these restrictions.

  30. No worse rabid fanatics than the old Amiga peeps by Anonymous Coward · · Score: 0

    Back in the early 1990s, before Eternal September, there were comp.sys.whatever.advocacy groups. However, if someone did dis the Amiga's ability to bounce a checkered ball on the screen while formatting a floppy, the admins at the USENET site you were at were mailbombed with complaints demanding that the user who posted about their platform given from on high be removed from the Internet. Of course, back then, anyone who could telnet to a NNTP server could fake news articles out, so if I didn't like someone, I posted something about "the eggplant sucks, MS-DOS and the x86 will rule the world" under the mark's name... and in 2-3 days, they would be barred from using university computer resources.

    I hate the fact that computing is basically Windows, with Apple too obsessed with toys as opposed to keeping marketshare and developers, but I'm glad to see the Amiga platform irrelevant... just because of the screaming, rabid hordes.

  31. New FPGA Amiga already exists: MiST by Anonymous Coward · · Score: 0

    To be fair it should be noted that you can already buy a brandnew Amiga TODAY. The thing is called "MiST". It is FPGA based, has USB support, nice classic DB9 connectors and is available in various online shops. It is build by small polish company called LOTHAREK and uses an open source AGA core. Just search for "MiST FPGA" on YouTube to see this thing in action.

  32. Why? by Anonymous Coward · · Score: 0

    I love the nostalgia, but what practical use is this system in today's growing market? How does the company imagine they will turn a profit -- I certainly hope they do, but it seems like a big financial risk.

  33. Re:Still an emulation by not+flu · · Score: 1

    The games can run 100% accurately at full speed and still have latency. Latency means how quickly the output of the program reacts to the input, not how fast the program runs. Emulators will typically add several frames of latency. It's not all even the emulators' fault, audio buffers, USB polling speed, frame buffers, LCD display all contribute to latency. Old hardware typically didn't have the memory for audio or video buffering so trading latency for quality wasn't even an option.

    This video demonstrates the latency difference between a NES game running on retro pie and real hardware. Real hardware even running at 50Hz instead of 60Hz is so fast to react that it feels like the jump started before the button was even pushed!

    If you play virtual instruments with a MIDI keyboard you can sensitize yourself to (at least audio) latency by increasing and decreasing the audio buffer size and using voices with very fast attack. Huge difference between how it feels to play with 512 and 64 samples even though it's "only" 10 milliseconds.

  34. Atari by Anonymous Coward · · Score: 0

    When is the Atari ST coming back?

    But serious, congrats to the Commodore crowd, I really liked the Amiga. Never owned one but thought the concept rocked.