Commit Graph

93 Commits

Author SHA1 Message Date
andres.delikat 62a2b7fad3 Nes Nametable viewer - context menu with screenshot & refresh menu items 2011-09-15 00:29:26 +00:00
andres.delikat 36055f2644 NES Nametable viewer - Screenshot menu item (to png or bmp format) 2011-09-15 00:24:16 +00:00
andres.delikat 1eac1dbb05 NES PPU - switch the fake toolstrip menu with a real menu strip 2011-09-11 01:21:10 +00:00
andres.delikat 21d396f9bc Fix minimum size on all winforms, also set max size where appropriate, fixed anchoring & resizing issues, and other misc. display cleanup 2011-09-11 01:01:40 +00:00
andres.delikat 71833f419a NES PPU - only update palettes & patterns if ppu values change, about a 8fps speedup on my machine 2011-09-04 16:56:56 +00:00
andres.delikat 6b3d217691 NES PPU - more code cleanup/small speedups 2011-09-04 16:29:48 +00:00
andres.delikat 2e1f064424 NES PPU Viewer - read ppu values once at the beginning of Generate() into an array and use that for all the drawing. About a 4-5fps speed up 2011-09-04 16:13:44 +00:00
andres.delikat 233afd6ab0 Palette Viewer - more code cleanup, runs about 1 fps faster 2011-09-04 15:37:55 +00:00
andres.delikat daa406f356 PaletteViewer - code clean up 2011-09-04 15:20:52 +00:00
andres.delikat ed7cc01d9f Nes Nametableviewer - another small ~1 fps speedup 2011-09-04 03:40:01 +00:00
andres.delikat 353e1dbcd8 NES Nametable Viewer - more pre-reading of ppu bus data, about another 5 fps bump 2011-09-04 03:23:00 +00:00
andres.delikat 04b5cafe3a NES NameTableViewer - pre read the ppubus before looping. About a 7 fps increase in speed on my machine at the highest refresh rate. 2011-09-04 03:14:42 +00:00
andres.delikat 35d0ad1b31 NES - implement Clip Left & Right sides option 2011-09-04 01:58:16 +00:00
andres.delikat 721a514d26 NES Graphics Config - Ability to set the first and last scanlines. NES Core - refactor MyVideoProvider to accomodate new settings. Set to Top 8, Bottom 231 by default. 2011-09-04 01:12:12 +00:00
andres.delikat 17f02b3e3f NES NT Viewer - Refresh Rate bar 2011-08-29 01:26:36 +00:00
andres.delikat 1bb58fc026 NES NT Viewer - show some more info on mouse over 2011-08-29 01:09:16 +00:00
andres.delikat c7d5c983bb NES PPU - Sprite Viewer - Make Zoom Box account for 8x16 sprites 2011-08-29 00:28:17 +00:00
andres.delikat 83cc883177 NES PPU - Sprite Viewer Details - show attribute flags 2011-08-29 00:19:55 +00:00
andres.delikat 033c008a06 NESPPU - fix address display of pattern view details 2011-08-29 00:05:32 +00:00
andres.delikat d1d1c4fd0e NES PPU - more mouse over info fixed/implemented 2011-08-28 23:51:45 +00:00
zeromus f894ed7e48 nes-sprite viewer bug fixes and 8x16 2011-08-28 21:10:21 +00:00
andres.delikat 3aae846e0a NESPPU - Sprite Viewer implemented with 2 bugs (uses wrong palette? and bottom two rows are off) 2011-08-28 20:43:25 +00:00
andres.delikat 4048863a30 NESPPU - at a refresh rate slider. I was hoping to not resort to such a hack but it REALLY helps, and most case uses don't need full refresh accuracy, and on those occasions, it is a simple use of the slider. 2011-08-28 18:49:03 +00:00
andres.delikat f2e6babd71 NESPPU - implement right-click to remember selection 2011-08-28 17:59:53 +00:00
andres.delikat 2f5571e4da NESPPU - implement Zoom Box 2011-08-28 17:38:33 +00:00
andres.delikat 68e1e0b71d NESPPU - progress on sprite viewer & details & other dialog todos 2011-08-28 16:36:50 +00:00
andres.delikat e6efc1a8ba NT Viewer - show Tile ID 2011-08-28 00:27:39 +00:00
andres.delikat 463747bfea NES NameTable Viewer - implement mouse over data except for TileID 2011-08-27 23:11:47 +00:00
andres.delikat d22d731f4b oops, had the pattern viewer refresh commented out 2011-08-27 21:44:08 +00:00
andres.delikat 278a9486b6 NESPPU - speedups to palette viewer 2011-08-27 21:31:47 +00:00
andres.delikat e75052923a NES Nametable & PPU Viewer fix ups 2011-08-27 21:07:09 +00:00
andres.delikat 1f3a315926 NES Nametableviewer & NESPPU viewer were running their updatevalues code when closed. Fixing that gave a few fps boost to the nes core when those dialogs are not open! 2011-08-27 14:56:17 +00:00
andres.delikat cce572f0c8 Hexeditor - stringbuilder for a slight speedup 2011-08-07 15:54:29 +00:00
andres.delikat 7445ff887c small amount of work on NES Sprite viewer, added nesasm.pdf to NES docs 2011-07-16 18:16:21 +00:00
andres.delikat 2b677d3245 Change ToolStrip widgets to ToolStripEx so that they can focus+click 2011-06-28 23:32:55 +00:00
andres.delikat cbd292366d NES virtual pad hooked up (behaves as graphical autohold) 2011-06-12 19:31:06 +00:00
zeromus c0988feaa3 add CoreInputComm/CoreOutputComm, remove Query system, hook up nes video config options 2011-06-11 22:15:08 +00:00
andres.delikat f52c4610e8 NES config - Fix crash when palette path is null, hook up NES palette path config in path config dialog, dialog fix ups 2011-06-11 16:22:48 +00:00
andres.delikat 448458f0e5 oops, add Movie Convert to project 2011-06-11 15:58:22 +00:00
andres.delikat 5f3cfb46da NES Game Genie Encoder/Decoder - fix button order to match game genie (oops), fix tab stops, fix add cheat button from crashing 2011-06-11 15:55:06 +00:00
andres.delikat d70121bc04 NES Graphics config - hook up sprite, background toggling, and background color selection. Fix up bugs. Also add the files to SVN, since I always forget that the first time! 2011-06-11 14:40:00 +00:00
zeromus 4bf905c055 [NES] ntview: add ability to view individual nametables zoomed in 2011-06-10 08:10:16 +00:00
zeromus 51367f58c7 [NES] specify scanlines in PPU/NT viewers 2011-06-10 07:43:48 +00:00
zeromus d05b81238e [NES] general ppu timing, mmc3, and nt view fixups. 2011-06-07 07:14:34 +00:00
zeromus 51dbef0fd2 [NES] fix nt viewer 2011-06-06 18:19:24 +00:00
andres.delikat c76f9ed729 Bind ROM in HawkFile, add .rom to open file dialog (and a TI-83 row), fix a bunch of tool dialogs to end the Restart() method if dialog is not open. TI-83 will now open properly again. 2011-04-21 00:28:04 +00:00
andres.delikat 14054c6f1d A bunch of tool dialogs didn't have the save window position flag hooked up 2011-04-06 23:25:53 +00:00
andres.delikat 7eafa54cf7 Name Table Viewer - some small progress 2011-03-30 02:39:19 +00:00
andres.delikat 7d00551f12 Name Table viewer - oops 2011-03-30 00:22:51 +00:00
andres.delikat c4b2ecfd84 NES Nametable Viewer - some other misc set ups 2011-03-30 00:15:39 +00:00