Search found 201 matches

by Pascal
Thu Mar 13, 2014 9:57 am
Forum: Tools
Topic: SNASM68k never gonna give you up !
Replies: 5
Views: 5174

i tried asm68k a looooooooong time ago and i don't remember why i kept snasm68k

if it's fully compatible with snasm68k , i should try to compile my projects with.

a good point of my approach , is that you can compile it for macosx and linux
by Pascal
Mon Nov 11, 2013 12:13 am
Forum: Tools
Topic: SNASM68k never gonna give you up !
Replies: 5
Views: 5174

SNASM68k never gonna give you up !

hello all, Recently, i wanted to compile my old md projects but all of them use the good old SNASM68K. Problem , my computer is running on win 64. After getting bored to use dosbox, i hacked a shell only dosbox dedicated to snasm68k only. Code is dirty and nasty as hell but it does what i wanted... ...
by Pascal
Tue Jan 29, 2013 2:45 pm
Forum: SGDK
Topic: Using a map
Replies: 16
Views: 10321

genitile can generate h file (btw good choice of tools :D)
by Pascal
Tue Jan 29, 2013 1:45 pm
Forum: SGDK
Topic: Using a map
Replies: 16
Views: 10321

if you count
320 pix = 40 tiles
1728 pix = 216 tiles

40*216 = 8640 tiles * 2 bytes (size of one map entry) = 17280 bytes
almost 1/4 of your memory for a array... + add the memory footprint of the SGDK...

you don't have to do such big array in memory , as in alex kidd , i think you can not go back
by Pascal
Tue Jan 29, 2013 12:43 pm
Forum: SGDK
Topic: Using a map
Replies: 16
Views: 10321

you're right your array is too big to fit within ram.

nice project btw :D Alex kid in miracle is a great game (childhood memory :))
by Pascal
Sun Jan 27, 2013 7:31 pm
Forum: Tools
Topic: BIG Shiru TFM/VGM MM Mirror!!!!
Replies: 21
Views: 52126

thanks for your reply.

what it's weird, if i open directly my mid file in mod plug, they are already using samples :s i'm cursed :<
by Pascal
Sun Jan 27, 2013 2:13 pm
Forum: Tools
Topic: BIG Shiru TFM/VGM MM Mirror!!!!
Replies: 21
Views: 52126

I do this for MIDI to XM... First you need a decent set of GUS patches: http://www.fileden.com/files/2009/2/3/2304902/RolandSC_GUSPATs.7z Then you need gmid2mod: http://slick.cokeandcode.com/static.php?page=GMid2Mod That's a Windows app... there's supposed to be a linux version, but I've never foun...
by Pascal
Sun Jan 27, 2013 9:34 am
Forum: Tools
Topic: Genitile question?
Replies: 20
Views: 19467

i just retried to compile with vs2010 & tried the generated binary and it works as expected... i set the version to 1.8 to be sure. http://dl.dropbox.com/u/9711452/genitile18_src.zip EDIT: while digging my megadrive stuff, when i played with SGDK, i did a long time ago a small tool for converting al...
by Pascal
Thu Jan 24, 2013 7:52 am
Forum: Tools
Topic: Genitile question?
Replies: 20
Views: 19467

to be honest, i successfully compiled the sources, but i didn't test the package.

What kind of errors do you get ? you ported the sources to linux ?
i'll investigate more tonight
by Pascal
Tue Jan 22, 2013 9:03 pm
Forum: Tools
Topic: Genitile question?
Replies: 20
Views: 19467

by Pascal
Mon Jan 21, 2013 10:32 am
Forum: Tools
Topic: Genitile question?
Replies: 20
Views: 19467

Ok i understand now, thanks for the explanations about the optional tileset argument :) I will test your 1.7 version asap i am back to home, if it fix the problem i may ask you for the sources if that don't mind ;) you're welcome ;) that makes me dig in the megadrive stuff (really loooooong time, i...
by Pascal
Sun Jan 20, 2013 10:20 pm
Forum: Tools
Topic: Genitile question?
Replies: 20
Views: 19467

weird, i just tried with my 1.7 C:\Temp>genitile options.pcx -tileset -m -o h Loaded image details: Filename : options.pcx Width : 256 Height : 224 OuPuT fIle: optionsm.h created OuPuT fIle: optionst.h created Files processed 1 AlL dOnE ;) can you retry with the version laying on my hd: http://dl.dr...
by Pascal
Sat Dec 15, 2012 9:58 pm
Forum: Tools
Topic: Tool that breaks up bitmap, removes duplicate tiles, etc?
Replies: 3
Views: 3974

genitile does that. output is binary,bmp,pcx, h files,asm files

http://www.pascalorama.com/article.php?news=28&cat=21
by Pascal
Wed Feb 22, 2012 9:51 am
Forum: Announcement
Topic: My 9 month project is now finished
Replies: 21
Views: 33689

congratulation kaneda & wife ! my 2 year old son's favourite toy is a megadrive pad ;) waiting for him to be old enought for pico ^^
by Pascal
Sat Feb 18, 2012 11:39 am
Forum: SGDK
Topic: Sprite drawing problem
Replies: 22
Views: 16525

oofwill is right , if you want to generate sprites in genitile you need to use -sprw and -sprh option.

saying your sprite is 16x16 pixels you need to do -sprw 2 -sprh 2