BizHawk/libgambatte
goyuken 12d06a2c94 add system bus memory domain to gambatte
in order to guarantee correct resolution of mappings and mmio every time, all calls go straight to the core and are not cached
this makes this domain slower in performance than the other ones.  it can also be more difficult to use in some cases because you have to resolve mappings that you may not care about.
there is also the possibility of side-effects on reads, although i do not believe that this actually happens in any situations.  still, use at your own risk.
2012-09-13 21:03:34 +00:00
..
include add system bus memory domain to gambatte 2012-09-13 21:03:34 +00:00
src add system bus memory domain to gambatte 2012-09-13 21:03:34 +00:00
libgambatte.sln add indep libgambatte solution, plus release compiled libgambatte.dll in multiclient output folder 2012-09-09 12:21:02 +00:00
libgambatte.vcxproj fix include directories in libgambatte project 2012-09-09 12:30:33 +00:00
libgambatte.vcxproj.filters add indep libgambatte solution, plus release compiled libgambatte.dll in multiclient output folder 2012-09-09 12:21:02 +00:00