memory - Add bank device

This commit is contained in:
madmaurice 2023-08-31 00:28:40 +02:00
parent c82d966ba1
commit 0c52f9d2e0
3 changed files with 68 additions and 0 deletions

View file

@ -3,6 +3,7 @@ modules := memory/device \
memory/ram \
memory/bootrom_overlay \
memory/register \
memory/bank \
cpu/cpu \
cpu/decoder