Search found 201 matches

by Pascal
Thu Jan 06, 2011 9:44 pm
Forum: SGDK
Topic: Sega Genesis Dev Kit (SGDK)
Replies: 852
Views: 1123466

that's so straigth foward, that i should have thought about it !! shame on me coming from a full asm background :)
by Pascal
Thu Jan 06, 2011 12:52 pm
Forum: SGDK
Topic: Sega Genesis Dev Kit (SGDK)
Replies: 852
Views: 1123466

FIXED !!! the problem is that i got too many files.... So i replaced my 41 .s files containing my gfx by a HUGE .s file containing everything and it worked...

thanks for the help :)
by Pascal
Thu Jan 06, 2011 12:25 pm
Forum: SGDK
Topic: Sega Genesis Dev Kit (SGDK)
Replies: 852
Views: 1123466

i got a gud amount of files , it crash directly at the first gcc command D:\Sources\>make -f makefile.gen c:/sdk/gendev/bin/mkdir -p out c:/sdk/gendev/bin/gcc -T c:/sdk/gendev/md.ld -nostdlib src/sega.o ... psmisc.o -o out/rom.out make: *** [out/rom.out] Error 5 I tried to reboot , but no luck (got ...
by Pascal
Thu Jan 06, 2011 12:11 pm
Forum: SGDK
Topic: Sega Genesis Dev Kit (SGDK)
Replies: 852
Views: 1123466

i got a problem with the SDK. Until now, it was going great. But i updated a bit my project and now everytime i try to use make , i got a sh.exe crash dump... I'm not specialist un gnu tools, any idea ?
by Pascal
Tue Dec 28, 2010 9:51 pm
Forum: SGDK
Topic: Sega Genesis Dev Kit (SGDK)
Replies: 852
Views: 1123466

worked like a charm. great work stef much appreciated
by Pascal
Wed Dec 22, 2010 11:30 am
Forum: Megadrive/Genesis
Topic: 68k assemblers...
Replies: 11
Views: 7177

thanks !!! i was so blind folded by looking for the right feature proposed by the assembler that i forgot that i can surely do a "hack". So simple :) Apprently named segment with counter is in the ASL todo list "Named segments, i.e. multiple program counters and instructions to switch among them. Cu...
by Pascal
Tue Dec 21, 2010 8:06 am
Forum: Megadrive/Genesis
Topic: 68k assemblers...
Replies: 11
Views: 7177

I never used 'section' in snasm68k before. At least, I don't remember using it ;>_> This is the only thing I've done with ASL so far: http://pastebin.com/7vRGQ7Nm (my ram variable defines are at the end of the file). thanks for your reply :) org , is not a good alternative to me as i'd like to defi...
by Pascal
Mon Dec 20, 2010 1:48 pm
Forum: Megadrive/Genesis
Topic: 68k assemblers...
Replies: 11
Views: 7177

still looking for a new assembler. I'm evaluating ASL but i'm stuck with a problem. ASL support "segment" directive. But with predefined name there's code,data,... but in 68k mode, i can only use "code" segment. I'd like to have some kind of ram section.. a bit like this : .cpu 68000 segment RAM org...
by Pascal
Wed Dec 08, 2010 7:32 am
Forum: Video Display Processor
Topic: Need Help for a 31 color image
Replies: 17
Views: 10484

great to hear i was helpful ;)
by Pascal
Tue Dec 07, 2010 1:48 pm
Forum: Video Display Processor
Topic: Need Help for a 31 color image
Replies: 17
Views: 10484

is the pcx is 256 cols ?

Your layout is correct
by Pascal
Tue Dec 07, 2010 8:05 am
Forum: Video Display Processor
Topic: Need Help for a 31 color image
Replies: 17
Views: 10484

long time ago, i did a tool which splits your picture into two separeted picture (layer 1 & layer 2). Then you just have to convert them separetly with genitile.

http://www.megaupload.com/?d=0LWSD90R

but you'll need to convert your bmp to pcx
by Pascal
Thu Oct 28, 2010 7:06 am
Forum: Blabla
Topic: Devcart wishlist?
Replies: 42
Views: 26927

can the second cpu be used for debug features ? :) I'd love to be able to link my debugger with the hardware instead of emulator
by Pascal
Wed Oct 27, 2010 9:58 am
Forum: Blabla
Topic: RGC 2k10
Replies: 10
Views: 7391

and it totaly roxorrr !! :)
by Pascal
Thu Oct 21, 2010 2:27 pm
Forum: Blabla
Topic: RGC 2k10
Replies: 10
Views: 7391

i won't make it unfortunatly :s
by Pascal
Sun Sep 05, 2010 9:09 pm
Forum: Tools
Topic: Genitile question?
Replies: 20
Views: 19249

about becoming open source, genitile is heavily dedicated to the megadrive but i'll release the sources as i'd love to see a snes or a pce version . if people can read my crappy code ^^ Any chance of a source release? Again, I find myself using it for a simple project and: (In my best Billy May's v...