memory/mbc - Partial implementation of MBC1

This commit is contained in:
madmaurice 2023-08-31 23:54:01 +02:00
parent 6e7d06299a
commit 3b4c50cbc5
3 changed files with 62 additions and 0 deletions

View file

@ -4,6 +4,7 @@ modules := memory/device \
memory/bootrom_overlay \
memory/register \
memory/bank \
memory/mbc/mbc1 \
cpu/cpu \
cpu/decoder \
cartridge/cartridge