1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-09-27 13:54:41 +00:00
erc-c/tests
Peter Evans 64afcb2040 Rewrite phaser to use state transitions, whole phase states
By whole phase states, I mean we no longer track if more than one phase
is active.
2018-03-23 19:41:01 -05:00
..
build
data
apple2.bank.c
apple2.c Use option_open_file() 2018-03-09 16:45:39 -06:00
apple2.dbuf.c
apple2.dd.c Rewrite phaser to use state transitions, whole phase states 2018-03-23 19:41:01 -05:00
apple2.dec.c
apple2.draw.c Punt on testing 2018-03-13 15:42:08 -05:00
apple2.enc.c
apple2.hires.c Add hires graphics file; draw hires graphics 2018-03-13 16:08:31 -05:00
apple2.kb.c
apple2.lores.c Add test for lores_color, skip on draw 2018-03-13 15:46:21 -05:00
apple2.mem.c
apple2.pc.c
apple2.reflect.c
apple2.text.c Add tests for row, col functions 2018-03-13 15:40:37 -05:00
CMakeLists.txt Add -O3 optimization 2018-03-14 00:12:00 -05:00
log.c
main.c
mos6502.addr.c
mos6502.arith.c Do a better job testing overflow 2018-03-01 17:24:51 -06:00
mos6502.bits.c Better testing for ROL/ROR 2018-03-01 18:31:03 -06:00
mos6502.branch.c Add new Branch Always instruction 2018-02-21 21:57:21 -06:00
mos6502.c Remove modify_status() function 2018-02-28 21:40:52 -06:00
mos6502.dis.c Update tests to include register info 2018-03-13 00:12:52 -05:00
mos6502.exec.c Formerly "BAD" instructions are now forms of NOPs 2018-02-22 14:07:05 -06:00
mos6502.loadstor.c Add TSB (Test and Set Bits) instruction 2018-02-22 13:39:48 -06:00
mos6502.stat.c
objstore.c
option.c Remove option flags; remove unnecessary --flash option 2018-03-21 15:26:58 -05:00
vm_area.c
vm_bitfont.c
vm_debug.c Add hexdump command 2018-03-09 16:44:53 -06:00
vm_di.c
vm_event.c
vm_reflect.c
vm_screen.c
vm_segment.c Add test for hexdump 2018-03-13 15:18:54 -05:00