CS/A65: A 6502 computer with USB, Ethernet and co-processors
1–10 of 50 posts
Re: CS/A65: A 6502 computer with USB, Ethernet and co-processors
#2http://www.6502.org/users/andre/osa/oa1.html
This is basically the same CPU as in the NES.
Re: CS/A65: A 6502 computer with USB, Ethernet and co-processors
#3Andre Fachat also wrote a pre-emptive multitasking kernel for the 6502: http://www.6502.org/users/andre/osa/oa1.html This is basically the same CPU as in the NES.
Re: CS/A65: A 6502 computer with USB, Ethernet and co-processors
#4Re: CS/A65: A 6502 computer with USB, Ethernet and co-processors
#5Re: CS/A65: A 6502 computer with USB, Ethernet and co-processors
#6Re: CS/A65: A 6502 computer with USB, Ethernet and co-processors
#7Noob her! why use a 6502 versus another 8bit cpu like Atmel AVR? Is there any advantage? Does it consume less electricity while running at similar speed ?
Lots of us grew up with 6502 based machines.
Re: CS/A65: A 6502 computer with USB, Ethernet and co-processors
#8Pros and cons of this versus Commander X16 ?
The Commander X16 will be more of completed commercial project where the appeal is more using the computer to write software than building the computer itself.
Re: CS/A65: A 6502 computer with USB, Ethernet and co-processors
#9Noob her! why use a 6502 versus another 8bit cpu like Atmel AVR? Is there any advantage? Does it consume less electricity while running at similar speed ?
Probably the main advantage of a 6502 is more RAM/EEPROM (as 8bit microcontrollers are pretty limited that way) and more of a hardware/software ecosystem to work with.
Re: CS/A65: A 6502 computer with USB, Ethernet and co-processors
#10Noob her! why use a 6502 versus another 8bit cpu like Atmel AVR? Is there any advantage? Does it consume less electricity while running at similar speed ?