1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-02 07:41:32 +00:00
erc-c/sources.cmake

21 lines
274 B
CMake
Raw Normal View History

2017-12-06 22:07:36 +00:00
set(erc_sources
apple2.c
2017-12-15 04:28:24 +00:00
apple2.dd.c
2017-12-22 21:48:48 +00:00
apple2.draw.c
2018-01-03 05:49:40 +00:00
apple2.mem.c
2017-11-22 05:24:51 +00:00
log.c
2017-12-02 19:05:53 +00:00
mos6502.c
mos6502.addr.c
mos6502.arith.c
mos6502.bits.c
mos6502.branch.c
2017-12-29 05:47:36 +00:00
mos6502.dis.c
2017-12-02 19:05:53 +00:00
mos6502.exec.c
mos6502.loadstor.c
mos6502.stat.c
2017-12-08 23:06:21 +00:00
option.c
2017-12-20 03:50:50 +00:00
vm_bitfont.c
2017-11-22 05:24:51 +00:00
vm_screen.c
vm_segment.c
)