mirror of
https://github.com/MiSTer-devel/PC88_MiSTer.git
synced 2026-04-19 03:04:48 +00:00
According to the specification, the "Column address" is 7 bits, and valid values are from 0x00 to 0x4F. Previously, values 0x50 and above were treated as 0, but now they are ignored as invalid values. 0x80 is still treated the same as 0x00 because "Column address" ignore the 8th bit. Note: 0x60 means "special control code", but is still not supported. So it is ignored as an invalid value.