| |
Rough Account closed
Registered: Feb 2002 Posts: 1829 |
Demo and Intro Sound Effects
You surely remember the sound effects mostly used in intros e.g. RAD, TCS, Beastie Boys etc.
HVSC doesnt include those and I made a little collection of the ones I ripped in the past years:
ftp://c64.rulez.org/pub/c64/Specials/Soundeffects_SID.rar
ps. some of different groups are identical, but I didnt bother to identify them |
|
| |
Bamu® Account closed
Registered: May 2005 Posts: 1332 |
Nice from you! :)
|
| |
SIDWAVE Account closed
Registered: Apr 2002 Posts: 2238 |
More than half of these is the sfx from a game.. its somewhere in hvsc.. it was used in the ECA linker. they just modified the pulse-width of that sound. |
| |
TDJ
Registered: Dec 2001 Posts: 1879 |
From the E.C.A. entry:
Trivia :
Made the famous ECA-Linker with the whoomwhooam sound in it, from the game Gradius. |
| |
SIDWAVE Account closed
Registered: Apr 2002 Posts: 2238 |
/GAMES/M-R/Radius_1987.sid
|
| |
chatGPZ
Registered: Dec 2001 Posts: 11360 |
uhmz, sure that ECA linker sound is actually from a game? that would be quite silly, you can create that sound with a couple of pokes, which are even printed as an example in the c64 manual =P (its just two squarewaves with slightly different frequency if i recall correctly) |
| |
Rough Account closed
Registered: Feb 2002 Posts: 1829 |
Modified pulse-width gives a different fx.
I like the fx from A.C.E. and TCS. Pump up your volume and enjoy. |
| |
tlr
Registered: Sep 2003 Posts: 1787 |
Quote: /GAMES/M-R/Radius_1987.sid
But the linker is from 85, no... ?
EDIT: the sound didn't appear until V4, so it's mid 86 then. |
| |
lan64+ Account closed
Registered: Mar 2007 Posts: 10 |
Help me !!
I'm from Brazil and I'm newbie here.
How to use the ECA linker or Fairlight linker ??? I want "link" many (2 or 3) intros in one file...Which the tricks??
I'm not programmer....but I made my intros with these utils:
Intromaker,Intro Designer,Demo Demon,and some...
Thanks |
| |
tlr
Registered: Sep 2003 Posts: 1787 |
Quote: Help me !!
I'm from Brazil and I'm newbie here.
How to use the ECA linker or Fairlight linker ??? I want "link" many (2 or 3) intros in one file...Which the tricks??
I'm not programmer....but I made my intros with these utils:
Intromaker,Intro Designer,Demo Demon,and some...
Thanks
I don't think there is an automated tool that lets you do that.
A linker just links together a bunch of non-overlapping memory regions and allows the resulting file to unpack this + calling an address in memory.
I'm assuming here that your files are a set of programs that can be "run"?
If that is the case, you need to have some copy routine that, when you press space, takes the next part and copies it down so you can "run" it.
I know Galleon made a tool that can help in doing this. It would allow you to split a file into up to 5 parts around the memory, and when called it would put those together at the correct destination.
I always used to do it by hand, which was boring.
|
| |
lan64+ Account closed
Registered: Mar 2007 Posts: 10 |
tlr...thanks for your help.
but,do you have a link for download that tool ??? |
| |
tlr
Registered: Sep 2003 Posts: 1787 |
It seems to be included in these: Hack-Pack V2.0 & Hack-Pack V2.1. (splitter)
I have a prerelease with source somewhere. |
| |
lan64+ Account closed
Registered: Mar 2007 Posts: 10 |
tlr
Look,I have use at this moment the Fairlight 17xx-64k-linker v.9.
I Loaded one simple "demo" (from $0801 to $8711),but now,i want link another "intro" (from $0801 to $2700),then tell me,how to do??? How to relocate my "intro" to another address and how to link the 2 files?????
Thanks a lot |