Snes on FPGA may get sof file release for de 10 nano mister
Moderators: Mug UK, Zorro 2, spiny, Greenious, Sorgelig, Moderator Team
Snes on FPGA may get sof file release for de 10 nano mister
Reply from my email:-
Thanks for your e-mail.
Currently, I seem to get MiSTer system from other supporters.
However, the source code can not be open source.
I plan to release a sof file of SNES on FPGA for MiSTer.
pgate1
Thanks for your e-mail.
Currently, I seem to get MiSTer system from other supporters.
However, the source code can not be open source.
I plan to release a sof file of SNES on FPGA for MiSTer.
pgate1
Replay 2, Mister, FPGA Replay + 68060 Daughterboard
Re: Snes on FPGA may get sof file release for de 10 nano mister
Nobody is forcing authors to open source cores, as long as it is entirely their own work.
Looking forward to it!
Looking forward to it!
Re: Snes on FPGA may get sof file release for de 10 nano mister
MiSTer needs RBF file in order to load from Menu.
Re: Snes on FPGA may get sof file release for de 10 nano mister
Can't it be compiled like the ti99 4a core
Replay 2, Mister, FPGA Replay + 68060 Daughterboard
Re: Snes on FPGA may get sof file release for de 10 nano mister
Sadly no - not without the source to compile it from. However, at least an SOF would enable use to flash the FPGA temporarily for testing out the core - but really that is all it is good for ... testing.uigiflip wrote:Can't it be compiled like the ti99 4a core

Re: Snes on FPGA may get sof file release for de 10 nano mister
If the author has a MiSTer and has the license for Quartus Prime Standard, he can:
- take a MiSTer core project, adapt it to put his source and make it work with MiSTer.
- build it to get an RBF file.
- publish the RBF file.
- document how to put external dependencies (ROM for instance).
Obviously, if some major changes may happen in the common stuff (menu, MiSTer interface), the author would need to reflect the changes in his project and rebuild the RBF file.
- take a MiSTer core project, adapt it to put his source and make it work with MiSTer.
- build it to get an RBF file.
- publish the RBF file.
- document how to put external dependencies (ROM for instance).
Obviously, if some major changes may happen in the common stuff (menu, MiSTer interface), the author would need to reflect the changes in his project and rebuild the RBF file.
Re: Snes on FPGA may get sof file release for de 10 nano mister
Did anyone try the SOF posted on
http://pgate1.at-ninja.jp/SNES_on_FPGA/ ... ml#release
There is an English instruction txt file . Apparently only two buttons are enabled (Start) and (A).
Maybe not worth the hassle to set up, as an SD-Card has to be prepared as well (only one rom supported?).
I sure still hope that he will release a normal working core with some rudimentary rom selection. Also a source release would help a lot the integration with MiSTer OSD...
http://pgate1.at-ninja.jp/SNES_on_FPGA/ ... ml#release
There is an English instruction txt file . Apparently only two buttons are enabled (Start) and (A).
Maybe not worth the hassle to set up, as an SD-Card has to be prepared as well (only one rom supported?).
I sure still hope that he will release a normal working core with some rudimentary rom selection. Also a source release would help a lot the integration with MiSTer OSD...

Re: Snes on FPGA may get sof file release for de 10 nano mister
Basically, it's not for MiSTer, but for DE10-nano with I/O+SDRAM Boards.
It doesn't use any MiSTer API. And a don't see Joystick support - it's unclear how to play. Probably you won't be able to play besides pressing a single button.
This release is not worth even to try. Don't waste your time.
P.S.: i would happily help in porting this core to MiSTer if author would release the source. He would free from porting task and concentrate on core itself.
It doesn't use any MiSTer API. And a don't see Joystick support - it's unclear how to play. Probably you won't be able to play besides pressing a single button.
This release is not worth even to try. Don't waste your time.
P.S.: i would happily help in porting this core to MiSTer if author would release the source. He would free from porting task and concentrate on core itself.
- AndrewSisk
- Atarian
- Posts: 7
- Joined: Mon May 21, 2018 8:50 pm
Re: Snes on FPGA may get sof file release for de 10 nano mister
this would be fun to play Jet Pilot Rising https://www.romhacking.net/homebrew/97/ it only needs A and start and is a fun game,
to bad only VGA out, can't try,

