vgbc/Makeconf

11 lines
205 B
Text
Raw Normal View History

2023-08-27 22:19:02 +02:00
modules := memory/mem_device \
memory/bus \
memory/ram \
2023-08-30 00:08:05 +02:00
memory/bootrom_overlay \
2023-08-27 22:19:02 +02:00
cpu/cpu \
cpu/decoder
tests := test_bus
2023-08-26 19:04:02 +02:00
CXX_FLAGS := -I $(CURDIR)