| For example - on my issue 6 Electron, when I set mode 0 and put screen start addresses below 1800H, I got following results: |
| For addresses 0000H-07C0H - the same result as if I set start addresses 3000H-37C0H. |
| For addresses 0800H-0FC0H - the screen starts from these addresses (0800H-0FC0H), but when the counter reaches 1000H it is switched to 3000H and continues from there. |
| For addresses 1000H-17C0H - the same result as if I set start addresses 3000H-37C0H. |
| In every case, when start address was below 1800H - the very first character on the screen was showed some artifacts - as it was randomly xor-ed with some pattern. The pattern was changing every second or so. |
Screen start address is set to ULA registers FE02H (lower part) and FE03H (higher part), but it has to be divided by 2. Bits A