Search
lxdream.org :: lxdream/src/sh4/sh4trans.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4trans.h
changeset 926:68f3e0fe02f1
prev905:4c17ebd9ef5e
next941:c67574ed4355
author nkeynes
date Fri Dec 26 14:25:23 2008 +0000 (15 years ago)
branchlxdream-mem
permissions -rw-r--r--
last change Change RAM regions to use static arrays rather than mmap regions, for a 2-3% performance gain.
General mem cleanups, including some save state fixes that break states again.
file annotate diff log raw
1.1 --- a/src/sh4/sh4trans.h Wed Oct 29 23:51:58 2008 +0000
1.2 +++ b/src/sh4/sh4trans.h Fri Dec 26 14:25:23 2008 +0000
1.3 @@ -34,7 +34,7 @@
1.4 /** Maximum size of the translation epilogue (current real size is 116 bytes, so
1.5 * allows a little room
1.6 */
1.7 -#define EPILOGUE_SIZE 128
1.8 +#define EPILOGUE_SIZE 136
1.9
1.10 /** Maximum number of recovery records for a translated block (2048 based on
1.11 * 1 record per SH4 instruction in a 4K page).
.