Commit Graph

19843 Commits

Author SHA1 Message Date
andres.delikat 55e60f438e Ram Watch - Add a spiffy icon! 2011-01-21 16:48:50 +00:00
andres.delikat 5e0177b9a6 Ram Watch - Finish tool strip, added images in an image folder. TODO: Does it need these or did it import them into the project resource? If images are needed, I hope it uses relative paths for grabbing them. 2011-01-21 16:43:19 +00:00
andres.delikat 0eb6f2e453 Ram Watch - Hook up some tool strip items 2011-01-21 16:15:06 +00:00
andres.delikat 69fc5697ba Ram Watch - New Watch winform uses the defaults set in a Watch object constructor 2011-01-21 15:58:01 +00:00
andres.delikat a82037c605 Ram Watch - Hook AskSave to exit menu item, and some misc cleanups 2011-01-21 15:37:14 +00:00
andres.delikat 46d5c40499 Ram Watch - update values during Game.Tick, TODO: make the value updating faster, and move this to once per frame instead of once per message loop 2011-01-21 15:05:15 +00:00
beirich 2ec181e50f cleanup some code after removing HardReset from IEmulator API 2011-01-21 07:14:42 +00:00
beirich b5ca2f07de NullEmulator returns a dummy memorydomain 2011-01-21 07:02:48 +00:00
andres.delikat 058a0d3c19 Ram Watch - attempt to hook up UpdateValues() function, doesn't seem to work however 2011-01-21 05:44:24 +00:00
andres.delikat 52f968e379 Ram Watch - Hook up AskSave to appropriate functions 2011-01-21 05:23:44 +00:00
andres.delikat ff7271c2e2 Ram Watch - Implement AskSave() function and hook it up to NewList function 2011-01-21 05:13:47 +00:00
andres.delikat 5908be430f Ram Watch - keep track of changes to the file, and enable the save menu item conditionally 2011-01-21 04:58:07 +00:00
andres.delikat 538c0a87a1 Ram Watch - Implement Move Down function 2011-01-21 04:48:36 +00:00
andres.delikat 3a98f07e53 Ram Watch - implement Move Up function 2011-01-21 04:44:30 +00:00
andres.delikat 79c6ed4195 Ram Watch - Duplicate Watch implemented 2011-01-21 04:32:32 +00:00
andres.delikat 15d2cfbd60 Ram Watch - implement Edit Watch function 2011-01-21 04:14:30 +00:00
beirich 162b43c240 I suppose it would help if memory metadata was public 2011-01-21 04:10:29 +00:00
andres.delikat d0a0d198f0 Ram Watch - Remove Watch function implemented 2011-01-21 03:59:53 +00:00
beirich e62c1bc673 add memory API, remove HardReset from IEmulator 2011-01-21 03:59:50 +00:00
andres.delikat c61cf558ca Ram Watch - Add function to NewWatch winform that can convert it to an Edit Watch form 2011-01-21 03:39:26 +00:00
andres.delikat 4aad2d3d26 Ram Watch - New Watch function implemented 2011-01-21 03:20:45 +00:00
beirich 73cf2bc61b SG-1000 almost done 2011-01-20 23:58:58 +00:00
zeromus 8f59b1f582 restore gb core to some semblance of working order, and hook up its debugger; and add the newer, improved Z80A (but not the Z80GB, ironically) disassembler 2011-01-20 06:24:31 +00:00
andres.delikat 6c954c7b5d Ram Watch - check in a New Watch winform 2011-01-20 04:33:16 +00:00
andres.delikat d544160039 Ram Watch - Display & Save address as 4 digit hex 2011-01-20 03:28:29 +00:00
andres.delikat 60d32c4606 Ram Watch - default window size menu item 2011-01-20 02:28:38 +00:00
andres.delikat a5a15dda28 Ram Watch - save window size too 2011-01-20 02:22:15 +00:00
andres.delikat 887d82770c Ram Watch - fix saving of window position 2011-01-20 01:10:05 +00:00
andres.delikat 29c018d453 Ram Watch - ditch the idea of having a save-window position toggle, window position will always be saved. Hooked up window position saving, but currently it fails 2011-01-20 00:40:23 +00:00
andres.delikat 581129b6d5 Ram Watch - implement quick save function 2011-01-20 00:17:49 +00:00
andres.delikat 8b4e356789 Ram Watch - fix off by 1 errors in file loading + string parsing 2011-01-20 00:10:08 +00:00
andres.delikat cd46a96530 Ram Watch - Save as implemented 2011-01-19 16:57:23 +00:00
andres.delikat 3b3c755d81 Ram Watch - refactor open file code and implement the append file function 2011-01-19 15:56:42 +00:00
andres.delikat 7f9c90958c Ram Watch - New List function implemented 2011-01-19 15:23:00 +00:00
beirich 3c019b9e96 SG-1000 progress (try doki doki penguin land) 2011-01-19 07:06:14 +00:00
andres.delikat 8d0ff04b4b Ram Watch - remove debugging stuff and hook up listview 2011-01-19 05:46:08 +00:00
andres.delikat 9d86fa0eb3 Ram Watch - Load most recent watch when loading Ram Watch dialog (if auto-load is on) 2011-01-19 04:59:19 +00:00
andres.delikat 99d9ece5fd Ram Watch - Hook up recent menu items 2011-01-19 04:41:21 +00:00
andres.delikat fadcd6c572 Ram Watch - hook up auto-load feature 2011-01-19 04:18:33 +00:00
andres.delikat 255c272342 Fixed up Ram Watch file loading 2011-01-19 04:05:01 +00:00
zeromus bdbd3ebb8b test google code integrated editor by adding TI-83 DisplayNameForSystem. verdict: fail in firefox 2011-01-19 03:39:07 +00:00
andres.delikat 49ea0515d8 Ram Watch - more progress on Open Watch function, reads .wch files in the format of other emulators. Currently the results are garbled, need to fix bugs 2011-01-19 02:49:47 +00:00
andres.delikat c3ef10f815 Checking in some RamWatch progress 2011-01-18 17:17:14 +00:00
zeromus 3c7534e92a TI-83 emulator lol 2011-01-18 10:28:10 +00:00
beirich 0aeb57c3b6 display system name in window title 2011-01-18 07:10:10 +00:00
beirich f283121714 LoadRom() update to allow SG-1000 roms to load 2011-01-18 06:14:25 +00:00
andres.delikat 33460a4fee Some work on the Ram Watch dialog including a Watch class to store individual watches 2011-01-18 05:13:00 +00:00
andres.delikat fd691ece0b Made LoadRom value returning and Made a LoadRomFromRecent function. If a recent item fails to load, the user is prompted with the option to remove it from the list. 2011-01-18 04:26:27 +00:00
andres.delikat a7409a638e It is no longer convenient to keep config.ini in svn 2011-01-18 04:06:25 +00:00
andres.delikat a956d47716 Another recentfiles bug - fix so that the last recent on the list is removed when the max count has been exceeded 2011-01-18 04:03:46 +00:00