<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=MOS_Technology_6510</id>
	<title>MOS Technology 6510 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=MOS_Technology_6510"/>
	<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=MOS_Technology_6510&amp;action=history"/>
	<updated>2026-06-19T11:49:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.sarg.dev/index.php?title=MOS_Technology_6510&amp;diff=13133&amp;oldid=prev</id>
		<title>imported&gt;Maury Markowitz at 21:07, 19 November 2025</title>
		<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=MOS_Technology_6510&amp;diff=13133&amp;oldid=prev"/>
		<updated>2025-11-19T21:07:06Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|8-bit microprocessor}}&lt;br /&gt;
{{Use mdy dates|date=January 2016}}&lt;br /&gt;
{{redirect|6510|the mobile phone|Nokia 6510}}&lt;br /&gt;
{{Infobox CPU&lt;br /&gt;
|name           = MOS Technology 6510&lt;br /&gt;
|image          = KL MOS 6510.jpg&lt;br /&gt;
|caption        = &lt;br /&gt;
|produced-start = &lt;br /&gt;
|produced-end   = &lt;br /&gt;
|slowest        = 0.985  | slow-unit = MHz&lt;br /&gt;
|fastest        = 1.023  | fast-unit = MHz &amp;lt;!-- check --&amp;gt;&lt;br /&gt;
|data-width     = 8&lt;br /&gt;
|address-width  = 16&lt;br /&gt;
|manuf1         = [[MOS Technology]], [[Rockwell International|Rockwell]], [[Synertek]]&lt;br /&gt;
|arch           = MOS 6502&lt;br /&gt;
|pack1          = 40-pin [[Dual in-line package|DIP]]&lt;br /&gt;
|predecessor    = [[MOS Technology 6502|MOS 6502]]&lt;br /&gt;
|successor      = [[MOS Technology 8502|MOS 8502]]&lt;br /&gt;
|variant        = MOS 8500, 7501/8501, 8502, 6510T&lt;br /&gt;
}}&lt;br /&gt;
[[image:MOS Technologies large.jpg|thumb|300px|Internals of a Commodore 64 showing the 6510 CPU (40-pin DIP, lower left). The chip on the right is the [[MOS Technology SID|6581 SID]]. The production week/year (WWYY) of each chip is given below its name.]]&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;MOS Technology 6510&amp;#039;&amp;#039;&amp;#039; is an [[8-bit computing|8-bit]] [[microprocessor]] designed by [[MOS Technology]]. It is a modified form of the very successful [[MOS Technology 6502|6502]]. The 6510 is widely used in the [[Commodore 64]] (C64) [[home computer]] and its variants. It is also used in the Seagate ST-251 MFM hard disk.&amp;lt;ref&amp;gt;[https://github.com/ForgottenMachines/Seagate/blob/main/ST-251/Seagate_ST251_schematic.pdf ST-251 schematic]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The primary change from the 6502 is the addition of an 8-bit general purpose [[input/output|I/O]] port, although only 6 I/O pins are available in the most common version of the 6510. In addition, the address bus can be made [[three-state logic|tri-state]] and the CPU can be halted cleanly.&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
The 6510 and variants were based on the same core as the 6502, and are [[opcode]] compatible, including [[illegal opcode|undocumented opcodes]].&amp;lt;ref&amp;gt;{{cite web|url=http://www.oxyron.de/html/opcodes02.html|title=6502/6510/8500/8502 Opcodes|last=Graham|website=www.oxyron.de}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The parallel port was provided by using several formerly unused pins, eliminating some, and re-arranging others. In the original 6502, pins 5, 35 and 36 were not connected. Pin 3, formerly the phase-1 clock out, was eliminated, as most roles did not require it. This left only CLKIN, moved to pin 1 from 37, and CLKOUT on its original pin 39. The SO pin, which was connected to the overflow flag in the processor status register, was eliminated as few applications made use of it and the new parallel port could provide similar functionality. The final pin to be removed was the VSS on pin 1, the original 6520 had it on both pin 1 and pin 21, on the opposite side of the chip, but only one was needed.&lt;br /&gt;
&lt;br /&gt;
The pins were also re-arranged. The VSS (ground) on pin 1 became clock in, while the other pins on the right side all moved up to fill the space from the removed clock out on pin 3 and unused pin 5. This put [[address bus]] pins A0 to A13 on one side, instead of 0 through 11 on the 6502, removing two from the left side. On the left side, the SO and two unconnected pins were removed, while clock in moved to pin 1 and the two address pins to 19 and 20, leaving pins 29 through 24 to be available for the parallel port pins, P0 through P5.&lt;br /&gt;
&lt;br /&gt;
==Use==&lt;br /&gt;
In the C64, the extra I/O pins of the processor are used to control the computer&amp;#039;s [[memory map]] by [[bank switching]], and for controlling three of the four signal lines of the [[Commodore Datasette|Datasette]] tape recorder (the electric motor control, key-press sensing and write data lines; the read data line went to another I/O chip).  It is possible, by writing the correct [[bit pattern]] to the processor at address $01, to completely expose almost the full 64&amp;amp;nbsp;[[kilobyte|KB]] of [[Random-access memory|RAM]] in the C64, leaving no [[Read-only memory|ROM]] or [[I/O]] hardware exposed except for the processor I/O port itself and its data directional register at address $00.&amp;lt;ref&amp;gt;{{cite magazine |url=http://www.atarimagazines.com/compute/issue32/112_1_COMMODORE_64_ARCHITECTURE.php |title=Commodore 64 Architecture |first=Jim|last=Butterfield |magazine=Compute! |date=January 1983 |page=208 |issue=32}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Variants==&lt;br /&gt;
[[Image:6510 CPU Pinout.svg|thumb|300px|Pin configuration of the most common variation of the 6510 CPU (/HALT in this image refers to the RDY pin.)]]&lt;br /&gt;
&lt;br /&gt;
=== MOS 8500 {{anchor|8500}} ===&lt;br /&gt;
In 1985, MOS produced the &amp;#039;&amp;#039;&amp;#039;8500&amp;#039;&amp;#039;&amp;#039;, an [[HMOS]] version of the 6510. Other than the process modification, it is virtually identical to the [[NMOS logic|NMOS]] version of the 6510. The 8500 was originally designed for use in the modernised C64, the C64C. However, in 1985, limited quantities of 8500s were found on older NMOS-based C64s. It finally made its official debut in 1987, appearing in a motherboard using the new 85xx HMOS chipset.&lt;br /&gt;
&lt;br /&gt;
=== MOS 7501/8501 {{anchor|7501|8501}} ===&lt;br /&gt;
[[File:MOS8501R1.jpg|thumb|MOS 8501 CPU]]&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;7501/8501&amp;#039;&amp;#039;&amp;#039; variant of the 6510 was introduced in 1984.&amp;lt;ref name=&amp;quot;auto&amp;quot;&amp;gt;[http://plus4world.powweb.com/hardware/MOS_75018501 Hardware – MOS 7501/8501]&amp;lt;/ref&amp;gt; Compared to the 6510, this variant extends the number of I/O port pins from 6 to 8, but omits the pins for non-maskable interrupt and clock output.&amp;lt;ref&amp;gt;[https://ist.uwaterloo.ca/~schepers/MJK/7501.html  CPU 7501 / 8501]&amp;lt;/ref&amp;gt;   It is used in Commodore&amp;#039;s [[Commodore 16|C16]], [[Commodore 16|C116]] and [[Commodore Plus/4|Plus/4]] home computers, where its I/O port controls not only the [[Commodore Datasette|Datasette]] but also the [[Commodore 1541#Interface|CBM Bus]] interface. The main difference between 7501 and 8501 CPUs is that they were manufactured with slightly different processes: 7501 was manufactured with [[HMOS|HMOS-1]] and 8501 with HMOS-2.&amp;lt;ref name=&amp;quot;auto&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== MOS 8502 {{anchor|8502}} ===&lt;br /&gt;
{{mainarticle|MOS Technology 8502}}&lt;br /&gt;
The 2&amp;amp;nbsp;[[Hertz|MHz]]-capable [[MOS Technology 8502|8502]] variant is used in the [[Commodore 128]].&lt;br /&gt;
&lt;br /&gt;
=== MOS 6510T {{anchor|6510T}} ===&lt;br /&gt;
The [[Commodore 1551]] disk drive (for the [[Commodore Plus/4]]) uses the &amp;#039;&amp;#039;&amp;#039;6510T&amp;#039;&amp;#039;&amp;#039;, a version of the 6510 with eight I/O lines. The [[Non-maskable interrupt|NMI]] and RDY signals are not available.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Interrupts in 65xx processors]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==Further reading==&lt;br /&gt;
{{See also|MOS Technology 6502#Further reading|l1=List of books about 65xx microprocessor families}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://www.devili.iki.fi/pub/Commodore/docs/datasheets/CSG/6510-8211_rev_a.zip MOS 6510 datasheet (GIF format, zipped)]&lt;br /&gt;
* [http://www.6502.org/documents/datasheets/mos/mos_6510_mpu.pdf MOS 6510 datasheet (PDF format)]&lt;br /&gt;
* [http://www.6502.org/documents/datasheets/mos/mos_6510_mpu_nov_1982.pdf MOS 6510 datasheet (preliminary, Nov. 1982, PDF format)]&lt;br /&gt;
* {{webarchive |url=https://web.archive.org/web/20230227154421/https://twitter.com/Siliconinsid/status/1587897081649397764 |title=Siliconinsider@Twitter - Die shot of MOS Technology 6510 |date=February 27, 2023 &lt;br /&gt;
}}&lt;br /&gt;
* [http://fms.komkon.org/EMUL8/ komkon.org - Computer Emulation Resources] (includes downloadable source code for 6502)&lt;br /&gt;
* {{webarchive |url=https://web.archive.org/web/20180728124917/http://www.c64web.com/ |date=July 28, 2018 |title=Web server using a MOS 6510 computer (aka C64) }}&lt;br /&gt;
&lt;br /&gt;
{{MOS CPU}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Mos Technology 6510}}&lt;br /&gt;
[[Category:65xx microprocessors]]&lt;br /&gt;
[[Category:MOS Technology microprocessors]]&lt;br /&gt;
[[Category:Commodore 64]]&lt;br /&gt;
[[Category:8-bit microprocessors]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Maury Markowitz</name></author>
	</entry>
</feed>