Home | Forums | What's new | Resources | |
new to Saturn dev |
AntiPasta - Jan 1, 2003 |
antime | Jan 1, 2003 | |||
You'll want an Action Replay too. For the rest, see my .sig. |
AntiPasta | Jan 1, 2003 | |||
thanks! One more thing, is there some tiny asm example floating around somewhere? Something I can use as a skeleton to do all the necessary init? |
antime | Jan 1, 2003 | |||
About the only pure assembly example I know of is my copperbar sample, which isn't really enough to be called a "skeleton" plus it's poorly commented. I recommend you check out Charles MacDonald's page... as well. Though his samples are in C (but still library-free), he also has his own hardware notes that should be useful to you. I also recommend you at least learn enough C to understand the sample programs, otherwise you'll miss a lot of information. |
Daniel Eriksson | Jan 1, 2003 | |||
Here is some other Saturn Dev things that you might find useful... Here is a homemade Saturngame, maybe you could put the source up if you ask the author. http://vieille.merde.free.fr/... Here is Reinhart´s Saturndev page. I helped him draw some sprites, but i haven´t heard from him for a while. http://membres.lycos.fr/reinhart01/... Another Saturn devpage with some interesting files : http://www.dynarec.com/~bart/saturn/... This page hasn´t been updated for a while but it has some interesting files : http://saturndev.emuvibes.com/... Here is also some great stuff : http://cgfm2.emuviews.com/saturn.htm... A japanese page with some Saturn docs : http://www.geocities.co.jp/SiliconValley-S...268/s... Here are some other interesting Saturn stuff : http://junkerhq.net/saturn.html... Then, there is the Stardust source : http://www.clubotaku.org/Saturn/... http://www.clubotaku.org/Saturn/std.rar... And here is loads of usefull stuff : http://www.ifrance.com/jarodcanal/download...5/fil... http://www.ifrance.com/jarodcanal/download...l/fil... The Phoenix emu and that : http://phemusat.tripod.com/... Hope this helps something! |
antime | Jan 1, 2003 | |||||||
The Dynarec site doesn't exist anymore. Bart's new homepages are located at http://www.trzy.org/... (and are actually hosted here at SegaXtreme. Thanks for that, Iceman!)
That site has repair info and schematics (which are useful), but no programming info. |
AntiPasta | Jan 2, 2003 | |||
Great! Thank you all. Expect some releases from me soon, like a CHIP8 emulator But where is this SGL everyone seems to use? Do i really need it? |
AntiPasta | Jan 2, 2003 | |||
Coding to the metal is my thing! Gonna have a good look at the docs first, tho. One final thing: I now have SNASMSH2, how do I make a proper executable for SSFEXE? Which linker do I use? |
antime | Jan 2, 2003 | ||||
If you have just one source file, using "snasmsh2 -p source.asm,dest.bin" will give you a working binary. Otherwise, you can direct it to output object files in COFF format and use GNU ld to link it. The Psy-Q linker is also available somewhere, I suppose it could be used as well. |
AntiPasta | Jan 3, 2003 | |||
Okay, I got myself an AR today. Do I need to reflash it with sth, just like with the psx? |
antime | Jan 3, 2003 | |||
Nope. |
AntiPasta | Jan 4, 2003 | |||
yo antime, how do I decompress those .bz2 files on your webpage? I tried bzip and StuffIt, but both say the files are corrupted. All of them! |
antime | Jan 4, 2003 | |||
You can use at least bzip2 and newer versions of RAR to open the archives. They're not broken (I just checked), but the server doesn't serve them with the right MIME-type for some reason. Right-clicking and Save As... works fine here. As for the StuffIt archives, the Windows decompressor had problems with some of them. I don't know why, nor do I know how to fix the problem. Maybe someone has an older PPC Mac and could try opening and repacking them? EDIT: The MIME-types should be fixed now, dunno if it'll help with your problem though. |