Re: Snes on FPGA may get sof file release for de 10 nano mister
From the same Guy https://youtu.be/E7cSyMVetUs a PSX
Let's try to carry a few parts together for the SNES
SNES PPU Code
http://laxer3a.blogspot.com/
https://code.google.com/archive/p/fpgas ... ult/source
SA1 + RTC Code
https://github.com/RedGuyyyy/sd2snes/tree/sa1
CX4
https://github.com/RedGuyyyy/sd2snes/tree/cx4
and some more Branches
Let's try to carry a few parts together for the SNES
SNES PPU Code
http://laxer3a.blogspot.com/
https://code.google.com/archive/p/fpgas ... ult/source
SA1 + RTC Code
https://github.com/RedGuyyyy/sd2snes/tree/sa1
CX4
https://github.com/RedGuyyyy/sd2snes/tree/cx4
and some more Branches
- alexh
- Fuji Shaped Bastard
- Posts: 2837
- Joined: Wed Oct 20, 2004 1:52 pm
- Location: UK - Oxford
- Contact:
Re: Snes on FPGA may get sof file release for de 10 nano mister
The author could encrypt the HDL using the Quartus key so it can still be synthesized but no-one could edit it?
Re: Snes on FPGA may get sof file release for de 10 nano mister
It is a time limited SOF? Otherwise Quartus can convert from SOF to RBF.Sorgelig wrote:MiSTer needs RBF file in order to load from Menu.
That is possible but it's not so easy. Altera/Intel doesn't normally provide an encryption key neither the encryption software, not even with the most expensive paid version of Quartus. And AFAIK, there is no public documentation available on the subject.alexh wrote:The author could encrypt the HDL using the Quartus key so it can still be synthesized but no-one could edit it?
I'm not sure how exactly it is the procedure for getting the key and the tools, but I believe you must be an Altera partner and probably need to sign a special agreement. Not something that individuals can easily get.
- alexh
- Fuji Shaped Bastard
- Posts: 2837
- Joined: Wed Oct 20, 2004 1:52 pm
- Location: UK - Oxford
- Contact:
Re: Snes on FPGA may get sof file release for de 10 nano mister
"Quartus Prime Pro Edition" supports it. How to use it is fully documented however unlike other EDA vendor's they've not published their public key. You must request it.ijor wrote:That is possible but it's not so easy. Altera/Intel doesn't normally provide an encryption key neither the encryption software, not even with the most expensive paid version of Quartus.alexh wrote:The author could encrypt the HDL using the Quartus key so it can still be synthesized but no-one could edit it?
Here we're Xilinx based and they have supported IEEE P1735 for years (since 2014?). With Xilinx ISE I was sure anyone could encrypt HDL and they published their public key but now it looks like for Vivado you have to request a license. (Probably a formality but I've not tried it)
Re: Snes on FPGA may get sof file release for de 10 nano mister
Seems you are right. I might have mixed up HDL encryption with encrypted IP core evaluation. But besides purchasing the expensive Pro license you still need the public key. They might not provide it to individuals and it might even require a signed NDA. Of course, it might be floating around on the net.alexh wrote:"Quartus Prime Pro Edition" supports it. How to use it is fully documented however unlike other EDA vendor's they've not published their public key. You must request it.ijor wrote:That is possible but it's not so easy. Altera/Intel doesn't normally provide an encryption key neither the encryption software, not even with the most expensive paid version of Quartus.alexh wrote:The author could encrypt the HDL using the Quartus key so it can still be synthesized but no-one could edit it?
I assume you realize that this is not really very secure. It is mostly security by obscurity as the decryption private key must be embedded in the public software. It might have been cracked already.Here we're Xilinx based and they have supported IEEE P1735 for years (since 2014?). With Xilinx ISE I was sure anyone could encrypt HDL and they published their public key but now it looks like for Vivado you have to request a license. (Probably a formality but I've not tried it)
Re: Snes on FPGA may get sof file release for de 10 nano mister
or they might ask you to send the source to them and they will send you back encrypted version.ijor wrote:They might not provide it to individuals and it might even require a signed NDA
Re: Snes on FPGA may get sof file release for de 10 nano mister
And btw, HDL encryption is supported only on the Pro edition, not on the Standard one. But the Pro edition targets the high end and mid devices only. You must use the Standard edition for the low cost devices like the Cyclone families. Ergo, still no HDL encryption for our boards.Sorgelig wrote:or they might ask you to send the source to them and they will send you back encrypted version.ijor wrote:They might not provide it to individuals and it might even require a signed NDA
- alexh
- Fuji Shaped Bastard
- Posts: 2837
- Joined: Wed Oct 20, 2004 1:52 pm
- Location: UK - Oxford
- Contact:
Re: Snes on FPGA may get sof file release for de 10 nano mister
Wouldn't possibly know anything about thatijor wrote:I assume you realize that this is not really very secure. It is mostly security by obscurity as the decryption private key must be embedded in the public software. It might have been cracked already.

