Programming 6530

For discussing the 65xx hardware itself or electronics projects.
Post Reply
asmlang_6
Posts: 53
Joined: 20 Jul 2005
Location: Hawaii

Programming 6530

Post by asmlang_6 »

How can I program the ROM of a MOS 6530?
Sam

---
"OK, let's see, A0 on the 6502 goes to the ROM. Now where was that reset vector?"
User avatar
8BIT
Posts: 1787
Joined: 30 Aug 2002
Location: Sacramento, CA
Contact:

Post by 8BIT »

I downloaded the 6530 datasheet from the 6502 datasheet archive. As I thought, the ROM is mask programmed. That means it was programmed during manufacturing and cannot be reprogrammed. There are a few other options that were mask programmed also. You might want to look over the datasheet for all of the specifics. Here is the link:

http://www.6502.org/documents/datasheet ... 0_riot.pdf


hope this helps!

Daryl
User avatar
Ruud
Posts: 259
Joined: 12 Dec 2003
Location: Heerlen, NL
Contact:

Re: Programming 6530

Post by Ruud »

asmlang_6 wrote:
How can I program the ROM of a MOS 6530?
As 8bit said, the ROM is programmed during production. This site: http://www.baltissen.org/htm/buildkim.htm tells you how to reproduce a Commodore KIM using normal available IC's. In this case a 6530 can be replaced by a 6532 and an EPROM.

Code: Select all

    ___
   / __|__
  / /  |_/     Groetjes, Ruud 
  \ \__|_\
   \___|       URL: www.baltissen.org

Post Reply