Search
lxdream.org :: lxdream/src/sh4/sh4trans.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4trans.h
changeset 617:476a717a54f3
prev604:1024c3a9cb88
next669:ab344e42bca9
author nkeynes
date Wed Apr 16 10:12:12 2008 +0000 (16 years ago)
permissions -rw-r--r--
last change Add support for the pulseaudio sound system
file annotate diff log raw
1.1 --- a/src/sh4/sh4trans.h Tue Jan 22 11:30:37 2008 +0000
1.2 +++ b/src/sh4/sh4trans.h Wed Apr 16 10:12:12 2008 +0000
1.3 @@ -57,6 +57,11 @@
1.4 #define XLAT_EXIT_SYSRESET 4
1.5
1.6 /**
1.7 + * Translation flag - exit the current block and continue after the next IRQ.
1.8 + */
1.9 +#define XLAT_EXIT_SLEEP 5
1.10 +
1.11 +/**
1.12 */
1.13 uint32_t sh4_xlat_run_slice( uint32_t nanosecs );
1.14
.