On 10/29/2021 at 9:34 AM, Ju+Te said:
With better I mean for example:
1) does it need additional chips for timers, ports?
2) are other processors with more registers faster/slower for the same tasks?
3) what is the available max. clock count (related to 2)?
Independent of that - how large is the effort to adopt software to run on the X16, especially compared with other 8-bit processors? IIRC, the 6502 was not part of the "dream 8-bit computer definition".
There are microcontrollers built around a 6502 style core, so sometimes you don't need extra chips.
Faster and slower varies based on usage. 6502 had a slower clock usually than 8088, but the 6502 was more efficient at memory access so clock speed didn't matter in those types of cases. But with more registers it might not be as big of a deal. So faster clock isn't always better.
6502 was definitely part of David's "manifesto" as he wanted an 8bit computer like unto the C64 or VIC-20. And we can have much faster 6502 style computers today than were practical back then.