Earlier quoted context omitted.
> I did a Sega system on an FPGA in 2003 as a one-semester senior design project. The article was about achieving extremely high compatibility by emulating hardware quirks. What advantage would an FPGA be? Easier synchronization?
The hardware quirks, by and large (ignore things like the behavior of undocumented/unintentional instructions on the CPU -- these are a separate issue and easy to deal with), are due to the impedance mismatch you have of emulating hardware on software. When you're emulating old hardware on an FPGA, you don't worry about synchronization, you just have the cycle timing be a multiple of the original timing. This gives y…
Accuracy takes power: one man's 3GHz quest to build a perfect SNES emulator
41–47 of 47 posts
Re: Accuracy takes power: one man's 3GHz quest to build a perfect SNES emulator
#42this makes me think of full brain emulation. how far are we from an in silico silicon virtualization suite?
Re: Accuracy takes power: one man's 3GHz quest to build a perfect SNES emulator
#43Earlier quoted context omitted.
The cost savings of downloads are just too ridiculously huge to really think about going back to manufacturing circuit boards. Beyond the marginal circuit board cost, there's a huge physical goods infrastructure that just doesn't have to exist when you go with downloads. Servers are a good bit easier to manage than manufacturing plants and shipping infrastructure.
Yah, but what if physical goods gave you that edge over your competition? That neat wow cool factor that all of the other 'download' devices don't get because they can't change?
Higher profit margins, lower operating costs, and the ability to massively extend the profitability window of a given game (from only a few months to a year to more than a decade) make digital distribution extremely advantageous for anyone who can take advantage of it properly.
Re: Accuracy takes power: one man's 3GHz quest to build a perfect SNES emulator
#44Earlier quoted context omitted.
A general system expansion slot would make a lot more sense. Think the RAM expansion on the N64. It'd be silly for each new game to have to provide its own extra processors or RAM in its own (expensive) cartridge, and console piracy is close enough to dead already.
console piracy is close enough to dead already What? When did this happen? Last I checked there were successful exploits for every major console on the market.
Re: Accuracy takes power: one man's 3GHz quest to build a perfect SNES emulator
#45Earlier quoted context omitted.
The hardware quirks, by and large (ignore things like the behavior of undocumented/unintentional instructions on the CPU -- these are a separate issue and easy to deal with), are due to the impedance mismatch you have of emulating hardware on software. When you're emulating old hardware on an FPGA, you don't worry about synchronization, you just have the cycle timing be a multiple of the original timing. This gives y…
FPGAs don't solve all the timing problems. In some cases, you have to accurately emulate the stalls that occur on one processor as computation or interrupts occur elsewhere.
But that said, FPGAs are by no means a silver bullet. There are a billion problems with them, mainly due to the terrible development tools, at least the ones that someone not doing this stuff professionally can afford.
Re: Accuracy takes power: one man's 3GHz quest to build a perfect SNES emulator
#46Earlier quoted context omitted.
Yeah, in the one case where I tried the wii virtual console with a game that was big in my childhood (Contra 3), it just doesn't feel quite the same. Noone's gotten an SNES controller quite right, either. So I hang on to a SNES to bring out every now and then.
http://www.retrousb.com/ has adapters to connect the original NES or SNES pads to either USB or a Gamecube/Wii. I've used their SNES-to-USB adapter and it works perfectly.
Re: Accuracy takes power: one man's 3GHz quest to build a perfect SNES emulator
#47Earlier quoted context omitted.
> I did a Sega system on an FPGA in 2003 as a one-semester senior design project. The article was about achieving extremely high compatibility by emulating hardware quirks. What advantage would an FPGA be? Easier synchronization?
The hardware quirks, by and large (ignore things like the behavior of undocumented/unintentional instructions on the CPU -- these are a separate issue and easy to deal with), are due to the impedance mismatch you have of emulating hardware on software. When you're emulating old hardware on an FPGA, you don't worry about synchronization, you just have the cycle timing be a multiple of the original timing. This gives y…