Search found 404 matches

by SiZiOUS
Mon Dec 02, 2013 3:26 pm
Forum: Programming Discussion
Topic: Best GNU tools versions for KallistiOS 2.0.0
Replies: 16
Views: 1343

Re: Best GNU tools versions for KallistiOS 2.0.0

Hi BlueCrab,

And thank you for your very fast and perfect answer (as usual) !

But If I understand well you aren't using GDB?
How do you debug then, with the old "printf" method? Just to know

Cheers,
SiZ!
by SiZiOUS
Mon Dec 02, 2013 1:59 pm
Forum: Programming Discussion
Topic: Best GNU tools versions for KallistiOS 2.0.0
Replies: 16
Views: 1343

Best GNU tools versions for KallistiOS 2.0.0

Hello there, Just wondering, I'm a little outdated about dc devving, what are the best versions for GNU applications for KallistiOS 2.0.0 ? For example : gcc: 4.6.2 (?) gdb: ? insight: ? ...: ? I'm asking because if I remember well, some recents GNU tools are incompatible with KOS. I remember patche...
by SiZiOUS
Sun Dec 01, 2013 11:08 am
Forum: Homebrew Software and Indie Games Discussion
Topic: NXEngine for DC
Replies: 29
Views: 26553

Re: NXEngine for DC

I uploaded the SBI package of this nice homebrew here . You'll need Selfboot Inducer 5 to use it. I know that my website at EmuNova is dead, I'm trying to contact the administrator but with no results :( I don't know if I'll able to get another hosting. I paid for my domain name 'sizious.com' but I ...
by SiZiOUS
Sun Sep 08, 2013 3:37 pm
Forum: Developmental Ideas
Topic: A new DC loader, and a larger idea to revitalize the scene
Replies: 32
Views: 15185

Re: A new DC loader, and a larger idea to revitalize the sce

I don't have the time to read every posts there, I'm responding because Chris sent me a PM about the future of Selfboot Inducer 5. I released Selfboot Inducer 5 in 2013 ; So I'm still there ... but that a fact : Dream Inducer is really outdated... Even if the source code is available. By the way, Se...
by SiZiOUS
Sun Sep 08, 2013 3:24 pm
Forum: Homebrew Software and Indie Games Discussion
Topic: Dream Inducer Multi-CD Help
Replies: 2
Views: 1188

Re: Dream Inducer Multi-CD Help

Hello,

If you are using Windows, you can:
  • Use SBI Builder to make your SBI packages, containing what you want to put onto the disc ;
  • Then use Selfboot Inducer 5 to make your Dream Inducer disc.
by SiZiOUS
Wed May 29, 2013 1:19 pm
Forum: Front Page News and Forum Guidelines
Topic: KallistiOS 2.0.0 Released!
Replies: 21
Views: 4602

Re: KallistiOS 2.0.0 Released!

Thank you so much BlueCrab! :)
shametblame wrote:I was thinking, do we know who was responsaible for "Dev Environment rev 4" ?

Regards,
It's fackue / LyingWake.
by SiZiOUS
Wed Apr 24, 2013 1:01 pm
Forum: Programming Discussion
Topic: Looking for DC optimization experts to help on emu port
Replies: 31
Views: 6841

Re: Looking for DC optimization experts to help on emu port

Oh, I forgot to remove the audio from one video...
I was listening to the new Tyga :mrgreen:
by SiZiOUS
Mon Apr 15, 2013 3:29 pm
Forum: Homebrew Software and Indie Games Discussion
Topic: Problem using Selfboot Inducer
Replies: 2
Views: 1542

Re: Problem using Selfboot Inducer

Selfboot Inducer 5 doesn't include a simple program to make SBI packages, but you can use SBI Builder Wizard to perform this task.
by SiZiOUS
Mon Apr 15, 2013 3:23 pm
Forum: Programming Discussion
Topic: Looking for DC optimization experts to help on emu port
Replies: 31
Views: 6841

Re: Looking for DC optimization experts to help on emu port

Yeah, I know, my vids suc*s, it's just for showing some applications running with Fake86 :mrgreen:
by SiZiOUS
Sun Apr 14, 2013 2:53 pm
Forum: Programming Discussion
Topic: Looking for DC optimization experts to help on emu port
Replies: 31
Views: 6841

