Closed jburks closed 2 years ago
There is an additional programmer's reference in doc/VERA Programmer's Reference.md that also has the CX16 addresses. One or the other of these two should probably be removed.
I have removed the doc in fpga/source/ in favor of the one in doc/.
The current register reference gives the register addresses using their location in the CommanderX16 memory map. This minor update changes them to their 5-bit address value. I kept the
$
convention for hex values instead of the Verilog (5'hXX
) or modern programming (0xXX
) syntax. That can be fixed if preferred.