--- uae/src/include/newcpu.h 2018/04/24 17:11:10 1.1.1.14 +++ uae/src/include/newcpu.h 2018/04/24 17:17:02 1.1.1.15 @@ -33,8 +33,8 @@ #define COPY_CARRY (SET_XFLG (GET_CFLG)) #endif -extern int areg_byteinc[]; -extern int imm8_table[]; +extern const int areg_byteinc[]; +extern const int imm8_table[]; extern int movem_index1[256]; extern int movem_index2[256];