James Groom
|
067477ce18
|
Merge branch 'master' into clean_docs
|
2019-06-14 13:28:39 +00:00 |
Brian Armstrong
|
d41bd867b8
|
flags
|
2019-06-06 02:04:47 -07:00 |
YoshiRulz
|
268ed1a69d
|
Fix malformed docs
|
2019-05-29 20:58:01 +10:00 |
Brian Armstrong
|
a8f293eec8
|
Call mem callbacks with addr, value
|
2019-01-24 03:23:21 -08:00 |
zeromus
|
b868c07a10
|
blind commit: add SMP hooks to bsnes to test hook scoping system (need to build a waterbox to proceed)
|
2017-08-23 10:08:43 -04:00 |
adelikat
|
56859e9581
|
MemoryCallbacks - Change "domain" to "scope"
|
2017-08-03 20:03:40 -05:00 |
adelikat
|
cd289c474e
|
memorycallbacks with domains - Phase 2 - change api to Call methods and refactor accordingly, everything should behave as it was before the refactor at this point. No cores have yet to be implemented with domains other than the default bus they already had
|
2017-08-03 18:08:07 -05:00 |
adelikat
|
04ce66c397
|
phase 1 of changing memory callback api to specify domain - require cores to specify which domains are available and have the domain passed in when creating callbacks. Still todo - cores need to pass in domain name on CallReads/Writes/Executes methods
|
2017-08-01 22:05:17 -05:00 |
adelikat
|
08be637131
|
Remove some unused constants in SpeexResampler, and some meaningles whitespace cleanups
|
2017-05-02 07:44:23 -05:00 |
adelikat
|
8eb9d68fa6
|
Emulation.Comon - misc cleanups
|
2017-04-27 11:56:33 -05:00 |
adelikat
|
183f5b0672
|
Emulation.Common - misc cleanups mostly fixing documentation
|
2017-04-26 09:10:00 -05:00 |
adelikat
|
40418ad25d
|
More documentaiton for IEmulatorServices, related classes/interfaces, and base implementations
|
2016-12-14 09:11:07 -06:00 |
parasyte
|
71c7edbb24
|
Add address mask setting for breakpoints
|
2016-08-08 04:37:39 -07:00 |
adelikat
|
8246de14aa
|
IMemoryCallbackSystem - add a flag to indicate whether execute callbacks are available, in lua and the debugger, take this flag into account, also improve some availability checking in Lua memory callbacks. Flag N64 as not having execute callbacks available
|
2015-01-25 22:14:58 +00:00 |
goyuken
|
7efcd7cc0b
|
comments!
|
2014-12-17 01:20:53 +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
|
1c179da80c
|
MemoryCallback System - another refinement, make an IMemoryCallback and make that the argument for add methods
|
2014-12-07 19:09:36 +00:00 |
adelikat
|
2d1a43dc65
|
MemoryCallbackSystem - simplify by having a single Add method with a MemoryCallbackType parameter, and some simplifying of client code as a result
|
2014-12-07 18:53:56 +00:00 |
adelikat
|
0b84beec88
|
Move MemoryCallbackSystem from CoreComm to IDebuggable and refactor accordingly, Lua - tell the user when memory callbacks are not available for a given core
|
2014-12-05 01:56:45 +00:00 |