Loading...
2,516
3 years ago

Ever wondered how devs measure performance on real a NES, which has no dev kit? A common way is the change the "color emphasis" while an operation is executing, during rendering. This effectively draws colored bars representing how long something takes.


Here, Green represents the player update. At the start of the "player_update" function, which is running while the TV is drawing the previous frame from top to bottom & left to right, I tell the NES to tint everything Green. At the end of the function I stop tinting Green.

image.png

This tells me that to update the player, it takes *roughly* 15 scanlines of the video frame. I have about 260 scanlines to finish all the work for the next frame to maintain 60 frames per second, so this one function takes about 6% of my CPU budget for the frame.

image.png

The game in the video is a new, untitled, NES homebrew I am working on.

Follow for more updates on that game, and retro console development in general!



9 comments

Loading...

Next up

It's the FINAL push for From Below!

shop.matthughson.com

Sale ends 11:59PM PT!

If you know folks who love Game Boy, Tetris, NES, or Homebrew... LET THEM KNOW!

If you're on Reddit, Discord, social media... anything: Every share makes a HUGE difference!

MASSIVE Game Boy Homebrew GIVEAWAY! We're giving away physical copies of 4 new Gameboy games to 1 winner! From Below is on sale NOW: http://shop.matthughson.com 🚨 ENTER HERE: https://twitter.com/matthughson/status/1710641131590221843 🏁Giveaway ends Oct 11th 11:59PM PT

🚨1 WEEK LEFT!🚨 🚨GAMEBOY PREORDER!🚨 Last chance to get a copy of this brand new Game Boy game, From Below Pocket, as well as the NES version!🦑 After this week, the game will be out of print, likely for YEARS. 📆 https://frombelowgame.com #gbdev #nesdev

Happy #WIPWednesday! Are you working on a game? Making some art? Practicing a song? Something else? Tell us in the comments!

When making games on the NES, nothing is easy!

With a LOT of help from the #nesdev Discord, I was able to clean up the seam above the status bar.

Also there's some new (temp) art, and I even perform the forbidden mid-frame palette update for extra colors!

@Magnoentry33 is a Jolter to Watch and pixel artist in search of true freedom within you! Follow @Magnoentry33 before the quest ends on September 23 and you'll get Coins!

Big news for From Below (NES) and From Below Pocket (GB) physical editions!

Full Update: https://mailchi.mp/9df0515acedb/from-below-update-3

Short Version: Both NES and GB will start shipping next week!

Woohoo!!! #nesdev #gbdev

Only 48hrs left to pick up my new game for your Nintendo Game Boy & NES!🦑

https://shop.matthughson.com

Preorder ends Oct 16th, 11:59PM PT! Do not miss it!🗓

$60USD w/FREE SHIPPING!💌

Compatible with EVERY model of Game Boy, including Super Game Boy!

@Sauri1861 is a Jolter to Watch and pixel artist! Follow @Sauri1861 before the quest ends on September 16 and you'll get Coins!

Here's something you don't see in every NES game:

A platformer with ZAPPER support! Super Sunny World allows a 2nd player to kill enemies with the Zapper Gun.

#nesdev