This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
erc-c
Watch
1
Star
0
Fork
0
You've already forked erc-c
mirror of
https://github.com/pevans/erc-c.git
synced
2025-03-10 22:30:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
erc-c
/
tests
History
Peter Evans
ead5f28e79
Refactor to use cpu, not literal segments
2017-12-30 23:02:30 -06:00
..
build
…
data
Add bad image file for testing
2017-12-15 16:53:22 -06:00
apple2.c
Add tests for new functions in apple2
2017-12-26 17:03:32 -06:00
apple2.dd.c
Reorganize tests
2017-12-26 17:20:06 -06:00
CMakeLists.txt
Don't create a window when testing
2017-12-26 17:06:08 -06:00
log.c
…
mos6502.addr.c
…
mos6502.arith.c
…
mos6502.bits.c
…
mos6502.branch.c
…
mos6502.c
…
mos6502.dis.c
Refactor to use cpu, not literal segments
2017-12-30 23:02:30 -06:00
mos6502.exec.c
…
mos6502.loadstor.c
…
mos6502.stat.c
…
option.c
Add tests for get_width and get_height
2017-12-26 22:35:50 -06:00
vm_bitfont.c
Use vm_area with bitfont_offset
2017-12-27 16:47:26 -06:00
vm_screen.c
Make vm_area_set be an inline function.
2017-12-27 17:10:51 -06:00
vm_segment.c
…