Search found 1136 matches

by KanedaFr
Wed Feb 28, 2007 8:33 am
Forum: Announcement
Topic: Forum is now open to public
Replies: 49
Views: 87452

...wow...We reached the 1000th posts some days ago!!!
by KanedaFr
Wed Feb 28, 2007 8:32 am
Forum: Sound
Topic: how can i do music on megadrive?
Replies: 288
Views: 552652

ah ah!! 8bits gave more hints, I didn't see it like this when I first read Stef post ;) I got the point but as TmEE said, it will drop the DAC freq :( If I add FM switch + FM play + (PSG switch + PSG play)*3 on loop..I'll have 1Khz DAC :( or perhaps here is the real reason to optimize more my DAC dr...
by KanedaFr
Tue Feb 27, 2007 5:20 pm
Forum: Sound
Topic: how can i do music on megadrive?
Replies: 288
Views: 552652

ok...DAC is good but I now have a problem with all other... let me explain Vint : -> bankswitch -> psg data -> bankswitch -> FM data Loop: -> bankswitch -> DAC data so, as you, perhaps, can see, I'm able to play the 3 things (with DAC not at 40KHz!) my problem, when Vint occurs while I'm playing wit...
by KanedaFr
Tue Feb 27, 2007 8:49 am
Forum: Tools
Topic: [GensKMod] version 0.7 is out
Replies: 15
Views: 14735

I noticed some strange behavior with the previous version (KMod 0.6 beta), for instance, i got a bug in my Z80 init code which was setting 0x2002 bytes of RAM to 0 (instead of 0x2000). In theory the address just overlap but here that just make KMod to hang. strange it hanges now, I didn't change th...
by KanedaFr
Tue Feb 27, 2007 8:47 am
Forum: Tools
Topic: [GensKMod] version 0.7 is out
Replies: 15
Views: 14735

Yo stef :) Actualy, sometimes, Kmod can appear hang because your code generate too many error / second (so it flood and litteraly freeze the message box log... until its full). Are you sure it's not this problem? It was just an idea... sorry if its bigger problem than that. In fact i just realised ...
by KanedaFr
Fri Feb 23, 2007 2:08 pm
Forum: Tools
Topic: [GensKMod] version 0.7 is out
Replies: 15
Views: 14735

[GensKMod] version 0.7 is out

0.7 was released some minutes ago ;)

yes, 32X is now supported
I added some requests (5th pal) and fixed some bugs (thanks for the reports)
read the updated doc file for list

hope you'll enjoy it ;)
by KanedaFr
Thu Feb 22, 2007 2:56 pm
Forum: Tools
Topic: Bugs ?
Replies: 26
Views: 55322

Yeah i know but even wit focus on the Gens main window, keys aren't always handled... I'm unable to make this bug... perhaps it's the latency....I got key respond problem when some debug windows are opened : I need to keep my keypress ;) sorry for that but as I said since the first version, KMod is...
by KanedaFr
Thu Feb 22, 2007 10:47 am
Forum: Sound
Topic: how can i do music on megadrive?
Replies: 288
Views: 552652

It may be not very useful to use the PSG for samples (low quality and more Z80 cycles needed) but as Stef said, it could be useful for sound effects. It seems we can learn a lot from the MSX scene: More PSG related information . I confirm that... I'm finishing 32XKMod, and I'll show you the power o...
by KanedaFr
Fri Feb 16, 2007 1:42 pm
Forum: Megadrive/Genesis
Topic: Compression Library
Replies: 7
Views: 7042

Fonzie, I thought you already had something like this no ?

personnaly, I use CMD RLE compression code for a long time now ;)
by KanedaFr
Thu Feb 15, 2007 3:34 pm
Forum: Announcement
Topic: Forum is now open to public
Replies: 49
Views: 87452

ElBarto wrote:Hello kaneda.
When a private message arrived we received a mail but the sender is kaneda, can you change this for spritesmind.net or something like that please ?
Done ;)
by KanedaFr
Tue Feb 13, 2007 3:56 pm
Forum: Mega/SegaCD
Topic: Megacd bios jumping
Replies: 7
Views: 9989

the first 3 lines are the original 'jsr xxx' emulation stuff I just add the call _Spy.... I found this http://nasm.sourceforge.net/doc/html/nasmdoc8.html#section-8.1.2 but they talk about save.restore inside the callee function... does it mean VC isn't making a clean function ? ;) and this http://ww...
by KanedaFr
Tue Feb 13, 2007 3:18 pm
Forum: Mega/SegaCD
Topic: Megacd bios jumping
Replies: 7
Views: 9989

so it means my PC value is wrong for a long time (on main 68k part) thanks for the hint, and now understand better some stuff on Starscream (like the code below) can you help me on this too mov ecx,esi sub ecx,ebp mov esi,edx call _SpyCDBiosCall it's the code of the jsr + my call this code is execut...
by KanedaFr
Tue Feb 13, 2007 2:42 pm
Forum: Mega/SegaCD
Topic: Megacd bios jumping
Replies: 7
Views: 9989

basePC is for the 32X not the 68k :(
by KanedaFr
Tue Feb 13, 2007 2:07 pm
Forum: Mega/SegaCD
Topic: Megacd bios jumping
Replies: 7
Views: 9989

all of this because Starcream allows hook on read/write memory but not program section so I tried to mod i_jsr but Starscream is really hard to understand :( I tried to add a call to my function but everything explode since x86 registers are lost with this call... and I discovered sub68k_context.pc ...
by KanedaFr
Tue Feb 13, 2007 8:49 am
Forum: Sound
Topic: how can i do music on megadrive?
Replies: 288
Views: 552652

Ok, I now know why I'm unable to have your rate : I set the bank every time...
I need to do it since I also play PSG and FM
I so had 3 banks, need to set it before each read...

Stef, may I use some of your code since you optimize it a lot ?
perhaps I can optimize mine a little more...