Search found 201 matches

by Pascal
Wed Nov 23, 2011 2:53 pm
Forum: SGDK
Topic: issues after reading "How to use SGDK from command line
Replies: 8
Views: 6229

I make one file "zyx.bat" %GDK_WIN%\bin\make -f %GDK_WIN%\makelib.gen pause after run zyx.bat will creat error ---------------------------------------------------------- D:\apps\gendev>D:\apps\gendev\bin\make -f D:\apps\gendev\makelib.gen D:\apps\gendev/bin/sjasm -iD:\apps\gendev/src -iD:\apps\gend...
by Pascal
Wed Nov 23, 2011 1:51 pm
Forum: SGDK
Topic: issues after reading "How to use SGDK from command line
Replies: 8
Views: 6229

in computer's environment, you should have only 1 variable:
GDK=D:\apps\gendev

and modify the PATH variable to append the bin path: D:\apps\gendev\bin

be sure you have this in the makefile
BIN= $(GDK)/bin
LIB= $(GDK)/lib

that'd do the trick
by Pascal
Fri Sep 16, 2011 7:32 am
Forum: Tools
Topic: Gens KMod++
Replies: 33
Views: 32695

Impressionant Meradrin ! Y aura-t-il moyen de charger des symboles venant de snasm68 (pour les codeurs asm :p ) ? un peu comme je fais pour md debug studio viewtopic.php?t=325&highlight=studio

merci pour ton boulot
by Pascal
Wed Jul 20, 2011 7:44 am
Forum: Video Display Processor
Topic: VDP Reg Calculator
Replies: 14
Views: 10808

hèhèhè great :)

i did the same long time ago in wxwindows
http://www.pascalorama.com/article.php?news=28&cat=21
by Pascal
Tue Jun 28, 2011 8:37 pm
Forum: Blabla
Topic: NeoGeo Programmers Guide
Replies: 6
Views: 5819

this is HUGE, so the legend was true ^^

thanks for pointing that release
by Pascal
Thu Jun 09, 2011 12:13 pm
Forum: Tools
Topic: tools to find common palette of multi images
Replies: 9
Views: 9718

maybe cosmigo pro-motion
by Pascal
Sun May 22, 2011 3:21 am
Forum: Demos
Topic: 32xrick
Replies: 10
Views: 14130

nice one Chilly Willy ;) but still i've a small preference for the megadrive version ;) Round One - Fight! :) :lol: this was not a competition remark, just a tease, we re part of a great scene ;) its really great to see all the effort CW is doing to push the 32x scene, now, he s tempting me ;) btw,...
by Pascal
Mon May 02, 2011 6:14 pm
Forum: Demos
Topic: 32xrick
Replies: 10
Views: 14130

nice one Chilly Willy ;) but still i've a small preference for the megadrive version ;)
by Pascal
Tue Apr 26, 2011 2:22 pm
Forum: Hardware
Topic: PCB design software
Replies: 14
Views: 11938

i'd say linux with KDE
by Pascal
Tue Apr 26, 2011 7:09 am
Forum: Hardware
Topic: weird megatech cart on ebay
Replies: 1
Views: 4469

weird megatech cart on ebay

Hello all, Does anyone saw this kind of cart for megatech already ? seems a regular i'm problably a spammer mounted on a adapter http://cgi.ebay.de/ws/eBayISAPI.dll?ViewItem&item=360360159091&ssPageName=STRK:MEWNX:IT i suppose the adapter is some kind of "action replay" to link the start button with...
by Pascal
Fri Mar 11, 2011 9:06 am
Forum: Super 32X
Topic: MOD Player for 32X - the Good Enough release
Replies: 20
Views: 36058

great release again

Image
by Pascal
Wed Mar 09, 2011 3:48 pm
Forum: Tools
Topic: Update your Genesis/32X Toolchain!
Replies: 110
Views: 137663

many thanks :)
by Pascal
Sat Feb 26, 2011 11:27 am
Forum: Super 32X
Topic: Totally Awesome to the MAX!!
Replies: 26
Views: 20281

Chilly Willy wrote:Feel free to either make your own bin with mods you like, or shoot a few over to me if you would rather I do it. I'll probably post another bin tomorrow with some game mods I like (Leander, SotB, etc).
AWESOME !! great work !! don't forget Condom corruption mod :)
by Pascal
Thu Feb 17, 2011 2:14 pm
Forum: Megadrive/Genesis
Topic: Trap
Replies: 4
Views: 3986

thanks ! silly of me , i'll go for a simple jump ;)
by Pascal
Thu Feb 17, 2011 1:45 pm
Forum: Megadrive/Genesis
Topic: Trap
Replies: 4
Views: 3986

Trap

hello all, i need to mix a C program with a asm game. From the asm code , i need to call functions of the C program. I was thinking using the Trap opcode. As i don't need to return to the asm program (no RTE) , i'll do a SP+6 in my trap handler. Do i need to do something more ? good or bad idea to u...