Commit graph

220 commits

Author SHA1 Message Date
liuk7071
475e6813b0 Some GTE ops, and textures? (dont implement CLUTs yet) 2022-01-02 23:09:05 +01:00
liuk7071
60bc83510d Fix some CDROM bugs, add a vram viewer (again) 2021-12-11 23:54:04 +01:00
liuk7071
8f01a1b155 Scheduler 2021-12-06 21:38:07 +01:00
liuk7071
903950b39d Some cleanup 2021-08-30 17:01:20 +02:00
liuk7071
f72e2d8251 Fix segfault when manually starting 2021-08-30 13:37:17 +02:00
liuk7071
a21480f262 Hardware renderer works with non textured polygons 2021-08-30 12:21:00 +02:00
liuk7071
9a8f129960 Attempt at hardware renderer 2021-08-27 00:19:09 +02:00
liuk7071
1a11eeecef Added back ImGui and moved to GLFW 2021-07-10 18:22:10 +02:00
liuk7071
70763537f9 Sort of implemented ReadN? 2021-07-08 20:57:35 +02:00
liuk7071
94c54507a4 Implemented texture transfers, proper vram viewer 2021-06-24 15:29:59 +02:00
liuk7071
4c6891cb75 Fix SeekL 2021-06-22 01:16:54 +02:00
liuk7071
a6d8c58af8 Fix exceptions 2021-06-14 17:23:34 +02:00
liuk7071
90dad14bae Rewritten some of the cpu, other stuff 2021-06-12 13:11:53 +02:00
liuk7071
68bf51c72f Some CDROM 2021-05-26 17:48:24 +02:00
liuk7071
e579b373d7 Implemented test 20h and GetStat CDROM commands, plus some other stuff 2021-05-22 17:57:31 +02:00
liuk7071
cd569b2897 Revert "Implemented test 20h and GetStat CDROM commands, plus some other stuff"
This reverts commit aa5ca159cb.
2021-05-22 17:48:15 +02:00
liuk7071
aa5ca159cb Implemented test 20h and GetStat CDROM commands, plus some other stuff 2021-05-22 17:46:43 +02:00
liuk707
f73efd79b4
Merge pull request #3 from wheremyfoodat/master
Fix broken tests
2021-05-08 16:56:30 +00:00
wheremyfoodat
98e52e03e6 Fix file names 2021-05-08 19:51:27 +03:00
wheremyfoodat
8c59fa97b4 Fix load/branch delay slots in tests 2021-05-08 19:49:02 +03:00
liuk7071
7fa8fb9b03 Fixed sideloading 2021-05-08 18:20:11 +02:00
liuk707
0c0d870ca7
Merge pull request #2 from wheremyfoodat/master
Setup automated test CI, add tests, fix Windows build, add error handling, add headless mode
2021-05-03 12:23:24 +00:00
wheremyfoodat
645863d239 Make workflows run on PR 2021-05-03 14:49:55 +03:00
wheremyfoodat
9cff510f13 Fix typo in CI shell script 2021-05-03 14:36:58 +03:00
wheremyfoodat
d59c207997 Fix assembly code bug in CI test 2021-05-03 14:34:25 +03:00
wheremyfoodat
720f7075f2 New test in CI, add test badge 2021-05-03 14:30:30 +03:00
wheremyfoodat
80eb6e0cdb Cleanup 2021-05-03 14:02:33 +03:00
wheremyfoodat
8d51f060d5 Copy SDL DLL to exe path in CI 2021-05-03 13:55:40 +03:00
wheremyfoodat
3f65240ef9 Headless run for CI 2021-05-03 13:48:43 +03:00
wheremyfoodat
6def13c08b Try setting up test CI 2021-05-03 12:53:32 +03:00
wheremyfoodat
ed76da23fa Actually make it work (and enable debug symbols in solution...) 2021-05-03 02:47:50 +03:00
wheremyfoodat
3222b6bfe7 Try making this less broken 2021-05-03 02:12:54 +03:00
wheremyfoodat
aa5bc77232 Try adding test 2021-05-03 00:53:15 +03:00
wheremyfoodat
61e6bf7cd1
Create run_unit_tests.yml 2021-05-03 00:38:10 +03:00
liuk7071
9604712fcb Some progress on the cdrom 2021-05-02 13:48:28 +02:00
liuk707
79e3b3878a
Merge pull request #1 from wheremyfoodat/master
Add Continuous Integration
2021-05-02 11:39:50 +00:00
wheremyfoodat
8bbb83c7cf
Add MSBuild CI badge to readme 2021-05-02 14:35:45 +03:00
wheremyfoodat
3b70480b7e
Merge pull request #1 from wheremyfoodat/CI
Start adding CI
2021-05-02 14:34:49 +03:00
wheremyfoodat
4cdac40530
Start adding CI 2021-05-02 14:31:44 +03:00
liuk7071
b7c1075016 (re)added readme 2021-04-25 11:42:39 +02:00
liuk7071
3848aa00cf got the boot animation playing 2021-04-24 23:48:19 +02:00
liuk7071
d37562e9a9 Finally fixed the rasterizer 2021-04-24 22:29:04 +02:00
liuk7071
10bd256da7 Added some GPU commands 2021-04-12 16:54:24 +02:00
liuk7071
ad8339e6bd Attempt to fix DMA (failed badly) 2021-04-07 16:23:30 +02:00
liuk7071
c114ec0cd9 Trying to fix trongles 2021-04-06 14:27:12 +02:00
liuk7071
58873884f6 readme updates lol 2021-04-06 13:31:35 +02:00
liuk7071
249ebc1008 Broken triangle and quad rendering 2021-04-06 13:28:57 +02:00
liuk707
98115c3702
Update README.md 2021-04-02 21:13:37 +02:00
liuk7071
dcd3c3afa6 Updated readme.md 2021-04-02 21:12:28 +02:00
liuk7071
de4c5fc4ac Basic renderer for Amidog's cpu test 2021-04-02 20:28:28 +02:00