mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-01-04 22:29:30 +00:00
fc651b7135
Change-Id: I18f593d2abdc44d1d7dd48c5ef0e4bc19a9a0b88
6 lines
115 B
C++
6 lines
115 B
C++
# CPU specfic build flags
|
|
CPU_CFLAGS = -DCPU_65C02
|
|
|
|
# CPU specfic object files
|
|
CPU_OBJECTS = dis65c02.o regs6502.o
|