Search found 407 matches

by MooZ
Wed Oct 29, 2008 2:33 pm
Forum: General
Topic: Forum issues / Bug report
Replies: 47
Views: 98544

Re: Forum issues / Bug report

Testing word censoring...
Mr Potatomoto (n.ntendo) rocks!
by MooZ
Wed Oct 29, 2008 1:05 pm
Forum: PC-Engine
Topic: HuCard Protoboard request
Replies: 7
Views: 7929

HuCard Protoboard request

Hi all!
I'm looking for some eagle file for a custom hucard prototype board. Something more or less like this:
Image

Reward : Free beer! :)
by MooZ
Thu Sep 04, 2008 9:52 pm
Forum: General
Topic: MooZ...dude
Replies: 3
Views: 11494

Re: MooZ...dude

This routine is used to clean up the vram area where the text is rendered: code;fnctl02.s;27;00c4;34 It is mapped to 90c4. So one again you'll have to modify generated labels. By the way this routine is called by 90a6 (the code just above :) ). Which is called from 6235. The next subroutines beyond ...
by MooZ
Thu Sep 04, 2008 9:22 pm
Forum: General
Topic: MooZ...dude
Replies: 3
Views: 11494

Re: MooZ...dude

Unsorted notes : csv file for etripator. Note that the generated local address needs to be changed from l_1xxx to l_4xxx. Maybe I should add a page parameter. Anyway... These are basically 2 routines that setup bat. code;fnctl00.s;00;167D;8B code;fnctl01.s;00;15f6;87 font stored in 2 bitplanes [pale...
by MooZ
Fri Aug 29, 2008 7:57 am
Forum: PC-Engine
Topic: Music
Replies: 3
Views: 4978

Re: Music

There's a mml/mck compiler called HuSic. Back in the days, the only available source code was the asm produced by HuC.
I spent some time trying to clean up and understand the source. I finally gave and started my own researches :)
by MooZ
Thu Aug 28, 2008 9:51 am
Forum: PC-Engine
Topic: Castlevania
Replies: 8
Views: 7493

Re: Castlevania

Good job :)
Which one is next? Kid Icarus?
by MooZ
Mon Aug 25, 2008 8:15 am
Forum: General
Topic: Stuffs to read before going to bed
Replies: 113
Views: 123492

Re: Stuffs to read before going to bed

Advanced bit manipulation-fu : A blog article about advanced bit manipulation.
by MooZ
Sun Aug 17, 2008 8:05 pm
Forum: PC-Engine
Topic: Megaman!
Replies: 13
Views: 12021

Re: Megaman!

Tomorrow Jupiterian time? :p
by MooZ
Tue Jul 29, 2008 10:24 am
Forum: General
Topic: MooZ...dude
Replies: 3
Views: 11494

Re: MooZ...dude

Thx dude! I'll look at it this evening.
By the way, I'll try to look at the cinematic code and find out if it's possible to add a subtitles routine.