Search found 17 matches

by tama
Tue Apr 10, 2018 11:05 pm
Forum: Megadrive/Genesis
Topic: Iridon Introduction
Replies: 13
Views: 19481

Re: Iridon Introduction



To test your game on cart, most people use an Everdrive, or a Krikzz Flash Kit (both at http://www.krikzz.com/ ). Neither currently offer debugging support, though.



Hi,
I just freshly began learning Assembly. Hard task but I enjoy.
I could display tonight the 512 colors of the Megadrive one ...
by tama
Tue Apr 03, 2018 10:51 pm
Forum: Megadrive/Genesis
Topic: SPRITES tutorial on SGDK : need to understand
Replies: 4
Views: 9467

Re: SPRITES tutorial on SGDK : need to understand

Hi, I'm back !
I didn't continue to try programming with SGDK until now... shame on me.

So, because it's very difficult for me to understand thing (abstract things), I started from the begining and used again the SPRITE sample from sgdk134.
I began to remove everything I didn't want to study to get ...
by tama
Mon Aug 31, 2015 8:30 pm
Forum: Megadrive/Genesis
Topic: SPRITES tutorial on SGDK : need to understand
Replies: 4
Views: 9467

Re: SPRITES tutorial on SGDK : need to understand

Difficult to understand for me...
Is there a way to solve that without reducing the size of my background ?

--------------------------------------------------------------------------
Total number of tiles :
--------------------------------------------------------------------------
Plan A + B :
2x ...
by tama
Sun Aug 30, 2015 9:55 pm
Forum: Megadrive/Genesis
Topic: SPRITES tutorial on SGDK : need to understand
Replies: 4
Views: 9467

SPRITES tutorial on SGDK : need to understand

Hello,
I'm working on the SGDK Sprites tutorial.
As an exercise, I was trying to replace sonic by Marco from Metal Slug and backround planes A and B by Metal Slug background.

Unfortunately, I need more clues about this coding because I don't really understand.
As a result, I get background and ...
by tama
Sat Aug 29, 2015 4:35 pm
Forum: Video Display Processor
Topic: MEGADRIVE : questions about colors
Replies: 3
Views: 15401

Re: MEGADRIVE : questions about colors

Hi,
Thank you.

I'm now making a background image (actually adapting a background from Metal Slug).
Can we mix in a single palette some Normal / Highlight and Shadow colors ?
Can we use different palette for a single background plane ?
In a PLANE B of a background we usually don't need transparency ...
by tama
Sun Aug 23, 2015 10:10 pm
Forum: Video Display Processor
Topic: MEGADRIVE : questions about colors
Replies: 3
Views: 15401

MEGADRIVE : questions about colors

Hello,
I'm struggling with Megadrive colors.

So, information I gathered and questions :

- colors are in 9 bits
- we write it in the order B + G + R
=> in Binary it should be written 000 000 000 (9 bits), right ?

- for the Megadrive, the different Decimal values for each R, G and B can be : 000 ...
by tama
Sun Aug 16, 2015 4:36 pm
Forum: SGDK
Topic: problem installing tools (SGDK, etc) for programming
Replies: 15
Views: 10586

Stef,
You told me we can program in both C and Assembly.
Can I do Assembly with CodeBlocks ?

Can I create a program that is calling another one ?
If yes, can a C program call an Assembly one ? An reverse too ?
by tama
Fri Aug 14, 2015 10:34 am
Forum: SGDK
Topic: problem installing tools (SGDK, etc) for programming
Replies: 15
Views: 10586

your cygwin.dll file =>
file version : 1005.21.0.0
product version : 1.5.21

the version I'm using, up to date file from the official website
(the one for 32 bits system because the same one for 64 bits didn't work) =>
file version : 2002.0.0.0
product version : 2.2.0

=> but in propterties tab of ...
by tama
Fri Aug 14, 2015 12:46 am
Forum: SGDK
Topic: problem installing tools (SGDK, etc) for programming
Replies: 15
Views: 10586

OK, it finally works !!!

I found a website with different DLL versions : http://fr.dll-files.com/cygwin1.dll.html
=> All the DLL for 64 bit didn't work : it's written that DLL file is not available
=> I chose the latest one available on 32 bits and it worked : version 32 bits - 1007.33.0.0

After ...
by tama
Thu Aug 13, 2015 11:20 pm
Forum: SGDK
Topic: problem installing tools (SGDK, etc) for programming
Replies: 15
Views: 10586

I'm lost, don't understand at all how to make it work properly...
by tama
Thu Aug 13, 2015 10:20 pm
Forum: SGDK
Topic: problem installing tools (SGDK, etc) for programming
Replies: 15
Views: 10586

still the same
by tama
Thu Aug 13, 2015 9:55 pm
Forum: SGDK
Topic: problem installing tools (SGDK, etc) for programming
Replies: 15
Views: 10586

I just tried with 3 cygwin1.dll files randomly downloaded from the web :
I got the same message for one of them and some other errors for the others

Ah... but I saved the files in a folder on the desktop but as you said it can be problematic.
Going to saved them in USB Key.
by tama
Thu Aug 13, 2015 5:51 pm
Forum: SGDK
Topic: problem installing tools (SGDK, etc) for programming
Replies: 15
Views: 10586

I will download randomly what I can find and try to replace the actual file in the SGDK directory.

By the way, I found the following information, do I need to do it ? (translated from French) :
-----------------------------------------------------------------------------------
Copy DLL file in ...
by tama
Thu Aug 13, 2015 1:15 pm
Forum: SGDK
Topic: problem installing tools (SGDK, etc) for programming
Replies: 15
Views: 10586

What if another software uses cygwin1.dll from another folder ?
It means it really has to be SGDK exclusive ?
What about that information for example : http://www.dll-downloader.net/c/cygwin1-dll/
by tama
Thu Aug 13, 2015 1:10 pm
Forum: SGDK
Topic: problem installing tools (SGDK, etc) for programming
Replies: 15
Views: 10586

Hi,
I did a search yesterday on my C: and D: folders and deleted what I found.
If there is a cygwin1.dll in some compressed folders (ZIP, RAR, etc), do I need also to delete those folders ?