There's an auction that eBay keeps recommending to me for some reason of a "Mortal Kombat Sub-Zero Halloween costume" but the picture is clearly of Scorpion and it's driving me insane.
Put an end to this misery.
There's an auction that eBay keeps recommending to me for some reason of a "Mortal Kombat Sub-Zero Halloween costume" but the picture is clearly of Scorpion and it's driving me insane.
years ago i saw someone from shmups forum in best buy wearing this:
Have you used it?
HOLY SHIT!!!
https://www.analogue.co/pages/super-nt/
$189 FPGA SNES HDMI
cross post*
https://www.youtube.com/watch?v=77uZNHvyu-Y&feature=youtu.be
HOLY SHIT!!!
https://www.analogue.co/pages/super-nt/
$189 FPGA SNES HDMI
cross post*
https://www.youtube.com/watch?v=77uZNHvyu-Y&feature=youtu.be
wellthereitis.gif
Awesome. Love the fact that this is not $500 like the NES one. I can't see any reason why I would not pre-order this... Thanks for the heads up!
i'm curious why it's so cheap vs. the nes
Plus only 2 controller ports instead of 4 and 1 cartridge slot instead of 2.The biggest difference is that its not in an aluminum enclosure, Taber said in an interview with Polygon. The second biggest difference is that it doesnt have analog audio and video components. Both of those things add an enormous amount of cost to the system.
Trynna get it to a mass market priceWhy doesn't Analogue implement legacy video output is beyond me.
i'm curious why it's so cheap vs. the nes
Why doesn't Analogue implement legacy video output is beyond me.
While I have no desire to buy something from Analogue,
Trynna get it to a mass market price
Much as I'd prefer RGB out we are certainly in the minority and every feature added adds cost.
Care to elaborate? Bad experience with them or just the business model (stuff like sacking real nes consoles for components)?
Wait no I got Analogue and retrousb AVS confused lol
Analogue does FPGA now?
That didn't stop them in the past. The original NT was clearly marketed as a luxury product with fancy features.
Them doing plastic, fpga, reduced features and cheap prices is a complete turnaround.
Care to elaborate? Bad experience with them or just the business model (stuff like sacking real nes consoles for components)?
Reputation for poor quality,, basically. Maybe it's gotten better, but I dunno
holy shit i had forgotten how awful the wiring was on the mvs units they sold, that was pretty amateurish stuff.
Willing to see some reviews of it. It's price makes me skeptical mostly.
Retro Roundtable went into this last month.Question: With an FPGA clone of the SNES like this, what's the value of software emulators like Higan? Not to shit on byuu's efforts or anything, but it makes me wonder if emulation is losing its relevance for these older systems... because it sounds like hardware simulation has none of the downsides.
Question: With an FPGA clone of the SNES like this, what's the value of software emulators like Higan? Not to shit on byuu's efforts or anything, but it makes me wonder if emulation is losing its relevance for these older systems... because it sounds like hardware simulation has none of the downsides.
yeah i hope they offer a limited version with it.Plastic body would be a big one.
Much as I'd prefer RGB out we are certainly in the minority and every feature added adds cost.
In the long term yes, but right now I see FPGA as a replacement for original hardware, not software emulation.
Current emulation has its place as all you need is a CPU which are only becoming more capable, this opens up the experience to so many more devices like mobile phones, android devices and smart tv's etc.
In the future though when FPGA is more commonplace, smaller, cheaper and easier to integrate into other devices then you could see a shift away from software.
yeah i hope they offer a limited version with it.
Yeah that would be nice. I'd pay an extra $50 or so if I could get raw RGB output.
I mentioned this in the other thread but it'll be interesting to see if the (assumed) jailbreak firmware supports chip games. The SA-1 is the same CPU as the SNES at a higher clock so it should be relatively easy to port the HDL to add that... which would out-do even the SD2SNES at a lower cost.
There's an auction that eBay keeps recommending to me for some reason of a "Mortal Kombat Sub-Zero Halloween costume" but the picture is clearly of Scorpion and it's driving me insane.
The price is actually a bargain when you consider that it's an FPGA (i.e. hardware simulation, not emulation like Retron or Raspberry Pi) system with HDMI. FPGA is wonderful, and is a big part of the future of retro gaming.
It would cost you more than that to buy a real SNES plus an upscaler to connect it to a modern TV.
There's an auction that eBay keeps recommending to me for some reason of a "Mortal Kombat Sub-Zero Halloween costume" but the picture is clearly of Scorpion and it's driving me insane.
Imagine if you order it and you actually receive Reptile.
Classics of Game is a treasure
https://www.youtube.com/watch?v=tLskE0UDa-A
You know you play a lot of Japanese videogames when Facebook advertises an "Asian4Asian" dating app in your feedand you're white.
You know you play a lot of Japanese videogames when Facebook advertises an "Asian4Asian" dating app in your feedand you're white.
Reminds me of this:what are the odds half the dudes on that site are white catfish?
what are the odds half the dudes on that site are white catfish?
Question: With an FPGA clone of the SNES like this, what's the value of software emulators like Higan? Not to shit on byuu's efforts or anything, but it makes me wonder if emulation is losing its relevance for these older systems... because it sounds like hardware simulation has none of the downsides.
Latency is indeed a serious problem with software-based emulators, but that's only the case because computers have decided to not take the issue seriously at all.
As time goes on, we just keep making things much worse for latency in an effort to make things more convenient for non-demanding cases.
We used to have CRTs, then we moved to LCDs. I've never seen an LCD with a latency response below a CRT. The closest I've seen was an LCD with no built-in menu/scaler that managed 30ms more latency than a CRT next to it.
We used to have DB-15 gamepad ports that you could literally poll instantly and get back shift-register button states. Now we have 100hz USB polling, often through hubs.
We used to write directly to video card display registers, now we talk through complicated 3D APIs to render scenes and then composit the result together to one of many windows presented on a desktop.
We used to write directly to sound card I/O ports, now we have OS APIs that mix audio with lots of other applications.
We used to run in DOS where the program had full control sans a few interrupts, now we run in massively multi-tasked operating systems where everything goes through window managers, compositors, etc etc. The OS can just randomly decide to freeze your software for 10+ ms if it wants.
A software emulator on a purpose-built hardware device could approach imperceptibly similar results to an FPGA implementation. Not perfect, but close enough that nobody could really tell the difference, maybe ~2-5ms. And an emulator in C++ will be far more easy to understand and reason about, and more resilient in the future, than a Verilog implementation for a given FPGA chip (Cyclone V in this case) will ever be. Software emulators have the potential to run on virtually any CPU out there.
But as it stands, yeah, purpose-built FPGA emulators destroy software emulators that have to run on modern computer systems in terms of latency. Stick an FPGA into a PC and it'll have just as much latency as a software emulator would.