Changes

Jump to: navigation, search

Default I/O Port Summary

217 bytes added, 5 July
/* Memory Mapped I/O Ports */
* For first byte, bit7..4 is blue value, bit3..0 is red value
* For second byte, bit7..4 is ignored, bit3..0 is green value
 
Sprite magnification is coded in 1 byte:
* bit7..3 is ignored
* bit3..2 is X magnification (00 = not displayed, 01 = x1, 10 = x2, 11 = x4)
* bit1..0 is Y magnification (00 = not displayed, 01 = x1, 10 = x2, 11 = x4)
<br>
6,121
edits