This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
BizHawk
mirror of
https://github.com/TASEmulators/BizHawk.git
Watch
1
Star
0
Fork
You've already forked BizHawk
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ff7c48aed2
BizHawk
/
BizHawk.Emulation.Common
History
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