Search
lxdream.org :: lxdream/src/sh4/sh4core.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4core.h
changeset 603:11564af1448b
prev597:87cbdf62aa35
next617:476a717a54f3
author nkeynes
date Sat Jan 26 02:45:27 2008 +0000 (16 years ago)
permissions -rw-r--r--
last change Bug #50: Implement mouse and keyboard
file annotate diff log raw
1.1 --- a/src/sh4/sh4core.h Tue Jan 22 09:45:21 2008 +0000
1.2 +++ b/src/sh4/sh4core.h Sat Jan 26 02:45:27 2008 +0000
1.3 @@ -113,7 +113,7 @@
1.4 gboolean sh4_has_page( sh4vma_t vma );
1.5
1.6 /* SH4 Memory */
1.7 -#define MMU_VMA_ERROR 0x8000000
1.8 +#define MMU_VMA_ERROR 0x80000000
1.9 /**
1.10 * Update the sh4_icache structure to contain the specified vma. If the vma
1.11 * cannot be resolved, an MMU exception is raised and the function returns
.