adelikat
|
fbdb29b64c
|
refactor IMemorydomains to be a domain list instead of having a domain property, refactor cores to register an IMemoryDomains instead of being one
|
2015-01-14 21:55:48 +00:00 |
adelikat
|
d62ba4e2b4
|
Change IMemoryDomains to have an IMemoryDomainList instead of a MemoryDomainList, this is an incremental step into eventually having IMemoryDomains take over the properties of IMemoryDomainList, still todo: reduce the amount of needed functionality in IMemoryDomainList from old and not good code
|
2015-01-13 22:18:07 +00:00 |
adelikat
|
c1cbad1b30
|
rename MemoryDomain.SystemBus to MemoryDomain.CheatDomain to better describe its intent
|
2015-01-12 23:54:16 +00:00 |
goyuken
|
d1580567dd
|
add a few missed ServiceInjection uses
|
2014-12-21 18:25:04 +00:00 |
adelikat
|
83ba7796f9
|
Debugger - tooltips on disabled things, explaining the situation
|
2014-12-20 14:45:06 +00:00 |
goyuken
|
ea47246658
|
remove the IEmulator inheritance from some services, and fix code as needed
|
2014-12-15 22:25:06 +00:00 |
adelikat
|
e659dcb8f7
|
Debugger - breakpoints - add a toggle button
|
2014-12-13 18:25:02 +00:00 |
adelikat
|
822c8562b0
|
Debugger - breakpoints - add num breakpoints and num active
|
2014-12-13 17:48:11 +00:00 |
adelikat
|
9997c4fa8d
|
do last commit more correctly
|
2014-12-13 17:33:02 +00:00 |
adelikat
|
18e112536a
|
Debugger - add breakpoint dialog - pop up in a reasonable place, and limit address size based on the core's bus size
|
2014-12-13 16:59:01 +00:00 |
adelikat
|
ab312add39
|
Breakpoints - add in a notion of readonly since we are showing all callbacks in the core, even ones the debugger didn't create, and the debugger managing ones it didn't create is bad news
|
2014-12-10 23:11:04 +00:00 |
adelikat
|
cdcb806d8c
|
Debugger - breakpoints - add stuff like activating/deactivating, key presses, double click
|
2014-12-10 22:59:28 +00:00 |
adelikat
|
91353d776b
|
Debugger - basic showing and adding of breakpoints, including pre-existing ones
|
2014-12-10 22:47:09 +00:00 |
adelikat
|
68e1eae014
|
MemoryCallbackSystem - implement IEnumerable, Debugger - use it to pre-populate the breakpoint dialog with pre-existing breakpoints
|
2014-12-07 19:38:42 +00:00 |
adelikat
|
97476a8b69
|
Debugger - breakpoints
|
2014-12-06 15:07:01 +00:00 |