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.
ccovell
Posts: 1045
Joined: Sun Mar 19, 2006 9:44 pm
Location: Japan
Contact:

HES Rips (PC-Engine)

Post by ccovell »

Hi, I've posted here so we don't get more off-topic in the GBS thread.

Thanks for the information and advice, kingshriek. I still haven't tried ripping lengthy CD music yet (ever try to rip Dungeon Explorer II's PSG tunes?). But anyway, here are my first HES rips. I started with the music to Cratermaze, because I already could see how Doraemon was ripped. Cratermaze's music is almost completely different from Doraemon's, and it's great. If you've played the original arcade game, Booby Kids (aka Kid no Horehore Daisakusen), then you'll recognize the same tunes.

I also ripped Yo, Bro, because of the great Beach Boys tunes. This was a bit tough (need a good tracing emulator, dammit!) but I managed to rip it in the end.

Last, I tried Pomping World (Buster Bros.) on CD. It doesn't use the System Card PSG driver, just its own little music driver in 8k. So, that was a very simple rip.

Anyway, here are the files. Enjoy!
http://www.disgruntleddesigner.com/chri ... ze_HES.zip
http://www.disgruntleddesigner.com/chri ... ro_HES.zip
http://www.disgruntleddesigner.com/chri ... ld_HES.zip

Maybe we ought to continue this thread over on the Magic Engine forums? http://forums.magicengine.com/en/index.php Or someplace a little more relevant.
kingshriek
Posts: 98
Joined: Tue Sep 13, 2005 7:53 am
Contact:

Post by kingshriek »

Good job on the rips. I actually had no idea Cratermaze was based of a Doraemon game (hadn't played Meikyuu Daisakusen) based on an original arcade game. Interesting that the US got a more artistically accurate port while Japan got a license makeover.

Regarding Dungeon Explorer II, I forgot that the game had PSG tunes. Upon looking at a save state, it looks to be a straightforward System Card rip - a good CD game to start with (so I'll hold off on ripping it). Another game I have that I haven't been considering is Star Parodia - I only recall one PSG tune (midboss music). Maybe it deserves getting looked at (could have more significant PSG music).

And yes, we should take this to the ME forums. This thread (and the GBS one as well) don't really belong here.
ccovell
Posts: 1045
Joined: Sun Mar 19, 2006 9:44 pm
Location: Japan
Contact:

Post by ccovell »

Okay, I looked at Dungeon Explorer II, and it indeed was easy to find the music routines and rip. The hard part was actually making an HES header that interfaces well with the CD PSG routines and the ripped data. I used the headers and player program from some of your CD rips, but I found it was actually much easier just to use the game's routines to interface with the System Card PSG routines. I just NOPed out anything that would write to the MPRs.

And that was that. The DEII data track has about 35 copies of the music routines, but they're all identical. So, just 8 PSG songs are in the game.
http://www.disgruntleddesigner.com/chri ... II_HES.zip

Star Parodier has a few PSG songs, like at the end of a level, and the Battle Game title screen. I didn't want to try ripping it because it sounds like it uses ADPCM samples, which would complicate things and could not be heard anyway.
kingshriek
Posts: 98
Joined: Tue Sep 13, 2005 7:53 am
Contact:

Post by kingshriek »

Yeah, the template I use for System Driver rips is set up in a very general way. It is not always the case that the game's init code is lumped together with the music data (and from my experience, this isn't common). And when the init code is separated, it is cleaner to relocate only the necessary code rather than place the whole 8K bank that it resides in into the HES rip.

Also, looking at the DE2 rip, it looks like you used one of my older CD rips as a reference, though it's good to see that you went through $E0E1 instead of what I did in my early rips - that is only using $C2EF inside the driver. The problem with this is that timing is handled outside the PSG driver bank, so for my early rips I was writing to $0C00 explicitly to set up the timer. This becomes a problem when different songs use different timer values, as what I first encountered in Doukyuusei (I later redid the rip properly). I scanned through my old rips, and none appear to use different timer values, so my old rips are safe from what I overlooked (listening to them confirms this). If you're going to use one of my System Card driver rips as a reference in the future, I recommend Bishoujo Senshi Sailor Moon - it's probably the cleanest example of a properly done rip that I've done.

It's too bad about ADPCM. I have refrained from releasing anymore ADPCM-less* rips (I don't want to have a lot of these to fix if it does get supported somehow). I really wanted to do Cyber City Oedo 808, too.

