rupy wrote:
Could you use a 65c02 in a C64 with some tricks?
Technically yes, and all the hardware tricks we happen to know already went listed\described in
that other thread of yours.
Problem is, that the 65C02 doesn't have the NMOS 6510 "illegal" instructions,
also some subtle details like stray reads are different for 65C02 and 6510.
Means, after you successfully replaced a 6510 with a 65C02 in a C64,
the C64 Basic + Kernal will work, a lot of the C64 software will work too,
but expect that some of the programs and games who make use of the "illegal" 6510 instructions
and\or the 6510 stray reads etc. will hang/crash.
rupy wrote:
And does any1 know where the rights for VIC-II and SID are?
The patents for the chips expired, the original plans for the chips went lost,
and I can't recall the name of the company that had bought the company that had bought Commodore...
Unless you want to re_start commercial production of the original chips based on the original plans,
copyright isn't a problem for the hardware.
rupy wrote:
What would be more interesting; how could you interface from a 65c02 to a SPI screen?
#define 'SPI screen'.
If you are out to interface a C64 to a VGA monitor or such, you need a scan doubler,
because horizontal frequency of VGA is about twice the horizontal frequency of the video signal generated by the VIC-II.
If the scan doubler comes with a DVI\HDMI converter, it can drive a DVI\HDMI monitor.
Hope, this helps.