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. First, make sure your HD renderings of the same palette are stored in the same image file. The same tile in different palettes must be placed in the same location relative to the first tile of that palette. Then add tile mapping for the first palette as usual. After that, click the 'Batch mapping' to open a dialog box. Select the image file of the first palette and select the first tile and the last tile of the sequence. Then select the new palette, the image file of the new palette and the location of the first tile within the image file. Click 'Add mappings' and the program will add mappings to the new palette for all the tiles between the first and the last, using the new location of the first tile as reference. 2013/07/11 1. Fix a save state crashing bug 2. Fix displaying 16 pixel high sprites 2013/07/19 Fixed sprites not showing during gameplay in Kirby's Adventure source: http://forums.nesdev.com/viewtopic.php?f=3&t=9935download: HDNes (2013/07/19)