mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-01-06 20:35:36 +00:00
6 lines
126 B
PHP
6 lines
126 B
PHP
|
# CPU specfic build flags
|
||
|
CPU_CFLAGS = -DCPU=Z80 -DCPUEMBEDDED
|
||
|
|
||
|
# CPU specfic object files
|
||
|
CPU_OBJECTS = disz80.o regsz80.o
|