X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fsh2%2Fsh2.h;h=47c6150097d07a981bcab9579c8903981879cdba;hb=2368651527f2b14e24b7df5f7db3d95dc5bfbd3a;hp=074b142eff314b234b4c4416bfaf6fdb620396ae;hpb=5aec752dacff131607d2986ce25762c91c079a23;p=picodrive.git diff --git a/cpu/sh2/sh2.h b/cpu/sh2/sh2.h index 074b142..47c6150 100644 --- a/cpu/sh2/sh2.h +++ b/cpu/sh2/sh2.h @@ -33,6 +33,10 @@ typedef struct SH2_ // drc stuff int drc_tmp; // 70 int irq_cycles; + void *p_bios; // convenience pointers + void *p_da; + void *p_sdram; + void *p_rom; // interpreter stuff int icount; // cycles left in current timeslice