-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule 65c02
updated
18 files
+75 −0 | .github/workflows/cmake-multi-platform.yml | |
+0 −40 | .github/workflows/msbuild.yml | |
+0 −46 | .github/workflows/tests-msbuild.yml | |
+19 −0 | CMakeLists.txt | |
+33 −1 | README.md | |
+ − | bin/vrEmu6502.dll | |
+ − | bin/vrEmu6502Test.exe | |
+0 −31 | msvc/vrEmu6502.sln | |
+0 −107 | msvc/vrEmu6502/vrEmu6502.vcxproj | |
+0 −19 | msvc/vrEmu6502/vrEmu6502.vcxproj.filters | |
+0 −96 | msvc/vrEmu6502Test/vrEmu6502Test.vcxproj | |
+0 −14 | msvc/vrEmu6502Test/vrEmu6502Test.vcxproj.filters | |
+11 −0 | src/CMakeLists.txt | |
+9 −8 | src/vrEmu6502.h | |
+23 −0 | test/CMakeLists.txt | |
+0 −3 | test/README.md | |
+0 −43 | test/test.bat | |
+17 −11 | test/vrEmu6502Test.c |
Submodule 65c22
updated
9 files
+61 −0 | .github/workflows/cmake-multi-platform.yml | |
+0 −44 | .github/workflows/msbuild.yml | |
+18 −0 | CMakeLists.txt | |
+33 −1 | README.md | |
+0 −25 | msvc/vrEmu6522.sln | |
+0 −107 | msvc/vrEmu6522/vrEmu6522.vcxproj | |
+0 −19 | msvc/vrEmu6522/vrEmu6522.vcxproj.filters | |
+11 −0 | src/CMakeLists.txt | |
+9 −8 | src/vrEmu6522.h |