BizHawk/BizHawk.Emulation.Common
adelikat 715fd3a7e3 remove 6502 native files from project (couldn't figure out how to do this in the previous commit because SVN quirkiness butted heads with Visual Studio quirkiness) 2013-11-14 21:17:37 +00:00
..
CPUs Move Cpus to BizHawk.Emulation.Common 2013-11-14 21:15:50 +00:00
Database Remove some files I meant to delete, and some useless code cleanups 2013-11-04 03:12:50 +00:00
Interfaces implement Lua - event.onmemoryexecute(), currently only works with the NES core 2013-11-12 01:51:07 +00:00
Properties fix sln building - apparently you need these files 2013-11-11 17:49:10 +00:00
BizHawk.Emulation.Common.csproj remove 6502 native files from project (couldn't figure out how to do this in the previous commit because SVN quirkiness butted heads with Visual Studio quirkiness) 2013-11-14 21:17:37 +00:00
MemoryDomain.cs Refactor MemoryDomains in IEmulator, make a MemoryDomainsList object rather than IList<MemoryDomain>, remove MainMemory from IEmulator and make it a property of this new collection object, also add indexing by name. Refactor cores and tools as needed 2013-11-06 02:15:29 +00:00