mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-01-02 23:32:02 +00:00
fc651b7135
Change-Id: I18f593d2abdc44d1d7dd48c5ef0e4bc19a9a0b88
6 lines
110 B
C++
6 lines
110 B
C++
# CPU specfic build flags
|
|
CPU_CFLAGS = -DCPU_Z80
|
|
|
|
# CPU specfic object files
|
|
CPU_OBJECTS = disz80.o regsz80.o
|