NES Stuff
by Quietust
[Skip to Links]

About

This page serves as a repository for NES-related stuff I have written over the years. If you'd like to contact me, email quietust at either @qmtpro.com or @gmail.com. I can also be found in the #nesdev IRC channel on EFnet.

News

All - Recent - 2023 - 2021 - 2016 - 2012 - 2011 - 2008 - 2006 - 2005 - 2004

May 30, 2023

I've successfully "ported" NESColumns to the Nemo file manager, used by the Cinnamon desktop environment on certain Linux distributions. In theory, it might also be compatible with GNOME Files (formerly Nautilus), though some modifications might be necessary.

June 14, 2021

NESColumns has been updated to recognize the NES 2.0 "exponent-multiplier" size format used by some special ROM images.

October 7, 2016

Better late than never, I have rewritten my "NESColumns" Explorer extension to work with Windows Vista and later.

October 29, 2012

I have returned to NESdev, and with me I have brought the Visual 2C02 and a new CopyNESW build with USB support (from bunnyboy's CopyNES USB version) and 64-bit support (at least for parallel ports).

February 21, 2011

The iNES Header Editor below, originally uploaded a few weeks ago, has been updated to match changes that had been made to Nintendulator.

January 3, 2011

A few days ago, I wrote a Windows XP Explorer extension DLL which allows you to view several .NES file properties as extra columns: mapper number, PRG ROM size, and CHR ROM size. NES 2.0 ROMs are supported, and will display both the main mapper number and the submapper using the format "MMMM.SS".
Installation is fairly straightforward - just copy the DLL to a convenient directory and run "regsvr32 nescolumns.dll" to activate it, then browse to each folder containing .NES ROMs and right-click the column header to add new columns. It should be noted that this does not work on Windows Vista or later.

July 24, 2008

I've heard discussion that neither Nintendulator nor Nestopia support execution of code from the MMC5's 1KB expansion RAM, suggesting that it may be due to optimizations. This is clearly not the case, and to prove it I've hacked my Copper Bars program to run on an MMC5 with part of its code located in ExRAM.
I suspect some confusion may have arisen from the fact that Nintendulator's debugger displays values of $FF within ExRAM even while executing - this is not what the CPU is actually executing, but it is what the debugger shows whenever it is viewing a region of memory it believes to contain I/O registers (which are very likely to result in side effects if they are actually read from).
This ROM image is available for download below.

December 30, 2006

A bit on the late side, but the NSF below has now been joined by a PCM-enabled rip of Battletoads & Double Dragon.
Coincidentally, somebody else had already ripped the NSF in the same manner quite some time ago, so this is largely moot.

February 6, 2006

Added a new NSF - a rerip of Battletoads which includes the raw PCM drums in the 'Title Screen' and 'Level Complete' tracks.
This NSF may not be supported in all players, though the latest build of Nintendulator plays it properly.

January 7, 2006

In a discussion over on the NESdev forums, somebody requested a demo which would display a box 200 pixels tall and 144-200 pixels wide (adjustable).
Since I was bored at the time, I wrote a demo to do just that - it is available below, simply named "Square".

December 29, 2005

Made some updates to the 'Color Bars' demo, allowing the user to specify the palette value on each individual color bar as well as simultaneously increment/decrement the palette values of all 8 bars.
Instructions can be found at the top of the source code, included in the download package.

December 6, 2005

Added a new demo, 'Turbo Checker', which displays how quickly each button on controller #1 is being pressed.
As the source code is included, it can be modified to support either the 2nd controller port or any number of special controllers, though care should be taken to not monitor too many buttons at once, otherwise there won't be enough time to update the screen.

November 4, 2004

Rewrote my 'Scanline' demo to produce better results.

Also updated my other remaining demos to include UNIF builds as well as iNES.

October 6, 2004

Made a few changes to my 'Copper Bars' demo and uploaded a new version.
Now includes both iNES and UNIF versions.

September 20, 2004

Added a new demo, 'Color Bars'. Based on Mark Knibbs's "Colour Bars" demo, it can display up to 8 [consecutive] colors on the screen at once.
While its predecessor could only toggle grayscale for the entire screen, this program allows specifying grayscale and/or color emphasis for the bottom half of the screen only while leaving the top half alone, allowing you to observe the effects more easily.

September 10, 2004

Further fixing of MMC3 IRQs exposed yet another bug in the 007 demo, which I have updated.
This one is still named PRG 2, though it contains both an iNES and UNIF build.

Lack of decent iNES/UNIF tools motivated me to write programs to build iNES and UNIF files based on parameters specified in a small textfile. These tools, MakeINES and MakeUNIF, can be found below.

July 4, 2004

After learning a bit more about MMC3 IRQs, I found that my 007 demo did not work properly - PRG revision 2 is now available.
Also updated SMW Stomper with improved timing.

Added Copper Bars demo, which I wrote overnight. Curiously enough, very few emulators display this demo properly!

April 1, 2004

Created a central page for all of my NES-related stuff.

Links

Other NES stuff

NES tools I've written

NES Programs I've written

NSFs I've ripped

Other NESdev-related materials

Valid XHTML 1.0 Valid CSS!