Is that possible to block writes to a specified RAM place while debugging in openMSX ? I mean, to temporary convert for instance 0x9000 to 0x9500 in a ROM inside the RAM memory?
Wouter told me: the only thing i can think of is to install a watchpoint of the region and when it's triggered undo the write (that requires first making a backup copy of the region)