summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/sh2/sh2fe.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups. Aaron Giles2008-07-171-137/+137
|
* UDRC-based SH-2 dynamic recompiler. R. Belmont2008-07-131-0/+861
- All games on all drivers should work as before except "colmns97" and "stress" which crash due to sound system trouble. - All idle skips are still included. They are quite a bit less effective than they were on the interpreter, but they still give a boost. - Fast RAM bypass is not included yet so this does not represent final performance. That said, it's consistently faster than the interpreter even now. Example: sfiii3 on 0.126 gets 609% on the interpreter and 961% on the DRC. Major thanks to Aaron for his assistance with several sticky core bugs and other issues encountered writing this.