Mistery solved: the BE driven BCR mode has no purpose other than testing the chip by using
in circuit emulation mode. It has nothing to do with the use I had understood of
making the '265s boot directly with external memory.
So now I have to think of another method to be able to have a kind of 'debug mode boot', and I think how I'm doing it:
I'm repurposing the debounce circuit I implemented as a way to cut VDD to the EEPROM chip, so the '265s will
not be able to detect it while the push button is kept pressed while also pressing the reset button, or powering up the board. Once in booted in the Mensch ROM monitor, the user could release that button and have the EEPROM powered again, so it could be read and erased by using 265SXB-hacker.
In the meanwhile, I'd like to know what are the values needed to have a complete external memory setup for the '265s
not to use the internal memory
at all.
I've thought that
Code:
PCS7 ($df27)= $FF
BCR ($df40)= $81
SSCR ($df41)= $FF
would do it, but I don't know if by doing that, I'd lose the access to all the internal registers in the $DF00-$DF7F area...