Recent content by mirakus

  1. M

    could someone post some working hello world code?

    Okay. Bear with me here. All of this is pretty new to me (targeting a machine other than PC), so I'm still kind of confused. Really all I'm trying to do at this moment is to create a small program similar to what antorino did in the post above, just so that I can verify that I have...
  2. M

    could someone post some working hello world code?

    Well, it's taken me a while since I first started, but I finally got my toolchain built. I built some code successfully, but I'm not sure how to get into into the proper format to run on an emulator or system. What else is involved once the code is built? The samples I'm using have some...
  3. M

    Building your own toolchains

    Found my problem! I had considered doing all of this separate build directories optional, but it looks like that was my problem. Once I decided to build every component in its own build dir, everything worked!
  4. M

    Building your own toolchains

    Thanks! I'll definitely go ahead and give it a shot, as I'm desperate to get something working at this point!
  5. M

    Building your own toolchains

    Sorry to resurrect an old thread here, but I'm having some problems. I've followed your instructions to a T, with the exception that I'm not using a separate build directory for each portion of the toolchain. I've gotten to the stage where I'm building the final version of gcc, and I'm...
  6. M

    Burning .mdf/.mds

    Not sure if the original poster ever figured this one out or not, but I recently found the *perfect* way to do this on a Linux system...at least it works fine for me. Like a lot of other people have said, it is best to mount the mds (table of contents) with cdemu, but getting all of that...
  7. M

    could someone post some working hello world code?

    Thanks a lot! I know some of this info was already out there, but I didn't really know where to begin. Tonight I'm going to try to get my toolchain set up, and see if I can get some of this stuff building and running. I'm sure I'll have more questions as I go, but thanks! Mir
  8. M

    could someone post some working hello world code?

    Hi. I'm new to Saturn dev, and admittedly am getting swamped with all the various documentation for the SH2, SBL, and SGL. I also haven't set up my toolchain yet, but lack the motivation to do so because I don't really know where to begin once that part of it is done. Could someone...
  9. M

    playing burned saturn backups - bin/cue - "tv snow" sound

    playing burned saturn backups - bin/cue - "tv snow" sound I think I figured this out. Unbeknownst to me, cdrdao apparently cannot fully understand cue files, meaning you can get a successful burn but the audio tracks in a cue will not work. I followed the Linux burning tutorial in these...
  10. M

    playing burned saturn backups - bin/cue - "tv snow" sound

    playing burned saturn backups - bin/cue - "tv snow" sound Hi. I have burned a couple of Saturn images that were originally in bin/cue format, using the cue provided, with cdrdao. The games work on my chipped Saturn, but on some title screens (and in some cases the whole game) the music track...
  11. M

    complete newb to Saturn dev needing advice

    Hi slinga. I actually really like Yabause as it is an open-source emulator, but I've had some problems getting it to run games smoothly. It might just be my system, but I also realize the emulator is not yet fully mature. I was planning on using it to test though! I'm probably going to...
  12. M

    complete newb to Saturn dev needing advice

    Thanks so much, kind sir! I'm sure I'll be "hello worlding" it for a bit, but I'm sure you all will be hearing from me a lot on these forums as I progress. I have one project that I'm trying to wrap up before digging too deeply into this, but seriously, thanks a lot!
  13. M

    complete newb to Saturn dev needing advice

    Hi. I am a fairly experienced C/C++/x86 assembly developer, but I have only developed for PC's. I am very enthusiastic about trying to develop for the Saturn, but I have a couple of questions about the toolchain. Sorry if these things have been covered thousands of times, or if there is a...
Back
Top