Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
custom_chips [2016/05/29 01:28]
ex_writer [Custom Chips]
— (current)
Line 1: Line 1:
-====== Custom Chips ====== 
- 
-===== System Block Diagram ===== 
- 
-{{system_block_diagram.png}} 
- 
-[NM:108] 
- 
-===== Microcycler ===== 
- 
-{{microcycler_block_diagram.png}} 
- 
-[NM:110] 
- 
-===== Address Chip ===== 
- 
-{{address_chip_block_diagram.png}} 
- 
-[NM:113] 
- 
-===== Data Chip ===== 
- 
-{{data_chip_block_diagram.png}} 
- 
-[NM:116] 
- 
-===== I/O Chip ===== 
- 
-The Z80 communicates with the I/O Chip through input and output instructions. The state of an 8x8 switch matrix can be read through the Switch Scan circuit. When an input instruction is executed, one of the SO0–SO7 lines will be activated. When a line is activated, the switch matrix will feed back eight bits of data on SI0–SI7. This data is in turn fed to the Z80 through MUXD0–MUXD7. 
- 
-The Z80 can read the position of four potentiometers (pots) through the A-D Converter circuit. The pots are continuously scanned by the A-D Converter, and the results of the conversions are stored in a RAM in the A-D Converter circuit. The Z80 simply reads this RAM with input instructions. 
- 
-The Z80 loads data into the [[Music Processor]] with output instructions. This data determines the characteristics of the audio that is generated. 
- 
-==== I/O Chip Block Diagram ==== 
- 
- 
-{{io_block_diagram.png}} 
- 
-[NM:118] 
- 
-