-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core, fix 68k cycles in cyclone,fame (exceptions,bit ops,ADDI.L,TAS,C…
…HK,MUL*,DIV*) also syncs these changes between fame and cyclone in accordance with the test_inst_speed, available here: https://gendev.spritesmind.net/forum/viewtopic.php?t=3321 DIV* is only closely approximated, it can be slightly on the high side.
- Loading branch information
Showing
4 changed files
with
438 additions
and
228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule cyclone
updated
4 files
+12 −3 | Main.cpp | |
+31 −16 | OpArith.cpp | |
+2 −2 | OpBranch.cpp | |
+26 −9 | OpLogic.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.