memory - Fix bootrom_overlay

This commit is contained in:
madmaurice 2023-08-30 00:08:05 +02:00
parent 45015b68fe
commit fe825e4f52
3 changed files with 7 additions and 5 deletions

View file

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