Search
lxdream.org :: lxdream/src/sh4/sh4.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4.h
changeset 930:07e5b11419db
prev929:fd8cb0c82f5f
next936:f394309c399a
author nkeynes
date Sat Dec 27 02:18:17 2008 +0000 (15 years ago)
branchlxdream-mem
permissions -rw-r--r--
last change Simplify xlat_lut slightly (cache now always initialized even if we're not
translating, just for efficiency)
file annotate diff log raw
1.1 --- a/src/sh4/sh4.h Sat Dec 20 03:01:40 2008 +0000
1.2 +++ b/src/sh4/sh4.h Sat Dec 27 02:18:17 2008 +0000
1.3 @@ -87,13 +87,6 @@
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 - /* lxdream cache structures below this point */
1.9 - struct {
1.10 - uint32_t page_vma;
1.11 - uint32_t page_mask;
1.12 - struct mem_region_fn *page_fn;
1.13 - } pointer_cache[17];
1.14 };
1.15
1.16 extern struct sh4_registers sh4r;
.