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
a815e01586
BizHawk
/
BizHawk.Emulation
/
CPUs
/
MOS 6502X
History
adelikat
25b242ade4
Clean up namespaces for BizHawk.Emulation sound files
2013-11-14 19:33:13 +00:00
..
MOS6502XNative
Add unmanaged version of 6502X core. The core it self is nearly exactly a copy+paste job from the C# one; most things map over exactly. A strange and abusive p/invoke setup is required to realize a performance gain; see code for details. Seems to be worth a bit more than 20% overall speed for me. Core is savestate compatible with managed 6502X. slight modifications to existing API has been made to support the new cpu. also included is a test module that runs both cores together, savestating every cycle to check for sameness. Core should fit in Atari, although that hasn't been done yet. For the moment, tracelog and disassemble are broken, but they'll be back soon.
2012-10-30 23:01:54 +00:00
Disassembler.cs
namespace changes to BizHawk.Emulation Cpus
2013-11-14 15:01:32 +00:00
Execute.cs
Clean up namespaces for BizHawk.Emulation sound files
2013-11-14 19:33:13 +00:00
MOS6502X.cs
namespace changes to BizHawk.Emulation Cpus
2013-11-14 15:01:32 +00:00
MOS6502XDouble.cs
namespace changes to BizHawk.Emulation Cpus
2013-11-14 15:01:32 +00:00
MOS6502XNative.cs
namespace changes to BizHawk.Emulation Cpus
2013-11-14 15:01:32 +00:00