;Little script to protect the read-only values in the custom chips
;for writes. Note that you must use the 'watch' command before you
;use this script
;
;Note that it is rather dangerous to modify the values used in this
;script. Only do this if you are VERY VERY sure that you know what
;you are doing!!!
;
_c=00dff000
addtag _c 32 wa wp
addtag _c+07e 2 wa wp
*getmmuentry(_c)=(*getmmuentry(_c))|0104
remvar _c
