Page 1 of 1

W65C134SXB and programming the flash eeprom?

Posted: Fri Oct 23, 2020 3:35 pm
by drogon
Probably a very long shot, but ....

Has anyone with a W65C134SXB and the 128KB EEPROM managed to program it in-situ?

I think it's possible (lets quietly forget the banking for now - I'm just after a proof of concept) from code running in RAM..

Cheers,

-Gordon

Re: W65C134SXB and programming the flash eeprom?

Posted: Fri Oct 23, 2020 3:42 pm
by BitWise
I've not tried programming the flash on my 134SXB yet but it should be virtually the same as the 265SXB. My 265SXB hacker code is here:
https://github.com/andrew-jacobs/w65c265sxb-hacker
The E, W and X commands erase and program the flash.

Re: W65C134SXB and programming the flash eeprom?

Posted: Fri Oct 23, 2020 4:01 pm
by drogon
BitWise wrote:
I've not tried programming the flash on my 134SXB yet but it should be virtually the same as the 265SXB. My 265SXB hacker code is here:
https://github.com/andrew-jacobs/w65c265sxb-hacker
The E, W and X commands erase and program the flash.
Thanks!

-Gordon