.. |
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.bank.c
|
Use apple2.tests.h for setup/teardown
|
2018-01-17 15:31:12 -06:00 |
apple2.c
|
Require STATUS_DEFAULT, stack pointer at ff
|
2018-01-23 16:07:21 -06:00 |
apple2.dbuf.c
|
Use apple2.tests.h for setup/teardown
|
2018-01-17 15:31:12 -06:00 |
apple2.dd.c
|
Add image, stream to eject test
|
2018-02-03 20:50:30 -06:00 |
apple2.dec.c
|
Add proper test for sector decode
|
2018-02-02 17:20:17 -06:00 |
apple2.draw.c
|
Use apple2.tests.h for setup/teardown
|
2018-01-17 15:31:12 -06:00 |
apple2.enc.c
|
Encoded code needed to change
|
2018-02-01 18:41:34 -06:00 |
apple2.kb.c
|
Add tests for apple2.kb.c
|
2018-01-17 14:58:42 -06:00 |
apple2.mem.c
|
Use apple2.tests.h for setup/teardown
|
2018-01-17 15:31:12 -06:00 |
apple2.pc.c
|
We switched the logic for C015
|
2018-01-31 00:20:37 -06:00 |
apple2.text.c
|
Add missing tests file
|
2018-02-03 17:43:04 -06:00 |
CMakeLists.txt
|
Don't create a window when testing
|
2017-12-26 17:06:08 -06:00 |
log.c
|
Add missing tests
|
2018-01-07 15:06:07 -06:00 |
main.c
|
Add missing files for tests
|
2018-01-06 21:35:32 -06:00 |
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
|
Rename status flags to MOS_
|
2018-01-05 14:18:39 -06:00 |
objstore.c
|
Add objstore_clear(), tests for objstore
|
2018-01-07 16:30:33 -06:00 |
option.c
|
Note intentionally missing tests; add test for flag
|
2018-01-07 19:39:16 -06:00 |
vm_area.c
|
Move vm_area logic into its own file
|
2018-01-07 20:05:02 -06:00 |
vm_bitfont.c
|
Add missing tests and note missing ones
|
2018-01-07 20:00:28 -06:00 |
vm_screen.c
|
Add missing tests for new vm_screen functions
|
2018-01-17 15:16:12 -06:00 |
vm_segment.c
|
Add set16 function
|
2018-01-10 16:43:14 -06:00 |