Search found 9 matches

by cyrusdevx
Sun Sep 11, 2016 8:28 pm
Forum: Programming Discussion
Topic: Looking for some pointers for Gui creation with pvr, control
Replies: 2
Views: 676

Re: Looking for some pointers for Gui creation with pvr, con

So basically you want to draw lines, rectangles and fonts? 1. Check out the pvr tutorials in the wiki for drawing triangles. At the very bottom of the page there's an old tutorial where line drawing is explained as well. 2. Fonts are slightly more difficult, but not really. You want a "texture...
by cyrusdevx
Sun Sep 11, 2016 4:23 pm
Forum: Programming Discussion
Topic: Looking for some pointers for Gui creation with pvr, control
Replies: 2
Views: 676

Looking for some pointers for Gui creation with pvr, control

https://en.wikipedia.org/wiki/Text-based_user_interface

^ this is what I'm looking for in the end but maybe not as complex.

Any help would be great :D
by cyrusdevx
Tue Mar 22, 2016 11:58 am
Forum: Programming Discussion
Topic: WIP g1ata ext for dvdrom drives
Replies: 2
Views: 1140

Re: WIP g1ata ext for dvdrom drives

Recently restarted my DreamVD Player project. Still structuring and writing the base code.
by cyrusdevx
Wed Feb 10, 2016 10:03 am
Forum: Programming Discussion
Topic: eCastos
Replies: 7
Views: 4890

Re: eCastos

Added my first help request.Those with that knowledge, i would greatly appreciate learning this. Thanks
by cyrusdevx
Sun Feb 07, 2016 10:38 pm
Forum: Programming Discussion
Topic: eCastos
Replies: 7
Views: 4890

Re: eCastos

There are instructions around of how to build the toolchain on Cygwin. Take a look around the forum here, I'm sure you'll find what you need to build it yourself, rather than downloading a pre-compiled toolchain. its a matter of convenience for me to have a pre-compiled toolchain. i use my own comp...
by cyrusdevx
Sun Feb 07, 2016 9:17 pm
Forum: Programming Discussion
Topic: eCastos
Replies: 7
Views: 4890

Re: eCastos

I think that you're highly unlikely to see anyone building a G2 hard drive interface, considering it is much easier to do on G1. G1 is just a straight through wire connection, whereas G2 requires not only wiring a pretty difficult adapter, but also the board that is required too (also you don't hav...
by cyrusdevx
Sun Feb 07, 2016 8:58 pm
Forum: Programming Discussion
Topic: eCastos
Replies: 7
Views: 4890

Re: eCastos

Interesting, but are you actually using an IDE device on G2? The output you have there seems to suggest you're using an IDE device on G1. Also, SWAT didn't write the G2 IDE code, that was Dan Potter -- it is actually still included in KOS to this day (kernel/arch/dreamcast/navi/navi_ide.c). I wrote...
by cyrusdevx
Sun Feb 07, 2016 1:54 pm
Forum: Programming Discussion
Topic: eCastos
Replies: 7
Views: 4890

eCastos

eCastos 3/17/2016 updated Status FTDI Done :D http://i.imgur.com/ecnXrd7.jpg ~ UPDATE ~ Attached: 0.3.0U proj.rar Preparing for G2 ATA Support :D made an extra 74HC00 by mistake. I should also mention i have a good enough parts to make 1 complete unit with g2 connector and 2-3 ones minus g2 port......
by cyrusdevx
Sat Oct 10, 2015 9:55 am
Forum: Programming Discussion
Topic: WIP g1ata ext for dvdrom drives
Replies: 2
Views: 1140

WIP g1ata ext for dvdrom drives

Hello ^^, im working on adding dvdrom drive support to my dreamcast over g1ata. im not the best C programmer for embedded systems like the dreamcast or psx etc. or even a good C programmer lol, but learning is the first steps and working with C in general will be helpful for me. So heres what i got ...