mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-02-10 07:30:41 +00:00
6 lines
125 B
C++
6 lines
125 B
C++
# CPU specfic build flags
|
|
CPU_CFLAGS = -DCPU_Z80 -DCPU_EMBEDDED
|
|
|
|
# CPU specfic object files
|
|
CPU_OBJECTS = disz80.o regsz80.o
|