Search found 201 matches

by Pascal
Sun Jan 27, 2008 4:09 pm
Forum: Tools
Topic: MD Developer Studio 2005 released
Replies: 19
Views: 24226

MD Developer Studio 2005 released

Hello all, Since, this was lying on my computer for almost 1 year, i decided to release it to the public. This is a megadrive asm debugger dedicated mostly to SNasm68k. it's possible to : - trace asm code - do and add breakpoint (click in the margins) or write 0 to vdp reg $1d (like kmod) - load sna...
by Pascal
Mon Jan 14, 2008 8:09 am
Forum: Tools
Topic: Tile Extractor 2.5 from retrospec
Replies: 6
Views: 9073

and there's the genitile way :) just use the -map switch, it gonna generate the map in the megadrive format (h,v flip & palette number), with only 1 command line taken from the readme.txt genitile spk.pcx -tileset -map -o h -od data -mo 54 -mp 1 -pal generate: output optimized tileset for spk.pcx ou...
by Pascal
Mon Jul 16, 2007 12:43 pm
Forum: Megadrive/Genesis
Topic: how gcc handle the stack to pass args to function
Replies: 3
Views: 6214

how gcc handle the stack to pass args to function

Hello all, i've start to play with gcc, being a snasm guy , i was wondering how gcc handle the stack for passing arguments to pure asm function (my aim is to mix asm & C) ? I'm looking in fdarkangel lib code , but it still not clear to me Example: .section .text .global gen_set_vscroll /* void gen_s...
by Pascal
Thu May 10, 2007 10:17 am
Forum: Announcement
Topic: Community Website
Replies: 27
Views: 43841

one year ago , i started to work on a design for such kind website (when megadrive.org name was still available , i hesitate too much :p)
here's a preview :

http://www.pascalorama.com/brol/md
by Pascal
Tue May 08, 2007 7:08 am
Forum: Blabla
Topic: Wanted : job outside France
Replies: 15
Views: 13126

pq allez si loin... , la belgique vous acceuille a bras ouvert ;) ;)

mp: kaneda je t'oublie pas, ce soir je règle tout, excuse du délais
by Pascal
Tue Mar 27, 2007 10:26 am
Forum: Megadrive/Genesis
Topic: newby
Replies: 18
Views: 16782

me i'd advice the tototek md pro, coz the megacard is dedicated to megacd (no sram for md games, no rom larger than 24mb), limitation you don't have with the mdpro
by Pascal
Mon Feb 26, 2007 3:38 pm
Forum: Sound
Topic: how can i do music on megadrive?
Replies: 288
Views: 552050

well it's nice to have more khz :) but more khz mean more rom space :s my game is 200ko for 2.2 mo of audio samples :s
by Pascal
Fri Feb 23, 2007 6:38 pm
Forum: Tools
Topic: [GensKMod] version 0.7 is out
Replies: 15
Views: 14716

great release as usual :)
by Pascal
Thu Feb 22, 2007 6:48 pm
Forum: Demos
Topic: Chuchu rocket MD
Replies: 17
Views: 24963

so fonzie, released it quickly ;)
by Pascal
Thu Feb 22, 2007 3:16 pm
Forum: Demos
Topic: Chuchu rocket MD
Replies: 17
Views: 24963

playing chuchu rocket with sega mouse O_o being a big fan of the DC version, i don't see the benefit by using the mouse with this game, how to give the direction of the arrows ?
by Pascal
Thu Feb 22, 2007 2:07 pm
Forum: Demos
Topic: Chuchu rocket MD
Replies: 17
Views: 24963

i vote for a Chuchu rocket MD, nothing beat the original

Well, i don't think sega would mind as genesis is dead, i don't think they're planning to release Chuchu rocket on Virtual Console Wii.

i preorder my copy of chuchu :D
by Pascal
Thu Feb 22, 2007 11:26 am
Forum: Demos
Topic: Chuchu rocket MD
Replies: 17
Views: 24963

Chu Chu Rocket MD ;)
by Pascal
Tue Feb 20, 2007 1:35 pm
Forum: Sound
Topic: how can i do music on megadrive?
Replies: 288
Views: 552050

thanks for your reply , as usual i could have figured it out myself, thanks for your time :) about the pb[3] , my question was not : why not setting the 24 to 32 bits address , but rather why not having consecutive addresses for address and len parameters, so in asm you prevent a (addq #1,address) a...
by Pascal
Tue Feb 20, 2007 12:01 pm
Forum: Sound
Topic: how can i do music on megadrive?
Replies: 288
Views: 552050

Stef, i'm trying to use your driver in asm program, i converted my samples to 14000khz being 8 bit unsigned. now for playing , i just got a huge scratch sound at the beginning and then nothing (sample is 50 secs length). I look & relook at my playing sample code and i don't see what's i'm doing wron...
by Pascal
Mon Feb 19, 2007 5:00 pm
Forum: Sound
Topic: how can i do music on megadrive?
Replies: 288
Views: 552050

Stef wrote:Use this command line (as in the makefile) :
asmz80 -c -i -x1 -x2 -x3 -z -lnul -o <source.z80>

The -c or -i parameter is necessary to ignore case and you need it ;)
silly me , thanks :))