File tree
11 files changed
+7
-7
lines changed- .devcontainer
- example
- src
- test
- 6502_functional_test
11 files changed
+7
-7
lines changed.devcontainer/devcontainer.json
100755
100644
File mode changed.
.gitignore
100755
100644
File mode changed.
Makefile
100755
100644
File mode changed.
example/main.c
100755
100644
File mode changed.
src/cpu.c
100755
100644
+7-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| |||
706 | 706 |
| |
707 | 707 |
| |
708 | 708 |
| |
709 |
| - | |
| 709 | + | |
710 | 710 |
| |
711 | 711 |
| |
712 | 712 |
| |
713 | 713 |
| |
714 | 714 |
| |
715 | 715 |
| |
716 |
| - | |
| 716 | + | |
717 | 717 |
| |
718 | 718 |
| |
719 | 719 |
| |
| |||
743 | 743 |
| |
744 | 744 |
| |
745 | 745 |
| |
746 |
| - | |
| 746 | + | |
747 | 747 |
| |
748 | 748 |
| |
749 | 749 |
| |
750 | 750 |
| |
751 | 751 |
| |
752 | 752 |
| |
753 |
| - | |
| 753 | + | |
754 | 754 |
| |
755 | 755 |
| |
756 | 756 |
| |
| |||
829 | 829 |
| |
830 | 830 |
| |
831 | 831 |
| |
832 |
| - | |
| 832 | + | |
833 | 833 |
| |
834 | 834 |
| |
835 | 835 |
| |
| |||
1033 | 1033 |
| |
1034 | 1034 |
| |
1035 | 1035 |
| |
1036 |
| - | |
| 1036 | + | |
1037 | 1037 |
| |
1038 | 1038 |
| |
1039 | 1039 |
| |
|
src/cpu.h
100755
100644
File mode changed.
test/6502_functional_test.c
100755
100644
File mode changed.
File mode changed.
File mode changed.
test/6502_functional_test/origin.txt
100755
100644
File mode changed.
test/bus_test.c
100755
100644
File mode changed.
0 commit comments