Search the Community
Showing results for tags 'HDNes'.
-
Change log: Reduced the slow down of capturing the screen.Added the audio pack function. Currently I know how to make one for SMB only. (It can also be used for adding cheat!) source: http://forums.nesdev....php?f=3&t=9935 download: HDNes (2013/08/27)
-
From the author: Quote Change log: Fixed HD pack for 16 pixel high sprites.Fixed DMC channel.Implemented grayscale function. source: http://forums.nesdev....php?f=3&t=9935 download: HDNes (2013/08/16)
-
From the author: Change log: Implemented showing leftmost 8 pixels of screen (bit 1 and 2 of PPU register $2001)Implemented colour emphasis (not accurate) source: http://forums.nesdev.com/viewtopic.php?f=3&t=9935download: HDNes (2013/08/04)
-
From the author: Recent Change logs: 2013/05/16 Added a function to handle palette swaps if not using auto generate. If you have a sequence of tiles with the same palette and that sequence of tile also have the same palette swaps, then you can use this function to simplify the process. Firs...