DerTrueForce wrote:
If it's possible to measure the current draw on its own, that might give you some information. According to the R65C02 datasheets in the archive here, that device is supposed to draw 2.6 to 4 mA/MHz. If it's going at 4 MHZ, then it should draw about 10.4-16 mA. The WDC ones are rated at 1.5 mA/MHz, which would give 6mA at 4 MHz.
Mind you, that's probably only useful if you can get the MPUs draw on its own, as the rest of whatever's on the board could possibly be drowning the effect of the thing you're interested in.
I have homemade CPU board containing 6502 socket, two 62256 SRAM chips, 27128 EPROM and few additional logic chips (TTL-LS and HCT families). I've tested it with MOS6502 and MOS6502AD (bought on Alliexpress), running at 1 MHz. The entire board was drawing around 150 mA. When tested with R65C02P4 from Ebay (also running at 1 MHz) it drew similar amount of current, some of them even a little bit more (170 mA).
Quote:
I'm curious as to why you want the Rockwell part specifically, though. From my (very limited) knowledge, the WDC part should work in its place(it's rated for 14MHz max), although the WDC one has more opcode, and it's not quite pin-compatible.
I want CPU that is pin to pin compatible with original 6502, to use it without modifying my existing board designs.