Search
lxdream.org :: lxdream/src/sh4/sh4trans.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4trans.c
changeset 991:60c7fab9c880
prev978:eed5089fcfdb
next1003:7b2688cbbca3
author nkeynes
date Thu Mar 05 21:42:35 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Cleanup ABI headers - most of the content made consistent between versions, and moved into sh4x86.in proper
file annotate diff log raw
1.1 --- a/src/sh4/sh4trans.c Wed Feb 04 00:57:04 2009 +0000
1.2 +++ b/src/sh4/sh4trans.c Thu Mar 05 21:42:35 2009 +0000
1.3 @@ -23,9 +23,9 @@
1.4 #include "dreamcast.h"
1.5 #include "sh4/sh4core.h"
1.6 #include "sh4/sh4trans.h"
1.7 -#include "sh4/xltcache.h"
1.8 #include "sh4/sh4mmio.h"
1.9 #include "sh4/mmu.h"
1.10 +#include "xlat/xltcache.h"
1.11
1.12 /**
1.13 * Execute a timeslice using translated code only (ie translate/execute loop)
.