Re: Looking for DC optimization experts to help on emu port

miker00lz, I tested your emulator today on the real hardware, it's pretty slow but sounds good!
I made two videos on Youtube, here and here.
by SiZiOUS
Fri Mar 15, 2013 4:04 pm
Forum: Programming Discussion
Topic: Creating a Bootable CD
Replies: 13
Views: 5283

Re: Creating a Bootable CD

Yeah Ayla is right, the LBA 45000 trick is used only for making backups from original GD-ROM. For homebrews, I guess data/data with LBA 0 is much efficient. You're only wasting some bytes with the second data track (the size of the this track can be 300 sectors as well) ; and I think the data/data s...
by SiZiOUS
Thu Mar 14, 2013 4:37 am
Forum: Programming Discussion
Topic: OpenGL - New Build in the works
Replies: 21
Views: 5962

Re: OpenGL - New Build in the works

Woah PH3NOM, your work is just very impressive! :o Keep up the great work! :grin:

I'll try your 'Kamikaze' demo very soon :D
by SiZiOUS
Thu Mar 14, 2013 4:32 am
Forum: Programming Discussion
Topic: Creating a Bootable CD
Replies: 13
Views: 5283

Re: Creating a Bootable CD

Another solution to the one SiZiOUS posted, is a solution SiZiOUS coded some time ago, a tool that creates a .cdi image from your data files instead of burning it directly to disk ( thanks for that tool by the way Siz, I have been using it for some time now ) Thank you PH3NOM . :) I think you're ta...
by SiZiOUS
Tue Mar 12, 2013 4:46 am
Forum: Programming Discussion
Topic: new programmer
Replies: 7
Views: 1141

Re: new programmer

by SiZiOUS
Fri Mar 08, 2013 3:06 pm
Forum: Programming Discussion
Topic: Looking for DC optimization experts to help on emu port
Replies: 31
Views: 6841

Re: Looking for DC optimization experts to help on emu port

Maybe you could save the data to the VMU compressed by LZMA for example (it has a very high ratio), or these datas are completly useless?
by SiZiOUS
Wed Mar 06, 2013 8:03 am
Forum: Programming Discussion
Topic: Creating a Bootable CD
Replies: 13
Views: 5283

Re: Creating a Bootable CD

In order to boot your '1ST_READ.BIN' file, you need to scramble your binary by using the 'scramble' command, which can be found on the Marcus site (http://mc.pp.se/dc/). So the actions in order is: Compile your project to get the .elf file Use sh-elf-objcopy to get the the binary '.bin' form Scrambl...
by SiZiOUS
Wed Mar 06, 2013 7:55 am
Forum: Programming Discussion
Topic: new programmer
Replies: 7
Views: 1141

Re: new programmer

Hello dreamalchemist,

And welcome here!

Do you use Windows or Linux ?
by SiZiOUS
Tue Mar 05, 2013 3:20 am
Forum: Programming Discussion
Topic: Download lastest dc-tool-serial/ip bins compiled with MinGW
Replies: 9
Views: 1615

Re: Download lastest dc-tool-serial/ip bins compiled with Mi

I honestly don't think it's a good idea. An english website would be more useful. Like a wiki that compiles all our knowledge about the hardware, that goes deep into KOS, that would contain information for newbies as well as for experienced DC programmers. I agree. My real intention was to recreate...
by SiZiOUS
Mon Mar 04, 2013 10:25 am
Forum: Programming Discussion
Topic: Download lastest dc-tool-serial/ip bins compiled with MinGW
Replies: 9
Views: 1615

Re: Download lastest dc-tool-serial/ip bins compiled with Mi

No, unfortunately I cannot. I haven't fixed dcload-serial, so if I were to compile it right now with my toolchain (with GCC 4.x), it won't work. Until I have a working serial cable, I won't be able to fix it. I should have all the parts to throw one together, I just need to find the time to do it. ...
by SiZiOUS
Mon Mar 04, 2013 10:10 am
Forum: Programming Discussion
Topic: Looking for DC optimization experts to help on emu port
Replies: 31
Views: 6841

Re: Looking for DC optimization experts to help on emu port

I have a Coders Cable and a BBA, so if you need some alpha/beta test, feel free to PM me! :)

Keep us informed about your project :) !