Nintendo Entertainment System (Famicom) News
PDRoms Coding Competition v4.01 – Pre-Announcement (NES misc)

From 1st April 2009 to 31st May 2009 PDRoms will be hosting another coding competition. This time we will only allow 8 BIT systems (as another sister site wants to go for newer mainstream systems and we don’t want to collide).

In particular the following systems are allowed (subject to change): Atari 2600, Coleco Vision, Gameboy, Gameboy Color, Game Gear, IntelliVision, Master System, Neo Geo Pocket, Neo Geo Pocket Color, Nintendo Entertainment System, Odyssey2.

The topic is decided, but you have to wait till 1st April 2009 for details.

We are currently seeking for judges and sponsors – please get in touch with us if you can help or want to supply goodies which we can give out as prizes.

http://www.pdroms.de/contact/

By with 0 comments
3D Maze Engine (18-03-2009) (NES Techdemo)

Release notes from Rorth:

I’ve always been really fond of 3D mazes, like those found in the Golgo games, Ultima, etc. Well, I finally figured out a decent way to do them, and so far, it’s pretty efficient, I think. I’ve been messing with this for the past… 6 or 7 days, so about a week.

What I was looking to do was take the speed of Golgo 13 – Top Secret Episode mazes, and combine that with the smoothness of the Mafat Conspiracy mazes. I opted to use the same kind of screen layout from Mafat, with the big status bar at the bottom. In this way, I have less tiles to load. My initial build was good, because I got the actual maze loading and you were able to navigate around. The problem was with the screen loading, though. You could move VERY fast, but the screen flashed too much, kinda like Top Secret Episode. I believe this build is that one:

http://robertlbryant.com/temp/maze.nes

What I really wanted to incorporate was how Mafat Conspiracy loaded in one nametable, then switched to the other nametable to have a seemless transition. After alot of time debugging, going through my code, and some folks on #nesdev testing it out via different emus and a powerpak, I believe I’ve finally found the right balance I was looking for. Please note that if you try this in a powerpak, the currently blank status bar may have some garbage data in it, as I don’t do anything to initialize how that area should look; my main focus right now has been the engine itself.

In the NMI right now, I am doing the sprite DMA (OAM, whatever it’s called), loading 40 background tiles vertically, strobing the controller, and running some music. I also had a RAM palette loading with success and no lag, but for one reason or another the palette was getting screwed up when I did it, so I left it out for now. I’ll get to that bit some other time though hehe The music that is in this build is from another game, but I just threw it in here to test for any dragging during background loading in the NMI.

If you download this and test it out, hold the controller like a Wiimote. The reason for this is because I would like to make this a zapper game, where the other hand holds the zapper. Anyway, this means have the left directional button pointed towards the screen. This is the UP button. Pressing backwards turns you around in the maze 180 degrees, and pressing to the sides rotates you in those directions.

http://robertlbryant.com/temp/maze4.nes

Here is a map for anyone that would like to see it:

http://robertlbryant.com/gaming/images/maze1.jpg

With this engine, maps are only allowed to be one page of RAM big, but then again, 3D mazes are a bit of a pain if they are too big, IMO. Also, if anyone wants to see any code snippets, I will paste them. Once I get the game done, the full source will be available. I just wanted to post and get some thoughts on how it runs right now: Speed of loading vs. How it looks while playing.

Thanks for your time!

http://nesdev.parodius.com/bbs/viewtopic.php?t=4968

By with 0 comments
Hangman (15-03-2009) (NES Game)

Compton released his first completed project “Hangamn”. There are 24 words available, and you get the credit screen after level 6, so there is replayability.

http://nesdev.parodius.com/bbs/viewtopic.php?t=4958

By with 0 comments
Tetramino v0.36 (NES Game)

Yet another clone of the popular Russian block game. This one allows two players and has tighter play control than most Tetris brand games. Version 0.36 fixes some attract-mode bugs and makes a few behind-the-scenes improvements.

Release notes:

Version 0.36 fixes some attract-mode bugs and makes a few behind-the-scenes improvements.

Discussion: http://nesdev.parodius.com/bbs/viewtopic.php?t=4754

http://www.pineight.com/nes/#t

By with 0 comments
Pegs Article (NES misc)

Roth, author of Pegs for NES got featured in a printed retrogaming magazine.

It seems even free homebrew games are getting more and more mainstream.

http://nesdev.parodius.com/bbs/viewtopic.php?t=4398&start=15

By with 0 comments
Winter Chip IV (NES Intro)

“Winter Chip IV ROM Flyer” by Battle of the Bits!

http://www.pouet.net/prod.php?which=52651

By with 0 comments
Galaxy NES (07-02-2009) (NES Game)

Galaxy NES us a Geometry Wars style game for Nintendo Entertainment System/Famicom coded by Kasumi.

http://nesdev.parodius.com/bbs/viewtopic.php?t=4842

By with 0 comments
Pong (04-02-2009) (NES Game)

Here comes a NES Pong game by Jeroen.

http://nesdev.parodius.com/bbs/viewtopic.php?t=4826

By with 0 comments
rNES v0.1 (NES misc)

Here is a first release of rNES, a library for NES apps and games development, written in C for cc65.

http://nesdev.parodius.com/bbs/viewtopic.php?t=4814

By with 0 comments
D-Pad Hero (RC) (NES Game)

“D-Pad Hero” is a brand new game for the Nintendo Entertainment System! It’s a music rythm game similar to Dance Dance Revolution and others.

The Release Candidate is now available! If you do not have a NES emulator at your hands, here is a video -> http://dpadhero.com/Video.html

Thanks to http://nesdev.parodius.com/bbs/viewtopic.php?t=4820 for the news.

http://dpadhero.com/

By with 0 comments