X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fsh2%2Fsh2.h;h=d722dea4ab4fad137dbb9fae61be9214dba74f89;hb=274f95a9a9e5a889ee137a7cbd764a384a7ac2dd;hp=f9435e041cec5e8cbcc823bbe6a7063cdb43c081;hpb=bcf65fd674528896fe1bc233c8bab617f6b2c86e;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;