Search found 79 matches

by Gravis
Thu May 20, 2010 2:22 pm
Forum: PC-Engine
Topic: ZEdit: the ultimate PCE dev tool
Replies: 54
Views: 48224

Re: ZEdit: the utilmate PCE dev tool

i've been busy with other stuff and been discouraged from working on the editor due to combining raw opengl code with qt opengl code being a nightmare. :cry: i think i finally tracked down the issue in the qt source code that i'm having with gl framebuffers. qt uses a gl framebuffer to draw the open...
by Gravis
Fri Apr 23, 2010 8:32 am
Forum: PC-Engine
Topic: Super IDE anyone ? :)
Replies: 6
Views: 6781

Re: Super IDE anyone ? :)

MooZ wrote:Do you know if there some "commented" disassembly or the system cards lying around?
It may give us a hint on how to make such kind of interface.
it doesnt exist and it especially isnt accessible from this page http://www.zeograd.com/doc_download.php, so dont go there. :D
by Gravis
Thu Apr 22, 2010 6:07 am
Forum: General
Topic: Stuffs to read before going to bed
Replies: 113
Views: 123755

Re: Stuffs to read before going to bed

Tanuki wrote:"Assemblers And Loaders" by David Salomon (1993).

http://www.davidsalomon.name/assem.advertis/asl.pdf (free download)
very nice, thanks for the link! :D
by Gravis
Sat Apr 17, 2010 9:42 pm
Forum: General
Topic: Stuffs to read before going to bed
Replies: 113
Views: 123755

Re: Stuffs to read before going to bed

they need to sell that at sparkfun
by Gravis
Sun Jan 24, 2010 8:05 pm
Forum: PC-Engine
Topic: ZEdit: the ultimate PCE dev tool
Replies: 54
Views: 48224

Re: ZEdit: the utilmate PCE dev tool

FINALLY! now i can scroll with opengl and it's much more efficient than before. there are still some kinks to work out but the hard part is done. i did major rewrites in various parts and ultimately i only had to add a handful of lines. -_- oh well. now i understand opengl a bit better. here it is: ...
by Gravis
Fri Jan 22, 2010 2:27 am
Forum: PC-Engine
Topic: ZEdit: the ultimate PCE dev tool
Replies: 54
Views: 48224

Re: ZEdit: the utilmate PCE dev tool

Hey gravis, very happy to hear some news about this tool ! Can you expect to compile it for win32 ? qt is compatible with all major OSes. however, for some reason (see being assholes) microsoft slightly changed the name of opengl function names which isnt really a big problem, just annoying. the pr...
by Gravis
Thu Jan 21, 2010 6:59 pm
Forum: PC-Engine
Topic: ZEdit: the ultimate PCE dev tool
Replies: 54
Views: 48224

Re: ZEdit: the utilmate PCE dev tool

FINALLY! the venture to get opengl actually working at all has paid off. it took entirely too long to get this part to work. http://adaptivetime.com/zeditqt11.png note: the coordinate system in opengl is vertically inverted, so it's painting in the reverse direction (i JUST got it working, so i dont...
by Gravis
Mon Jan 04, 2010 4:13 pm
Forum: General
Topic: Happy new year!
Replies: 2
Views: 10961

Re: Happy new year!

:lol:
by Gravis
Sat Dec 12, 2009 9:10 pm
Forum: PC-Engine
Topic: Is there a limit on the storage of a Hu-card?
Replies: 18
Views: 14856

Re: Is there a limit on the storage of a Hu-card?

Given the assumtion that TOUKO is corrrect. The CD-rom cannot read from more then two places at once. You just gave me another idea, However back to this. Loading data from the Hu-card as if was Cd data. Lets ignore the fact the PCE even has a CD-rom add-on. Lets imagine that everything that is the...
by Gravis
Thu Dec 10, 2009 5:23 pm
Forum: PC-Engine
Topic: Is there a limit on the storage of a Hu-card?
Replies: 18
Views: 14856

Re: Is there a limit on the storage of a Hu-card?

just answer this question: what do you want to do that you cant do with a PCE CD game? the only possible advantage that having both hucard and CD is hucard loading speed while having CD audio. however, you would need to reimplement at least part of the system card because the hucard overrides it and...