X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fsh2%2Fsh2.h;h=d722dea4ab4fad137dbb9fae61be9214dba74f89;hb=f4bb5d6b2c96a94317c4edb7805eb6d6ed8589ef;hp=f9435e041cec5e8cbcc823bbe6a7063cdb43c081;hpb=2b2b46b05d5fbabb59c1392fbfdf8c715ef02a83;p=picodrive.git diff --git a/cpu/sh2/sh2.h b/cpu/sh2/sh2.h index f9435e0..d722dea 100644 --- a/cpu/sh2/sh2.h +++ b/cpu/sh2/sh2.h @@ -18,13 +18,13 @@ typedef struct unsigned int test_irq; // common - void *read8_map; // 70 - void *read16_map; - void *write8_map; - void *write16_map; + const void *read8_map; // 70 + const void *read16_map; + const void **write8_tab; + const void **write16_tab; // drc stuff - void **pc_hashtab; // 80 + //void **pc_hashtab; // 80 int pending_level; // MAX(pending_irl, pending_int_irq) int pending_irl;