Search
lxdream.org :: lxdream/src/sh4/sh4.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4.h
changeset 936:f394309c399a
prev930:07e5b11419db
next1067:d3c00ffccfcd
author nkeynes
date Sat Jan 03 08:55:15 2009 +0000 (15 years ago)
branchlxdream-mem
permissions -rw-r--r--
last change Implement CORE_EXIT_EXCEPTION for use when direct frame messing about doesn't work
file annotate diff log raw
1.1 --- a/src/sh4/sh4.h Mon Dec 22 09:51:11 2008 +0000
1.2 +++ b/src/sh4/sh4.h Sat Jan 03 08:55:15 2009 +0000
1.3 @@ -87,6 +87,9 @@
1.4 * a delay slot (certain rules apply) */
1.5 uint32_t slice_cycle; /* Current nanosecond within the timeslice */
1.6 int sh4_state; /* Current power-on state (one of the SH4_STATE_* values ) */
1.7 +
1.8 + /* Not saved */
1.9 + int xlat_sh4_mode; /* Collection of execution mode flags (derived) from fpscr, sr, etc */
1.10 };
1.11
1.12 extern struct sh4_registers sh4r;
.