New Music Discovered In Donkey Kong For Arcade 74
First time accepted submitter furrykef . writes Over 33 years have passed since Donkey Kong first hit arcades, but it still has new surprises. I was poking through the game in a debugger when I discovered that the game contains unused music and voice clips. One of the tunes would have been played when you rescued Pauline, and two others are suggestive of deleted cutscenes. In addition, Pauline was originally meant to speak. In one clip she says something unintelligible, but it may be "Hey!", "Nice!", or "Thanks!". The other is clearly a cry for help.
Unused site (Score:5, Funny)
BREAKING NEWS
-- for immediate release
Over 14 years have passed since Slashdot first hit the Web, but it still has new suprises. I was poking through the website when I discovered that the website contains an unused parallel site called "beta.slashdot.org", every article having a beta and a non-beta version. Is this article supersymmetry? The website's design lets it look like like it is a cry for help in designing the page.
Video Game Nostalgia (Score:5, Funny)
The more you bash video game nostalgia, the more Atari consoles will slip through your fingers...
Re: (Score:3)
The more you bash video game nostalgia, the more Atari consoles will slip through your fingers...
The more tightly you cling to Atari nostalgia, the more landfilled copies of ET will slip through your fingers...
Katy Perry (Score:2)
The more tightly you cling to Atari nostalgia, the more landfilled copies of ET will slip through your fingers...
Let the copies of ET [wikipedia.org] slip through my fingers. I liked it better when it was called "All The Things She Said" and sung by tATu.
The game you're probably thinking of has been fixed [neocomputer.org].
Using a Java plugin to play audio files... (Score:3)
...is like using a steam engine to power a car. It's clunky, inefficient, and outmoded.
WHY??????? HTML5 can play audio directly.
Re: (Score:1)
Re: (Score:1)
Re: (Score:1)
ZorinLynx thinks that Java and JavaScript are the same thing ... lol
Shhh, don't disturb him. It's one of those sub-six or sub-seven digit ID geezers. He'll fall back asleep after he's through shaking his fist at "those dang kids" on his lawn...
Re: (Score:3)
ZorinLynx thinks that Java and JavaScript are the same thing ... lol
Shhh, don't disturb him. It's one of those sub-six or sub-seven digit ID geezers. He'll fall back asleep after he's through shaking his fist at "those dang kids" on his lawn...
And rightfully so!!!
Re: (Score:2)
Eh, the <embed> audio tag has been around since nearly the beginning of HTML, it seems apropos to be using the old arcane tools to do this bit of audio archaeology.
Re: (Score:2)
Re: (Score:3)
Can't you damn kids play some NICE music?
Re: (Score:3)
If you View Source, you'll see that they do, in fact, use an <audio> tag. They also have a JavaScript library that replaces it with an HTML GUI. I guess if it detects your browser is old enough to not support HTML5, it goes with a Java applet instead.
So... update your browser?
Re: (Score:3)
Most likely ZorinLynx uses Safari or IExploder, as the files are encoded as ogg, and those two browsers are the only ones not supporting ogg.
They can install a codec plugin though.
http://www.xiph.org/dshow/down... [xiph.org]
https://wiki.xiph.org/XiphQT [xiph.org]
Re: (Score:2, Funny)
Holy crap - someone is stil flogging that dead horse known as ogg? I thought it was 2014, not 2004!
Re: (Score:2)
Vorbis might be a dead horse (it isn't), but opus really is king. Its MTI codec for WebRTC not without reason.
Re:Using a Java plugin to play audio files... (Score:4, Interesting)
Recently, Opus has taken a clear advantage at lower bit rates and in applications that need ultra-low-latency encoding, like video conferencing. But there is really no excuse for these browsers not to include Vorbis support. From the point of view of someone needing to encode content, Vorbis has the additional advantage of being much more widely-supported vs. Opus, oversights in these minor browsers notwithstanding.
Re: (Score:2)
And, bringing it right back around to video games, Ogg Vorbis is apparently used in a ton of video game engines. Something about it not requiring a license and being better at looping than MP3s. I'm unclear on the technical merits, but apparently there are still technical merits that make it a good choice for video games above and beyond the "no license fee" thing.
I know that the Unreal Engine started using Vorbis a long time ago, and from their API docs [unrealengine.com], it looks like they still do, along with Opus.
Re: (Score:2)
Re: (Score:1)
and neither work
Re: (Score:3)
But does it work with real audio files?
Re:Using a Java plugin to play audio files... (Score:4, Funny)
WHY??????? HTML5 can play audio directly.
Duh, they didn't have HTML5 when Donkey Kong came out.
Re: (Score:2)
Treasures (Score:2)
There's a secret Yoko Ono tune on the buried ET cartridges.
Re: (Score:2, Funny)
I thought you said "treasure", not "weapon"
Re: (Score:1)
This business of replying to your own posts to take swipes at Yoko Ono is getting a bit old.
The Beatles were going to split up no matter who the guys were married to.
John's been dead for 30+ years.
I think it's been enough time that you can move on, or at least back to your "OOP is madness" madness.
Re: Treasures (Score:4, Funny)
Re: (Score:1)
Rumor has it The Feds played Yoko at the Waco TX Standoff in an attempt to irritate them out of hiding, and it may have been what triggered the suicidal outburst. But I've yet to verify that rumor.
This happens every so often. (Score:5, Interesting)
As another example, in January 2013, I discovered a cheat code in the SNES RPG Breath of Fire 1 that allows you to create a save file at a few key locations in the story. This cheat code sat hidden for about 20 years, and it wasn't until I came along and reverse engineered the game that it showed up.
Link to it: click me [youtube.com]. Sorry for the quality; it is a really difficult thing to record when your only recording device is an iPad and there was nobody home at the time. Not to mention how hard it is to do that controller sequence and record with only two hands.
Re: (Score:1)
Re: (Score:2)
You could also just describe the controller sequence here in text rather than link to it in a Youtube video.
Haiku is more interesting than the MIDI (Score:3)
Congratulation !
If you analyse
Difficult this program,
We would
Teach you
Re: (Score:1)
Re:Haiku is more interesting than the MIDI (Score:5, Interesting)
By putting the caps like that, you make it look like they thought each of those was a sentence.
Here's direct from the binary (c_5k_b.bin). It uses byte aligned 8 bit ASCII, which is not super common back then, but it was the actual standard. (and still is!)
This is UNIQUE, however- the REST of the file uses binary 0x00 (null) to map to numeral zero, up to 0x09 for numeral 9, then 0x0A for A, 0x10 for G, etc. That means that unlike all the other text in the game, this was rendered in ASCII, in another language, and burned to the ROM just so that maybe some hacker, somewhere, would answer their call- or at least feel cool.
It is most properly rendered:
CONGRATULATION !IF YOU ANALYSE DIFFICULT THIS PROGRAM,WE WOULD TEACH YOU.*****TEL.TOKYO-JAPAN 044(244)2151 EXTENTION 304 SYSTEM DESIGN IKEGAMI CO. LIM.
The string begins with a null character. It has two spaces after "ANALYSE" and "THIS", and four spaces after the telephone 2141, and three spaces after the 304 and the "SYSTEM DESIGN". The entirety of it is exactly 160 bytes. There are no line feeds or other characters.
So, no, they did NOT type:
"If you analyse
Difficult this program,"
This represents around 1% of their total space on their final shipped product. 1% of their product to put this call in a foreign language to hackers across the world. Granted, Donkey Kong has a bit of spare space in the ROM, but... still.
Re: (Score:2)
Re: (Score:3, Interesting)
Re: (Score:1)
Because they wrote the program, of course.
Re: (Score:2)
Re: (Score:2)
Just slightly too long to be a tweet.
This was discovered a few years ago (Score:5, Informative)
Re: (Score:2)
Re:This was discovered a few years ago (Score:5, Informative)
Re: (Score:2)
Re: (Score:2)
yeah, the "slashdot.org" is a dead giveaway . . . :)
hawk
This made my week (Score:1)
Seriously, this is fucking metal. Aces link.
The Pauline scream is great, and the lost melodies are amazing. A lost section of Nintendo history? What a prize. A view into the hearts of those inspired to make an amazing game, a secret buried all these years. Impressive.
Though much older (and not part of this story), the long lost line hidden from Ikegami:
"CONGRATULATION !
IF YOU ANALYSE
DIFFICULT THIS
PROGRAM,WE WOULD
TEACH YOU."
Made chills go through my spine. Hacker ethos full charge, mothafuggas!
I had ne
I dont see how this can be such a big secret... (Score:4, Interesting)
Donkey Kong uses discrete analog components for its sound and its hardware is documented both through the schematics and the MAME driver implementation of said discrete sound.
Re:I dont see how this can be such a big secret... (Score:5, Interesting)
Amy? (Score:2)
I feel like Sheldon invited for a spaghetti and hot dogs...
Re: (Score:1)
The Big Bang Theory is blackface for nerds. If you make a joke about that shitty show here, you should be banned for life.