Page 1 of 2
Blade Buster (NES Homebrew)
Posted: Wed Oct 06, 2010 11:45 am
by Eightbit Allstar
I hope it hasn't been posted before.
I've come across this NES homebrew.
http://hlc6502.web.fc2.com/Bbuster.htm
The game is pretty much like the Time Mode in Recca, and I gotta say, it's by far the best homebrew I've played so far. Too bad the whole page is in Japanese, because I'd like to know what they wrote.
Posted: Wed Oct 06, 2010 12:08 pm
by tokumaru
I had never seen this... Very well done!
Posted: Wed Oct 06, 2010 12:41 pm
by 3gengames
Just downlaoded from the site through NA, Very nice.

Posted: Thu Oct 07, 2010 2:32 am
by hap
That's... surprisingly awesome!

I won't say it's "the best", with quality stuff already around (eg. IMO the in-progress Chu Chu Rocket port, or Battle Kid), but it would definitely be in my top list.
Posted: Thu Oct 07, 2010 11:41 am
by psycopathicteen
Wow! That's the coolest 404 Error I've ever seen!!!!

Posted: Thu Oct 07, 2010 11:59 am
by tokumaru
psycopathicteen wrote:Wow! That's the coolest 404 Error I've ever seen!!!!

There must be something wrong on your end, because the page is working perfectly for me.
Posted: Thu Oct 07, 2010 1:36 pm
by psycopathicteen
Works on the computer at school.
I can't believe this isn't causing flicker. How are they doing it? Using explosion sprites that look like several overlapping explosion sprites but really are one?
Posted: Thu Oct 07, 2010 1:52 pm
by 3gengames
Idk...
Let me ask the same question as on Nintendoage....What donor would be needed to make this game work? Or could it be done on the Retro USB with some logic chips? Because it says 256K program and 128 character and mapper 66 on my separator. I thought all decently sized games like that used mappers... :/
Posted: Thu Oct 07, 2010 2:35 pm
by tokumaru
65024U wrote:What donor would be needed to make this game work?
Nestopia says TKROM (MMC3 with 8KB WRAM and battery). So you're looking for carts like Crystalis, Kirby's Adventure, Shadowgate, Déjà Vu...
Or could it be done on the Retro USB with some logic chips?
No, there is no MMC3 clone yet.
I thought all decently sized games like that used mappers... :/
And what made you think it didn't use a mapper?
Posted: Thu Oct 07, 2010 8:50 pm
by 3gengames
My NES rom divider said it was mapper number 66 which I read online was just a couple logic chips....
http://wiki.nesdev.com/w/index.php/GxROM
Maybe something needs fixed?
And don't even recommend destroying a Crystalis for it! There not that many out there...use Kirby! He's EVERYWHERE.
Posted: Thu Oct 07, 2010 8:56 pm
by Dwedit
That is most certainly NOT mapper 66, it doesn't even look like that in a hex editor. I don't know what kind of broken tool you were using. Maybe you stuck in the wrong file?
The two US games that were mapper 66 were Super Mario Bros + Duck Hunt and Dragon Power. (edit: also Gumshoe and Thunder & Lightning)
Posted: Thu Oct 07, 2010 9:29 pm
by 3gengames
Hmmm well I was using my NES ROM separator that I posted a while back.....Let me take a screenie. You can find that topic somewhere on here with the source to the program even.
Is my program broken?.....It told me the mapper right on every other game. Maybe this uses a different NES format? Maybe I did that wrong....hmmm :/
http://oi55.tinypic.com/2vvry3d.jpg
Edit:
Seems I didn't do some needed bit-manipulation in the 6th byte, where the bits 3-0 are used for stuff besides the mapper, and is the first 4-bit value of the 24-bit value for the mapper when it is added to byte 8? I guess I will fix this later....-end epic fail-
Lol I thought mapper 66 was awful dumb choice for such a large game..since it's not possible with GxROM

Posted: Fri Oct 08, 2010 5:50 am
by tepples
Broken ROM management tools can cause mapper 2 games to appear as mapper 66. If you see "DiskDude!" in the hex editor, you have this problem.
Posted: Fri Oct 08, 2010 8:09 am
by 3gengames
Yes. Nope, no DISK DUDE in the editor on that ROM or my Crystalis ROM that shows up as 66, too. So It needs add and I'll do that later.
Anyone fire it up on a cart to see if it works on a NES? This game seems freaking epic.....

Posted: Fri Oct 08, 2010 1:50 pm
by psycopathicteen
65024U wrote:Yes. Nope, no DISK DUDE in the editor on that ROM or my Crystalis ROM that shows up as 66, too. So It needs add and I'll do that later.
Anyone fire it up on a cart to see if it works on a NES? This game seems freaking epic.....

I wouldn't be suprised if it flickers on real hardware, knowing that the NES could only display 4 16x16 sprites on a line.