Bill's Tomato Game

Got a new set? Wanna point something out with an old set? Wanna update an existing set? Here's your place to do it!
Post Reply
ValleyBell
Board Regular
Posts: 128
Joined: Mon Aug 30, 2010 7:10 am

Bill's Tomato Game

Post by ValleyBell »

Oh man, it's been a while since I started working on this pack.
I logged and trimmed the songs in November 2014 and tagged it in February 2015 ... and then forgot about the pack before finishing the description file.

Anyway, here it is now. Enjoy this great soundtrack by Matt Furniss!

EDIT: Fixed missing composer of Main Menu.

As a bonus, here are the hacking notes I took when ripping the songs:

Code: Select all

Note: Almost every value is a 2-byte word.

Sound RAM:      FF9000
NTSC/PAL Mode:  FF9006/07 (01 - NTSC, enables extra delay, 00 - PAL)
NTSC Delay Cntr:FF9008/09 (counts 0..5 in NTSC mode, unused in PAL mode)
Pause Enable:   FF900A/0B (01 - pause sound driver)
PlayMusic Slot: FF900E/0F (value is 01+)
Tempo Countdown:FF9010/11
Cur. Pattern:   FF9012/13
Cur. Row:       FF9014/15
Tempo:          FF902C/2D
Playing State:  FF902E
                -> 00 - playing
                -> FF - paused
Track RAM:      FF903A (0C bytes per track, 6 tracks)
Total Frames:   FF90B0/B1
Frames in Sec.: FF90B2/B3
Total Seconds:  FF90B4/B5

Sound Driver Init routine: 0F91AA
Sound Driver Update routine: 0F928A


Track RAM
---------
00/01 - some Tick Counter
02/03 - Ticks until next event
04 - Event Type??
05 - Event Data
06 - ??
07-0B - unused (00)
You do not have the required permissions to view the files attached to this post.
User avatar
Landale
Posts: 15
Joined: Thu Jun 29, 2006 6:49 pm
Location: Sweden

Bill's Tomato Game

Post by Landale »

Matt Furniss has his own style. I love the sound drivers he worked with ("Krisalis"/Shaun Hollingworth).
It's quite sad that game never was released, but fortunately is now available on the internet.
"Deel Klesso Ma Hahm"
Monkeymook
Posts: 120
Joined: Sun Aug 22, 2010 2:33 am
Location: Virginia Beach, VA

Bill's Tomato Game

Post by Monkeymook »

ValleyBell wrote:Oh man, it's been a while since I started working on this pack.
I logged and trimmed the songs in November 2014 and tagged it in February 2015 ... and then forgot about the pack before finishing the description file.

Anyway, here it is now. Enjoy this great soundtrack by Matt Furniss!

EDIT: Fixed missing composer of Main Menu.


Thanks for the upload, VB. Added to the dropbox.
Post Reply