A C# ARM64 emulator that works translating ARM code to CIL
Go to file
Alex Barney 25e6a2e0ea Misc cleanup (#708)
* Fix typos

* Remove unneeded using statements

* Enforce var style more

* Remove redundant qualifiers

* Fix some indentation

* Disable naming warnings on files with external enum names

* Fix build

* Mass find & replace for comments with no spacing

* Standardize todo capitalization and for/if spacing
2019-07-02 04:39:22 +02:00
Decoders Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
Events Optimize address translation and write tracking on the MMU (#571) 2019-02-24 18:24:35 +11:00
Instructions Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
IntermediateRepresentation Refactoring and optimization on CPU translation (#661) 2019-04-26 14:55:12 +10:00
Memory Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
State Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
Translation Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
ChocolArm64.csproj Built in profiling (#567) 2019-04-26 14:53:10 +10:00
CpuThread.cs ARM exclusive monitor and multicore fixes (#589) 2019-02-19 10:52:06 +11:00
OpCodeTable.cs Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
Optimizations.cs Misc. CPU optimizations (#575) 2019-02-28 13:03:31 +11:00