fvdhoef / vera-module

Versatile Embedded Retro Adapter
MIT License
106 stars 44 forks source link

Fix register index values #6

Closed jburks closed 2 years ago

jburks commented 2 years ago

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.

jburks commented 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.

fvdhoef commented 2 years ago

I have removed the doc in fpga/source/ in favor of the one in doc/.