Implement more parts of decoder

This commit is contained in:
madmaurice 2023-08-27 22:19:02 +02:00
parent 93521e559c
commit ad2334a6af
8 changed files with 469 additions and 265 deletions

View file

@ -1,6 +1,9 @@
modules := test \
memory/bus \
memory/ram \
cpu/decoder
modules := memory/mem_device \
memory/bus \
memory/ram \
cpu/cpu \
cpu/decoder
modules += test
CXX_FLAGS := -I $(CURDIR)