..
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
The boot procedure no longer defaults bank_switch to 0
2018-01-10 21:50:43 -06:00
apple2.dd.c
Add comment for free function (handled in teardown)
2018-01-07 14:45:59 -06:00
apple2.draw.c
Add comments for tests that we will not write at this time
2018-01-07 13:46:12 -06:00
apple2.mem.c
Refactor to remove ram2
2018-01-11 13:19:17 -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
Add memory injection to 6502; main memory in apple2
2018-01-10 21:28:05 -06:00
mos6502.arith.c
Add memory injection to 6502; main memory in apple2
2018-01-10 21:28:05 -06:00
mos6502.bits.c
Add memory injection to 6502; main memory in apple2
2018-01-10 21:28:05 -06:00
mos6502.branch.c
We can no longer assume PC increments during address handling
2018-01-09 20:59:14 -06:00
mos6502.c
Add memory injection to 6502; main memory in apple2
2018-01-10 21:28:05 -06:00
mos6502.dis.c
Add memory injection to 6502; main memory in apple2
2018-01-10 21:28:05 -06:00
mos6502.exec.c
We can no longer assume PC increments during address handling
2018-01-09 20:59:14 -06:00
mos6502.loadstor.c
Add memory injection to 6502; main memory in apple2
2018-01-10 21:28:05 -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
Remove test (which is now done from vm_area.c)
2018-01-07 20:08:27 -06:00
vm_segment.c
Add set16 function
2018-01-10 16:43:14 -06:00