;Stop the protection of the custom chips ('ProtectRCustom' and 'ProtectWCustom')
;Use this script only after using the 'watch' command
;This script does not clear the tags used by the protection
;
_c=00dff000
*getmmuentry(_c)=((*getmmuentry(_c))|01)&~0100
remvar _c
