1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-09-29 11:55:01 +00:00
erc-c/tests
2018-01-23 20:41:48 -06:00
..
build
data
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
apple2.draw.c Use apple2.tests.h for setup/teardown 2018-01-17 15:31:12 -06:00
apple2.kb.c
apple2.mem.c Use apple2.tests.h for setup/teardown 2018-01-17 15:31:12 -06:00
apple2.pc.c Use apple2.tests.h for setup/teardown 2018-01-17 15:31:12 -06:00
CMakeLists.txt
log.c
main.c
mos6502.addr.c Carry must be unset 2018-01-23 16:26:05 -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 Change disassembly to add more info 2018-01-19 00:34:57 -06:00
mos6502.exec.c
mos6502.loadstor.c
mos6502.stat.c
objstore.c
option.c
vm_area.c
vm_bitfont.c
vm_screen.c Add missing tests for new vm_screen functions 2018-01-17 15:16:12 -06:00
vm_segment.c