[GensKMod] version 0.7 is out

Talk about development tools here

Moderator: BigEvilCorporation

KanedaFr
Administrateur
Posts: 1154
Joined: Tue Aug 29, 2006 10:56 am
Contact:

[GensKMod] version 0.7 is out

Post by KanedaFr »

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 ;)
Fonzie
Genny lover
Posts: 323
Joined: Tue Aug 29, 2006 11:17 am
Contact:

Post by Fonzie »

Uber great :)
Congratulation and many thx.
With Kmod, its now possible to push a game in less than 3 days for sure :P
Stef
Very interested
Posts: 3131
Joined: Thu Nov 30, 2006 9:46 pm
Location: France - Sevres
Contact:

Post by Stef »

Agreed !
This tool is very usefull for all genny developers ;)
Thanks again Kaneda for your great work :)
ob1
Very interested
Posts: 468
Joined: Wed Dec 06, 2006 9:01 am
Location: Aix-en-Provence, France

Post by ob1 »

Do I have to congratulate once more ?


Definitely yes !
Thank you Kan' !
Pascal
Very interested
Posts: 200
Joined: Wed Nov 29, 2006 11:29 am
Location: Belgium
Contact:

Post by Pascal »

great release as usual :)
ob1
Very interested
Posts: 468
Joined: Wed Dec 06, 2006 9:01 am
Location: Aix-en-Provence, France

Post by ob1 »

Stef wrote:Agreed !
This tool is very usefull for all genny developers ;)
Thanks again Kaneda for your great work :)
Some bravos for you guy, too.
Stef
Very interested
Posts: 3131
Joined: Thu Nov 30, 2006 9:46 pm
Location: France - Sevres
Contact:

Post by Stef »

ob1 wrote:
Stef wrote:Agreed !
This tool is very usefull for all genny developers ;)
Thanks again Kaneda for your great work :)
Some bravos for you guy, too.
Thanks :) but why ?
Gens is outdated from a long time, it's nice to see it used for that task ;)
TmEE co.(TM)
Very interested
Posts: 2452
Joined: Tue Dec 05, 2006 1:37 pm
Location: Estonia, Rapla City
Contact:

Post by TmEE co.(TM) »

KMod 0.7 is freakin' awesome !!!

Thanks should go to Stef for making Gens (Without it there's no KMod) and Kaneda of course for putting all this great stuff in it !!!
Mida sa loed ? Nagunii aru ei saa ;)
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen
Stef
Very interested
Posts: 3131
Joined: Thu Nov 30, 2006 9:46 pm
Location: France - Sevres
Contact:

Post by Stef »

I got some troubles with KMod 0.7
My dev rom make the emulator to hang where it work perfectly with Gens or Fusion.
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.
With version 0.7 i got some more troubles :-/ I'll complete the message as soon i discover what cause this trouble to KMod 0.7
Fonzie
Genny lover
Posts: 323
Joined: Tue Aug 29, 2006 11:17 am
Contact:

Post by Fonzie »

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.
Stef
Very interested
Posts: 3131
Joined: Thu Nov 30, 2006 9:46 pm
Location: France - Sevres
Contact:

Post by Stef »

Fonzie wrote: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 it wasn't opening my rom.
It seems Kaneda made some changes in the command line stuff.
It doesn't use anymore the current directory as default directory or something like that. About the 0.6 version weird behavior, you're probably right, maybe a lot of message was generated making KMod look freezed, but wasn't really ;)
Fonzie
Genny lover
Posts: 323
Joined: Tue Aug 29, 2006 11:17 am
Contact:

Post by Fonzie »

^^ I found a little (we can call it a bug, maybe, its not a problem for me anyway) wierd thing.
In a 32x game, when you watch 32x framebuffer/palette, megadrive VDP palettes gets stretched/distorded.
It may not be important but maybe it can make the Kmod unstable, that's why I wanted to inform you about .

Thx a lot kaneda for this great update :D
KanedaFr
Administrateur
Posts: 1154
Joined: Tue Aug 29, 2006 10:56 am
Contact:

Post by KanedaFr »

Stef wrote:
Fonzie wrote: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 it wasn't opening my rom.
It seems Kaneda made some changes in the command line stuff.
It doesn't use anymore the current directory as default directory or something like that. About the 0.6 version weird behavior, you're probably right, maybe a lot of message was generated making KMod look freezed, but wasn't really ;)
Yes...I changed the path to avoid language.dat/.... to be on the rom directory

I didn't try throught command line, you're right...sorry
KanedaFr
Administrateur
Posts: 1154
Joined: Tue Aug 29, 2006 10:56 am
Contact:

Post by KanedaFr »

Stef wrote: 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 the WriteByte stuff....
Stef
Very interested
Posts: 3131
Joined: Thu Nov 30, 2006 9:46 pm
Location: France - Sevres
Contact:

Post by Stef »

KanedaFr wrote:
Stef wrote: 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 the WriteByte stuff....
I should retest it, in fact i was doing word write instead of byte write. I guess that KMod was logging them (incorrect Z80 access), making it looks like hanged, but it wasn't ;)
Post Reply