Search found 133 matches

by Mixail
Fri Dec 16, 2011 2:38 pm
Forum: SGDK
Topic: Sega Genesis Dev Kit (SGDK)
Replies: 852
Views: 1104994

My build file:

Code: Select all

path = ..\..\bin;
make -f makefile clean
make -f makefile
pause
What is wrong? How it is correct?
by Mixail
Wed Dec 14, 2011 11:47 am
Forum: SGDK
Topic: Sega Genesis Dev Kit (SGDK)
Replies: 852
Views: 1104994

There is something for a command line? As my file for the old SGDK. What files? i don't have it. May MakeFile: GDK= ../../ CC= $(GDK)bin/gcc OBJC= $(GDK)bin/objcopy ASMZ80= $(GDK)bin/asmz80 BINTOC= $(GDK)bin/bintoc NM= $(GDK)bin/nm NM2WCH= $(GDK)bin/nm2wch OUTPUT= Game RESOL=bin SRC_C= $(wildcard *....
by Mixail
Tue Dec 13, 2011 6:29 pm
Forum: SGDK
Topic: Sega Genesis Dev Kit (SGDK)
Replies: 852
Views: 1104994

Mixail wrote:
KanedaFr wrote:the makefile is at the root of the sdk
http://code.google.com/p/sgdk/source/br ... vn%2Ftrunk

its name is makefile.gen
Thank you very much
but, now at compilation gives out an error 127.
Image
What to do?
Why is this a bug (error)?
how to fix it?
by Mixail
Fri Dec 09, 2011 4:35 pm
Forum: SGDK
Topic: Sega Genesis Dev Kit (SGDK)
Replies: 852
Views: 1104994

KanedaFr wrote:the makefile is at the root of the sdk
http://code.google.com/p/sgdk/source/br ... vn%2Ftrunk

its name is makefile.gen
Thank you very much
but, now at compilation gives out an error 127.
Image
What to do?
by Mixail
Fri Dec 09, 2011 11:53 am
Forum: SGDK
Topic: Sega Genesis Dev Kit (SGDK)
Replies: 852
Views: 1104994

Mixail wrote:please, give me MakeFile for SGDK 0.9
I use it.
Help me!
by Mixail
Thu Dec 08, 2011 7:55 am
Forum: SGDK
Topic: Sega Genesis Dev Kit (SGDK)
Replies: 852
Views: 1104994

What files? i don't have it. May MakeFile: GDK= ../../ CC= $(GDK)bin/gcc OBJC= $(GDK)bin/objcopy ASMZ80= $(GDK)bin/asmz80 BINTOC= $(GDK)bin/bintoc NM= $(GDK)bin/nm NM2WCH= $(GDK)bin/nm2wch OUTPUT= Game RESOL=bin SRC_C= $(wildcard *.c) SRC_S= $(wildcard *.s) SRC_SZ80= $(wildcard *.s80) OBJ= $(SRC_SZ8...
by Mixail
Wed Dec 07, 2011 4:25 pm
Forum: SGDK
Topic: Sega Genesis Dev Kit (SGDK)
Replies: 852
Views: 1104994

please, give me MakeFile for SGDK 0.9
I use it.
by Mixail
Wed Jun 22, 2011 7:44 pm
Forum: Tools
Topic: VGM Music Maker
Replies: 93
Views: 74632

there are no players for the consoles yet
Ясно, а какой плеер использовать для проигрывания VGM в SMD?
by Mixail
Wed Jun 22, 2011 7:04 pm
Forum: Tools
Topic: VGM Music Maker
Replies: 93
Views: 74632

Shiru А можно хоть маленький пример как его использовать в gcc.
by Mixail
Fri Mar 11, 2011 4:29 pm
Forum: Video Display Processor
Topic: Help Make Scrolling!!!
Replies: 0
Views: 6947

Help Make Scrolling!!!

How to make what the screen didn't twitch at the moment of update??? #include <genesis.h> #include "resmap.h" #include "map.h" void dvizenie (int joy1); void loadMap (int map_x, int map_y); void joyEvent(u16 joy, u16 changed, u16 state); int cameraX; int cameraY; int loadmapX; int loadmapY; int razm...
by Mixail
Fri Dec 10, 2010 8:52 pm
Forum: Controls
Topic: 6 button
Replies: 51
Views: 57401

Simply I not so do something.
by Mixail
Thu Dec 09, 2010 9:30 pm
Forum: Controls
Topic: 6 button
Replies: 51
Views: 57401

Problem all in the same. The screen flickers.
Such impressions that function
buttons = get_pad(0);
break.

Image
by Mixail
Wed Dec 08, 2010 6:03 pm
Forum: Controls
Topic: 6 button
Replies: 51
Views: 57401

You can give me the source code function main.
by Mixail
Sat Dec 04, 2010 8:45 am
Forum: Controls
Topic: 6 button
Replies: 51
Views: 57401

On version compiler 0.6. - flickers.

You can give me the source code 6 Buttons.
by Mixail
Tue Nov 30, 2010 4:09 pm
Forum: Controls
Topic: 6 button
Replies: 51
Views: 57401

KanedaFr wrote:well...
no blink using GenesisDev06b
Fusion 3.6 / Kmod 0.7c / Regen 0.97D
Where it to download?