1.1 --- a/src/sh4/sh4.h Sat Dec 20 03:01:40 2008 +0000
1.2 +++ b/src/sh4/sh4.h Mon Dec 22 09:51:11 2008 +0000
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.8 - /* lxdream cache structures below this point */
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.16 extern struct sh4_registers sh4r;