Changes
V9990
,/* Ports and registers */
* VRAM read/write via registers, 0,1,2 and 3,4,5 and port 0 use *logical* addresses and not physical addresses. Writing in one mode, and then reading back in another can yield different data because the addresses are translated from physical to logical based on the mode.
* Register index is masked with &3f. This means reading 64 is the same as reading 0.
=== Interrupts ===