Changes

Default I/O Port Summary

141 bytes added, 6 July
/* Memory Mapped I/O Ports */
POR column indicates whether a register has power on reset. A "N" indicates that the contents of a register are undefined at power on.
A colour in the palette There is coded only one pixel per byte in 2 bytes:* For first byte, bits7..4 are blue value, sprite image data (bits3..0 are red value* For second of each bytedefine the palette index for this pixel, bits7..4 are ignored, bits3..0 are green value)
Sprite magnification is coded in 1 byte:
* bits3..2 are X magnification (00 = not displayed, 01 = x1, 10 = x2, 11 = x4)
* bits1..0 are Y magnification (00 = not displayed, 01 = x1, 10 = x2, 11 = x4)
 
A colour in the palette is coded in 2 bytes:
* For first byte, bits7..4 are blue value, bits3..0 are red value
* For second byte, bits7..4 are ignored, bits3..0 are green value
<br>
7,531
edits