Search
lxdream.org :: lxdream/src/sh4/sh4core.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4core.c
changeset 273:48eb3304a41e
prev265:5daf59b7f31b
next302:96b5cc24309c
author nkeynes
date Mon Jan 15 10:11:13 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Cut texture address down to 8Mb to prevent issues in texcache
file annotate diff log raw
1.1 --- a/src/sh4/sh4core.c Sat Jan 06 04:06:36 2007 +0000
1.2 +++ b/src/sh4/sh4core.c Mon Jan 15 10:11:13 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: sh4core.c,v 1.37 2007-01-06 04:06:36 nkeynes Exp $
1.6 + * $Id: sh4core.c,v 1.38 2007-01-11 12:14:11 nkeynes Exp $
1.7 *
1.8 * SH4 emulation core, and parent module for all the SH4 peripheral
1.9 * modules.
1.10 @@ -1665,4 +1665,5 @@
1.11 sh4r.pc = sh4r.new_pc;
1.12 sh4r.new_pc += 2;
1.13 sh4r.in_delay_slot = 0;
1.14 + return TRUE;
1.15 }
.