HES Rips (PC-Engine)

Discussion of development of software for any "obsolete" computer or video game system. See the WSdev wiki and ObscureDev wiki for more information on certain platforms.
Knurek
Posts: 137
Joined: Tue Jan 31, 2006 5:43 am

Post by Knurek »

ccovell wrote:I recommend a TFMX-Player for the Amiga Turrican TFMX tunes, then. Try DeliPlayer if you have a Windows PC.
Or try xmp-delix plugin for XMPlay if you want something that's still being worked on (I have the latest beta build here with audio.device support - something that DeliPlayer didn't have).
Or, if you're using *nix, there's UADE.
ccovell
Posts: 1045
Joined: Sun Mar 19, 2006 9:44 pm
Location: Japan
Contact:

Post by ccovell »

Here is a rip of the chiptunes from Download 2 (CD):

http://www.disgruntleddesigner.com/chri ... d2_HES.zip

It sounds good, but the timing is slightly slower than in the actual game. Kingshriek, could you help me with the timings, 'cause I have no idea what is wrong. (I used the Sailor Moon file as reference, as you suggested.)
kingshriek
Posts: 98
Joined: Tue Sep 13, 2005 7:53 am
Contact:

Post by kingshriek »

Sounds okay to me - I'm not detecting any difference in speed between the two (for the few tracks I've sampled at least). Is the problem isolated to a few specific tracks or is it global in scope? Also, are you comparing the two with the same player, because some HES players (particulary NEZplug) can have some strange timing problems at times.

What I'm seeing in the HES (timing-related $E0D8 calls):

LDA #$02 , STA $F8, LDA #$02, STA $FF, JSR $E0D8 (60 Hz base timer)
LDA #$00 , STA $F8, LDA #$00, STA $FF, JSR $E0D8 (use TIQ)
LDA #$2A , STA $F8, LDA #$0A, STA $FF, JSR $E0D8 (use timer index #$2A, which sets $0C00 to #$68)

As far as I can tell, the tempo isn't ever set by the music data itself so I expect $0C00 to be invariant over all the tracks.

Just to check that I'm hearing things ok, I've also checked $0C00 in-game with a sampling of music and I also find it to be #$68. I also verified that the music is indeed driven by TIQ by changing the timer value in a save-state and reloading (the music tempo changed as expected).
ccovell
Posts: 1045
Joined: Sun Mar 19, 2006 9:44 pm
Location: Japan
Contact:

Post by ccovell »

OK, I checked the HES file in Mednafen (which has a very useful debugger, by the way...) and the tempo of the Download 2 rip seems to match the real game. I guess NEZPlug just sucks...

OK, today I felt like ripping the sound effects of Gate of Thunder just for the fun (and frustration) of it. Here is the HES:

http://www.disgruntleddesigner.com/chri ... er_HES.zip
Last edited by ccovell on Sun Feb 25, 2007 4:21 am, edited 1 time in total.
kingshriek
Posts: 98
Joined: Tue Sep 13, 2005 7:53 am
Contact:

Post by kingshriek »

I've figured out the reason for the sound discrepancy.

In the sequence data for track #$22, the FM data index is set to 03, but this index gives $FF00 as the FM pointer, so the game is pulling FM data from bank 0 of the system card. Checking $FF00 there gives a whole bunch of #$FFs. But in the HES, $FF00 is the start of the RESET routine. Thus, the HES in interpreting code as FM data.

The easiest way to resolve this is to copy $FF00-$FFFF from the system card to somewhere in the HES, and then change the FM pointer so that it points to this location. The address of this pointer is $A3AA ($43AA in the HES file).
ccovell
Posts: 1045
Joined: Sun Mar 19, 2006 9:44 pm
Location: Japan
Contact:

Post by ccovell »

OK, updated.
ccovell
Posts: 1045
Joined: Sun Mar 19, 2006 9:44 pm
Location: Japan
Contact:

Post by ccovell »

*Bump*

Have the games Appare Gateball and Yuu Yuu Jinsei: Victory Life ever been ripped? Anyway, I've ripped them now:

Appare! Gateball (lively loungy music)
http://www.chrismcovell.com/data/Appare ... ll_HES.zip

and
Yuu Yuu Jinsei: Victory Life (groovy loungy music)
http://www.chrismcovell.com/data/Yuu%20 ... ei_HES.zip


Also, I know Kingshriek's webpage hasn't been updated in a long time; is any current HES news available at some other website?
User avatar
Doommaster1994
Posts: 162
Joined: Mon Jun 21, 2010 10:23 pm
Location: Seattle, WA
Contact:

Re: HES Rips (PC-Engine)

Post by Doommaster1994 »

Could someone please do a rip of Order of the Griffin? I'd really appreciate it!
Thanks,
-Nick
User avatar
BlackGuyRX
Posts: 50
Joined: Tue Jun 11, 2013 3:19 pm

Re: HES Rips (PC-Engine)

Post by BlackGuyRX »

Also, a rip of TaleSpin! I'm surprised it doesn't already exist.
User avatar
Doommaster1994
Posts: 162
Joined: Mon Jun 21, 2010 10:23 pm
Location: Seattle, WA
Contact:

Re: HES Rips (PC-Engine)

Post by Doommaster1994 »

I'm not sure whether or not anyone rips HES files anymore. However, I could probably do a VGM rip of it.
I'm lucky, Kingshriek had a rip of Order of the Griffon on his site.
User avatar
B00daW
Posts: 586
Joined: Thu Jan 03, 2008 1:48 pm

Re: HES Rips (PC-Engine)

Post by B00daW »

Maybe it can be moved to Other Retro Dev and have a sticky thread for it near SGC request. :)
Mednafen
Posts: 60
Joined: Wed Sep 13, 2006 12:45 pm

Re: HES Rips (PC-Engine)

Post by Mednafen »

BlackGuyRX wrote:Also, a rip of TaleSpin! I'm surprised it doesn't already exist.
Quick rip here. Not sure if any sound effect or music is missing, the game is too wretched to test properly. ;)
User avatar
BlackGuyRX
Posts: 50
Joined: Tue Jun 11, 2013 3:19 pm

Re: HES Rips (PC-Engine)

Post by BlackGuyRX »

Mednafen wrote:
BlackGuyRX wrote:Also, a rip of TaleSpin! I'm surprised it doesn't already exist.
Quick rip here. Not sure if any sound effect or music is missing, the game is too wretched to test properly. ;)
Thanks, but absolutely no music plays on any track :(
Mednafen
Posts: 60
Joined: Wed Sep 13, 2006 12:45 pm

Re: HES Rips (PC-Engine)

Post by Mednafen »

BlackGuyRX wrote:Thanks, but absolutely no music plays on any track :(
What player are you using?
Sik
Posts: 1589
Joined: Thu Aug 12, 2010 3:43 am

Re: HES Rips (PC-Engine)

Post by Sik »

I don't know but I tried in Audacious and it doesn't work there either.
Post Reply