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.

101 of 185 comments (clear)

  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: 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.

    4. 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.

    5. 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.

    6. 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.

    7. 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.

    8. 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; }
    9. 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
    10. 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.

    11. 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.

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

      Personally, I like the Thumb2 architecture in ARMs.

    13. 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--])

    14. 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.
    15. 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.
    16. 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.

    17. 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 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.
    3. 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.

    4. 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.

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

      You're confusing FPGA with FPBA.

      --
      The Daddy casts sleep on the Baby. The Baby resists!
  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 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 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.'"
    6. 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.'"
    7. 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.

    8. 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/...

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

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

    10. 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.

    11. 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. 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 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.

    4. 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

    5. 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.
    6. 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.

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

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

      --
      Waiting for an amusing sig.
    8. 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.
    9. 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...

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

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

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

      How you like Jack Tramiel?

    12. 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*
    13. 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.
    14. 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*
    15. 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.
    16. 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.

  6. 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 amiga3D · · Score: 3, Interesting

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

  7. fan cults by unixisc · · Score: 4, Funny

    How is that different from Linux users?

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

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

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

      I think you just proved unixisc's point.

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

      Lol. Lots of them: no.

    4. 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.'"
    5. Re: fan cults by unixisc · · Score: 1

      Given the sizes, just port Minix there

  8. 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 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.

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

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

  9. 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
  10. 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 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.'"
    3. 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.
    4. 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.'"
    5. 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.
  11. 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.
  12. 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.

  13. 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 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.'"
  14. 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.

  15. 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.

  16. 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."
  17. 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; }
  18. 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
  19. 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.'"
  20. 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
  21. 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
  22. Re:does this mean.. by DontBeAMoran · · Score: 1

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

    --
    #DeleteFacebook
  23. 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.

  24. 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.

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

    This AC gets it!

    --
    #DeleteFacebook
  26. 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

  27. 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.