*That is, refering to games that use ADPCM for drum samples. I haven't given any thought to songs that are entirely comprised of ADPCM.
ccovell
Posts: 1045
Joined: Sun Mar 19, 2006 9:44 pm
Location: Japan
Contact:

Post by ccovell »

OK, here's my final rip to cap off a fun weekend. It's Maniac Pro Wrestling, which has some fantastic music, never mind the lame idea of a wrestling RPG.

The composer is familiar (same as Legendary Axe II), but it's actually a team-up of two familiar, and equally astoundingly-talented, musicians that usually work for Atlus. Because they have a similar sound, I'll make a post over at the MagicEngine board about them.

http://www.disgruntleddesigner.com/chri ... ng_HES.zip
ccovell
Posts: 1045
Joined: Sun Mar 19, 2006 9:44 pm
Location: Japan
Contact:

Post by ccovell »

I liked the style of music from a game by NCS called KickBall.

So I decided to rip it. Here's the HES.
http://www.disgruntleddesigner.com/chri ... ll_HES.zip

Kingshriek, please feel free to put my HES rips on your site.
ccovell
Posts: 1045
Joined: Sun Mar 19, 2006 9:44 pm
Location: Japan
Contact:

Post by ccovell »

*Bump*
What, there are no good songs to rip anymore?

I've ripped Impossamole's music, because it's pretty good.
http://www.disgruntleddesigner.com/chri ... oleHES.zip
Knurek
Posts: 137
Joined: Tue Jan 31, 2006 5:43 am

Post by Knurek »

ccovell wrote:*Bump*
What, there are no good songs to rip anymore?

I've ripped Impossamole's music, because it's pretty good.
http://www.disgruntleddesigner.com/chri ... oleHES.zip
Interestingly enough, the title tune is a cover of "Monty on the Run" title tune (or the song that MOTR was based on). Anyways, nice.
ccovell
Posts: 1045
Joined: Sun Mar 19, 2006 9:44 pm
Location: Japan
Contact:

Post by ccovell »

Not only is it a cover, but the Highscore music is the same as MOTR. I'm also pretty sure the Bermuda Triangle song has a few notes copied from "Comic Bakery" or "The Last Ninja". The whole soundtrack is pretty C-64-esque.
tepples
Posts: 22705
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Post by tepples »

ccovell wrote:I'm also pretty sure the Bermuda Triangle song has a few notes copied from "Comic Bakery" or "The Last Ninja".
Given that the Comic Bakery theme itself is half-lifted from "Hot Water" by Level 42 and "You Spin Me Round" by Dead or Alive...
ccovell
Posts: 1045
Joined: Sun Mar 19, 2006 9:44 pm
Location: Japan
Contact:

Post by ccovell »

The HES rip of Turrican. How awful.
User avatar
blargg
Posts: 3715
Joined: Mon Sep 27, 2004 8:33 am
Location: Central Texas, USA
Contact:

Post by blargg »

The HES rip of Turrican. How awful.
Sounds like the harpsichord version. :) My audio tape recordings of the Amiga version are still the best I've got.
ccovell
Posts: 1045
Joined: Sun Mar 19, 2006 9:44 pm
Location: Japan
Contact:

Post by ccovell »

I recommend a TFMX-Player for the Amiga Turrican TFMX tunes, then. Try DeliPlayer if you have a Windows PC.
ccovell
Posts: 1045
Joined: Sun Mar 19, 2006 9:44 pm
Location: Japan
Contact:

Post by ccovell »

Hmm... Hatris sounds fun. Bubblegum Crash has a definite Barunba sound going for it.
Post Reply