Proxy wrote:
the 65C134 is 65C02 based, the 65C265 is 65C816 based.
I haven't used the premade SBCs from WDC before, but i still have a discrete 65C265 lying around that i do want to use for a board similar to WDC's, but better (1MB of RAM, more Flash, FT240X instead of an internal UART, DS1086 Programmable Clock, maybe some other stuff too)
but the architecture of these chips is pretty convoluted.
especially trying to boot of an external ROM, i still don't fully understand how that is supposed to work with the BE pin state during reset and stuff.
very weird stuff
There are two nice things about the W65C265 - the upper address bytes are not duplexed like a standard ‘c816, and it has a neat BBC tube-like parallel interface for expansion and coprocessors. However, the SXB board is only clocked at a little under 4mhz for some reason. So, I built my own board, running at a full 8mhz, with UARTs at .5mbps. Fun little thing!
Jonathan