Implement more parts of decoder
This commit is contained in:
parent
93521e559c
commit
ad2334a6af
8 changed files with 469 additions and 265 deletions
11
Makeconf
11
Makeconf
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue