| |
G-Fellow Account closed
Registered: Jan 2004 Posts: 103 |
Available again: the 6502 microprocessor
The 6502 microprocessor now available from WDC (Western Design Center) and modernized. Now clock frequency up to 14 MHz (instead of 1 MHz as in the original). Would beat now the Amiga in speed.
He is expected to cost about 6 .
German original URL at heise.de : http://tinyurl.com/7qv6k6k
URL translated with google translator to english: http://tinyurl.com/6ng7ocs |
|
| |
Cruzer
Registered: Dec 2001 Posts: 1048 |
Could you put it in a C64? |
| |
WVL
Registered: Mar 2002 Posts: 895 |
no, it's a 6502, not a 6510 :) so $01 wouldnt work.. also, i think, the 6502 would not work with a bus design, so you couldnt have VIC and a 6502 accessing the same memory.. but then i'm no electronics guy :) |
| |
chatGPZ
Registered: Dec 2001 Posts: 11350 |
its true. appearently its not even pin compatible to 6502. useless regarding commodore stuff. maybe if you want to fix a NES then you may be lucky =P |
| |
Frantic
Registered: Mar 2003 Posts: 1646 |
...but it is good to know that the new 6502 is a "he". :) |
| |
zyga Account closed
Registered: Mar 2009 Posts: 6 |
There is no need for using google translate. Heise online is available also in english: http://www.h-online.com/open/news/item/Relaunched-the-6502-micr.. |
| |
Skate
Registered: Jul 2003 Posts: 494 |
here is a question to hardware gurus. is it possible to make an hardware add-on to 6502 to use it like a 6510? a small pcb with the new manufactured 6502 on top and regular 6510 pins at the bottom maybe? i'm not saying it would be useful, i just want to know if it is technically possible or do we need to do something extra inside the chip other than using its pins? |
| |
chatGPZ
Registered: Dec 2001 Posts: 11350 |
yes thats possible.... there was such a circuit published in 64er mag back in the days. or maybe some other mag =) |
| |
terric Account closed
Registered: Feb 2009 Posts: 47 |
Now that $00 and $01 adress is memory, yes ?
So when an instruction reads from adress 0 or 1 it reads from cpu ram ?
Not sure why i would want to have a 6510 compatible 14mhz cpu in the c64 but i actually thinking of ordering some of those cpus. Maybe one of those cool to do projects but newer used later on.
Do i want a c64 with loads of cpu time?
The vic20 has a 6502 :)
terric |
| |
chatGPZ
Registered: Dec 2001 Posts: 11350 |
"Now that $00 and $01 adress is memory, yes ?
So when an instruction reads from adress 0 or 1 it reads from cpu ram ?"
no, its an i/o port, not ram. and writes to 00/01 can not be "seen" outside the cpu (normally). |
| |
Skate
Registered: Jul 2003 Posts: 494 |
@Groepaz: Thanks for the answer. |
| |
JackAsser
Registered: Jun 2002 Posts: 2014 |
Also forget about illegal opcodes and demo watching. |
| |
ready.
Registered: Feb 2003 Posts: 441 |
maybe replace the 6502 inside the drive. |
| |
Skate
Registered: Jul 2003 Posts: 494 |
I checked the chip's documentation:
http://www.westerndesigncenter.com/wdc/documentation/w65c02s.pdf
Yes, classic 6502/6510 illegal opcodes don't seem to be existed. But this chip has some new opcodes very similar to 65816 extended opcodes. Weird thing is (maybe a simple documentation mistake), PLX and PLY are marked as new instructions while PHX and PHY aren't marked as if they already existed.
W65C02S6TPG-14 seems to be somewhere between 6502 and 65816 since it doesn't cover all 65816 extended instructions. |
| |
terric Account closed
Registered: Feb 2009 Posts: 47 |
Yes, even if i could implement a io-register with some logics outside cpu, there still are plenty of "bottlenecks" to deal with when cpu run at 14mhz.
You have to speed down the cpu, (and there is no cache in the cpu to benefit in long small loops)
I need funding and lots of intrest to continue. :)
Just some more thoughts.
terric |
| |
Tao
Registered: Aug 2002 Posts: 115 |
Would be cool for use with C*Base though :)
(Since I don't have a SuperCPU -- though I'd be willing to buy one if someone want to part with theirs; same thing goes for RAMLink and SwiftLink/Turbo232). |
| |
chatGPZ
Registered: Dec 2001 Posts: 11350 |
Quote:while PHX and PHY aren't marked as if they already existed.
its a 65C02 after all -> http://www.oxyron.de/html/opcodesc02.html |