.. |
build
|
|
|
data
|
|
|
apple2.bank.c
|
|
|
apple2.c
|
|
|
apple2.dbuf.c
|
|
|
apple2.dd.c
|
Add test for map, note skipped tests
|
2018-02-04 14:15:38 -06:00 |
apple2.dec.c
|
Add dec_nib test
|
2018-02-04 16:09:02 -06:00 |
apple2.draw.c
|
Add exception for 40col
|
2018-02-03 22:02:25 -06:00 |
apple2.enc.c
|
Add test for enc_track
|
2018-02-04 14:32:53 -06:00 |
apple2.kb.c
|
|
|
apple2.mem.c
|
|
|
apple2.pc.c
|
We switched the logic for C015
|
2018-01-31 00:20:37 -06:00 |
apple2.reflect.c
|
Add test file for apple2.reflect.c
|
2018-02-06 14:27:44 -06:00 |
apple2.text.c
|
Implement (most of) text_area test
|
2018-02-03 22:43:00 -06:00 |
CMakeLists.txt
|
Unit-testing builds now define TESTING
|
2018-02-06 23:38:15 -06:00 |
log.c
|
|
|
main.c
|
|
|
mos6502.addr.c
|
Remove obsoleted test functions
|
2018-01-27 00:16:39 -06:00 |
mos6502.arith.c
|
Account for carry being set by default
|
2018-01-23 16:30:52 -06:00 |
mos6502.bits.c
|
Carry must also be factored in
|
2018-01-23 20:26:01 -06:00 |
mos6502.branch.c
|
Most status flags are now set when the CPU is created
|
2018-01-23 20:41:48 -06:00 |
mos6502.c
|
The stack pushes from the end of the page now
|
2018-01-23 16:21:43 -06:00 |
mos6502.dis.c
|
Update tests with correct expected text from disassembler
|
2018-01-23 21:19:26 -06:00 |
mos6502.exec.c
|
Fix incorrect stack info
|
2018-01-23 21:35:59 -06:00 |
mos6502.loadstor.c
|
pha/php only push one byte onto the stack
|
2018-01-23 21:37:36 -06:00 |
mos6502.stat.c
|
|
|
objstore.c
|
|
|
option.c
|
|
|
vm_area.c
|
|
|
vm_bitfont.c
|
|
|
vm_event.c
|
Add vm_event tests
|
2018-02-05 21:40:36 -06:00 |
vm_reflect.c
|
Account for changes to vm_reflect functions
|
2018-02-07 14:44:37 -06:00 |
vm_screen.c
|
Add test for vm_screen_dirty, exception for prepare
|
2018-02-03 22:01:27 -06:00 |
vm_segment.c
|
Add test for vm_segment_fwrite
|
2018-02-03 22:00:04 -06:00 |