adelikat
|
d003be9cda
|
remove some todos, I decided not to do any of them, it is too pedantic to do them
|
2014-09-01 19:07:05 +00:00 |
adelikat
|
5ba74c631c
|
Remove MemoryDomains from IEmulator into a new Interface, IMemoryDomains, Add this interface to existing cores, except null emulator (and removed memory domain related code from it). Refactored EmuHawk for ram tools to use an instance of IMemoryDomains rather than IEmulator, don't expose ram tools unless the core implements IMemoryDomains. Still a few misc todos, and probably some cleanup
|
2014-09-01 18:43:41 +00:00 |
kylelyk
|
321c8c64bf
|
Added documentation to IControlMainForm, renamed a few variables, moved IControlMainForm related code in MainForm to the same region.
|
2014-08-19 19:24:17 +00:00 |
adelikat
|
572ad8f6ab
|
another fix to the nes nametable viewer - I moved the location of a widget somehow
|
2014-08-05 02:31:41 +00:00 |
adelikat
|
7efc567519
|
Revert nes nametable viewer hijacking
|
2014-08-05 02:26:30 +00:00 |
zeromus
|
d5d2c87d68
|
butcher rendering performance test for more speed
|
2014-08-05 01:03:16 +00:00 |
adelikat
|
35d31c418b
|
Temporarily hijack the NES nametable viewer for a gdi experiment
|
2014-08-05 00:18:55 +00:00 |
adelikat
|
0397ea1ff4
|
Remove the CustomControls/Util file and move all the classes into the Form Extensions file, since they were all extension methods for window form objects
|
2014-07-27 15:22:30 +00:00 |
adelikat
|
570f77cc68
|
Implement FastUpdate() on IToolForm. The intent here is for tools to do the minimum amount necessary when updating. This allows them to avoid slow things like drawing, but do critical activities such as Ram tools incrementing change counters, and loggers can continue logging. When Turboing, instead of bypassing tool updates, the client will run the fast update instead. Note: a few tools still need to be thought out as to what they need to do in a fast update
|
2014-07-25 01:55:21 +00:00 |
adelikat
|
9fd640ff4b
|
Remove some unused code
|
2014-06-29 02:33:50 +00:00 |
adelikat
|
ab5cfab035
|
remove redundant code throughout the emuhawk project
|
2014-06-29 02:28:48 +00:00 |
adelikat
|
1895e15ea5
|
Create StatusStripEx similar to MenuStripEx and ToolStripEx to allow click through, and replace all our status bars with it
|
2014-05-17 00:42:28 +00:00 |
zeromus
|
d1fab20576
|
nes ppu viewer: update labels without requiring mouse movement while processing periodical graphical update (hover over a sprite and watch the parameters change in realtime)
|
2014-05-08 04:59:45 +00:00 |
adelikat
|
0b6795fffc
|
Some misc cleanup of redundant qualifiers
|
2014-05-04 14:10:28 +00:00 |
adelikat
|
f3766249bf
|
Fix Ram Watch on screen display that I broke in the last ram watch related commit
|
2014-04-26 14:51:33 +00:00 |
adelikat
|
edfc5d303f
|
NES Game Genie Encoder/Decoder - allow special command (like copy and paste), and the backspace button
|
2014-04-22 14:58:58 +00:00 |
goyuken
|
92c934b9a9
|
nes: squeeze a few more percent out of the nametable viewer
|
2014-03-01 23:43:04 +00:00 |
goyuken
|
1fbc833361
|
NES: fix some CNROM games. dunno how they got broken?
|
2014-03-01 16:58:01 +00:00 |
goyuken
|
caf30ca015
|
NES: nametable viewer: moderate speedup
|
2014-03-01 05:36:43 +00:00 |
goyuken
|
f6c1c7eba2
|
NES: PPU Viewer: support MMC5 ExAttr mode
|
2014-02-25 22:54:25 +00:00 |
goyuken
|
9c071bf45e
|
NES: add CHR ROM tile view to the PPU viewer. i'm not sure how generally useful this is, but it's something i wanted, so there.
|
2014-02-15 16:55:55 +00:00 |
goyuken
|
92aa23de6f
|
nes ppu viewer: correct tile number display bug (was always wrong). in addition, show more informative data for 8x16 sprite tile number
|
2014-02-05 19:08:04 +00:00 |
adelikat
|
d87978087d
|
NES PPU Viewer - implement Always on Top and Floating Window and refactor
|
2014-01-31 22:58:41 +00:00 |
adelikat
|
33c104d418
|
NES Nametable Viewer - Floating Window and Always on Top, and refactor
|
2014-01-31 21:23:46 +00:00 |
adelikat
|
4aab2ea31d
|
NES Game Genie dialog - implement Always on Top and Floating Window + refactor
|
2014-01-31 20:49:38 +00:00 |
adelikat
|
803863b305
|
NES Game Genie Encoder/Decoder - support anything with system id "NES" not specifically the NES object, look for the "System Bus" not a hardcoded 2nd in domain in the list
|
2014-01-07 00:22:46 +00:00 |
goyuken
|
4191537359
|
revert r5763
|
2014-01-06 21:50:52 +00:00 |
goyuken
|
d191575fd2
|
NES internal infrastructure
|
2014-01-06 21:33:30 +00:00 |
adelikat
|
9ccc214667
|
Make an extension method ShowHawkDialog() to use for modal dialog calls that does the Sound Stop/Start methods (and potentially any other EmuHawk specific logic that needs to be done). Use this in the bazillion places we were calling StopSound and StartSound.
|
2013-11-28 22:39:00 +00:00 |
adelikat
|
c076931d0c
|
clean up NES namespace
|
2013-11-14 13:15:41 +00:00 |
adelikat
|
2932a3a83c
|
EmuHawk - separate config dialogs from the tools folder into appropriate folders in the config folder
|
2013-11-09 00:20:39 +00:00 |
adelikat
|
999c884f13
|
Refactor WatchValueBox to better handle the Nullable property, fixes a lot of issues in the cheat form among other places
|
2013-11-08 23:55:45 +00:00 |
adelikat
|
8562276320
|
Change the default Position property of every winform from windows default to center parent
|
2013-11-08 18:43:24 +00:00 |
adelikat
|
17c68d34d0
|
make the word "autoload" consistently spelled/capitalized/hyphenated across all menus
|
2013-11-07 16:11:21 +00:00 |
adelikat
|
56cb2ba538
|
Refactor CheatList and Cheats to have changed event handlers, and have the client wire up an event handler to update all the relevant dialogs.
|
2013-11-04 15:52:59 +00:00 |
adelikat
|
589758f74d
|
rename GlobalWinF to GlobalWin, yeah, I'm being nitpicky
|
2013-11-03 16:07:58 +00:00 |
adelikat
|
c669680e07
|
Rename Multiclient folder
|
2013-11-03 04:05:56 +00:00 |