-
- Atari freak
- Posts: 57
- Joined: Wed Sep 29, 2010 1:27 pm
SNES Core WIP
How has no one mentioned this? Apparently mister support was added in July:
https://www.reddit.com/r/emulation/comm ... or_mister/
Has anyone tried it?
https://www.reddit.com/r/emulation/comm ... or_mister/
Has anyone tried it?
- alexh
- Fuji Shaped Bastard
- Posts: 2837
- Joined: Wed Oct 20, 2004 1:52 pm
- Location: UK - Oxford
- Contact:
Re: SNES Core WIP
The developer is the real deal. I've followed his work for many years. He started out with an FPGA of the sound chip. I contacted him on Twitter and brought MiSTer to his attention about a year ago and offered him an FPGA setup but never sent it to him. Looks like he got one.
http://pgate1.at-ninja.jp/SNES_on_FPGA/ ... ml#release
http://pgate1.at-ninja.jp/SNES_on_FPGA/ ... ml#release
Re: SNES Core WIP
the author gets the MiSTer and DE-10 mixed up. His project is for the DE-10 and does not appear to use MiSTer.retrorepair wrote:How has no one mentioned this? Apparently mister support was added in July:
https://www.reddit.com/r/emulation/comm ... or_mister/
Has anyone tried it?
-
- Atari freak
- Posts: 57
- Joined: Wed Sep 29, 2010 1:27 pm
Re: Snes on FPGA may get sof file release for de 10 nano mister
Kinda seems like an odd mistake to make, have you tried it? I don't have one at the moment to test.
-
- Captain Atari
- Posts: 187
- Joined: Fri Mar 16, 2018 9:10 am
Re: Snes on FPGA may get sof file release for de 10 nano mister
I've just written to the developer about whether he's going to open his core as an open source project.
As far as I remember, he said a few years ago, he will do it as soon as someone else releases a SNES core. I reminded him and sent him the Github project and a Youtube link. Let's see what happens!
As far as I remember, he said a few years ago, he will do it as soon as someone else releases a SNES core. I reminded him and sent him the Github project and a Youtube link. Let's see what happens!

Two beer or not two beer? - Shakesbeer.
Re: Snes on FPGA may get sof file release for de 10 nano mister
Is he the same developer that was asking the retro community to pay him big money to release the core as open source? Or that was somebody else?
Fx Cast: Atari St cycle accurate fpga core
-
- Atarian
- Posts: 5
- Joined: Sat Nov 25, 2017 10:00 pm
Re: Snes on FPGA may get sof file release for de 10 nano mister
No, that is someone else. The men you mention here wanted to start a crowdfunding campaign with the goal of $400000,- (!) to release his core open source. He claimed that releasing his code open source for free would not be "fair" to other paying customers of his firm.ijor wrote:Is he the same developer that was asking the retro community to pay him big money to release the core as open source? Or that was somebody else?
Yes, we can be truly happy that srg320 released his core, he is a real sir !!
-
- Captain Atari
- Posts: 187
- Joined: Fri Mar 16, 2018 9:10 am
Re: Snes on FPGA may get sof file release for de 10 nano mister
No, not the verisnes developer.That's the one who wanted 400.000$/€.ijor wrote:Is he the same developer that was asking the retro community to pay him big money to release the core as open source? Or that was somebody else?
I meant the japanese SNES On FPGA Developer: http://pgate1.at-ninja.jp/SNES_on_FPGA/ ... ml#release
He wanted to release his core when another open source one will be published.
Two beer or not two beer? - Shakesbeer.