build
|
First commit
|
2017-11-21 23:24:51 -06:00 |
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
|
We have to pass NULL into log_open now
|
2017-12-06 16:53:15 -06:00 |
mos6502.addr.c
|
Vastly simplify unit tests for mos6502
|
2017-12-06 15:57:15 -06:00 |
mos6502.arith.c
|
Vastly simplify unit tests for mos6502
|
2017-12-06 15:57:15 -06:00 |
mos6502.bits.c
|
CARRY should be set if oper > 0
|
2017-12-09 14:47:49 -06:00 |
mos6502.branch.c
|
Vastly simplify unit tests for mos6502
|
2017-12-06 15:57:15 -06:00 |
mos6502.c
|
Vastly simplify unit tests for mos6502
|
2017-12-06 15:57:15 -06:00 |
mos6502.stat.c
|
Vastly simplify unit tests for mos6502
|
2017-12-06 15:57:15 -06:00 |
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 |