memory - Add way to map register into address space

This commit is contained in:
madmaurice 2023-08-30 22:16:57 +02:00
parent 3f1a23b7e5
commit 09b2823ef6
3 changed files with 31 additions and 0 deletions

View file

@ -2,6 +2,7 @@ modules := memory/mem_device \
memory/bus \
memory/ram \
memory/bootrom_overlay \
memory/register \
cpu/cpu \
cpu/decoder