mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2024-12-23 07:29:39 +00:00
6 lines
129 B
PHP
6 lines
129 B
PHP
|
# CPU specfic build flags
|
||
|
CPU_CFLAGS = -DCPU=6502 -DCPUEMBEDDED
|
||
|
|
||
|
# CPU specfic object files
|
||
|
CPU_OBJECTS = dis6502.o regs6502.o
|