mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-02-21 19:29:07 +00:00
6 lines
127 B
PHP
6 lines
127 B
PHP
|
# CPU specfic build flags
|
||
|
CPU_CFLAGS = -DCPU=C02 -DCPUEMBEDDED
|
||
|
|
||
|
# CPU specfic object files
|
||
|
CPU_OBJECTS = dis65c02.o regs6502.o
|