Z80: Difference between revisions
Jump to navigation
Jump to search
m (remove reference to "tracker music" since ADK driver uses raw MML) |
mNo edit summary |
||
Line 13: | Line 13: | ||
[[File:aes_z80.jpg|right|thumb|Z80 in DIP package, as found on AES boards.]] | [[File:aes_z80.jpg|right|thumb|Z80 in DIP package, as found on AES boards.]] | ||
= | =Pinout= | ||
[[File:Z80_pinout.png]] | |||
=Datasheet= | |||
Z8400 datasheet: [[http://www.datasheetcatalog.org/datasheets/restul/285906_DS.pdf]] | |||
[[Category:Chips]] | [[Category:Chips]] | ||
[[Category:Audio system]] | [[Category:Audio system]] | ||
[[Category:Base system]] | [[Category:Base system]] |
Revision as of 06:33, 10 September 2018
The Z80 is an 8-bit little-endian CPU designed by Zilog.
All NeoGeo systems use it to handle sound and music playback. It runs at 4MHz and only has access to the YM2610, M1 ROM or Z80 files, and its own RAM.
Since it doesn't share a RAM area with the 68k CPU like on the Sega Genesis, it can't be used efficiently to perform gameplay-related tasks.
See Z80 memory map and Z80 port map.
Pinout
Datasheet
Z8400 datasheet: [[1]]