Recent content by GaRlic

  1. G

    CDDA

    Awesome.. thanks! and were you talking to yourself in the third person? hehe good work :)
  2. G

    need some info here

    a. this isnt the right forum b. there arent saturn 'roms' c. you need a mod or swap to boot copies d. they are cd images so i hope you arent just burning cd image onto a cd like its a normal file. e. this isnt the right forum
  3. G

    CDDA

    This just in.. IM A TOTAL MORON. include the damn libcd before libsgl for the love of god if you have this problem
  4. G

    CDDA

    alright, since the error codes really dont help me i just went through it by hand slCDDAOn (127, 127, 0, 0); // ndir=slCdInit(128, dirwork); key[0].cn=CDKEY_NONE; key[0].sm=CDKEY_NONE; key[0].ci=CDKEY_NONE; key[1].cn=CDKEY_TERM; // cdhn=slCdOpen("cdda1",key)...
  5. G

    Audio Convert

    so has anyone gotten cdda to work?
  6. G

    CDDA

    contest entry i've tried the lcd_d btw, heh i've tried all the libs .. no luck
  7. G

    CDDA

    thanks, i just found another thread with the same problem, he got it working though im not sure how.. i included the sgl cd lib but now i get ../../lib\libcd.a(sgl_cd.o)(.text+0x71c):sgl_cd.c: undefined reference to `SetCD Func' ../../lib\libcd.a(sgl_cd.o)(.text+0x96c):sgl_cd.c: undefined...
  8. G

    CDDA

    alright so im trying to get cdda working, this is what i have so far // CDDA CODE include files #include <stdlib.h> #include <sgl.h> #include <sgl_cd.h> #include "sddrvs.dat" #define MAX_FILE 128 Sint32 dirwork[SLCD_WORK_SIZE(MAX_FILE) /sizeof (Sint32)]; //Just leave sddrvs and this...
  9. G

    Audio Convert

    got it, much thanks
  10. G

    Audio Convert

    thanks for the info on the tool. every time i try to convert wav 2 pcm it gives me one pcm file, and a basically empty header file. any idea whats up with that? can you also explain the change it needed? was it just hex to decimal? i also think a binary file would probably work better but i've...
  11. G

    Audio Convert

    what tools are used to create the audio (from pcm?) as in the competition (knuckles) entry and the sega examples?
Back
Top